 |
All Source Codes - Newest source codes first |
Search |
Please select a language above and then click search.
|
|
|
|
|
Author
|
Plain Text
|
Download
|
Screenshot
|
Views
|
Rating
|
|
Cash Point
|
otoom
|
Yes 1,190 Chrs
|
-
|
-
|
21
|
-
|
|
Well. My second script.
Just a small poxy Cash Simulator.
|
|
First Perl Script
|
otoom
|
Yes 302 Chrs
|
-
|
-
|
7
|
-
|
|
Just type in your name.
It will ask you if you are sure. (dont know why i put this feture in lol)
Then it will print out your name.
Just my first Perl script i did. Thats all.
|
|
Permutations of names.
|
Cinjection
|
Yes 532 Chrs
|
Yes
|
-
|
47
|
-
|
|
This is a small program that I made as per request from some people from Newgrounds. It simply permutes all the combinations of 12 character names, where 11 characters must be 'w'.
|
|
Windows ShortCuts
|
Brainiac
|
Yes 5,143 Chrs
|
-
|
Yes
|
29
|
-
|
|
create's 4 button shortcuts to directories / one of the first programs i'v written
|
|
SPS Expression Parser
|
Cinjection
|
Yes 6,303 Chrs
|
Yes
|
Yes
|
56
|
7.33 out of 10
|
|
This is a small recursive-decent expression parser. It handles +, -(unary and binary), *, /, and grouping by parenthesis, It also has capabilities for variable declarations. That is, you can declare and use your own variables.
Syntax for variables...
|
|
Editor (GUI)
|
OnuR
|
Yes 7,762 Chrs
|
Yes
|
Yes
|
39
|
6.50 out of 10
|
|
Like Microsoft Notepad(Editor), open and save files(text).
|
|
Easy Date & Time Script.
|
otoom
|
Yes 149 Chrs
|
-
|
-
|
17
|
1.00 out of 10
|
|
Very easy.
Just either put this at the top.
It looks better in footer. But it is up to you.
|
|
Brainf**k Interpreter
|
authorblues
|
Yes 1,469 Chrs
|
-
|
-
|
23
|
7.00 out of 10
|
|
Meant to interpret programs written in Brainf**k, supporting the .bf extension. The program is called with a single command line parameter, used to specify the filename of the Brainf**k script.
|
|
shunting yard
|
thoughtpolice
|
Yes 2,180 Chrs
|
-
|
-
|
25
|
9.00 out of 10
|
|
haskell98 parser and lexer for basic numeric expressions, that uses shunting yard. used in a small compiler i wrote for such expressions.
|
|
CP - CSS-ified
|
Seachmall
|
Yes 7,726 Chrs
|
-
|
-
|
16
|
9.00 out of 10
|
|
I decided to remove CPs tables and replace them divs thanks to a topic in the Forum.
http://www.coderprofile.com/content/public/forum/view_topic.php?topic_id=54
|
|
asdf.c
|
Feky
|
Yes 3,164 Chrs
|
-
|
Yes
|
28
|
-
|
|
it's an imitation of the grep utility, with less options and messier code :p
|
|
OO User System Class
|
cherries
|
Yes 1,662 Chrs
|
-
|
-
|
17
|
-
|
|
It's an OO user system class which would be used like this:
$member = new user(new mysqli('localhost', 'user', 'pwd', 'db'));
if ( $member->logged() ) { echo 'logged in'; }
if ( $_POS...
|
|
Dynamically Closing Tags
|
Seachmall
|
Yes 3,575 Chrs
|
-
|
-
|
12
|
-
|
|
Useful for ensuring that any BBCode tags that have been opened are closed in the correct order, keeping your site valid. It also closes tags that have been opened but not closed on submit.
It has a h4k3rz element for funzies :)
|
|
Saving form input to a file
|
VBAssassin
|
Yes 797 Chrs
|
-
|
-
|
24
|
-
|
|
What ever you enter in the text box will be saved in the text files called "data5.txt" for the PHP5 code that creates it, and "data4.txt" for the PHP4 code that creates it.
|
|
Hello World
|
Soulfire
|
Yes 162 Chrs
|
-
|
-
|
31
|
3.00 out of 10
|
|
Hello World tutorial to show how std::cout works.
|
|
Teachers Pet
|
Binaries
|
-
|
Yes
|
Yes
|
47
|
8.00 out of 10
|
|
Teachers Pet was designed specifically for teachers and to aid there understanding of a individual student, class, school and more. The program offers a variety of features from a fully customizable GUI to editable student profiles even allowing pict...
|
|
Fun with SetPixel()
|
Feky
|
Yes 312 Chrs
|
-
|
-
|
56
|
-
|
|
lame hax
|
|
Mass-Mailing PHP Function
|
x2Fusion
|
Yes 977 Chrs
|
-
|
-
|
45
|
-
|
|
I coded this piece of code one day as I was rather bored, I find it really useful thou for E-Mail several of my friends (10+) when needed.
|
|
Process-Manager (GUI)
|
OnuR
|
Yes 7,037 Chrs
|
-
|
-
|
55
|
7.67 out of 10
|
|
This is for viewing and exiting processes
|
|
Hotkeys and TABs in <textarea> - v1.01
|
Arcube
|
Yes 3,064 Chrs
|
Yes
|
-
|
46
|
10.00 out of 10
|
|
User experience is very important when developing a website. Giving the opportunity to users to use hotkeys will make some very happy. This simple javascript will allow users to use hotkeys and the TAB key within a textarea.
It has been tested wit...
|