 |
All Source Codes - Newest source codes first |
Search |
Please select a language above and then click search.
|
|
|
|
|
Author
|
Plain Text
|
Download
|
Screenshot
|
Views
|
Rating
|
|
Julia Set
|
Cinjection
|
Yes 2,209 Chrs
|
Yes
|
Yes
|
21
|
-
|
|
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.
|
|
Hex Dumper
|
Yesideez
|
Yes 2,517 Chrs
|
-
|
-
|
13
|
-
|
|
My very first program - written as a programming exercise plus MS-DOS doesn't seem to have a program that does this - have missed the ability to dump files in hex.
Takes the name of the file direct from the command line.
|
|
Mandelbrot Set Generator
|
Cinjection
|
Yes 6,064 Chrs
|
Yes
|
Yes
|
15
|
-
|
|
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
|
|
Harvester
|
Yesideez
|
Yes 171 Chrs
|
Yes
|
Yes
|
17
|
-
|
|
Scans the game server logging various information about the players including tags, name, CD key, IP and port number storing it all in a database.
One script is the scanner, other script is the viewer.
Game servers and their RCON connection det...
|
|
Dynamic Palette Ripper (Unfinished)
|
Yesideez
|
Yes 35,776 Chrs
|
-
|
Yes
|
13
|
-
|
|
Originally designed to take standard images and convert them to the IFF-PCHG format. Started adding support for running via a script. If run from Workbench creates a full GUI.
Currently reads in IFF-ILBM files (only) and displays picture informati...
|
|
Depth of Field Calculator
|
Yesideez
|
Yes 10,312 Chrs
|
-
|
Yes
|
15
|
-
|
|
If you're a photographer it calculates the ideal distances for taking photographs with certain lens sizes.
Originally found on a website somewhere. I tidied the code, modified it slightly and turned it into a single stand-alone HTML file not neede...
|
|
Simple but highly effective CAPTCHA
|
Yesideez
|
Yes 1,125 Chrs
|
Yes
|
Yes
|
38
|
8.50 out of 10
|
|
Uses any TTF (TrueType Font) which is native to Windows & Mac to generate completely random captcha images. Create the "fonts" folder where you place the script and upload a TTF file in binary mode.
Uses a session variable encrypted using MD5 to p...
|
|
Dynamic Parameters (Using Reflection)
|
VBAssassin
|
Yes 2,468 Chrs
|
-
|
-
|
77
|
7.75 out of 10
|
|
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 change the color... that is exactly what this class wi...
|
|
Redirect Script
|
shadytyrant
|
Yes 475 Chrs
|
-
|
-
|
56
|
-
|
|
Redirects the user to the new website from the old one.
|
|
Fun with Arrays Part 2
|
FallingTears
|
Yes 3,704 Chrs
|
-
|
-
|
58
|
-
|
|
The code stores the sum of two rolled dice in a 500 element array. The program demonstrates the power of OOP. This was the second part to an exam.
|
|
Tile Array Tool [Actionscript 2.0]
|
mikeMarek
|
Yes 3,612 Chrs
|
Yes
|
-
|
41
|
-
|
|
I'm starting to make little individual "tools" that can be used to make long, tedious programming faster and more efficient. This will generate tile-based arrays for you. This is designed to give you a visual on what your map will look like, and so y...
|
|
Effects Class [Actionscript 2.0]
|
mikeMarek
|
Yes 9,013 Chrs
|
Yes
|
-
|
42
|
-
|
|
An effects class I made to allow different tweens and effects to be placed on dynamically added objects. You can tween, curve-tween, rotate, fade, or grow/shrink objects with a few lines of code. Enjoy! :D
Cheers,
-Mike
|
|
Browser Mass Opener
|
Ronny
|
Yes 522 Chrs
|
-
|
-
|
80
|
1.00 out of 10
|
|
This program opens as much Browser Windows as there are set in the loop. You can use it to cut out your friends :D
Sorry I didn't entered on CP but highschool s*cks
|
|
Fun with Arrays
|
FallingTears
|
Yes 635 Chrs
|
-
|
-
|
62
|
-
|
|
My teacher assigned us the simpliest assignment dealing with arrays. That's why I call this assignment fun with arrays. The code assigns random numbers between 1 and 400 to a 100 element array. Then, it prints out all the array elements that have...
|
|
SetWindowText
|
otoom
|
Yes 453 Chrs
|
-
|
-
|
81
|
-
|
|
Change the text of a window title.
|
|
Count to 1 Million
|
otoom
|
Yes 558 Chrs
|
-
|
-
|
76
|
-
|
|
Something simple to start, Count to 1million then show a msgbox.
|
|
Stock Market Version 2.0
|
FallingTears
|
Yes 1,578 Chrs
|
-
|
-
|
67
|
5.00 out of 10
|
|
This calculates the projected stock increase for 56 days. This version is optimized .. much better than the first! Tell me this isn't better, I dare you!
|
|
All possible word from 3 to 10 letters program
|
Caverax
|
Yes 12,053 Chrs
|
-
|
-
|
54
|
-
|
|
You choose how many letters you want in each words and then it enters all possibilities with all alphabet letters in a .txt document. I recommend not to go further than 6. 6 letter words took me about an hour to get it done.
|
|
Slime Wars Game v1
|
VBAssassin
|
Yes 1,903 Chrs
|
Yes
|
Yes
|
191
|
-
|
|
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 2 which will allow for people to play against eac...
|
|
Countdown script
|
Andrew
|
Yes 217 Chrs
|
-
|
-
|
86
|
-
|
|
How it works:
ceil() is just a "round up" function. So, for example, ceil(4.3) returns 5.
mktime() returns the unix timestamp for a date, i.e. converts a date to a number: December 25th 2006 returns 116702640
time() returns the unix timesta...
|