awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to dezlov/pascaltz

Open-source alternatives to PascalTZ

30 open-source projects similar to dezlov/pascaltz, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best PascalTZ alternative.

  • alanxz/rabbitmq-cAvatar von alanxz

    alanxz/rabbitmq-c

    1,859Auf GitHub ansehen↗

    RabbitMQ C client

    C
    Auf GitHub ansehen↗1,859
  • alex-gamper/ada-languageserverAvatar von Alex-Gamper

    Alex-Gamper/Ada-LanguageServer

    1Auf GitHub ansehen↗

    Prototype implementation of LSP client - Visual Studio 2017

    C#
    Auf GitHub ansehen↗1
  • andgi/nbadaAvatar von andgi

    andgi/NBAda

    13Auf GitHub ansehen↗

    NBAda - Non-blocking Algorithms and Data Structures

    Ada
    Auf GitHub ansehen↗13
  • andgineer/tregexprAvatar von andgineer

    andgineer/TRegExpr

    192Auf GitHub ansehen↗

    Regular expressions (regex), pascal.

    Pascal
    Auf GitHub ansehen↗192
  • anthony-arnold/adaidAvatar von anthony-arnold

    anthony-arnold/AdaID

    16Auf GitHub ansehen↗

    #AdaID#

    Ada
    Auf GitHub ansehen↗16
  • avemey/zexmlssAvatar von Avemey

    Avemey/zexmlss

    79Auf GitHub ansehen↗

    ZEXMLSS Lazarus/Delphi component for read/write ods, excel xml, xlsx

    Pascal
    Auf GitHub ansehen↗79

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
bero1985/flreAvatar von BeRo1985

BeRo1985/flre

101Auf GitHub ansehen↗

FLRE ( F ast L ight R egular E xpressions) is a fast, safe and efficient regular expression library, which is implemented in Object Pascal (Delphi and Free Pascal) but which is even usable from other languages like C/C++ and so on. It requires PUCU.pas from PUCU for the Unicode data tables.

