Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (13)
Cab List Component
no vote
CAB file list and decompression component   Author: Jim Mischel   Last Update:  06/15/99
Vayrus
2016-08-23
1
1
File Splitter
no vote
By Jim Mischel, November 2, 2000 This program lets you split a large file into multiple smaller pieces, which can be copied to diskette or transferred in some other way to another computer (such as downloading).  Once on the other computer, the file can be reconstructed with a simple copy operation. The program allows you to specify the input file, the directory in which the pieces will be created, the base file name of the individual pieces, and the size of the pieces.  Pieces are named sequentially, starting with 1.
Vayrus
2016-08-23
0
1
Large Integer
no vote
Arbitarily large integer unit -   Operations supported:   Assign, Add, Subtract, Multiply, Divide, Modulo, Compare, Factorial   (Factorial limited to max integer, run time would probably limit it   to much less)   All operations are methods of a TInteger class and replace the value with the   result.  For binary operations (all except factorial), the second operand is   passed as a parameter to the procedure.
Vayrus
2016-08-23
0
1
Text Diff Search
no vote
Text Diff Search Author: Russia, ???
Vayrus
2016-08-23
0
1
LZHAM Compression
4.0
LZHAM Lossless Data Compression Codec - Alpha7 - Released Dec. 14, 2011 Copyright (c) 2009-2011 Richard Geldreich, Jr.
Vayrus
2016-08-23
379
2
YUI Compressor - The Yahoo! JavaScript and CSS Com
no vote
The YUI Compressor is a JavaScript compressor which, in addition to removing comments and white-spaces, obfuscates local variables using the smallest possible variable name. This obfuscation is safe, even when using constructs such as 'eval' or 'with' (although the compression is not optimal is those cases) Compared to jsmin, the average savings is around 20%. The YUI Compressor is also able to safely compress CSS files. The decision on which compressor is being used is made on the file extension (js or css)
Vayrus
2016-08-23
0
1
Hex Editor Sample
no vote
Hex Editor Simple Sample For Education THexEditor v1.16,   THexToCanvas v1.0 Beta 2   THexEditor descends from TCustomGrid, and displays and edits hexadecimal/binary files   THexToCanvas is a descendant of TComponent, assign a THexEditor to it, set some properties   and you can paint the hex data to a canvas ( e.g. printer canvas ) Enjoy
Vayrus
2016-08-23
1
1
MBR MBR Protect
no vote
MBR Protect By opc0de Carefully! Enjoy
Vayrus
2016-08-23
0
1
Patch Maker
no vote
 Unit Name: uPatcher  Author:    Glen Vlotman  Date:      31 December 2011  Version:   0.0.0.1                                    
Vayrus
2016-08-23
0
1
DirectX WebCam Capture
4.0
The TVideoSample class provides access to WebCams and similar Video-capture   devices via DirectShow.   It is based mainly on C++ examples from the Microsoft DirectX 9.0 SDK Update   (Summer 2003): PlayCap and PlayCapMoniker. Comments found in those samples   are copied into this Delphi code.   Depends on the DirectX Header conversion files which could be found here:   - http://www.progdigy.com   - http://www.clootie.ru/delphi
Vayrus
2016-08-23
1
1
View More