libsql-tokenizer-perl
simple SQL tokenizer
SQL::Tokenizer is a simple tokenizer for SQL queries. It does not claim to be
a parser or query verifier. It just creates sane tokens from a valid SQL
query.
libtime-mock-perl
shift and scale time Perl module
Test::MockTime is nice, but doesn't allow you to accelerate the timestep
and doesn't deal with Time::HiRes or give you any way to change the time
across forks. Time::Mock speed up your sleep(), alarm(), and time() calls.
backdoor-factory
Patch 32/64 bits ELF & win32/64 binaries with shellcode
Injects shellcode into win32/64 PE files, 32/64bits ELF binaries, to continue
normal file execution (if the shellcode supports it), by patching the exe/dll
directly.
cpp-7-hppa-linux-gnu
GNU C preprocessor
mlucas
program to perform Lucas-Lehmer test on a Mersenne number
mlucas is an open-source (and free/libre) program for performing Lucas-Lehmer
test on prime-exponent Mersenne numbers, that is, integers of the form
2 ^ p - 1, with prime exponent p. In short, everything you need to search for
world-record Mersenne primes! It has been used in the verification of various
Mersenne primes, including the 45th, 46th, 48th, 49th and 50th found Mersenne
prime.
postgresql-15-periods
PERIODs and SYSTEM VERSIONING for PostgreSQL
This extension attempts to recreate the behavior defined in SQL:2016
(originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
idea is to figure out all the rules that PostgreSQL would like to adopt (there
are some details missing in the standard) and to allow earlier versions of
PostgreSQL to simulate the behavior once the feature is finally integrated.