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

Join 306,914 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,738 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: January 4, 2008        Views: 2034
Function that sorts an array using the bubble sort
Submitted: September 30, 2007        Views: 802
Complementing binary number with string manipulation
Submitted: July 21, 2007        Views: 2212
This program converts Fahrenheit to Celsius and Celsius to Fahrenheit
Submitted: July 26, 2007        Views: 1169
This program converts kilobytes, megabytes, gigabytes into bytes.
Submitted: July 26, 2007        Views: 1251
This program converts kilobytes, megabytes, gigabytes into bytes.
Submitted: July 26, 2007        Views: 1812
This program converts kilobytes, megabytes, gigabytes into bytes.
Submitted: July 26, 2007        Views: 775
This program converts kilobytes, megabytes, gigabytes into bytes.
Submitted: January 5, 2008        Views: 499
A sorting function that requires the maximum value of the array. A function that sorts the array without comparing the values of the elements.
Submitted: July 26, 2007        Views: 6729
Displays an integer from decimal number system to hexadecimal and octal number system.
Submitted: July 21, 2007        Views: 1449
Finds the factorial of a number by using a recursive function
Submitted: July 21, 2007        Views: 1399
Prints the series
Submitted: January 4, 2008        Views: 301
Function that sorts an array using the insertion sort
Submitted: August 5, 2007        Views: 9895
Finds the determinant of 3x3 matrix, then the transpose, then the adjunct of the transpose, then the inverse
Submitted: August 5, 2007        Views: 18137
Finds the determinant of 3x3 matrix, then the transpose, then the adjunct of the transpose, then the inverse
Submitted: July 28, 2007        Views: 3008
This program displays a matrix that is a result of a multiplication of two 3 by 3 matrices that the user enters
Submitted: July 28, 2007        Views: 2386
The user enters two 3 by 3 matrices and the result is a matrix which is a product of those two.
Pig Latin in Java by PennyBoki
Submitted: October 6, 2007        Views: 3568
English into Pig Latin
Submitted: September 28, 2007        Views: 1678
This program solves a quadratic formula, including complex roots
Submitted: January 5, 2008        Views: 3073
A sorting function.
Submitted: January 13, 2008        Views: 12754
Recursive Depth First Search function with the needed data structures.