BumerSan's Stars
fundamentalslib/fundamentals5
Fundamentals 5 Code Library for FreePascal and Delphi
Fr0sT-Brutal/awesome-pascal
A curated list of awesome Delphi/FreePascal/(any)Pascal frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff. Open source and freeware only!
eStreamSoftware/Delphi_MemoryModule
Delphi adaptation of MemoryModule — load DLL from memory. Also includes hooking utilities.
eStreamSoftware/delphi-package-analyzer
A command line utility to analyze Delphi packages dependencies and output propose build sequences in multi threads application
eStreamSoftware/delphi-console
Captures console application output
ccy/delphi-int128
Delphi implementation of int128 data type using operator overloading
synopse/mORMot2
OpenSource RESTful ORM/SOA/MVC Framework for Delphi and FreePascal
gabr42/OmniThreadLibrary
A simple and powerful multithreading library for Delphi
eStreamSoftware/delphi-int128
Delphi implementation of int128 data type using operator overloading
benibela/bigdecimalmath
Pascal library for arbitrary precision BCD floating point numbers
synopse/mORMot
Synopse mORMot 1 ORM/SOA/MVC framework - Please upgrade to mORMot 2 !
TheLazyTomcat/lib.DynLibUtils
Small utility for dynamically loaded libraries (DLL, SO).
TheLazyTomcat/lib.WinSyncObjs
Provides synchronization objects based on primitives provided by the Windows OS and more.
TheLazyTomcat/lib.SharedMemoryStream
Simple class that creates and provides access to a shared (system-wide) memory with standard stream interface (read, write, seek, ...).
TheLazyTomcat/lib.SimpleNamedValues
Very simple library providing a list of name-value pairs. Intended to be used for argument passing.
TheLazyTomcat/lib.StaticMemoryStream
Simple library designed to ease accessing of general memory location using usual stream interface.
TheLazyTomcat/lib.MemoryBuffer
Provides simple memory buffer type that remembers its own size along with functions for allocation and deallocation of this buffer.
TheLazyTomcat/ExplicitStringLists
Set of string list classes, where each class works only with specific, well defined type of string (Ansi, Wide, UTF8, ...).
TheLazyTomcat/lib.BitVector
Set of classes implementing bit vector (an array of individually accessible bits).
TheLazyTomcat/lib.ListSorters
Set of classes designed for sorting of lists or arrays where items can be accessed using their indices.
TheLazyTomcat/lib.AuxClasses
Small set of auxiliary classes for use as parents for more complex objects plus some other classes-related material.
TheLazyTomcat/lib.BinaryStreaming
Library designed to ease streaming of binary data into memory or TStream descendants.
TheLazyTomcat/lib.SimpleCPUID
Small library designed to provide some basic parsed information (mainly CPU features) obtained by the CPUID instruction on x86(-64) processors.
TheLazyTomcat/lib.AuxTypes
Declares auxiliary types (pointer-sized integers, integers and floats with guaranteed size, ...) that might not be declared in all compilers.
TheLazyTomcat/lib.WinFileInfo
Implements simple class that can provide basic information about any file (size, attributes, time of creation, ...). It is also able to parse and provide informations included in version information resource (version, copyright, comments, etc.).
TheLazyTomcat/lib.StrRect
Simple library providing functions to simplify conversions in Lazarus when passing strings to RTL or WinAPI.
TheLazyTomcat/lib.BitOps
Provides functions for not-so-common bit operations and more.
TheLazyTomcat/lib.FastLocks
Non-blocking synchronization objects based on interlocked functions operating on locking flag(s).
TheLazyTomcat/lib.InterlockedOps
Set of functions providing atomic operations (addition, subtraction, exchange, ...) on variables. Created as an replacement and extension of interlocked functions provided by WinAPI.
gabr42/GpDelphiUnits
A collection of my open sourced Delphi units