Popular source snippets
-
» DATE UTILITY
Category: Java
Visits: 142
- JAVA Date Utility
( This program Demonstrates the proper use of Date functionality in common java programming scenarios )
Date and Time
-
» TREATING FIRST/LAST LOOP ITERATIONS DIFFERENTLY
Category: Java
Visits: 135
- Sometimes, you need to iterate over a list of items and treat the first and last element differently from the rest. This tends to produce really messy code, which can be avoided using the following snippet....
-
» TEMPORARY MESSAGE
Category: VisualBasic
Visits: 134
- Easily allows temporary message to be displayed on any label for a programmable length of time. This is a very simple way to display a temporary message on an existing label (or textbox)without doing a lot...
-
» GET COMPUTERS ON NETWORK
Category: VisualBasic
Visits: 134
- Simple to understand snippet on how to get computers on network.
-
» SLR PARSING
Category: C
Visits: 126
- This Program shows how to implememt the SLR Parsing method easily
-
» ENUMTOTYPE / TYPETOENUM
Category: C#
Visits: 126
- Convert (Enum to Type and Type to Enum)
-
» MAKE TIME "STAND STILL"
Category: Ruby
Visits: 119
- When writing tests, it's sometimes difficult to test results of methods that use current time. Two calls to Time.now can give different results and cause test failures. Here is some code that lets you...
-
» PRIMITIVE TYPES AS BYTE ARRAYS
Category: Java
Visits: 101
- Often we're faced with the need to represent primitive data types as readable/writable bytes that can be sent through a data stream. In Java, there are classes such as DataOutputStream/DataInputStream...
-
» mysqldatabase singel connectie
Category: -
Visits: 97
- mysql 0.5 user->root , password->root
rest succesfull thinking