[DISCONTINUED] Small library/tool designed to decrypt SII files used as saves in truck games by SCS Software. Can be used as DLL, console program, GUI program or directly in a code.
Small library designed to provide some basic parsed information (mainly CPU features) obtained by the CPUID instruction on x86(-64) processors.
Non-blocking synchronization objects based on interlocked functions operating on locking flag(s).
Provides synchronization objects based on primitives provided by the Windows OS and more.
Set of functions providing atomic operations (addition, subtraction, exchange, ...) on variables. Created as an replacement and extension of interlocked functions provided by WinAPI.
Very simple library providing TThread descendant that is able to synchronize with (execute its method in context of...) any other cooperating thread.
Set of classes designed for sorting of lists or arrays where items can be accessed using their indices.
Provides functions for not-so-common bit operations and more.
Provides several classes designed to ease data compression and decompression using ZLib library.
Provides wrapper classes for synchronization primitives and wait functions from libraries WinSynObjs and LinSyncObjs.
Provides a set of classes encapsulating synchronization objects available in pthread library for Linux operating system, and more.
Provides means of reading Time-Stamp Counter (TSC) Model-Specific Register (MSR), which can be used for high-resolution time measurements.
Small program designed to ease termination of unresponsive processes in Windows OS.
Wrapper functions for linux futexes. Also provides very simple synchronization objects based on them.
Provides functions for not-so-common bit operations and more.