awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 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-bookmarks0xAX avatar

    0xAX/erlang-bookmarks

    1,154View on GitHub↗

    All about erlang programming language powerd by community

    View on GitHub↗1,154
  • ably-labs/realtime-quiz-frameworkably-labs avatar

    ably-labs/realtime-quiz-framework

    77View on 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
    View on GitHub↗77
  • ahmedbahaaeldin/from-0-to-research-scientist-resources-guideahmedbahaaeldin avatar

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

    7,629View on GitHub↗

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

    bookscalculusdeep-learning
    View on GitHub↗7,629
  • aikorea/awesome-rlaikorea avatar

    aikorea/awesome-rl

    9,812View on GitHub↗

    Reinforcement learning resources curated

    View on GitHub↗9,812
  • alirezadir/production-level-deep-learningalirezadir avatar

    alirezadir/Production-Level-Deep-Learning

    4,647View on 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
    View on GitHub↗4,647

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • artix41/awesome-transfer-learningartix41 avatar

    artix41/awesome-transfer-learning

    1,778View on GitHub↗

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

    awesome-listdomain-adaptationpaper
    View on GitHub↗1,778
  • ashishpatel26/500-ai-machine-learning-deep-learning-computer-vision-nlp-projects-with-codeashishpatel26 avatar

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

    34,579View on 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
    View on GitHub↗34,579
  • aufree/hodorAufree avatar

    Aufree/Hodor

    541View on GitHub↗

    Simple solution to localize your iOS App.

    Objective-C
    View on GitHub↗541
  • bhnddowinf/vuejs-learnbhnddowinf avatar

    bhnddowinf/vuejs-learn

    1,956View on GitHub↗

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

    JavaScript
    View on GitHub↗1,956
  • bhnddowinf/vuejs2-learnbhnddowinf avatar

    bhnddowinf/vuejs2-learn

    1,488View on GitHub↗

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

    JavaScript
    View on GitHub↗1,488
  • brimizer/sliddenBrimizer avatar

    Brimizer/Slidden

    593View on 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
    View on GitHub↗593
  • brokentoaster/zsh-explainshellbrokentoaster avatar

    brokentoaster/zsh-explainshell

    8View on GitHub↗

    plugin to look up current cmd line on explainshell.

    Shell
    View on GitHub↗8
  • camdavidsonpilon/probabilistic-programming-and-bayesian-methods-for-hackersCamDavidsonPilon avatar

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

    28,162View on 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
    View on GitHub↗28,162
  • changkun/modern-cpp-tutorialchangkun avatar

    changkun/modern-cpp-tutorial

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

    cheatsheet1999/CloudCollection

    2,780View on GitHub↗

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

    Rust
    View on GitHub↗2,780
  • chengpeiquan/learning-vue3chengpeiquan avatar

    chengpeiquan/learning-vue3

    1,492View on GitHub↗

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

    TypeScriptlearning-vue3vuevue-3
    View on GitHub↗1,492
  • chenyilong/ios9adaptationtipsChenYilong avatar

    ChenYilong/iOS9AdaptationTips

    4,447View on 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
    View on GitHub↗4,447
  • christoschristofidis/awesome-deep-learningChristosChristofidis avatar

    ChristosChristofidis/awesome-deep-learning

    27,569View on 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
    View on GitHub↗27,569
  • cocos2d/cocos2d-objccocos2d avatar

    cocos2d/cocos2d-objc

    4,045View on 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
    View on GitHub↗4,045
  • coderyi/decouplingkitcoderyi avatar

    coderyi/DecouplingKit

    142View on GitHub↗

    ```ruby

    Objective-C
    View on GitHub↗142
  • codetest-studygroup/code-test-studyCodeTest-StudyGroup avatar

    CodeTest-StudyGroup/Code-Test-Study

    1,130View on GitHub↗

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

    C++
    View on GitHub↗1,130
  • cp-algorithms/cp-algorithmscp-algorithms avatar

    cp-algorithms/cp-algorithms

    10,805View on 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
    View on GitHub↗10,805
  • cuixiaorui/mini-vuecuixiaorui avatar

    cuixiaorui/mini-vue

    10,566View on 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
    View on GitHub↗10,566
  • dengwanc/dengwanc.github.iodengwanc avatar

    dengwanc/dengwanc.github.io

    0View on GitHub↗

    Focus on the Moment

    HTML
    View on GitHub↗0
  • detachment/build-vue-hackernews-2.0-from-scratchDetachment avatar

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

    88View on GitHub↗

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

    JavaScriptjavascriptvue-routervuejs2
    View on GitHub↗88
  • developer-y/cs-video-coursesDeveloper-Y avatar

    Developer-Y/cs-video-courses

    81,816View on 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
    View on GitHub↗81,816
  • ebookfoundation/free-programming-booksEbookFoundation avatar

    EbookFoundation/free-programming-books

    390,347View on 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
    View on GitHub↗390,347
  • elithrar/zsh-git-to-jjelithrar avatar

    elithrar/zsh-git-to-jj

    17View on GitHub↗

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

    Shell
    View on GitHub↗17
  • facebook/kvocontrollerfacebook avatar

    facebook/KVOController

    7,291View on 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
    View on GitHub↗7,291
  • 0b10/cheatsheet0b10 avatar

    0b10/cheatsheet

    15View on GitHub↗

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

    Shell
    View on GitHub↗15