| | |
|
|
Binary tree Using Linked Lists
This code demonstrates making an efficient data structure called Binary Trees using linked lists. It has word document explaining how data is stored in a binary tree. Binary trees are the most effecient and fastest way of storing and sorintg ... |
September 19th 2010 |
|
9k |
Genpass PERL Password Generator
Generates random secure passwords of any length. |
September 14th 2010 |
|
2k |
Class to encapsulate the PING protocol
MFC class to support the PING/ICMP protocol. ICMP for those not familiar with all the internet protocols is the protocol used to retrieve information about how IP packets are routed. Features Simple and clean C++ interface. The interface provided is ... |
September 8th 2010 |
|
13k |
Binary Search Tree With Mouse
This code not only show you Binary Search Tree, but also asm code for move your mouse!, try it |
September 6th 2010 |
|
2k |
J2ME - News Slider
J2ME News Slider Flash for PDA's & Mobile phones. |
September 2nd 2010 |
|
6k |
CRT Unit
BRAND NEW! Remeber the old good CRT Unit in Pascal? So here it is! Useless functions and procedures how to manage your console apps! |
August 30th 2010 |
|
3k |
Input form validation
Versatile input form validation for all input fields. |
August 28th 2010 |
|
1k |
Zoom Object (zo.lsp)
ZM: Allows user to create rectangles and circles all over their drawing in the "defpoints" layer (so they won't be printed)as zoomable type objects. ZG: Takes the objects that have been created and extracts point information to make a zoomable ... |
August 25th 2010 |
|
2k |
LINE COMPILED COMPARISON BETWEEN MERGE SORT AND QUICK SORT
Count the total number of line compiled using merge sort and quick sort. |
August 22nd 2010 |
|
1k |
Command Line Password Generator
This is a command line password generator written in C. You can generate a random password consisting of uppercase & lowercase letters, digits and symbols. Run without parameters from the prompt to see the help. Compiles and runs using gcc ... |
August 19th 2010 |
|
2k |
SplitCSV & SplitTAB - Read a CSV or Unicode Tab file properly
Obsolete - see my TextFiler class. It reads and writes delimited and fixed width files... The VBScript function 'Split' does not handle the Comma Separated Values (.csv) or Unicode Tab Delimited (.txt) formats correctly. There is more to these files ... |
August 17th 2010 |
|
12k |
Chess
A Code that lets you play chess. Its a pretty cool code. |
August 14th 2010 |
|
22k |
Mac Look and Feel for Java in Windows
This is simple Netbeans GUI code that creates a MAC OS LOOK and FEEL in Windows environment. This code contains a one JAR file liquidLnF.jar that must be added into Library. There is very simple line of codes in main ... |
August 11th 2010 |
|
339k |
DotNet Real Tree
Sometimes we need a special loop, but "for.." or "do..while" can't help us or make our code too complex, so we can make a function that run itself from inside and makes a loop. I use this method for drawing ... |
August 8th 2010 |
|
146k |
Lock system keys
This example shows you how to manage system keys: lock them, and unclock (enable - disable). you can lock ctrl+alt+del ctrl+esc alt+space alt+tab |
August 3rd 2010 |
|
4k |
Student Registration System
This program is what i have to created on a College Class for Univeristy of Nebraska for my first semester in Java Class. This works as a registration system and a student information. |
July 31st 2010 |
|
1,255k |
Simple DB
This is a very simple imitation to a relational databases like Mysql, Oracle, MSSql, and so on. It uses the same SQL query and commands to function. |
July 29th 2010 |
|
3k |
TIMEADD
This code adds hours, minutes, seconds or mili seconds to the time part of the specified date time. This function works similar as sql server DATEADD function How to use: TIMEADD(CurrentDatetime, Hours to add, Minutes to add, Seconds to add, ... |
July 27th 2010 |
|
1k |
Time Object
This object is useful when you want to time how long something took, e.g. for a player to solve a puzzle. Use this object with Timer.schedule(). |
July 25th 2010 |
|
1k |
Primenumber & Factor Finder
This software finds the factors of every number entered, and determines wether it's a prime number, or not. I've included and explained Euclid's Algorithm and a very fast Primenumber checker. |
July 22nd 2010 |
|
9k |