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

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

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

Open-source alternatives to EKAlgorithms

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

  • sagivo/algorithmsالصورة الرمزية لـ sagivo

    sagivo/algorithms

    3,250عرض على GitHub↗

    algorithms playground for common questions

    Rubyalgorithmcomputer-scienceinterview-questions
    عرض على GitHub↗3,250
  • taizilongxu/interview_pythonالصورة الرمزية لـ taizilongxu

    taizilongxu/interview_python

    17,316عرض على GitHub↗

    This project is a comprehensive reference library and preparation guide for Python technical interviews. It combines theoretical guides on computer science fundamentals and language runtime internals with practical implementation examples of algorithms and data structures. The repository serves as a curated knowledge base that maps theoretical interview questions to concrete code snippets. It provides technical analysis of Python language internals, including memory management, garbage collection, and the global interpreter lock, alongside a library of creational and structural software desig

    Shell
    عرض على GitHub↗17,316
  • ahoo-wang/smartcodeالصورة الرمزية لـ Ahoo-Wang

    Ahoo-Wang/SmartCode

    578عرض على GitHub↗

    SmartCode = IDataSource -> IBuildTask -> IOutput => Build Everything!!!

    C#
    عرض على GitHub↗578
  • aio-libs/multidictA

    aio-libs/multidict

    0عرض على GitHub↗
    عرض على GitHub↗0
  • airsaid/androidlocalizepluginالصورة الرمزية لـ Airsaid

    Airsaid/AndroidLocalizePlugin

    620عرض على GitHub↗

    English | 简体中文

    Kotlin
    عرض على GitHub↗620

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

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

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