Pascal
Auf GitHub ansehen↗101
  • bero1985/pasmpAvatar von BeRo1985

    BeRo1985/pasmp

    119Auf GitHub ansehen↗

    PasMP - a parallel-processing/multi-processing library for Object Pascal

    Pascal
    Auf GitHub ansehen↗119
  • chaosben/theunknownonesAvatar von chaosben

    chaosben/theunknownones

    89Auf GitHub ansehen↗

    All the things we develop and want to share with you

    Pascal
    Auf GitHub ansehen↗89
  • cloudwu/pbcAvatar von cloudwu

    cloudwu/pbc

    1,625Auf GitHub ansehen↗

    A protocol buffers library for C

    C
    Auf GitHub ansehen↗1,625
  • codeplea/genannAvatar von codeplea

    codeplea/genann

    2,268Auf GitHub ansehen↗

    simple neural network library in ANSI C

    Cannansiartificial-neural-networks
    Auf GitHub ansehen↗2,268
  • codeplea/tinyexprAvatar von codeplea

    codeplea/tinyexpr

    1,895Auf GitHub ansehen↗

    tiny recursive descent expression parser, compiler, and evaluation engine for math expressions

    C
    Auf GitHub ansehen↗1,895
  • commonmark/commonmark-specAvatar von commonmark

    commonmark/commonmark-spec

    5,105Auf GitHub ansehen↗

    This project is a formal markdown specification standard that provides a detailed markup syntax definition and a definitive set of rules for parsing plain text into consistent HTML output. It establishes a standardized grammar for structural blocks and inline elements to ensure uniform rendering across different software implementations. The specification is supported by a parser conformance suite and a reference implementation in C and JavaScript to verify that implementations adhere to the standard. It includes a system for implementation verification that compares transformed input strings

    Python
    Auf GitHub ansehen↗5,105
  • componolit/az3Avatar von Componolit

    Componolit/AZ3

    7Auf GitHub ansehen↗

    AZ3 is an Ada binding to the Z3 theorem prover.

    Ada
    Auf GitHub ansehen↗7
  • d-mozulyov/cachedbuffersAvatar von d-mozulyov

    d-mozulyov/CachedBuffers

    53Auf GitHub ansehen↗

    The library is irreplaceable for the tasks of sequential data reading or writing, especially if the requirements for the performance are increased and there are much data. The library is based on two main classes of the module CachedBuffers.pas: TCachedReader and TCachedWriter. The functionality…

    Pascal
    Auf GitHub ansehen↗53
  • d-mozulyov/cachedtextsAvatar von d-mozulyov

    d-mozulyov/CachedTexts

    30Auf GitHub ansehen↗

    Cached Texts is a powerful and compact cross-platform library aimed at parsing and generating of text data with the maximum possible performance. The library is characterized by the following: Code stored in the module "CachedTexts.pas" and depends on the two other libraries: CachedBuffers and…

    Pascal
    Auf GitHub ansehen↗30
  • d-mozulyov/rapid.genericsAvatar von d-mozulyov

    d-mozulyov/Rapid.Generics

    84Auf GitHub ansehen↗

    Include Rapid.Generics.pas unit into your project Replace Generics.Collections and Generics.Defaults units to Rapid.Generics in your uses code sections

    Pascal
    Auf GitHub ansehen↗84
  • d-mozulyov/uniconvAvatar von d-mozulyov

    d-mozulyov/UniConv

    34Auf GitHub ansehen↗

    UniConv is a universal quick and compact library intended for conversion, comparison and change of the register of text in concordance with the latest standards of the Unicode Consortium. The library’s function greatly resembles ICU, libiconv and Windows.kernel which are de facto standard for…

    Pascal
    Auf GitHub ansehen↗34
  • darianmiller/delphi-hunspellAvatar von darianmiller

    darianmiller/Delphi-Hunspell

    22Auf GitHub ansehen↗

    Simple Hunspell wrapper for Delphi

    Pascal
    Auf GitHub ansehen↗22
  • davidberneda/generictreeD

    davidberneda/GenericTree

    0Auf GitHub ansehen↗

    Delphi implementation of a generic Tree structure

    Auf GitHub ansehen↗0
  • davidmoraisferreira/fuzzywuzzy.pasD

    DavidMoraisFerreira/FuzzyWuzzy.pas

    0Auf GitHub ansehen↗

    FuzzyWuzzy.pas - Fuzzy String Matching in Free Pascal

    Auf GitHub ansehen↗0
  • docopt/docopt.cAvatar von docopt

    docopt/docopt.c

    321Auf GitHub ansehen↗

    C-code generator for docopt language.

    Python
    Auf GitHub ansehen↗321
  • dsapolska/dccontainersAvatar von dsapolska

    dsapolska/dccontainers

    12Auf GitHub ansehen↗

    Delphi containers library written for Delphi 7 as replacement for formerly used TStringList and DeCAL library. It contains maps and sets, both with integer and string keys, where maps can store strings, integers and objects (descendants of TObject).

    Pascal
    Auf GitHub ansehen↗12
  • facebookarchive/libphenomAvatar von facebookarchive

    facebookarchive/libphenom

    1,665Auf GitHub ansehen↗

    An eventing framework for building high performance and high scalability systems in C.

    C
    Auf GitHub ansehen↗1,665
  • fastrgv/hungarianalgorithmAvatar von fastrgv

    fastrgv/HungarianAlgorithm

    2Auf GitHub ansehen↗

    Although written in Ada, this code could be considered an algorithmic description.

    Ada
    Auf GitHub ansehen↗2
  • frett27/ada-gaAvatar von frett27

    frett27/Ada-GA

    3Auf GitHub ansehen↗

    Ada-GA

    Ada
    Auf GitHub ansehen↗3
  • frett27/ada-sodokuAvatar von frett27

    frett27/Ada-Sodoku

    5Auf GitHub ansehen↗

    Small Library for Sodoku grid solving / finding. This don't use smart algorithm for sodoku finding, but lead to "brut force" combinatory evaluation of solutions, in an optimized way.

    Ada
    Auf GitHub ansehen↗5
  • gabr42/gpdelphiunitsAvatar von gabr42

    gabr42/GpDelphiUnits

    187Auf GitHub ansehen↗

    Collection of my open sourced Delphi units.

    Pascal
    Auf GitHub ansehen↗187
  • google/gsonAvatar von google

    google/gson

    24,357Auf GitHub ansehen↗

    Gson is a Java library designed for the serialization and deserialization of objects into structured text formats. It functions as a reflection-based data mapper, inspecting class structures at runtime to automatically convert memory-resident objects into data representations and reconstruct them back into typed language objects. The library distinguishes itself through a modular type-adapter pattern that allows for custom conversion rules for complex or nested structures. It also provides robust support for production environments by generating build-time metadata and configuration rules, wh

    Java
    Auf GitHub ansehen↗24,357
  • adacore/ada-traits-containersAvatar von AdaCore

    AdaCore/ada-traits-containers

    35Auf GitHub ansehen↗

    This library is another containers library for Ada. Although it provides containers that do not exist in the standard Ada runtime (graphs for instance), it is more interesting for the flexibility it proposes:

    Ada
    Auf GitHub ansehen↗35