What's Here?
- Members: 244,115
- Replies: 692,871
- Topics: 113,113
- Snippets: 3,863
- Tutorials: 935
- Total Online: 1,378
- Members: 76
- Guests: 1,302
|
|
 |
|
|
Submitted: July 3, 2009
Views: 7
|
|
|
 |
|
|
Submitted: July 3, 2009
Views: 11
Snippet to take the contents from a CSV file and insert it into a MySQL database table.
|
|
|
 |
|
|
Submitted: June 28, 2009
Views: 7
Function to read or delete a file
|
|
|
 |
|
|
Submitted: July 2, 2009
Views: 16
This snippet will only allow the user to input letters in a textbox
|
|
|
 |
|
|
Submitted: June 30, 2009
Views: 47
It take an object as a parameter and calculates its MD5 hash based on the return value of the toString() method.
|
|
|
 |
|
|
Submitted: July 1, 2009
Views: 26
just a small snippet to compute the binomial Coefficient nCk..
mathematically to compute the binomial coefficient
ncK = n!/k!(n-k)! but if n is too large, computing it will be very inefficient, instead there's a recursive formula
nCk = (n-1)C(k-1)+(n-1)Ck, so this can be used in a dynamic programming approach...also to speed things up, binomial Coefficients have this identity that nCk = nC(n-k), so we can use this to minimize the number of terms computed
|
|
|
 |
|
|
Submitted: June 23, 2009
Views: 13
|
|
|
 |
|
|
Submitted: July 2, 2009
Views: 41
This is a snippet that first randomizes a Generic List, then retrieve N number of items
|
|
|
 |
|
|
Submitted: June 24, 2009
Views: 10
This example illustrates how to make a Gtk+ application go fullscreen.
|
|
|
 |
|
|
Submitted: July 1, 2009
Views: 32
Displays bytes in a file from an optional offset to an optional maximum value of bytes to show to the terminal. I made this for Linux but it will work in Windows.
|
|
|
 |
|
|
Submitted: November 11, 2005
Views: 196355
Ever wonder how you could get partially transparent backgrounds for div boxes with only HTML/CSS? Well here's how.
|
|
|
 |
|
|
Submitted: April 13, 2007
Views: 107916
Div layer with a scroll bar
|
|
|
 |
|
|
Submitted: January 4, 2006
Views: 89256
Reads and puts value in a textbox in its original text format.
|
|
|
 |
|
|
Submitted: March 2, 2005
Views: 79642
Implements the Linked List Data Structure.
|
|
|
 |
|
|
Submitted: February 25, 2005
Views: 67636
Two functions, used to convert c++ strings from upper case to lowercase and vice versa. Each takes a string argument, and returns the converted string. Please note that parameters should be validated before passing them to the functions.
|
|
|
Be Social
Programming
Web Development
Reference Sheets
Bye Bye Ads
Monthly Drawing
Top Contributors
Top 10 Kudos This Month
|