awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to codetest-studygroup/code-test-study

Open-source alternatives to Code Test Study

30 open-source projects similar to codetest-studygroup/code-test-study, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Code Test Study alternative.

  • 0xax/erlang-bookmarks0xAX 的头像

    0xAX/erlang-bookmarks

    1,154在 GitHub 上查看↗

    All about erlang programming language powerd by community

    在 GitHub 上查看↗1,154
  • ably-labs/realtime-quiz-frameworkably-labs 的头像

    ably-labs/realtime-quiz-framework

    77在 GitHub 上查看↗

    This repository contains a base networking framework for building a realtime quiz platform with Ably. This project uses VueJS on the client-side and NodeJS on the server-side and is scalable as you need.

    Vuedemoedtechnode-js
    在 GitHub 上查看↗77
  • ahmedbahaaeldin/from-0-to-research-scientist-resources-guideahmedbahaaeldin 的头像

    ahmedbahaaeldin/From-0-to-Research-Scientist-resources-guide

    7,629在 GitHub 上查看↗

    Detailed and tailored guide for undergraduate students or anybody want to dig deep into the field of AI with solid foundation.

    bookscalculusdeep-learning
    在 GitHub 上查看↗7,629
  • aikorea/awesome-rlaikorea 的头像

    aikorea/awesome-rl

    9,812在 GitHub 上查看↗

    Reinforcement learning resources curated

    在 GitHub 上查看↗9,812
  • alirezadir/production-level-deep-learningalirezadir 的头像

    alirezadir/Production-Level-Deep-Learning

    4,647在 GitHub 上查看↗

    This project is an MLOps architectural guide and framework for designing and deploying deep learning systems into production environments. It provides a structured approach to model inference deployment, ML pipeline orchestration, and the creation of production-level machine learning architectures. The project distinguishes itself through a focus on distributed deep learning and edge AI optimization. It covers methodologies for parallelizing model training across multiple GPUs to handle large datasets and applies techniques like quantization and distillation to reduce model size for embedded

    aiartificial-intelligencedeep-learning
    在 GitHub 上查看↗4,647

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • artix41/awesome-transfer-learningartix41 的头像

    artix41/awesome-transfer-learning

    1,778在 GitHub 上查看↗

    Best transfer learning and domain adaptation resources (papers, tutorials, datasets, etc.)

    awesome-listdomain-adaptationpaper
    在 GitHub 上查看↗1,778
  • ashishpatel26/500-ai-machine-learning-deep-learning-computer-vision-nlp-projects-with-codeashishpatel26 的头像

    ashishpatel26/500-AI-Machine-learning-Deep-learning-Computer-vision-NLP-Projects-with-code

    34,579在 GitHub 上查看↗

    This repository serves as a comprehensive, curated collection of open-source implementations focused on artificial intelligence, machine learning, and computer vision. It functions as a centralized knowledge base and technical resource index, providing students and professional engineers with a structured directory of code examples for educational and practical reference. The project distinguishes itself through a community-driven curation model, relying on manual updates and contributions to maintain a relevant and expansive archive. By organizing these resources into categorized lists, the

    artificial-intelligenceartificial-intelligence-projectsawesome
    在 GitHub 上查看↗34,579
  • aufree/hodorAufree 的头像

    Aufree/Hodor

    541在 GitHub 上查看↗

    Simple solution to localize your iOS App.

    Objective-C
    在 GitHub 上查看↗541
  • bhnddowinf/vuejs-learnbhnddowinf 的头像

    bhnddowinf/vuejs-learn

    1,956在 GitHub 上查看↗

    (vue.js official website tutorials ,contains video , codes, baudi yun, youtube) 网路上有很多 VUE 综合应用的视频,但大部份的视频 ,都当你已经了解官网 所以讲的节奏难免偏快。 此视频(都是上代码),以官网为重,将官网的观念,以视频搭配代码,实际演示。 如果官网有看不懂的地方,比对一下,视频跟代码,就会了解了。 减少你摸索的时间。(註:mvvm 的框架,不管是 ng , react, vue, avalonjs, 都是好的框架,而有经验的前端,至少都会两套以上的 mvvm。)

    JavaScript
    在 GitHub 上查看↗1,956
  • bhnddowinf/vuejs2-learnbhnddowinf 的头像

    bhnddowinf/vuejs2-learn

    1,488在 GitHub 上查看↗

    vuejs2 官网讲解 (vue.js 2 official website tutorials ,contains video , codes, baudi yun, youtube)

    JavaScript
    在 GitHub 上查看↗1,488
  • brimizer/sliddenBrimizer 的头像

    Brimizer/Slidden

    593在 GitHub 上查看↗

    Slidden is an open source, customizable, iOS 8 keyboard, written in Swift. iOS 8 brought us the ability to create fully customizable keyboards, but does not provide a strong foundation to start from. Slidden aims to remedy that by providing an easy way to get started making your own iOS keyboards.

    Swift
    在 GitHub 上查看↗593
  • brokentoaster/zsh-explainshellbrokentoaster 的头像

    brokentoaster/zsh-explainshell

    8在 GitHub 上查看↗

    plugin to look up current cmd line on explainshell.

    Shell
    在 GitHub 上查看↗8
  • camdavidsonpilon/probabilistic-programming-and-bayesian-methods-for-hackersCamDavidsonPilon 的头像

    CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers

    28,162在 GitHub 上查看↗

    This project is a computational statistics textbook and Bayesian data analysis course. It serves as a guide for performing statistical inference and quantifying uncertainty through a probabilistic programming workflow using Python. The resource employs a computation-first pedagogy, teaching Bayesian methods and parameter estimation through executable code and simulations instead of formal mathematical notation. It provides a practical approach to implementing Markov Chain Monte Carlo sampling to estimate posterior distributions. The content covers building probabilistic models, integrating e

    Jupyter Notebookbayesian-methodsdata-sciencejupyter-notebook
    在 GitHub 上查看↗28,162
  • changkun/modern-cpp-tutorialchangkun 的头像

    changkun/modern-cpp-tutorial

    25,332在 GitHub 上查看↗

    This project is an educational resource designed to help developers transition from traditional C++ standards to modern language features. It serves as a technical reference manual and a self-paced curriculum, providing a structured path for mastering the evolution of the language and adopting contemporary programming practices. The material is organized chronologically by language standard, allowing readers to track the development of syntax and features over time. Each topic is presented through a combination of theoretical explanations and modular code examples, supported by exercise-drive

    C++cppcpp-tutorialcpp11
    在 GitHub 上查看↗25,332
  • cheatsheet1999/cloudcollectionC

    cheatsheet1999/CloudCollection

    2,780在 GitHub 上查看↗

    A comprehensive collection of algorithm solutions, system design materials, and modern C++ tutorials. Perfect for interview preparation, learning, and reference.

    Rust
    在 GitHub 上查看↗2,780
  • chengpeiquan/learning-vue3chengpeiquan 的头像

    chengpeiquan/learning-vue3

    1,492在 GitHub 上查看↗

    超过 230w+ 阅读人次的《Vue3 入门指南与实战案例》,关于前端工程化开发的基础知识点,以及 TypeScript 、 Vue 3 、 Pinia 的入门学习指南。

    TypeScriptlearning-vue3vuevue-3
    在 GitHub 上查看↗1,492
  • chenyilong/ios9adaptationtipsChenYilong 的头像

    ChenYilong/iOS9AdaptationTips

    4,447在 GitHub 上查看↗

    iOS9AdaptationTips is a collection of technical strategies and guides for adapting mobile applications to the iOS 9 operating system. It serves as a development resource for implementing system integration, UI layout adaptations, and push notification configurations. The project provides specific guidance on flexible interface implementation, including support for split-screen modes, dynamic text scaling, and status bar configurations. It also covers the use of secure certificates and heartbeat signals to maintain persistent connection stability for push notifications. The material covers br

    Objective-C
    在 GitHub 上查看↗4,447
  • christoschristofidis/awesome-deep-learningChristosChristofidis 的头像

    ChristosChristofidis/awesome-deep-learning

    27,569在 GitHub 上查看↗

    This project is a curated directory of resources, libraries, and frameworks designed to support the development, training, and deployment of neural network models. It serves as a comprehensive guide for navigating the machine learning ecosystem, providing structured access to software utilities and research materials. The directory distinguishes itself by aggregating tools across the entire machine learning lifecycle, ranging from data management and experiment tracking to production-ready model deployment. It functions as a central hub for discovering both foundational academic research and

    awesomeawesome-listdeep-learning
    在 GitHub 上查看↗27,569
  • cocos2d/cocos2d-objccocos2d 的头像

    cocos2d/cocos2d-objc

    4,045在 GitHub 上查看↗

    cocos2d-objc is an Objective-C 2D game engine designed for developing interactive games and applications. It serves as a cross-platform game framework that enables the deployment of a shared codebase across iOS, tvOS, and macOS. The project features a hardware-accelerated 2D renderer utilizing OpenGL and Metal to display sprites, tile maps, and particle effects. It includes a dedicated OpenAL audio engine for managing music and spatialized sound effects, alongside a cross-platform input handler for processing touch, mouse, keyboard, and accelerometer events. The framework provides capabiliti

    Objective-C
    在 GitHub 上查看↗4,045
  • coderyi/decouplingkitcoderyi 的头像

    coderyi/DecouplingKit

    142在 GitHub 上查看↗

    ```ruby

    Objective-C
    在 GitHub 上查看↗142
  • cp-algorithms/cp-algorithmscp-algorithms 的头像

    cp-algorithms/cp-algorithms

    10,805在 GitHub 上查看↗

    This project is a comprehensive reference for algorithms and data structures used to solve complex computational problems in competitive programming. It serves as a technical resource for implementing advanced mathematical programming, computational geometry, and graph theory. The repository provides detailed implementation guides for diversifying algorithmic techniques, including top-down and bottom-up dynamic programming optimization, number theory, and linear algebra. It features specific guides for complex tasks such as constructing planar graphs, solving linear Diophantine equations, and

    C++algorithm-competitionsalgorithmsalgorithms-and-data-structures
    在 GitHub 上查看↗10,805
  • cuixiaorui/mini-vuecuixiaorui 的头像

    cuixiaorui/mini-vue

    10,566在 GitHub 上查看↗

    This project is a minimal reproduction of the Vue 3 core logic, designed for studying the framework's internal source code. It implements a reactive state engine, a template compiler, a virtual DOM renderer, and a component lifecycle manager. The implementation uses proxies and effect schedulers to track data dependencies and trigger automatic interface updates. It features a template compiler that parses interpolation and text nodes to convert template syntax into renderable structures, alongside a virtual DOM system that transforms component definitions into a tree of elements. The system

    TypeScriptmini-vuevue3-source
    在 GitHub 上查看↗10,566
  • dengwanc/dengwanc.github.iodengwanc 的头像

    dengwanc/dengwanc.github.io

    0在 GitHub 上查看↗

    Focus on the Moment

    HTML
    在 GitHub 上查看↗0
  • detachment/build-vue-hackernews-2.0-from-scratchDetachment 的头像

    Detachment/Build-vue-hackernews-2.0-from-scratch

    88在 GitHub 上查看↗

    A tutorial for beginners to build a complex project with Vue.js 2.0 step by step

    JavaScriptjavascriptvue-routervuejs2
    在 GitHub 上查看↗88
  • developer-y/cs-video-coursesDeveloper-Y 的头像

    Developer-Y/cs-video-courses

    81,816在 GitHub 上查看↗

    This project is a community-driven educational repository that serves as a comprehensive directory of university-level computer science video lectures. It provides a structured learning path for students and professionals, aggregating high-quality academic resources to facilitate self-paced study across a wide range of technical disciplines. The repository distinguishes itself through a collaborative maintenance model, utilizing version control workflows to allow contributors to expand and update the collection. Content is organized within a single, version-controlled document that leverages

    algorithmsbioinformaticscomputational-biology
    在 GitHub 上查看↗81,816
  • ebookfoundation/free-programming-booksEbookFoundation 的头像

    EbookFoundation/free-programming-books

    390,347在 GitHub 上查看↗

    This project is a centralized, open-access repository that serves as a structured directory for technical education and professional development. It functions as a community-driven knowledge base, aggregating high-quality learning materials to support global accessibility to computer science and software engineering resources. The platform distinguishes itself through a collaborative governance model that utilizes peer-reviewed workflows for all content additions and modifications. By leveraging structured text files and decentralized version control, the repository maintains a searchable, hu

    Pythonbookseducationhacktoberfest
    在 GitHub 上查看↗390,347
  • elithrar/zsh-git-to-jjelithrar 的头像

    elithrar/zsh-git-to-jj

    17在 GitHub 上查看↗

    A zsh plugin for learning the Jujutsu (jj) VCS porcelain from your usual git workflow.

    Shell
    在 GitHub 上查看↗17
  • facebook/kvocontrollerfacebook 的头像

    facebook/KVOController

    7,291在 GitHub 上查看↗

    KVOController is a thread-safe Objective-C library that serves as a wrapper for Cocoa key-value observing. It manages the monitoring of object property changes and automates the registration and removal of observers. The project focuses on memory safety by tying observer lifecycles to the controller, ensuring observers are removed upon deallocation to prevent leaks and crashes. It includes a thread-safe observation guard to prevent race conditions and observer resurrection when monitoring properties across multiple threads. The library maps object property paths to handler methods, triggerin

    Objective-C
    在 GitHub 上查看↗7,291
  • fish-yan/search-apisfish-yan 的头像

    fish-yan/Search-APIs

    6在 GitHub 上查看↗
    Swift
    在 GitHub 上查看↗6
  • 0b10/cheatsheet0b10 的头像

    0b10/cheatsheet

    15在 GitHub 上查看↗

    An oh-my-zsh plugin to create, and manage simple text cheatsheets

    Shell
    在 GitHub 上查看↗15