|
 |
|
|
Submitted: May 28, 2008
Views: 701
Reverse a string in Brainfuck
|
|
|
 |
|
|
Submitted: October 9, 2008
Views: 1728
It can be a little tedious to compile the wxWidgets source code, so this is a simple batch script to do it for you.
|
|
|
 |
|
|
Submitted: February 3, 2009
Views: 754
a program that locks a folder which becomes accessible only through a password...
|
|
|
 |
|
|
Submitted: September 28, 2007
Views: 3283
This small subroutine returns the prime factors of a number.
|
|
|
 |
|
|
Submitted: August 7, 2009
Views: 169
Bit of a hack/slash method, but this program will get the fieldnames from the currently selected table/cursor and append them into a cursor called fieldnames.
|
|
|
 |
|
|
Submitted: February 16, 2009
Views: 742
A function to get string input from the user in Symbian OS.
|
|
|
 |
|
|
Submitted: January 9, 2008
Views: 675
It's a lolcode calculator. This is not the calculator on the lolcode website.
|
|
|
 |
|
|
Submitted: November 4, 2007
Views: 12671
MSSQL doesn't support the "DROP TABLE IF EXISTS [table]" syntax. Here's how to do the same thing under MSSQL.
|
|
|
 |
|
|
Submitted: February 29, 2008
Views: 3052
This is a snippet that can be used to read the contents of a text file into a ListBox.
|
|
|
 |
|
|
Submitted: April 9, 2009
Views: 254
a simple snippet to reverse a list in prolog
|
|
|
 |
|
|
Submitted: December 5, 2008
Views: 1391
Asks the user for an input and calculates the sum of all the integer values between 0 and the input.
|
|
|
 |
|
|
Submitted: March 29, 2009
Views: 432
a snippet in PROLOG that checks if a number is prime or not
|
|
|
 |
|
|
Submitted: February 22, 2009
Views: 1097
This simple code snippet will show you how to create a folder named with the current date in windows via batch script
|
|
|
 |
|
|
Submitted: September 18, 2007
Views: 6252
Thus function finds the determinant of a square matrix of any order
|
|
|
 |
|
|
Submitted: June 27, 2008
Views: 1595
A quick search around Google reveals that there are many an application that will remove the protection from Word documents. However I question the trustworthiness of these programs, what if they install key loggers, or trojans, or some other nefarious code? So I did some research and scripting to make my own document cracker, and it was incredibly simple.
|
|
|
 |
|
|
Submitted: February 3, 2009
Views: 539
this simple snippet in batch script is a matrix animation simulation, it just for fun... enjoy!
|
|
|
 |
|
|
Submitted: March 27, 2009
Views: 680
the predicate returns true if Y is the factorial of X
|
|
|
 |
|
|
Submitted: September 29, 2007
Views: 7071
This subroutine can multiply two matrices of any order (which match)
|
|
|
 |
|
|
Submitted: September 29, 2007
Views: 3330
This program solves quadratic equations
|
|
|
 |
|
|
Submitted: September 14, 2007
Views: 3129
This subroutine finds the unknowns in a set of linear equations
|
|
|
 |
|
|
Submitted: January 16, 2008
Views: 1830
Determines whether the mouse is hovering over an object or not
|
|
|
 |
|
|
Submitted: March 25, 2009
Views: 577
a simple snippet in prolog to find the greatest common divisor of 2 numbers
|
|
|
 |
|
|
Submitted: March 25, 2009
Views: 1309
an example of the fibonacci series in prolog, the function will return true, if Y is the fibonacci value of X
|
|
|
 |
|
|
Submitted: September 28, 2007
Views: 6638
These set of subroutines find the largest eigenvalue and the corressponding eigenvector
|
|
|
 |
|
|
Submitted: September 17, 2007
Views: 14471
This subroutine finds the inverse of a matrix
|
|