Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Enterprise-grade ITSM, for every business
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Zipserver is a small HTTP 1.0 server written in Java. It is aimed to serve archived manuals, documents, books etc. on systems with limited hard disk space (e.g. notebooks). At this time it features only a small amount of configuration options: roo
PAT is a complete web application that allow to manage files (basic and advanced functions like compression in gz), ftp, and database all in one. Designed to reproduce a Graphical User Interface (GUI) with drop-down and context menu for easy use
jzip is a zipping/archiving program, written in Java. It let's user use gui to create zip archives and Jar executables archives. The very fact that it is using Java allows use on many platforms.
niCE - nice insignificant compressing engine, ...oh no, not another data compressor ;-) C-Programm, das mittels Huffmanalgorithmus und Lauflängenalgorithmus komprimiert. Plus: Ausführlicher Guide und Dokumentation die verwendeten Algorithmen und Projek
lzop is a file compressor similar to gzip. Its main advantages over gzip are much higher compression and decompression speed, at the cost of some compression ratio. lzop uses the LZO library for compression services.
Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform.
Geographic restrictions, eligibility, and terms apply.
A search, filter, and "action" utility targeted at power users and developers. Features a graphical and command-line interfaces. Initial version searches for/filters files then does whatever you specify (copy, delete, move…).
Apache 2 API module, which serve zipped archive (created by PkWare, WinZip, JAR and other tools) like virtual filesystem and allow browse its content. Usefull for browsing html based documentation (for example generated by javadoc).
The program tHE HTML packer is intended for compression of ready HTML-files before loading them on a WEB-site.
For operation of the packed pages it is necessary to have a browser with support of the language JavaScript. In the given moment the program wa
TNT Mocha Backup
Platform Independent backup utility written in Java.
Uses ZIP files for data storage. Now supports file permission backup for restore by standard utilities in linux such as unzip.
An easy-to-use, user-friendly GUI for archived file formats (jar, zip, tar). Explorer-type archive browsing with all the archiving functionality offered through a much easier, quicker & more understandable manner than its command-line counterpart.
This project has been replaced by Archive Buddy [http://sourceforge.net/projects/archivebuddy]
LZO is a portable lossless data compression library written in ANSI C. It offers pretty fast compression and very fast decompression. Decompression requires no memory. In addition there are slower compression levels achieving a quite competitive compres
PHP Unarchiver is Un-Archiver tool that works with Tarballs, Zips and Rars. Unarchiver is a browser-based archive management tool for users who do not have direct access to their servers.
Want to modify your Award(tm) bios or the files it contains?
AwardMod is the ONLY publicly available program that lets you add or remove modules from the New Medallion BIOS'.
replaces some or all of cbrom/modbin
download it today
Josef Hill
The RAZip bitstream format was designed to provide a faster
random access to compressed data than what is currently
possible using the GZIP format. During the desing phase,
some other features were added, like encryption and error correction.
A human-readable ISC-Licensed implementation of the LZO1X algorithm.
LZO is a compression library which is widely used around the world. The main problem with LZO is that it is absolutely not human readable.
People have done crazy stuff to get LZO to run in their language. Usually it implies inline assembly or trying to execute data which actually contains machine code. This is sick. Whoever is responsible for this sorry situation ought to be ashamed.
So I'm going to deobfuscate LZO and provide a ISC implementation of this algorithm in Python and C. In...