[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.
Very simple library providing TThread descendant that is able to synchronize with (execute its method in context of...) any other cooperating thread.
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 classes designed for sorting of lists or arrays where items can be accessed using their indices.
Provides wrapper classes for synchronization primitives and wait functions from libraries WinSynObjs and LinSyncObjs.
Provides several classes designed to ease data compression and decompression using ZLib library.
Provides functions for not-so-common bit operations 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.
Small program designed to ease termination of unresponsive processes in Windows OS.
Provides a set of classes encapsulating synchronization objects available in pthread library for Linux operating system, and more.
Provides functions for not-so-common bit operations and more.
Wrapper functions for linux futexes. Also provides very simple synchronization objects based on them.