|
|
|
Developer page - born2c0de |
|
|
Programs: 46 | Visit the developer's homepage
 |
Deleting Selected Set of Characters from a String shows how a given set of characters can be deleted from a string.
|
26 June 2007, 08:11 GMT Downloads: 129 |
 |
Finding GCD of two numbers using Euclid's Algorithm finds the GCD/HCF of a number using Euclid's Recursive Algorithm.
|
26 June 2007, 07:50 GMT Downloads: 717 |
 |
Accessing Private Data Members in Classes shows you how to access private data members in classes without using the friend keyword.
|
26 June 2007, 07:48 GMT Downloads: 183 |
 |
Stooge Sort shows how an array can be sorted recursively using the Stooge Sort Algorithm.
|
26 June 2007, 07:43 GMT Downloads: 487 |
 |
Solving the Towers of Hanoi Problem Recursively - how to resolve tower of Hanoi problem using recursive method
|
26 June 2007, 07:43 GMT Downloads: 778 |
 |
Shell Sort Algorithm shows how an array can be sorted using Shell Sort algorithm.
|
26 June 2007, 07:41 GMT Downloads: 734 |
 |
Selection Sort demonstrates Selection Sort using Recursion.
|
26 June 2007, 07:41 GMT Downloads: 525 |
 |
Class Implementing Fractions implements Fractions using various Functions.
|
26 June 2007, 07:30 GMT Downloads: 159 |
 |
EXE2BIN Source Code converts a EXE File written in TASM without the /t Switch into a COM File
|
26 June 2007, 07:25 GMT Downloads: 2,001 |
 |
Directory Traversal using Recursion - A recursive directory tree traversal that finds the path and names for all files in the specified path.
|
26 June 2007, 07:10 GMT Downloads: 678 |
 |
Differentiation of a Function by First Principle demonstrates Derivative of a User Defined Function using First Principle.
|
26 June 2007, 07:07 GMT Downloads: 321 |
 |
Getting Current Directory - function to return the current working directory
|
26 June 2007, 07:04 GMT Downloads: 174 |
 |
Getting Ascending Order of Numbers Recursively prints numbers in ascending order.
|
26 June 2007, 07:03 GMT Downloads: 288 |
 |
Finding Square Root without using sqrt() shows how to find out the square root of a number without using the sqrt() function.
|
26 June 2007, 06:58 GMT Downloads: 895 |
 |
Finding Square Root upto 250 Digits finds square roots of numbers with upto 250 places of precision.
|
26 June 2007, 06:56 GMT Downloads: 393 |
 |
Finding Prime Palindromes finds n prime palindromes after a specified number.
|
26 June 2007, 06:56 GMT Downloads: 341 |
 |
Finding Number of Trailing Zeros in n! - BASED ON A MATHEMATICAL THEOREM
|
26 June 2007, 06:56 GMT Downloads: 347 |
 |
Finding Factors of a Number Recursively can find factors of a number.
|
26 June 2007, 06:56 GMT Downloads: 482 |
 |
Finding Base Memory - Address 0x413h gives the size of base memory.
|
26 June 2007, 06:55 GMT Downloads: 226 |
 |
Integration of Functions and Finding Area - Computerized method of a Riemann sum
|
26 June 2007, 06:51 GMT Downloads: 189 |
 |
Insertion Sort Example demonstrates how Insertion Sort works.
|
26 June 2007, 06:48 GMT Downloads: 985 |
 |
Multiplying numbers using Double-recursion uses a recursive add function to get the product of two numbers.
|
26 June 2007, 06:26 GMT Downloads: 263 |
 |
Linked List Class implements the Linked List Data Structure.
|
26 June 2007, 06:14 GMT Downloads: 261 |
 |
REC Disassembler Source is the Main Disassembling code.
|
26 June 2007, 06:09 GMT Downloads: 722 |
 |
Solve Quadratic Equations using Factorisation solves a Quadratic Equation using Factorisation
|
25 June 2007, 14:57 GMT Downloads: 587 |
 |
sleep() alternative - Another alternative function to sleep()
|
25 June 2007, 14:57 GMT Downloads: 219 |
 |
Simplest Encryption shows very very simple encryption.
|
25 June 2007, 14:56 GMT Downloads: 147 |
 |
Shortest Function to Reverse a String shows how a string can be reversed using Recursion.
|
25 June 2007, 14:56 GMT Downloads: 245 |
 |
Decimal to Hex Convertor converts a Decimal Number into Hexadecimal through the Command Line.
|
25 June 2007, 14:45 GMT Downloads: 376 |
 |
Currency [Rupee] Denomination Program - A Simple Indian Rupee denomination Program in Perl
|
25 June 2007, 14:45 GMT Downloads: 545 |
 |
Any Base to Any Base Convertor converts a Number from any base to any base using PERL.
|
25 June 2007, 14:45 GMT Downloads: 195 |
 |
WildCard Search - Basic WildCard Search Implementation
|
25 June 2007, 14:43 GMT Downloads: 347 |
 |
Viewing System Uptime - Display's System Uptime
|
25 June 2007, 14:43 GMT Downloads: 255 |
 |
Viewing Keyboard Queue - Whenever anyone presses a key on the keyboard, the pressed character is stored in Address 0x41E and then processed.
|
25 June 2007, 14:41 GMT Downloads: 210 |
 |
Viewing Cache Passwords in Windows 98 - Uses the in-built Windows 98 Undocumented API to retrieve Cache Passwords.
|
25 June 2007, 14:41 GMT Downloads: 239 |
 |
Using ZIP Files with PERL creates and Extracts ZIP Files.
|
25 June 2007, 14:36 GMT Downloads: 442 |
 |
User IP Logger saves the IP of the User as well as his localtime when a page is accessed.
|
25 June 2007, 14:36 GMT Downloads: 283 |
 |
Single Directory MP3 Link Lister lists all the MP3's as links in HTML format.
|
25 June 2007, 14:34 GMT Downloads: 267 |
 |
Simple Equation to Words Conversion checks an equation and just specifies whether it's a digit or a mathematical operator.
|
25 June 2007, 14:34 GMT Downloads: 183 |
 |
Random Number Generator List will generate a list of random numbers that are not repeated in the list.
|
25 June 2007, 14:32 GMT Downloads: 482 |
 |
Getting Header Information gets Host Header Information using PERL.
|
25 June 2007, 14:29 GMT Downloads: 168 |
 |
Returning More than 1 Value through a Function shows how multiple values can be returned by the use of pointers.
|
04 May 2007, 13:48 GMT Downloads: 154 |
 |
Recursive Fibonacci Sequence shows how to generate a Fibonacci Sequence using Recursion.
|
04 May 2007, 13:10 GMT Downloads: 652 |
 |
Printing Numbers in Descending order recursively prints numbers in descending order.
|
04 May 2007, 12:14 GMT Downloads: 318 |
 |
Printing Numbers in Ascending and Descending order Recursively prints numbers in ascending and descending order
|
04 May 2007, 12:11 GMT Downloads: 437 |
 |
Complex Numbers Class implements Complex Numbers and it's Functions.
|
03 May 2007, 10:55 GMT Downloads: 273 |
|
|
|