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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to mirage/ocaml-git

Open-source alternatives to Ocaml Git

16 open-source projects similar to mirage/ocaml-git, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Ocaml Git alternative.

  • cheery/json-algorithmAvatar cheery

    cheery/json-algorithm

    116Vezi pe GitHub↗

    Now even your pet rock can parse JSON.

    Python
    Vezi pe GitHub↗116
  • emilhernvall/dnsguideAvatar EmilHernvall

    EmilHernvall/dnsguide

    4,570Vezi pe GitHub↗

    dnsguide is a software implementation of the DNS protocol designed to handle queries and responses between clients and nameservers. It functions as a recursive DNS server and network service tool for managing the resolution of domain names within local or wide area networks. The project provides a framework for building a custom DNS server, incorporating recursive resolution logic and stub resolver integration to translate hostnames into IP addresses. It is designed for implementing the DNS protocol from scratch to facilitate network protocol learning and custom name resolution. The implemen

    dnsdns-serverinternet
    Vezi pe GitHub↗4,570
  • g-plane/tiny-package-managerAvatar g-plane

    g-plane/tiny-package-manager

    462Vezi pe GitHub↗

    Learn how npm or Yarn v1 works.

    TypeScript
    Vezi pe GitHub↗462
  • infaaa/build-your-own-x-vibe-codingAvatar inFaaa

    inFaaa/build-your-own-x-vibe-coding

    80Vezi pe GitHub↗

    Master programming by recreating your favorite technologies from scratch with vibe coding.

    Python
    Vezi pe GitHub↗80
  • jamesroutley/write-a-hash-tableAvatar jamesroutley

    jamesroutley/write-a-hash-table

    4,345Vezi pe GitHub↗

    This project is a pedagogical implementation of a hash table in C, built from scratch using open addressing and linear probing for collision resolution. It serves as a computer science algorithm demo, demonstrating how to construct a fundamental key-value store at a low level. The implementation covers the core operations of an associative array: inserting a key-value pair, looking up a value by its key, and deleting a pair. It uses a hash function to compute storage locations, maps hash values to array indices with the modulo operator, and resolves collisions by scanning sequentially through

    cdata-structureshash-tables
    Vezi pe GitHub↗4,345

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • kevmo314/codec-from-scratchAvatar kevmo314

    kevmo314/codec-from-scratch

    453Vezi pe GitHub↗

    Build a simple video encoder from scratch

    Go
    Vezi pe GitHub↗453
  • kezhenxu94/cache-liteAvatar kezhenxu94

    kezhenxu94/cache-lite

    166Vezi pe GitHub↗

    An extremely lite-weight cache framework in Kotlin, demonstrating how cache works.

    Vezi pe GitHub↗166
  • leandromoreira/cdn-up-and-runningAvatar leandromoreira

    leandromoreira/cdn-up-and-running

    3,677Vezi pe GitHub↗

    This project is a content delivery network implementation that uses a web server and scripting language to cache content at the edge and reduce latency for end users. It functions as a distributed system designed to store backend responses on edge nodes and route incoming client requests through a proxy. The system utilizes custom request logic to handle edge caching strategies, including the delivery of stale content during origin failures. It implements request coalescing to merge simultaneous requests for the same resource into a single upstream call to prevent backend overload. The proje

    Lua
    Vezi pe GitHub↗3,677
  • mirage/mirageAvatar mirage

    mirage/mirage

    2,936Vezi pe GitHub↗

    MirageOS is a library operating system that constructs unikernels

    OCaml
    Vezi pe GitHub↗2,936
  • mirage/ocaml-fatAvatar mirage

    mirage/ocaml-fat

    25Vezi pe GitHub↗

    Read and write FAT format filesystems from OCaml

    OCaml
    Vezi pe GitHub↗25
  • mirage/ocaml-vchanAvatar mirage

    mirage/ocaml-vchan

    45Vezi pe GitHub↗

    Pure OCaml implementation of the "vchan" shared-memory communication protocol

    OCaml
    Vezi pe GitHub↗45
  • relativty/relativAvatar relativty

    relativty/Relativ

    7,189Vezi pe GitHub↗

    Relativ is an open-source project for the development of custom virtual reality hardware, encompassing the mechanical design, electronics, and software interfaces required to build a headset from scratch. It provides the frameworks necessary for assembling devices using open-source electronics and firmware. The project integrates custom hardware with SteamVR through driver-based configurations, mapping device identifiers and display viewports to ensure rendered images align with physical secondary displays. It employs a combination of microcontroller-based inertial measurement unit polling fo

    C++
    Vezi pe GitHub↗7,189
  • ronami/minipackAvatar ronami

    ronami/minipack

    3,299Vezi pe GitHub↗

    📦 A simplified example of a modern module bundler written in JavaScript

    JavaScript
    Vezi pe GitHub↗3,299
  • sadiqj/ocaml-esp32Avatar sadiqj

    sadiqj/ocaml-esp32

    19Vezi pe GitHub↗

    OVERVIEW:

    OCaml
    Vezi pe GitHub↗19
  • stevenvar/omicrobAvatar stevenvar

    stevenvar/omicrob

    155Vezi pe GitHub↗

    An OCaml generic virtual machine for microcontrollers

    OCaml
    Vezi pe GitHub↗155
  • trekhleb/javascript-algorithmsAvatar trekhleb

    trekhleb/javascript-algorithms

    196,089Vezi pe GitHub↗

    This repository is a comprehensive collection of data structures and algorithms implemented in JavaScript, designed primarily as an educational resource for computer science study and technical interview preparation. It provides modular implementations of fundamental programming concepts, allowing developers to explore algorithmic logic and data organization through self-contained, verifiable code examples. The library distinguishes itself by pairing every implementation with formal Big O notation, providing predictable insights into time and space scaling requirements. Each algorithm is stru

    JavaScriptalgorithmalgorithmscomputer-science
    Vezi pe GitHub↗196,089