What's Here?
- Members: 306,767
- Replies: 841,076
- Topics: 140,529
- Snippets: 4,465
- Tutorials: 1,165
- Total Online: 1,608
- Members: 103
- Guests: 1,505
|
's Contributions
|
Below are the tutorials, code snippets, and resources has submitted to dream.in.code. For more information on Kudos and contributing to dream.in.code visit: http://home.dreamincode.net/?p=about#kudos.
|
|
Tutorials
in (Last Comment: , Views: 2,099)
|
|
Code Snippets
|
 |
|
|
Submitted: September 14, 2008
Views: 697
Concise code for showing and translating integers in binary representation.
|
|
|
 |
|
|
Submitted: September 14, 2008
Views: 768
Counts the words in a given string and returns the count. Code is completely commented.
|
|
|
 |
|
|
Submitted: November 13, 2007
Views: 13605
Returns a list of all DataRows selected in DataGridView.
|
|
|
 |
|
|
Submitted: November 13, 2007
Views: 4146
Get current DataRow from a DataGridView instance.
|
|
|
 |
|
|
Submitted: June 24, 2009
Views: 272
For some unknown reason, DateTimePicker control has it's background color disabled. This is the best fix.
|
|
|
 |
|
|
Submitted: December 6, 2007
Views: 3783
Given year and day, print out a simple ascii calendar.
|
|
|
 |
|
|
Submitted: June 13, 2008
Views: 1570
Given year and day, print out a simple ascii calendar
|
|
|
 |
|
|
Submitted: July 21, 2008
Views: 2235
basically just a pure C implementation of an inStr function with lots of comments
|
|
|
 |
|
|
Submitted: October 8, 2008
Views: 295
limit a user's response to a single character in a list
|
|
|
 |
|
|
Submitted: January 1, 2008
Views: 2088
Temperature conversion function for Java. Converts between Kelvin, Celsius, Fahrenheit, and Rankine.
|
|
|
 |
|
|
Submitted: October 2, 2008
Views: 1699
Class for running sequential processes in the background.
|
|
|
 |
|
|
Submitted: January 14, 2009
Views: 341
Dumps all the procedure in a databases into text files.
|
|
|
 |
|
|
Submitted: September 18, 2009
Views: 267
Simply draws alternating white and black squares.
|
|
|
 |
|
|
Submitted: January 1, 2008
Views: 1105
With no modification to the Applet object, run it as a Java Application instead, just by sticking it in a JFrame.
|
|
|
 |
|
|
Submitted: November 16, 2007
Views: 599
Make sure the database conection is closed, no matter what.
|
|
|
 |
|
|
Submitted: November 16, 2007
Views: 669
Makes sure database connection is closed, regardless of failure.
|
|
|
 |
|
|
Submitted: February 5, 2008
Views: 3467
Only allow one copy of a program to run, bring the window of already running copy to top.
|
|
|
 |
|
|
Submitted: November 21, 2007
Views: 2075
This offers one way to check for a valid sudoku board.
|
|
|
 |
|
|
Submitted: January 9, 2008
Views: 1000
VBScript create an Excel sheet from SQL Query, using ADO and the Excel.Appication object
|
|
|
| |