|
Julia Set
C# (C Sharp)
|
9 Days Ago
|
1
|
- - -
|
Yes
|
2,209 Chrs
|
|
Draws the Julia set. This option lets you customize colors and the specific set. You can even draw the Mandelbrot set. Experiment with the colors to see some really pretty fractals.
|
|
|
Mandelbrot Set Generator
C# (C Sharp)
|
10 Days Ago
|
2
|
- - -
|
Yes
|
6,064 Chrs
|
|
This program will draw the Mandelbrot set. I hope you enjoy it. Feel free to change the parameters and see the various pretty pictures :P
|
|
|
MD5 Brute-Forcer
Ruby
|
118 Days Ago
|
2
|
- - -
|
- - -
|
444 Chrs
|
|
This program was designed to solve the following programming challenge from osix.net
"Sometimes there is no way to solve certain problems except for brute forcing the answer. This is just such a ca
|
|
|
Number of ways to make change using Memoization
Ruby
|
118 Days Ago
|
0
|
- - -
|
- - -
|
778 Chrs
|
|
This is a program I made to solve the following challenge:
"Given the a list of coin amounts, and a final amount, your program should calculate how many different ways there are to make change for th
|
|
|
SPS Desktop Changer
Ruby
|
128 Days Ago
|
0
|
- - -
|
Yes
|
1,509 Chrs
|
|
This program allows you to change your desktop background by selecting a random image from a folder you specify. If you want, place this program in your start-up folder and it will change your backgro
|
|
|
Simple program using GUI using FXRuby
Ruby
|
132 Days Ago
|
0
|
- - -
|
- - -
|
2,519 Chrs
|
|
I've been experimenting with GUI libraries for making GUI's. This one was generated mostly using FoxGUIb. Smooth little program, I suppose, but it could be better.
|
|
|
Genetic Algorithm for solving the N-Queens problem
Scheme
|
136 Days Ago
|
0
|
10.00
|
- - -
|
6,014 Chrs
|
|
Here's a my first working genetic algorithm. It was inspired by a great article by closure:
http://www.coderprofile.com/coding-article/109/n-queens-series-part-i-only-the-fittest-survive
The progr
|
|
|
Binary Search in C++
C++
|
137 Days Ago
|
1
|
- - -
|
- - -
|
261 Chrs
|
|
Here's a slightly optimized version of a binary search in C++. Thanks to templates it's generic and thanks to pointers it's fairly fast. I also threw in some things like bit shifts for speed.
|
|
|
Binary Search in Ruby
Ruby
|
137 Days Ago
|
0
|
- - -
|
- - -
|
378 Chrs
|
|
A submission for this contest: http://www.coderprofile.com/content/public/forum/view_topic.php?topic_id=1381
It's a simple, clear recursive implementation of a binary search.
|
|
|
Quick sort
Ruby
|
138 Days Ago
|
0
|
- - -
|
- - -
|
382 Chrs
|
|
A quick (haha) implementation of a quick sort in Ruby. It shouldn't be a surprise for me that Ruby makes the code so easy, but it still was. I love this language.
|
|