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

Join 306,876 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,693 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: April 3, 2009        Views: 2094
This sample program illustrates how to generate a diamond shape from asterisk character in java.
Submitted: February 3, 2009        Views: 2808
Visual Basic Script for turning off windows automatically...
Submitted: April 4, 2009        Views: 409
This simple snippet shows you how you can check if a number is a perfect number through a function iteratively, if the number is prefect the function will return true, if it is not, then it will return false
Submitted: April 3, 2009        Views: 1114
This snippet shows you how you can calculate e^x taylor through Java recursion.
Submitted: February 3, 2009        Views: 538
this simple snippet in batch script is a matrix animation simulation, it just for fun... enjoy!
Submitted: April 23, 2009        Views: 431
This simple code snippet demonstrates how you could rotate an Array in a counter clock-wise manner.
Submitted: February 22, 2009        Views: 1096
This simple code snippet will show you how to create a folder named with the current date in windows via batch script
Submitted: February 3, 2009        Views: 753
a program that locks a folder which becomes accessible only through a password...
Submitted: September 27, 2009        Views: 35
The function below calculates the Greatest Common Divisor between two numbers recursively.Enjoy :)
Submitted: February 3, 2009        Views: 1351
java code snippet that shows how to play MIDI files in java
Submitted: April 5, 2009        Views: 420
This simple snippet demonstrates how you can find all perfect numbers between 1 and n. where the user would specify n for example 1000.
Submitted: February 21, 2009        Views: 1089
This snippet shows you how to add an icon for you java button
Submitted: February 21, 2009        Views: 1022
This code snippet shows you how to make a stretched website background that can re size with browser re size, enjoy!
Submitted: September 6, 2009        Views: 136
Switches upper case letters to lower case and lower case letters to upper case in a given string automatically, and then returns the new converted string.
Submitted: February 7, 2009        Views: 2475
This very simple VBScript will allow you to delete temporary internet files under Windows...