What's Here?
- Members: 309,249
- Replies: 846,848
- Topics: 141,709
- Snippets: 4,502
- Tutorials: 1,166
- Total Online: 2,547
- Members: 150
- Guests: 2,397
|
'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: 59,292)
in (Last Comment: , Views: 7,830)
in (Last Comment: , Views: 11,702)
in (Last Comment: , Views: 3,625)
|
|
Code Snippets
|
 |
|
|
Submitted: December 5, 2006
Views: 10060
Test function that will print out all the records from a recordset in Excel
|
|
|
 |
|
|
Submitted: December 4, 2006
Views: 6922
I generates unique number from the VB code to the access
|
|
|
 |
|
|
Submitted: February 22, 2007
Views: 5912
Sample php contact page
|
|
|
 |
|
|
Submitted: December 4, 2006
Views: 4000
This code uses field level validation to check for data in fields in an Access form, and instead of using message boxes (as the "Validation Rule" and "Validation Text" properties of a field (in the table design window) do, it turns the associated label and control (textbox/listbox/combobox) background color to RED, and then freezes the cursor on the field that requires attention
|
|
|
 |
|
|
Submitted: December 4, 2006
Views: 7343
Validate whether the argument string can be parsed into a legal date
|
|
|
 |
|
|
Submitted: December 5, 2006
Views: 13622
Convert a decimal (denary) integer to a binary string
|
|
|
 |
|
|
Submitted: December 5, 2006
Views: 1096
Never use the function gets. Why? It is unsafe. Since the maximum string size cannot be specified, it is always susceptible to buffer overflow.
This snippet shows one way to do a safe version of gets. It reads characters from the stdin into a string up to the specified size and discards the trailing newline. It does not remove excess characters from the stdin either.
|
|
|
 |
|
|
Submitted: December 9, 2006
Views: 1261
implement few functions of cstring library
|
|
|
 |
|
|
Submitted: December 9, 2006
Views: 1630
Interactive game using cin
|
|
|
 |
|
|
Submitted: December 5, 2006
Views: 11583
Code for connecting to Microsoft Access databse, opening and closing connection
|
|
|
 |
|
|
Submitted: December 17, 2006
Views: 4770
This code are sample for connecting and manipulating data from the ODBC
|
|
|
 |
|
|
Submitted: December 4, 2006
Views: 4091
To generate a small list of prime numbers which is subsequently used for direct comparison to find the prime factors for any number up to 478939
|
|
|
 |
|
|
Submitted: December 9, 2006
Views: 36605
Print Fibonacci series using do-while
|
|
|
 |
|
|
Submitted: December 4, 2006
Views: 6728
A Simple Function To Generate a Random Password Of a Given Set Of Characters.
|
|
|
 |
|
|
Submitted: February 14, 2008
Views: 3492
Show true client's IP
|
|
|
 |
|
|
Submitted: December 4, 2006
Views: 1156
It only reverse the string input from the user
|
|
|
 |
|
|
Submitted: December 4, 2006
Views: 2123
Send text to a printer via the LPT1 or USB port
|
|
|
 |
|
|
Submitted: December 5, 2006
Views: 1699
Simple code to demostrate how to log-off window
|
|
|
 |
|
|
Submitted: December 4, 2006
Views: 2551
I just store it on a vector then separate the word from sentence
|
|
|
| |