School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!
Welcome to Dream.In.Code
Become an Expert!

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



'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
No Tutorials Submitted.
Code Snippets
Submitted: May 11, 2008        Views: 426
converts a decimal number into base -2. Now the sign bit which had to be used earlier for representing negative numbers in base 2 can be dealt away with.
File Search in CGI/Perl by ajaymatrix
Submitted: May 19, 2007        Views: 1258
Print all the Perl Programs in the Directory
Submitted: May 17, 2007        Views: 3013
Extracts and Prints all the urls for a given search in Google
Submitted: July 30, 2007        Views: 2737
implementation of the sizeof operator in C with an example