|
Pick A Random Array Element
Perl
|
2.46 Years Ago
|
0
|
- - -
|
- - -
|
2,593 Chrs
|
|
Randomly pick an element out of an array, returns what was picked and removes the picked element from referenced array.
P.S. I've only been learning Perl for about 8 hours... so don't tell me off i
|
|
|
Bitwise Settings (Class) - Updated 28th Feb 2010
PHP (Hypertext Preprocessor)
|
2.52 Years Ago
|
9
|
- - -
|
- - -
|
5,505 Chrs
|
|
Specify an array of settings, and depending on the combination of settings will return a unique integer. This integer can then be used to workout the settings that were selected to produce that intege
|
|
|
Compare Ratings, and Return Similar Tastes
PHP (Hypertext Preprocessor)
|
2.58 Years Ago
|
2
|
- - -
|
- - -
|
4,894 Chrs
|
|
Lets say you have 5 books... and 5 people rate each of those books. Now you want to find out who's interests, based on each users 5 ratings, are similar to who?
That's what this algorithm calculate
|
|
|
Settings Class
PHP (Hypertext Preprocessor)
|
2.64 Years Ago
|
0
|
- - -
|
Yes
|
1,459 Chrs
|
|
Lets you easily deal with "settings" for an application based on key=value
|
|
|
Dynamic Parameters (Using Reflection)
PHP (Hypertext Preprocessor)
|
2.94 Years Ago
|
7
|
7.75
|
- - -
|
2,468 Chrs
|
|
Allows for you to call a method of a class with the parameters in no particular order! Example:
function print($string, $size = 12, $color = 'red);
If you want to skip size, but you want to chan
|
|
|
Slime Wars Game v1
PHP (Hypertext Preprocessor)
|
3.2 Years Ago
|
3
|
- - -
|
Yes
|
1,903 Chrs
|
|
Good old slime wars game where you have to try and win by having your colour dominate the board. Simple enough...
I plan on hosting this game on a domain name of its own when i update it to version
|
|
|
Pagination Class
PHP (Hypertext Preprocessor)
|
3.13 Years Ago
|
4
|
8.33
|
- - -
|
4,548 Chrs
|
|
Takes care of the hard work when creating pagination and can carry across variables between pages in the pages URL. Multiple instances of pagination can be used on a single page.
|
|
|
Template Class (no evals or str_replace functions)
PHP (Hypertext Preprocessor)
|
3.19 Years Ago
|
0
|
9.00
|
- - -
|
849 Chrs
|
|
Self explanatory - allows you to create template(s) for your site to use.
Didn't bother commenting it because it's so short and simple!
|
|
|
Weighted Picking of URLs (Affiliates)
PHP (Hypertext Preprocessor)
|
3.19 Years Ago
|
1
|
- - -
|
- - -
|
1,185 Chrs
|
|
Got a site where you have affiliates and they can earn points? And you want to pick a random affiliate to show on your site? But you want an affiliate with more points to be more likely to be picked?
|
|
|
Easily make anything fade in and out of transparency
JavaScript
|
3.20 Years Ago
|
0
|
- - -
|
- - -
|
416 Chrs
|
|
Adding a rel='hover_effect' effect to any HTML tags will turn the tag to a 0.5 opacity and on mouse over it will fade it quickly to full opacity, on mouse out it will fade back to 0.5.
If javascrip
|
|