Git Product home page Git Product logo

Me's Projects

lib.memorybuffer icon lib.memorybuffer

Provides simple memory buffer type that remembers its own size along with functions for allocation and deallocation of this buffer.

lib.memvector icon lib.memvector

Implementation of simple memory vector class. Only base class is fully implemented - vectors for specific types must be created as a child of this base class (a template and an example are provided).

lib.messanger icon lib.messanger

[NEEDS REWRITE, DO NOT USE] Small library for thread-safe intraprocess communication.

lib.multicastevent icon lib.multicastevent

Simple class that can be used as multicast event. Library also implements class for multicast variant of TNotifyEvent. TMulticastEvent can be inherited from to create multicast variant of almost any event.

lib.progresstracker icon lib.progresstracker

Class designed to ease calculation and management of multilayered and/or multi-stage progress (eg. progress of a long and complex data processing).

lib.rawinput icon lib.rawinput

[NEEDS REWRITE, DO NOT USE] Set of classes designed to process and manage raw input and raw input devices in Windows OS.

lib.registryex icon lib.registryex

[NEEDS REWRITE, DO NOT USE] Replacement of TRegistry class with some added features and options. Note that it is not a direct drop-in replacement, interface differs.

lib.ringbuffer icon lib.ringbuffer

Class implementing simple ring buffer (also known as circular buffer).

lib.sha2 icon lib.sha2

Library for calculation of SHA2 hashes. Following hash sizes are implemented: SHA-224, SHA-256, SHA-384, SHA-512, SHA-512/224 and SHA-512/256.

lib.sha3 icon lib.sha3

Library for calculation of SHA3 and Keccak hashes. Following hash variants are implemented: Keccak224, Keccak256, Keccak384, Keccak512, Keccak[], Keccak[c], SHA3-224, SHA3-256, SHA3-384, SHA3-512, SHAKE128 and SHAKE256.

lib.sharedmemorystream icon lib.sharedmemorystream

Simple class that creates and provides access to a shared (system-wide) memory with standard stream interface (read, write, seek, ...).

lib.simplecompress icon lib.simplecompress

Very simple library providing functions for (de)compression of streams (descendants of TStream class), files and memory buffers. Actual (de)compression is done by ZLib library.

lib.simplecompress-1 icon lib.simplecompress-1

Very simple library providing functions for (de)compression of streams (descendants of TStream class), files and memory buffers. Actual (de)compression is done by ZLib library.

lib.simplecpuid icon lib.simplecpuid

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

lib.simplecpuid-1 icon lib.simplecpuid-1

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

lib.simplenamedvalues icon lib.simplenamedvalues

Very simple library providing a list of name-value pairs. Intended to be used for argument passing.

lib.staticmemorystream icon lib.staticmemorystream

Simple library designed to ease accessing of general memory location using usual stream interface.

lib.strrect icon lib.strrect

Simple library providing functions to simplify conversions in Lazarus when passing strings to RTL or WinAPI.

lib.syncthread icon lib.syncthread

[NEEDS REWRITE, DO NOT USE] Very simple library providing TThread descendant that is able to synchronize with (execute its method in context of...) any other thread.

lib.taggedbinarydata icon lib.taggedbinarydata

Set of very simple classes intended for serialization and deserialization of binary data into/from streams.

lib.uint64utils icon lib.uint64utils

Utility functions for 64bit unsigned integers. Meant mainly for compilers that do not have full native support for this type (eg. Delphi 7).

lib.utilitywindow icon lib.utilitywindow

Simple implementation of invisible utility window. It is designed to be a simple target for windows messages, e.g. for interprocess communication.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.