Developer page - born2c0de |
|
|
Programs: 46 | born2c0de 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: 283 |
 |
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: 990 |
 |
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: 325 |
 |
Stooge Sort shows how an array can be sorted recursively using the Stooge Sort Algorithm.
|
26 June 2007, 07:43 GMT Downloads: 729 |
 |
Solving the Towers of Hanoi Problem Recursively - how to resolve tower of Hanoi problem using recursive method
|
26 June 2007, 07:43 GMT Downloads: 1,126 |
 |
Shell Sort Algorithm shows how an array can be sorted using Shell Sort algorithm.
|
26 June 2007, 07:41 GMT Downloads: 1,127 |
 |
Selection Sort demonstrates Selection Sort using Recursion.
|
26 June 2007, 07:41 GMT Downloads: 795 |
 |
Class Implementing Fractions implements Fractions using various Functions.
|
26 June 2007, 07:30 GMT Downloads: 331 |
 |
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: 3,577 |
 |
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: 940 |
 |
Differentiation of a Function by First Principle demonstrates Derivative of a User Defined Function using First Principle.
|
26 June 2007, 07:07 GMT Downloads: 475 |
 |
Getting Current Directory - function to return the current working directory
|
26 June 2007, 07:04 GMT Downloads: 312 |
 |
Getting Ascending Order of Numbers Recursively prints numbers in ascending order.
|
26 June 2007, 07:03 GMT Downloads: 444 |
 |
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: 1,528 |
 |
Finding Square Root upto 250 Digits finds square roots of numbers with upto 250 places of precision.
|
26 June 2007, 06:56 GMT Downloads: 656 |
 |
Finding Prime Palindromes finds n prime palindromes after a specified number.
|
26 June 2007, 06:56 GMT Downloads: 534 |
 |
Finding Number of Trailing Zeros in n! - BASED ON A MATHEMATICAL THEOREM
|
26 June 2007, 06:56 GMT Downloads: 580 |
 |
Finding Factors of a Number Recursively can find factors of a number.
|
26 June 2007, 06:56 GMT Downloads: 665 |
 |
Finding Base Memory - Address 0x413h gives the size of base memory.
|
26 June 2007, 06:55 GMT Downloads: 408 |
 |
Integration of Functions and Finding Area - Computerized method of a Riemann sum
|
26 June 2007, 06:51 GMT Downloads: 345 |
 |
Insertion Sort Example demonstrates how Insertion Sort works.
|
26 June 2007, 06:48 GMT Downloads: 1,828 |
 |
Multiplying numbers using Double-recursion uses a recursive add function to get the product of two numbers.
|
26 June 2007, 06:26 GMT Downloads: 421 |
 |
Linked List Class implements the Linked List Data Structure.
|
26 June 2007, 06:14 GMT Downloads: 428 |
 |
REC Disassembler Source is the Main Disassembling code.
|
26 June 2007, 06:09 GMT Downloads: 1,161 |
 |
Solve Quadratic Equations using Factorisation solves a Quadratic Equation using Factorisation
|
25 June 2007, 14:57 GMT Downloads: 800 |
 |
sleep() alternative - Another alternative function to sleep()
|
25 June 2007, 14:57 GMT Downloads: 371 |
 |
Simplest Encryption shows very very simple encryption.
|
25 June 2007, 14:56 GMT Downloads: 298 |
 |
Shortest Function to Reverse a String shows how a string can be reversed using Recursion.
|
25 June 2007, 14:56 GMT Downloads: 486 |
 |
Decimal to Hex Convertor converts a Decimal Number into Hexadecimal through the Command Line.
|
25 June 2007, 14:45 GMT Downloads: 557 |
 |
Currency [Rupee] Denomination Program - A Simple Indian Rupee denomination Program in Perl
|
25 June 2007, 14:45 GMT Downloads: 1,033 |
 |
Any Base to Any Base Convertor converts a Number from any base to any base using PERL.
|
25 June 2007, 14:45 GMT Downloads: 364 |
 |
WildCard Search - Basic WildCard Search Implementation
|
25 June 2007, 14:43 GMT Downloads: 474 |
 |
Viewing System Uptime - Display's System Uptime
|
25 June 2007, 14:43 GMT Downloads: 408 |
 |
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: 373 |
 |
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: 391 |
 |
Using ZIP Files with PERL creates and Extracts ZIP Files.
|
25 June 2007, 14:36 GMT Downloads: 627 |
 |
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: 438 |
 |
Single Directory MP3 Link Lister lists all the MP3's as links in HTML format.
|
25 June 2007, 14:34 GMT Downloads: 434 |
 |
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: 338 |
 |
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: 620 |
 |
Getting Header Information gets Host Header Information using PERL.
|
25 June 2007, 14:29 GMT Downloads: 333 |
 |
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: 314 |
 |
Recursive Fibonacci Sequence shows how to generate a Fibonacci Sequence using Recursion.
|
04 May 2007, 13:10 GMT Downloads: 816 |
 |
Printing Numbers in Descending order recursively prints numbers in descending order.
|
04 May 2007, 12:14 GMT Downloads: 482 |
 |
Printing Numbers in Ascending and Descending order Recursively prints numbers in ascending and descending order
|
04 May 2007, 12:11 GMT Downloads: 659 |
 |
Complex Numbers Class implements Complex Numbers and it's Functions.
|
03 May 2007, 10:55 GMT Downloads: 481 |
|
|