TheLazyTomcat

TheLazyTomcat

👤 Developer

14 repositories on SrcLog

View on GitHub
14 Repos
121 Stars
45 Forks
121 Watchers

Repositories (14)

SII_Decrypt TheLazyTomcat/SII_Decrypt Pascal

[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.

62
lib.SimpleCPUID TheLazyTomcat/lib.SimpleCPUID Pascal

Small library designed to provide some basic parsed information (mainly CPU features) obtained by the CPUID instruction on x86(-64) processors.

10
lib.SyncThread TheLazyTomcat/lib.SyncThread Pascal

Very simple library providing TThread descendant that is able to synchronize with (execute its method in context of...) any other cooperating thread.

6
lib.FastLocks TheLazyTomcat/lib.FastLocks Pascal

Non-blocking synchronization objects based on interlocked functions operating on locking flag(s).

6
lib.WinSyncObjs TheLazyTomcat/lib.WinSyncObjs Pascal

Provides synchronization objects based on primitives provided by the Windows OS and more.

5
lib.ListSorters TheLazyTomcat/lib.ListSorters Pascal

Set of classes designed for sorting of lists or arrays where items can be accessed using their indices.

5
lib.CrossSyncObjs TheLazyTomcat/lib.CrossSyncObjs Pascal

Provides wrapper classes for synchronization primitives and wait functions from libraries WinSynObjs and LinSyncObjs.

4
lib.ZLibUtils TheLazyTomcat/lib.ZLibUtils Pascal

Provides several classes designed to ease data compression and decompression using ZLib library.

4
lib.BitOps TheLazyTomcat/lib.BitOps Pascal

Provides functions for not-so-common bit operations and more.

4
lib.InterlockedOps TheLazyTomcat/lib.InterlockedOps Pascal

Set of functions providing atomic operations (addition, subtraction, exchange, ...) on variables. Created as an replacement and extension of interlocked functions provided by WinAPI.

4
AppKiller TheLazyTomcat/AppKiller Pascal

Small program designed to ease termination of unresponsive processes in Windows OS.

4
lib.LinSyncObjs TheLazyTomcat/lib.LinSyncObjs Pascal

Provides a set of classes encapsulating synchronization objects available in pthread library for Linux operating system, and more.

3
lib.BitOps TheLazyTomcat/lib.BitOps Pascal

Provides functions for not-so-common bit operations and more.

2
lib.SimpleFutex TheLazyTomcat/lib.SimpleFutex Pascal

Wrapper functions for linux futexes. Also provides very simple synchronization objects based on them.

2