 |
All Source Codes - Newest source codes first |
Search |
Please select a language above and then click search.
|
|
|
|
|
Author
|
Plain Text
|
Download
|
Screenshot
|
Views
|
Rating
|
|
PHP/MySql User System (Basic, Secure)
|
Knoxius
|
Yes 182 Chrs
|
Yes
|
-
|
24
|
7.00 out of 10
|
|
This is a simple and somewhat secure user system. Here are some features:
-(Registering)-
-Secure
-Blocks special characters (customizable, but is probably a bad idea)
-Blocks quotes
-Eliminates white space in front/end of the username/passw...
|
|
AJAX Contact Form (Basic)
|
Knoxius
|
Yes 6,268 Chrs
|
-
|
-
|
25
|
-
|
|
This is a basic AJAX contact form source. By basic I mean that it is not SUPER fancy or anything (special colors/etc styles), but it works.
It's not necessary to use AJAX for a contact form, but it will make your website look a slight bit cooler!...
|
|
Number Guessing Game
|
shadytyrant
|
Yes 1,164 Chrs
|
Yes
|
-
|
19
|
-
|
|
I created this game for a school project. It generates a random number between 1 and 100. If the user guesses to low or high they are informed.
|
|
Julia Set
|
Cinjection
|
Yes 2,209 Chrs
|
Yes
|
Yes
|
35
|
-
|
|
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
|
-
|
-
|
27
|
-
|
|
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
|
31
|
-
|
|
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
|
36
|
-
|
|
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
|
23
|
-
|
|
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
|
27
|
-
|
|
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
|
58
|
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
|
-
|
-
|
113
|
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
|
-
|
-
|
66
|
-
|
|
Redirects the user to the new website from the old one.
|
|
Fun with Arrays Part 2
|
FallingTears
|
Yes 3,704 Chrs
|
-
|
-
|
66
|
-
|
|
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
|
-
|
47
|
-
|
|
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
|
-
|
47
|
-
|
|
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
|
-
|
-
|
96
|
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
|
-
|
-
|
69
|
-
|
|
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
|
-
|
-
|
95
|
-
|
|
Change the text of a window title.
|
|
Count to 1 Million
|
otoom
|
Yes 558 Chrs
|
-
|
-
|
85
|
-
|
|
Something simple to start, Count to 1million then show a msgbox.
|
|
Stock Market Version 2.0
|
FallingTears
|
Yes 1,578 Chrs
|
-
|
-
|
80
|
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!
|