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

Join 307,212 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,574 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: November 3, 2008        Views: 996
A simple Hello World program for the 68K assembler.
Submitted: November 3, 2008        Views: 614
A showcase of the how to perform the shift operations for the 68K
Submitted: July 12, 2008        Views: 4173
Implementation of the Bellman-Ford Algorithm, to find the shortest path from a single source in a graph
Submitted: July 8, 2008        Views: 452
Implementation of the "joke-sort" BogoSort algorithm.
Submitted: July 14, 2008        Views: 519
Program to calculate the Area and Volume of a dodecahedron with known number of edges input.
Submitted: July 14, 2008        Views: 1140
Program to calculate the Area and Volume of a dodecahedron with known number of edges input.
Submitted: July 8, 2008        Views: 1447
This snippet simply demonstrates an implementation of "Comb Sort".
Submitted: July 8, 2008        Views: 1024
Takes a decimal value and converts it to Hexadecimal and Octal.
Submitted: July 9, 2008        Views: 231
Enter number and the program will output the corresponding Decagonal Number in the series.
Submitted: July 10, 2008        Views: 207
Enter number and the program will output the corresponding Dodecagonal Number in the series.
Submitted: July 9, 2008        Views: 239
Enter number and the program will output the corresponding Myriagonal Number in the series.
Submitted: July 8, 2008        Views: 1173
This snippet simply demonstrates an implementation of "Gnome Sort"
Submitted: July 10, 2008        Views: 676
Convert a Base 10 number to a Base 26 equivalent
Submitted: July 15, 2008        Views: 489
A simple Insertion Sort method based in Ruby
Submitted: July 8, 2008        Views: 266
A simple implementation of the Insertion Sort algorithm which makes use of Vectors, and generalizes it with templates to make it applicable to other data types
Submitted: July 14, 2008        Views: 872
This snippet simply demonstrates an implementation of "Interpolation Sort" in C++.
Submitted: July 8, 2008        Views: 924
Quick Sort function in Ruby
Submitted: July 14, 2008        Views: 122
Program to determine relative Major or Minor of a particular key.
Submitted: July 8, 2008        Views: 258
A selection sort algorithm which makes use of templates to make it easier to apply different data types, and vectors.
Submitted: July 15, 2008        Views: 1860
Gives an entire implementation of the Towers of Hanoi problem via Stack Template
Submitted: July 14, 2008        Views: 604
This snippet simply demonstrates an implementation of "Ternary Search"