Utilities, written in FreePascal
A unit for handling big integers.
- support for basic operation
- Miller Rabin primality test
- factorization routines
Utilities for command line parsing
A simplified diff. I found the source somewhere and cleaned it up.
Related:
- huffman_model_default.inc
- huffman_model_mnh.inc
- huffman_model_numeric.inc
- huffman_model_wiki.inc Implementation of a fixed table huffman encoder with a simple markov model. Intended mainly for compression of short texts.
Routines for handling system accesses.
Simple (partly generic) implementations of (sortable) arrays, maps and sets. Relies heavily on Macros.
String routines including formatting, replacing, etc.
- ISAAC random generator
- SHA256
Utilities for reading to (and writing from) streams.
Wrapper functions around Synapse to simplify HTTP server functionality.
Different color models: RGB, HSV, with and without alpha-channel, 8 bit per channel and single precision float per channel.
Generic pixel map based on the types in myColors.
An old implementation for file histories Currently outdated.
Experimental unit for handling alignments of multiple forms in one Lazarus application. Currently outdated.
Experimental unit for scalable graphics. Currently outdated.