awesome-repositories.com
Blog
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 rongweihe/cppnotes

Open-source alternatives to CPPNotes

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

  • 0xax/erlang-bookmarksAvatar 0xAX

    0xAX/erlang-bookmarks

    1,154Vezi pe GitHub↗

    All about erlang programming language powerd by community

    Vezi pe GitHub↗1,154
  • ably-labs/realtime-quiz-frameworkAvatar ably-labs

    ably-labs/realtime-quiz-framework

    77Vezi pe 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
    Vezi pe GitHub↗77
  • ahmedbahaaeldin/from-0-to-research-scientist-resources-guideAvatar ahmedbahaaeldin

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

    7,629Vezi pe GitHub↗

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

    bookscalculusdeep-learning
    Vezi pe GitHub↗7,629
  • aikorea/awesome-rlAvatar aikorea

    aikorea/awesome-rl

    9,812Vezi pe GitHub↗

    Reinforcement learning resources curated

    Vezi pe GitHub↗9,812
  • alirezadir/production-level-deep-learningAvatar alirezadir

    alirezadir/Production-Level-Deep-Learning

    4,647Vezi pe 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
    Vezi pe GitHub↗4,647

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
  • artix41/awesome-transfer-learningAvatar artix41

    artix41/awesome-transfer-learning

    1,778Vezi pe GitHub↗

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

    awesome-listdomain-adaptationpaper
    Vezi pe GitHub↗1,778
  • ashishpatel26/500-ai-machine-learning-deep-learning-computer-vision-nlp-projects-with-codeAvatar ashishpatel26

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

    34,579Vezi pe 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
    Vezi pe GitHub↗34,579
  • aufree/hodorAvatar Aufree

    Aufree/Hodor

    541Vezi pe GitHub↗

    Simple solution to localize your iOS App.

    Objective-C
    Vezi pe GitHub↗541
  • bhnddowinf/vuejs-learnAvatar bhnddowinf

    bhnddowinf/vuejs-learn

    1,956Vezi pe GitHub↗

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

    JavaScript
    Vezi pe GitHub↗1,956
  • bhnddowinf/vuejs2-learnAvatar bhnddowinf

    bhnddowinf/vuejs2-learn

    1,488Vezi pe GitHub↗

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

    JavaScript
    Vezi pe GitHub↗1,488
  • brimizer/sliddenAvatar Brimizer

    Brimizer/Slidden

    593Vezi pe 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
    Vezi pe GitHub↗593
  • brokentoaster/zsh-explainshellAvatar brokentoaster

    brokentoaster/zsh-explainshell

    8Vezi pe GitHub↗

    plugin to look up current cmd line on explainshell.

    Shell
    Vezi pe GitHub↗8
  • camdavidsonpilon/probabilistic-programming-and-bayesian-methods-for-hackersAvatar CamDavidsonPilon

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

    28,162Vezi pe 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
    Vezi pe GitHub↗28,162
  • changkun/modern-cpp-tutorialAvatar changkun

    changkun/modern-cpp-tutorial

    25,332Vezi pe 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
    Vezi pe GitHub↗25,332
  • cheatsheet1999/cloudcollectionC

    cheatsheet1999/CloudCollection

    2,780Vezi pe GitHub↗

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

    Rust
    Vezi pe GitHub↗2,780
  • chengpeiquan/learning-vue3Avatar chengpeiquan

    chengpeiquan/learning-vue3

    1,492Vezi pe GitHub↗

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

    TypeScriptlearning-vue3vuevue-3
    Vezi pe GitHub↗1,492
  • chenyilong/ios9adaptationtipsAvatar ChenYilong

    ChenYilong/iOS9AdaptationTips

    4,447Vezi pe 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
    Vezi pe GitHub↗4,447
  • christoschristofidis/awesome-deep-learningAvatar ChristosChristofidis

    ChristosChristofidis/awesome-deep-learning

    27,569Vezi pe 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
    Vezi pe GitHub↗27,569
  • cocos2d/cocos2d-objcAvatar cocos2d

    cocos2d/cocos2d-objc

    4,045Vezi pe 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
    Vezi pe GitHub↗4,045
  • coderyi/decouplingkitAvatar coderyi

    coderyi/DecouplingKit

    142Vezi pe GitHub↗

    ```ruby

    Objective-C
    Vezi pe GitHub↗142
  • codetest-studygroup/code-test-studyAvatar CodeTest-StudyGroup

    CodeTest-StudyGroup/Code-Test-Study

    1,130Vezi pe GitHub↗

    💻 문제 목록 혹은 📅일정표에 있는 문제를 풀고 각자 이름으로 된 폴더 밑에 소스코드를 업로드해 주세요. 🧲 Pull Request 작성 규칙을 참고하여 풀이한 자신의 코드를 업로드해 주세요. 코딩테스트뿐만 아니라 자료구조, 알고리즘과 관련된 궁금한 점 혹은 다른 사람과 이야기를 해보고 싶은 주제가 있다면 언제든지 자유롭게 Discussions에서 💡 알고리즘, 자료구조에 등록해주세요! -> 바로가기

    C++
    Vezi pe GitHub↗1,130
  • cp-algorithms/cp-algorithmsAvatar cp-algorithms

    cp-algorithms/cp-algorithms

    10,805Vezi pe 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
    Vezi pe GitHub↗10,805
  • cuixiaorui/mini-vueAvatar cuixiaorui

    cuixiaorui/mini-vue

    10,566Vezi pe 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
    Vezi pe GitHub↗10,566
  • dengwanc/dengwanc.github.ioAvatar dengwanc

    dengwanc/dengwanc.github.io

    0Vezi pe GitHub↗

    Focus on the Moment

    HTML
    Vezi pe GitHub↗0
  • detachment/build-vue-hackernews-2.0-from-scratchAvatar Detachment

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

    88Vezi pe GitHub↗

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

    JavaScriptjavascriptvue-routervuejs2
    Vezi pe GitHub↗88
  • developer-y/cs-video-coursesAvatar Developer-Y

    Developer-Y/cs-video-courses

    81,816Vezi pe 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
    Vezi pe GitHub↗81,816
  • ebookfoundation/free-programming-booksAvatar EbookFoundation

    EbookFoundation/free-programming-books

    390,347Vezi pe 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
    Vezi pe GitHub↗390,347
  • elithrar/zsh-git-to-jjAvatar elithrar

    elithrar/zsh-git-to-jj

    17Vezi pe GitHub↗

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

    Shell
    Vezi pe GitHub↗17
  • facebook/kvocontrollerAvatar facebook

    facebook/KVOController

    7,291Vezi pe 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
    Vezi pe GitHub↗7,291
  • 0b10/cheatsheetAvatar 0b10

    0b10/cheatsheet

    15Vezi pe GitHub↗

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

    Shell
    Vezi pe GitHub↗15