awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to cheery/json-algorithm

Open-source alternatives to Json Algorithm

30 open-source projects similar to cheery/json-algorithm, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Json Algorithm alternative.

  • kevmo314/codec-from-scratchالصورة الرمزية لـ kevmo314

    kevmo314/codec-from-scratch

    453عرض على GitHub↗

    Build a simple video encoder from scratch

    Go
    عرض على GitHub↗453
  • jamesroutley/write-a-hash-tableالصورة الرمزية لـ jamesroutley

    jamesroutley/write-a-hash-table

    4,345عرض على 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
    عرض على GitHub↗4,345
  • leandromoreira/cdn-up-and-runningالصورة الرمزية لـ leandromoreira

    leandromoreira/cdn-up-and-running

    3,677عرض على 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
    عرض على GitHub↗3,677
  • relativty/relativالصورة الرمزية لـ relativty

    relativty/Relativ

    7,189عرض على 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++
    عرض على GitHub↗7,189

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • emilhernvall/dnsguideالصورة الرمزية لـ EmilHernvall

    EmilHernvall/dnsguide

    4,570عرض على 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
    عرض على GitHub↗4,570
  • g-plane/tiny-package-managerالصورة الرمزية لـ g-plane

    g-plane/tiny-package-manager

    462عرض على GitHub↗

    Learn how npm or Yarn v1 works.

    TypeScript
    عرض على GitHub↗462
  • infaaa/build-your-own-x-vibe-codingالصورة الرمزية لـ inFaaa

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

    80عرض على GitHub↗

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

    Python
    عرض على GitHub↗80
  • kezhenxu94/cache-liteالصورة الرمزية لـ kezhenxu94

    kezhenxu94/cache-lite

    166عرض على GitHub↗

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

    عرض على GitHub↗166
  • trekhleb/javascript-algorithmsالصورة الرمزية لـ trekhleb

    trekhleb/javascript-algorithms

    196,089عرض على 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
    عرض على GitHub↗196,089
  • ronami/minipackالصورة الرمزية لـ ronami

    ronami/minipack

    3,299عرض على GitHub↗

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

    JavaScript
    عرض على GitHub↗3,299
  • ahmetcanarslan/hiddenalarmrevealerA

    AhmetCanArslan/HiddenAlarmRevealer

    0عرض على GitHub↗
    عرض على GitHub↗0
  • amrdeveloper/gqlالصورة الرمزية لـ amrdeveloper

    amrdeveloper/gql

    3,501عرض على GitHub↗

    GitQL is a extensible SQL-like query language and SDK to perform queries on various data sources such .git files with supports of most of SQL features such as grouping, ordering and aggregation and window functions and allow customization like user-defined types and functions

    Rust
    عرض على GitHub↗3,501
  • androidexpert35/appboosterA

    androidexpert35/AppBooster

    0عرض على GitHub↗
    عرض على GitHub↗0
  • anthonya1999/goodnightالصورة الرمزية لـ anthonya1999

    anthonya1999/GoodNight

    551عرض على GitHub↗

    The first non-jailbroken iOS (and macOS) application to adjust the screen temperature, brightness, and color!

    Objective-C
    عرض على GitHub↗551
  • amora-labs/micropython-captive-portalالصورة الرمزية لـ amora-labs

    amora-labs/micropython-captive-portal

    51عرض على GitHub↗

    This is a simple captive portal demo for MicroPython using NodeMCU/ESP8266.

    Python
    عرض على GitHub↗51
  • agauniyal/rangالصورة الرمزية لـ agauniyal

    agauniyal/rang

    1,581عرض على GitHub↗

    A Minimal, Header only Modern c++ library for terminal goodies 💄✨

    C++
    عرض على GitHub↗1,581
  • 8lwxpg/powertoysrun-processkillerالصورة الرمزية لـ 8LWXpg

    8LWXpg/PowerToysRun-ProcessKiller

    187عرض على GitHub↗

    A PowerToys Run plugin for killing processes.

    C#
    عرض على GitHub↗187
  • allinurl/goaccessالصورة الرمزية لـ allinurl

    allinurl/goaccess

    20,242عرض على GitHub↗

    This project is a terminal-based log analyzer and real-time traffic monitoring system designed for web server environments. It processes raw server access logs to generate structured statistical insights, providing visibility into visitor behavior, bandwidth usage, and request latency. The tool functions as a high-performance utility capable of handling large-scale datasets through multi-threaded parsing and memory-efficient data structures. The software distinguishes itself by offering both an interactive terminal interface and a web-based dashboard that updates in real-time via WebSocket st

    Canalyticsapachec
    عرض على GitHub↗20,242
  • ast-grep/ast-grepالصورة الرمزية لـ ast-grep

    ast-grep/ast-grep

    12,522عرض على GitHub↗

    ast-grep is a command-line utility and static analysis engine designed for searching, linting, and refactoring source code. It operates by identifying and transforming code blocks based on their underlying syntactic structure rather than relying on text-based or regular expression matching. The tool utilizes a language-agnostic abstraction to normalize diverse programming grammars into a unified tree structure. By employing a rule-driven engine, it allows users to define complex patterns that capture syntax nodes as variables, enabling consistent and syntactically valid modifications across e

    Rustastbabelcodemod
    عرض على GitHub↗12,522
  • arsenetar/dupeguruالصورة الرمزية لـ arsenetar

    arsenetar/dupeguru

    7,631عرض على GitHub↗

    dupeguru is a content-based file deduplicator and cross-platform disk cleanup tool. It functions as a local file management utility designed to identify and remove redundant files to recover disk space. The application identifies identical files across a file system by using content hashing and metadata comparison. This allows it to detect duplicates regardless of their filenames or directory locations. The software covers a range of data management capabilities, including directory scanning, content-based data deduplication, and the consolidation of redundant copies into single versions. It

    Python
    عرض على GitHub↗7,631
  • ataraxy-labs/semالصورة الرمزية لـ ataraxy-labs

    ataraxy-labs/sem

    2,911عرض على GitHub↗

    Semantic version control => entity-level diffs, blame, and impact analysis on top of git. 26 languages via tree-sitter. Built for coding agents.

    Rust
    عرض على GitHub↗2,911
  • ataraxy-labs/weaveالصورة الرمزية لـ Ataraxy-Labs

    Ataraxy-Labs/weave

    1,177عرض على GitHub↗

    Entity-level git merge driver. Resolves false conflicts git invents when independent agents edit the same file. ~95% reduction vs. line-based merge.

    Rustai-agentscode-intelligencecoding-agents
    عرض على GitHub↗1,177
  • atuinsh/atuinالصورة الرمزية لـ atuinsh

    atuinsh/atuin

    30,266عرض على GitHub↗

    Atuin is a command-line tool that replaces standard shell history with a searchable, encrypted SQLite database. By hooking into shell initialization scripts, it provides an interactive, keyboard-driven interface for real-time command filtering and retrieval. The platform ensures data privacy through a client-side encryption layer, securing sensitive history and configuration data before it is synchronized across multiple machines. Beyond history management, Atuin functions as an executable documentation platform that enables teams to create and share interactive runbooks. These documents use

    Rustbashfishhistory
    عرض على GitHub↗30,266
  • avikeid2007/kairos.localA

    avikeid2007/Kairos.local

    0عرض على GitHub↗
    عرض على GitHub↗0
  • axorax/keylockA

    Axorax/keylock

    0عرض على GitHub↗
    عرض على GitHub↗0
  • axorax/winpowerالصورة الرمزية لـ Axorax

    Axorax/winpower

    74عرض على GitHub↗

    Improved power settings for Windows

    Python
    عرض على GitHub↗74
  • bad-antics/n01d-forgeالصورة الرمزية لـ bad-antics

    bad-antics/n01d-forge

    11عرض على GitHub↗

    🔥 n01d-forge - Secure Cross-Platform Image Burner with Encryption | LUKS, VeraCrypt, Secure Erase, Hash Verification

    Rust
    عرض على GitHub↗11
  • balena-io/etcherالصورة الرمزية لـ balena-io

    balena-io/etcher

    33,872عرض على GitHub↗

    Etcher is a cross-platform utility designed for creating bootable media by flashing raw disk images onto USB drives and SD cards. It functions as a desktop application that provides a graphical interface for low-level storage device management, ensuring data integrity through built-in validation during the writing process. The application utilizes a unified interface layer to map high-level commands to native system utilities, allowing it to operate consistently across different operating systems. It employs a stream-based data pipeline to pipe image contents directly to storage media, which

    TypeScriptcross-platformetchersd-cards
    عرض على GitHub↗33,872
  • barbeau/gpstestالصورة الرمزية لـ barbeau

    barbeau/gpstest

    2,291عرض على GitHub↗

    The #1 open-source Android GNSS/GPS test program

    Kotlin
    عرض على GitHub↗2,291
  • alichtman/strongholdالصورة الرمزية لـ alichtman

    alichtman/stronghold

    1,190عرض على GitHub↗

    Easily configure macOS security settings from the terminal.

    Pythoncommand-linecommand-line-toolhardening
    عرض على GitHub↗1,190