Easy Encrypt and Decrypt Zip by Mohammad Mirshahi On Nov 29, 2011 The attached sample code encrypts your file by 16 and 32 key secret and decrypts back by 16 and 32 Key.
Anti Virus Remover for Kernel.exe by Mohammad Mirshahi On Nov 29, 2011 Kernel Remover application is a Kernel virus removal application. It scans and cleans your system.
Find the missing and repeating number in an Array by Kamal Rawat On Oct 10, 2011 In an Array of size n, elements from 1 to n are stored. One of the integer is missing and in its place one integer is repeating twice. find both the numbers
Efficient Algorithm: Separate all 1s and 0s in a given array of 1s and 0s. by Suresh Paldia On Nov 25, 2010 Consider an array of only 1s and 0s. Write an algorithm that will separate all 1s and all 0s. Try to do it in one parse of array.
C# sharp demystified by Gaurav Rawat On Oct 30, 2010 I hope to explore intricacies of c# from this. Also, I want to share various advanced techniques available in C# for everyone
Design time Textbox Extension for dynamic multi text box data entry location by Patrick Scott On Aug 10, 2007 Code which will allow the Design Time editor to place Textbox entries as often and as many as needed with condition for Text, Integer, and Floating Point entry. Settable parameters are number of digits, min value, and max value. Attempted to cover uninitialized fields to fill in for no entries setup.