|
|
Wordsearch generator.
|
C# (C Sharp)
|
1.19 Year Ago
|
2
|
|
7.50
|
Yes
|
6,886 Chrs
|
|
|
Generates a word search. The words a drawn from a text file. It starts with just a few words, so put in more if you want to have a more dynamic game.
|
|
|
|
Linked List in C#
|
C# (C Sharp)
|
1.19 Year Ago
|
2
|
|
6.00
|
- - -
|
3,397 Chrs
|
|
|
A small implementation of a generic Linked List in C#. Let me know if I'm making any C# faux pas. I'm still learning the language.
This list supports:
adding to the end
indexing
index lookup
re
|
|
|
|
Julia Set
|
C# (C Sharp)
|
1.24 Year 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)
|
1.25 Year 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
|
1.54 Year 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
|
1.54 Year 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
|
1.57 Year 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
|
1.58 Year 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
|
1.59 Year 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++
|
1.59 Year 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.
|
|