Chat LIVE With Programming Experts! There Are 23 Online Right Now...

 

Code Snippets


Welcome to Dream.In.Code
Become an Expert!

Join 244,115 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,378 people online right now. Registration is fast and FREE... Join Now!





Programming Languages

ActionScript(101)Bash(12)
ASP(19)Python(106)
Assembly(37)Lisp(8)
C(203)Lua(34)
C#(349)mySQL(46)
C++(614)Other Languages(67)
CGI/Perl(52)PHP(229)
ColdFusion(14)Regular Expressions(21)
HTML/CSS(49)Ruby(33)
Java(315)Scheme(21)
JavaScript(176)VB.NET(285)
jQuery(8)Visual Basic(216)
Linux & UNIX(9)

10 Newest Snippets

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.
Read file in PHP by Fcomax
Submitted: June 28, 2009        Views: 7
Function to read or delete a file
Input Validations in Visual Basic by birdflu9999
Submitted: July 2, 2009        Views: 16
This snippet will only allow the user to input letters in a textbox
MD5 in Java by kmangold
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.

Top 5 Snippets

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.
Scrollable Div in HTML/CSS by deadlypetal
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.



Submit a Code Snippet and get a chance to win a </dream.in.code> 1GB Thumb Drive!







Live Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month