Find more with AI search
  • airsaid/inspirewritingpluginالصورة الرمزية لـ Airsaid

    Airsaid/InspireWritingPlugin

    7عرض على GitHub↗

    An IntelliJ IDEA plugin is used to inspire you to write code.

    Kotlin
    عرض على GitHub↗7
  • alandsleman/formbuilderالصورة الرمزية لـ AlandSleman

    AlandSleman/FormBuilder

    474عرض على GitHub↗

    UI based codegen tool to easily create Beautiful and Type safe @shadcn/ui forms (Next.js, Vue, Svelte)

    TypeScript
    عرض على GitHub↗474
  • aliasrobotics/aztarnaالصورة الرمزية لـ aliasrobotics

    aliasrobotics/aztarna

    93عرض على GitHub↗

    aztarna, a footprinting tool for robots.

    Python
    عرض على GitHub↗93
  • alexbrazier/react-native-network-loggerالصورة الرمزية لـ alexbrazier

    alexbrazier/react-native-network-logger

    677عرض على GitHub↗

    An HTTP network request monitor for React Native with in-app interface for iOS and Android with no native code

    TypeScript
    عرض على GitHub↗677
  • alexdrone/bufferالصورة الرمزية لـ alexdrone

    alexdrone/Buffer

    350عرض على GitHub↗

    Swift μ-framework for efficient array diffs and datasource adapters.

    Swift
    عرض على GitHub↗350
  • alexdrone/storeالصورة الرمزية لـ alexdrone

    alexdrone/Store

    501عرض على GitHub↗

    Unidirectional, transactional, operation-based Store implementation.

    Swift
    عرض على GitHub↗501
  • alexk111/node-red-node-typescript-starterالصورة الرمزية لـ alexk111

    alexk111/node-red-node-typescript-starter

    91عرض على GitHub↗

    This is a quick-start template repository for creating new Node-RED node sets in TypeScript.

    JavaScript
    عرض على GitHub↗91
  • alexkuz/redux-devtools-inspectorالصورة الرمزية لـ alexkuz

    alexkuz/redux-devtools-inspector

    235عرض على GitHub↗

    Another Redux DevTools Monitor

    JavaScript
    عرض على GitHub↗235
  • alexweber/es6-jspm-gulp-boilerplateA

    alexweber/es6-jspm-gulp-boilerplate

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

    aliabb01/invoify

    6,307عرض على GitHub↗

    Invoify is a browser-based billing tool and invoice generator built with Next.js and TypeScript. It provides a web interface for designing, creating, and managing professional billing documents for clients. The application features a professional invoice designer with live previews and layout templates. It allows for the direct generation of portable document format files and includes an integrated email service for automated invoice delivery to recipients. The system manages billing data through local browser storage and supports exporting invoice information into PDF, JSON, and CSV formats

    TypeScript
    عرض على GitHub↗6,307
  • alandefreitas/smallالصورة الرمزية لـ alandefreitas

    alandefreitas/small

    150عرض على GitHub↗

    C++ small containers

    C++
    عرض على GitHub↗150
  • amarcruz/react-native-cross-settingsالصورة الرمزية لـ aMarCruz

    aMarCruz/react-native-cross-settings

    18عرض على GitHub↗

    React Native Settings module for both Android & iOS.

    Java
    عرض على GitHub↗18
  • amejiarosario/dsa.js-data-structures-algorithms-javascriptالصورة الرمزية لـ amejiarosario

    amejiarosario/dsa.js-data-structures-algorithms-javascript

    7,768عرض على GitHub↗

    This project is a computer science educational resource and library providing implementations of data structures and algorithms in JavaScript. It serves as an algorithm implementation reference and a toolkit for building foundational data containers, including a collection of sorting algorithms and a guide for learning time and space complexity. The project differentiates itself by pairing class-based implementations with Big O analysis to illustrate asymptotic complexity. It includes a non-linear data structure toolkit featuring self-balancing trees, hash maps, and graphs, alongside comparis

    JavaScriptalgorithmalgorithmsbook
    عرض على GitHub↗7,768
  • amit-davidson/chronosA

    amit-davidson/Chronos

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

    amittam104/BentoHub

    138عرض على GitHub↗

    BentoHub is a application where you can create a bento grid for your GitHub profile readme.

    JavaScript
    عرض على GitHub↗138
  • amulet-team/amulet-map-editorالصورة الرمزية لـ Amulet-Team

    Amulet-Team/Amulet-Map-Editor

    2,201عرض على GitHub↗

    A Minecraft world editor and converter that supports all versions since Java 1.12 and Bedrock 1.7.

    Python
    عرض على GitHub↗2,201
  • anboralabs/intellij-jmeterA

    anboralabs/intellij-jmeter

    0عرض على GitHub↗

    JMeter is an open source tool designed to load test functional behavior and measure performance..

    عرض على GitHub↗0
  • andnixsh/apktoolguiA

    AndnixSH/APKToolGUI

    0عرض على GitHub↗

    GUI for apktool, signapk, zipalign and baksmali utilities.

    عرض على GitHub↗0
  • anishkny/playwright-test-coverageالصورة الرمزية لـ anishkny

    anishkny/playwright-test-coverage

    96عرض على GitHub↗

    A Playwright extension that collects code coverage from running end-to-end tests. Assumes that code has been instrumented with babel-plugin-istanbul during the build process.

    JavaScript
    عرض على GitHub↗96
  • ankurp/dollarالصورة الرمزية لـ ankurp

    ankurp/Dollar

    4,240عرض على GitHub↗

    Dollar is a functional programming library for Swift that provides a comprehensive toolkit for collection manipulation, string processing, mathematical calculations, and date and time management. It serves as a utility suite for filtering, aggregating, and restructuring arrays and dictionaries. The project implements functional programming patterns such as currying, memoization, and function composition. It also features a chainable wrapper interface that allows multiple data transformations to be applied sequentially before extracting a final result. The library covers a wide range of capab

    Swift
    عرض على GitHub↗4,240
  • anrieff/libcpuidالصورة الرمزية لـ anrieff

    anrieff/libcpuid

    532عرض على GitHub↗

    a small C library for x86 CPU detection and feature extraction

    C
    عرض على GitHub↗532
  • answerdotai/fastcoreالصورة الرمزية لـ AnswerDotAI

    AnswerDotAI/fastcore

    1,100عرض على GitHub↗

    Python supercharged for the fastai library

    Jupyter Notebookdata-structuresdeveloper-toolsdispatch
    عرض على GitHub↗1,100
  • antares993/accessiblebundleالصورة الرمزية لـ antares993

    antares993/AccessibleBundle

    15عرض على GitHub↗

    AccessibleBundle provides an Accessible integration for your Symfony projects. This will allow you to define your classes getters, setters and constructors using powerful annotations.

    PHP
    عرض على GitHub↗15
  • antirez/sdsالصورة الرمزية لـ antirez

    antirez/sds

    5,486عرض على GitHub↗

    sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements binary-safe storage by tracking string lengths explicitly, allowing the library to handle null characters within data. The library distinguishes itself through a memory architecture that uses interchangeable function pointers for allocation and freeing, enabling the integration of custom memory managers. It utilizes header-stored length tracking to provide constant-time length retrieval and maintains null-terminated buffer padding to ensure compatibility with standard C string

    C
    عرض على GitHub↗5,486
  • aio-libs/janusالصورة الرمزية لـ aio-libs

    aio-libs/janus

    963عرض على GitHub↗

    Thread-safe asyncio-aware queue for Python

    Pythonasynciomypyqueue
    عرض على GitHub↗963