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

Join 306,879 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,651 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
Code Snippets
Submitted: February 6, 2007        Views: 16569
This program uses vigenere cipher technique for encrypting and decrypting the text. This is one of the basic techniques used for ciphers
Submitted: April 3, 2007        Views: 3729
This Program will help in situations where you don't know the base equivalant of a number and you want to reverse base equivalant of the number.
Submitted: February 6, 2007        Views: 4887
The program which prints itself... Well I found this interesting program on net. Check it out.
Submitted: February 7, 2007        Views: 4998
Converts Decimal to Other Bases from 2 to 16 and displays it. [Both Iterative And Recursive]