|
MD5 Brute-Forcer
Ruby
|
87 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
|
87 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
|
97 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
|
101 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
|
105 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++
|
106 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
|
106 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
|
107 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.
|
|
|
Mapping with C++
C++
|
111 Days Ago
|
0
|
- - -
|
- - -
|
651 Chrs
|
|
Small little thing I made. It's just to show that C++ has a few functional capabilities (though not a lot). You can accomplish a lot of by using function pointer, but they're _really_ ugly.
|
|
|