With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
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.
minihuff is a data compression library that enables the creation of a static frequency table to be stored at both ends of a connection. This allows effective compression even for very small pieces of data that maintain similar entropy characteristics.
Tcl Channel drivers for gzip'd and bzip2'd files. Read and wirte compressed files directly from within TCL.
This library allows you to use two new commands (openBzip and openGzip) in your tcl scripts. Since they take exactly the same Options as the st
Sales CRM and Pipeline Management Software | Pipedrive
The easy and effective CRM for closing deals
Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
ComprLib is a library providing a flexible and easy to use interface for encoding and decoding of data, independent of the input and output sources. New codecs able to encode/decode Arithmetic to LZSS have been ported.
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
Infinity is a fractal compressor (based on high mathematical theories) done by a university assigment. It will be based on neural networks (an innovative approach) and coded in C++
A port of zlib 1.1.4 to the Palm OS as a SysLib. Facilitates decompression/compression of infozip and PK-ZIP 2.x (.zip) as well as gzip (.gz) compression formats on the Palm PDA.
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.
Turn Your Content into Interactive Magic - For Free
From Canva to Slides, Desmos to YouTube, Lumio works with the tech tools you are already using.
Transform anything you share into an engaging digital experience - for free. Instantly convert your PDFs, slides, and files into dynamic, interactive sessions with built-in collaboration tools, activities, and real-time assessment. From teaching to training to team building, make every presentation unforgettable. Used by millions for education, business, and professional development.
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
This is an academic project.
A library and a sample program will be developed, that will implement the Burrows-Wheeler compression algorithm, using C++ and templates.
This is the same algorithm for BZip.
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...