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 applenob/cpp_primer_practice

Open-source alternatives to Cpp Primer Practice

30 open-source projects similar to applenob/cpp_primer_practice, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Cpp Primer Practice alternative.

  • mooophy/cpp-primerAvatar Mooophy

    Mooophy/Cpp-Primer

    8,296Vezi pe GitHub↗

    Cpp-Primer is a C++ programming study guide and language reference. It provides a collection of solved exercises and reference code based on the C++ Primer textbook to help learners verify their understanding of programming principles and language implementation. The project serves as a study resource through a set of completed coding problems and answers. These examples demonstrate core language concepts and advanced programming techniques in practice. The source code is organized into standalone programs and directories that mirror the structure of the source textbook. The implementation u

    C++
    Vezi pe GitHub↗8,296
  • zachl1/bilibili-plusZ

    ZachL1/Bilibili-plus

    4,184Vezi pe GitHub↗

    Bilibili-plus is a curated course aggregator and educational resource repository designed to centralize instructional materials hosted on the Bilibili platform. It serves as a set of C++ programming courseware, providing a structured archive of lecture videos, presentation slides, and source code for technical training. The project focuses on educational resource aggregation and technical course management. It organizes fragmented video lessons and supporting documents into a cohesive learning path specifically for C++ programming education. The system manages content through JSON-based conf

    C++
    Vezi pe GitHub↗4,184
  • forthespada/interviewguideAvatar forthespada

    forthespada/InterviewGuide

    5,816Vezi pe GitHub↗

    InterviewGuide is a comprehensive technical interview preparation platform that covers the full spectrum of software engineering recruitment, from foundational computer science concepts through to offer negotiation. It provides structured learning paths across algorithms, operating systems, databases, networking, and programming languages, with a particular emphasis on C++ and Go. The platform aggregates real interview experiences and company-specific questions from major tech employers, offering candidates a searchable database of past written exam problems and detailed accounts of actual int

    codecppdata-structures-and-algorithms
    Vezi pe GitHub↗5,816

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
  • moabukar/tech-vaultAvatar moabukar

    moabukar/tech-vault

    3,351Vezi pe GitHub↗

    tech-vault is a command-line technical interview bank and knowledge base designed for practicing engineering questions across various technical domains. It functions as a terminal-based application that stores structured study materials and interview questions as markdown files, which are then rendered directly within the system console. The project distinguishes itself through a delivery model that uses command-line argument parsing to filter content by topic or difficulty. It also includes a random selection algorithm to pick individual questions from the collection for spontaneous study se

    HCL
    Vezi pe GitHub↗3,351
  • christianlempa/cheat-sheetsAvatar ChristianLempa

    ChristianLempa/cheat-sheets

    4,771Vezi pe GitHub↗

    This project is a technical reference knowledge base and developer cheat sheet repository. It functions as a searchable collection of quick-reference guides, CLI command patterns, and code snippets for various operating systems, cloud platforms, and infrastructure tools. The system operates as a markdown-based technical knowledge base, where content is stored in plain text files and rendered as a static site. This approach enables a personal knowledge management system that utilizes version control and a directory-based navigation hierarchy to organize technical notes for long-term retrieval.

    cheat-sheetsknowledge-basesecond-brain
    Vezi pe GitHub↗4,771
  • steshaw/pltAvatar steshaw

    steshaw/plt

    5,325Vezi pe GitHub↗

    This is a curated collection of resources designed for self-directed study in programming language theory. It functions as a structured reading list and bibliography covering major topics including semantics, type systems, module systems, and recursion schemes. Each major subtopic—such as module systems and recursion schemes—has its own dedicated directory of carefully selected papers, talks, and articles. The collection is hand-picked by the curator to ensure relevance and quality. Resources are organized by subtopic into separate markdown files, and the entire repository is version-controll

    CSScategory-theoryfunctional-programminglogic
    Vezi pe GitHub↗5,325
  • coreymschafer/code_snippetsAvatar CoreyMSchafer

    CoreyMSchafer/code_snippets

    10,587Vezi pe GitHub↗

    This project is a programming language reference library and developer knowledge base. It serves as a collection of verified code snippets and implementation patterns used to demonstrate specific programming language features and standard library functions. The repository functions as a software design pattern catalog and a code implementation blueprint. It provides a structured set of examples that illustrate architectural patterns and modular samples intended to maintain consistency across a codebase. The library covers the implementation of programming patterns, language feature adoption,

    Jupyter Notebook
    Vezi pe GitHub↗10,587
  • walkccc/clrsAvatar walkccc

    walkccc/CLRS

    5,060Vezi pe GitHub↗

    This repository is a comprehensive collection of fully worked solutions to exercises and problems from the standard algorithms textbook by Cormen, Leiserson, Rivest, and Stein (CLRS). It serves as an educational reference for algorithm design and analysis, providing step-by-step reasoning, pseudocode, and mathematical proofs for a wide range of topics. The content spans core computer science areas: algorithm analysis with asymptotic notation, recurrence solving, and amortized cost analysis; data structure implementation and operations for binary search trees, red-black trees, B-trees, Fibonac

    Markdownclrsintroduction-to-algorithmssolutions
    Vezi pe GitHub↗5,060
  • gaoxiang12/slambook2Avatar gaoxiang12

    gaoxiang12/slambook2

    6,530Vezi pe GitHub↗

    This project is a set of exercise solutions and implementation guides for visual simultaneous localization and mapping. It provides a collection of worked code examples and mathematical solutions designed to translate theoretical localization and mapping concepts into practical implementations. The repository serves as a technical companion for academic study, featuring worked answers to SLAM exercises and a system for tracking typographical and technical corrections to maintain the accuracy of the associated written work. The codebase covers spatial mathematics and robotics geometry, includ

    C++
    Vezi pe GitHub↗6,530
  • dabeaz-course/python-masteryAvatar dabeaz-course

    dabeaz-course/python-mastery

    13,232Vezi pe GitHub↗

    This project is a comprehensive programming course and educational curriculum designed to transition developers from basic scripting to advanced software development. It provides structured guides and technical exercises focusing on language internals, professional software architecture, and sophisticated programming techniques. The curriculum distinguishes itself through a deep focus on language internals, analyzing object behavior and memory efficiency to improve execution speed. It provides specialized instruction on metaprogramming using decorators and dynamic attributes, as well as async

    Pythonpythonpython-tutorialtutorial
    Vezi pe GitHub↗13,232
  • shujiahuang/cpp-primer-plus-6thAvatar ShujiaHuang

    ShujiaHuang/Cpp-Primer-Plus-6th

    3,106Vezi pe GitHub↗

    This project is a C++ learning resource and study guide consisting of structured notes and programming examples. It provides practical implementations and exercise solutions covering core language syntax, data types, and control flow. The repository features specialized samples for object-oriented design, including class inheritance, polymorphism, and abstract classes. It includes demonstrations of memory management techniques such as dynamic allocation, move semantics, and placement new, as well as template programming examples for creating generic functions and data structures. The codebas

    C++cppprogramming
    Vezi pe GitHub↗3,106
  • hiteshchoudhary/js-hindi-youtubeAvatar hiteshchoudhary

    hiteshchoudhary/js-hindi-youtube

    4,855Vezi pe GitHub↗

    This project is a JavaScript educational repository and programming courseware. It provides a collection of code examples and practical projects designed for learning the JavaScript programming language. The repository covers language learning through hands-on exercises, including the implementation of coding projects and algorithm practice. It focuses on both frontend web development and the application of object oriented programming. The content includes materials for managing variables and data types, performing mathematical operations, and manipulating strings and dates. It also provides

    JavaScript
    Vezi pe GitHub↗4,855
  • federico-busato/modern-cpp-programmingAvatar federico-busato

    federico-busato/Modern-CPP-Programming

    15,808Vezi pe GitHub↗

    This project is a comprehensive educational resource and programming course covering C++ language semantics and features from C++03 through C++26. It provides structured tutorials and technical guides focused on modern C++ development. The material offers specialized instruction on template metaprogramming, including the use of type traits and compile-time computations. It features detailed guides on concurrency and parallelism for multi-core execution, as well as a reference for software design applying SOLID principles and RAII. Additionally, it covers build performance optimization to redu

    HTMLc-plus-pluscode-qualitycompilers
    Vezi pe GitHub↗15,808
  • gibsjose/cpp-cheat-sheetAvatar gibsjose

    gibsjose/cpp-cheat-sheet

    5,284Vezi pe GitHub↗

    This project is a collection of condensed technical references and study guides for the C++ language. It serves as a language cheat sheet and programming reference covering core syntax, standards, and data organization patterns. The resource provides specialized guides for algorithm study, data structure reference, and technical interview preparation. It includes materials for reviewing computational complexity and efficient data structure usage for competitive programming. The content covers broad capability areas including object-oriented programming, memory management, and generic program

    C++
    Vezi pe GitHub↗5,284
  • mzzopublic/cAvatar Mzzopublic

    Mzzopublic/C

    4,366Vezi pe GitHub↗

    This project is a curated collection of C code implementation libraries and reference materials designed for learning the C programming language. It serves as a technical reference and study guide, providing a set of verified code samples that demonstrate core syntax and software patterns. The repository functions as a low-level programming study guide, focusing on the analysis of concrete implementations to teach memory management and hardware interaction. It organizes these materials into a modular structure, separating different language concepts into discrete files to facilitate the study

    C
    Vezi pe GitHub↗4,366
  • dendronhq/dendronAvatar dendronhq

    dendronhq/dendron

    7,436Vezi pe GitHub↗

    Dendron is a markdown knowledge management system designed for organizing linked files into a hierarchical personal knowledge base. It functions as a git-backed note manager that stores data as plaintext markdown files to ensure data persistence and ownership. The system distinguishes itself through schema-based organization, which applies structural templates and autocomplete hints to maintain consistency across large sets of documents. It also provides bi-directional linking and an interactive graph view to visualize relationships between notes, alongside a static site generator that export

    TypeScriptdendronmarkdownmarkdown-editor
    Vezi pe GitHub↗7,436
  • ignitetechnologies/mindmapAvatar Ignitetechnologies

    Ignitetechnologies/Mindmap

    8,656Vezi pe GitHub↗

    Mindmap is a cybersecurity knowledge base and reference library that organizes security tools, frameworks, and methodologies into a visual knowledge map. It functions as a curated directory of cheat sheets and command guides for offensive and defensive security operations, presented as a hierarchical interface with collapsible nodes. The project converts structured markdown files into navigable visual trees to facilitate the study of penetration testing workflows and DevOps learning roadmaps. It also serves as a security compliance framework, providing structured mappings of NIST and ISO 2700

    Vezi pe GitHub↗8,656
  • xugaoyi/vuepress-theme-vdoingAvatar xugaoyi

    xugaoyi/vuepress-theme-vdoing

    4,900Vezi pe GitHub↗

    This project is a documentation theme for the VuePress static site generator, serving as a knowledge base framework and a markdown blog theme. It enables the creation of structured knowledge bases and personal blogs by transforming markdown files into a professional, searchable website. The theme is distinguished by its hierarchical organization system, which arranges content in a book-like format to manage large volumes of information. It includes a multi-dimensional indexing system designed to locate specific information quickly within a large repository. The framework supports digital gar

    Vue
    Vezi pe GitHub↗4,900
  • refactoringhq/tolariaAvatar refactoringhq

    refactoringhq/tolaria

    16,851Vezi pe GitHub↗

    Tolaria is a markdown knowledge base manager and bidirectional note linking system. It functions as an integrated environment for organizing notes and structured data, utilizing YAML frontmatter and wikilinks to establish relational mappings between documents. The project distinguishes itself by integrating language model capabilities directly into the editor for content generation and analysis. It further combines prose with structured data through a markdown spreadsheet editor that renders CSV-formatted files as interactive grids with formula support and cross-sheet referencing. The platfo

    TypeScript
    Vezi pe GitHub↗16,851
  • keyvanakbary/learning-notesAvatar keyvanakbary

    keyvanakbary/learning-notes

    6,412Vezi pe GitHub↗

    This project is a curated repository of technical learning materials and a personal knowledge base. It consists of version-controlled Markdown summaries covering software architecture, engineering literature, research papers, and professional talks. The collection functions as a digital garden, using bidirectional linking and cross-references to map relationships between technical concepts. Content is distilled from various sources, including technical books, conference talks, and foundational computer science papers, into concise summaries to facilitate recall and study. The system is organ

    SCSSbook-notes
    Vezi pe GitHub↗6,412
  • jaywcjlove/referenceAvatar jaywcjlove

    jaywcjlove/reference

    14,969Vezi pe GitHub↗

    This project is a centralized knowledge base and documentation platform designed to organize programming syntax, configuration options, and technical reference guides. It functions as a static site generator that converts markdown files into interlinked HTML pages, providing a structured environment for managing and retrieving technical information. The platform distinguishes itself by utilizing client-side search indexing and a component-driven interface, which allows for instant information retrieval without the need for a backend server. By relying on static asset hosting, the system ensur

    Dockerfilecheatsheetdockerjavascript
    Vezi pe GitHub↗14,969
  • foambubble/foamAvatar foambubble

    foambubble/foam

    17,220Vezi pe GitHub↗

    Foam is a personal knowledge management system that organizes information into a navigable web of interconnected markdown files. It functions as a knowledge graph tool, utilizing wiki-style bidirectional linking and metadata to track relationships between documents and concepts. By storing data in standard text files, the system ensures long-term portability and compatibility with external tools. The platform distinguishes itself through its integrated visualization and automation capabilities. It generates graphical maps of file connections to help users identify patterns and discover relati

    TypeScriptgraph-visualisationmarkdownmarkdown-editor
    Vezi pe GitHub↗17,220
  • faqguru/faqguruAvatar FAQGURU

    FAQGURU/FAQGURU

    5,064Vezi pe GitHub↗

    FAQGURU is a technical interview question bank and coding interview study guide. It serves as a software engineering career resource and programming language reference, providing a curated collection of common technical questions and concise answers. The project functions as a markdown knowledge base that pairs theoretical explanations with practical implementation examples across various programming languages and frameworks. These resources focus on algorithmic and architectural patterns used during technical hiring processes. Content is organized via a nested directory hierarchy and a cate

    angularjsaspcpp
    Vezi pe GitHub↗5,064
  • codimd/serverAvatar codimd

    codimd/server

    7,249Vezi pe GitHub↗

    This project is a self-hosted note-taking platform and collaborative markdown wiki. It functions as a real-time markdown collaborative editor, allowing multiple users to create, organize, and share documents simultaneously. The platform is designed for self-hosted knowledge management and collaborative markdown documentation, providing a private environment for teams to maintain shared technical notes.

    TypeScript
    Vezi pe GitHub↗7,249
  • gzc426/java-interviewAvatar gzc426

    gzc426/Java-Interview

    6,187Vezi pe GitHub↗

    This project is a Java technical interview guide and markdown-based knowledge base. It provides a collection of curated study materials and common interview questions designed for developers focusing on the Java ecosystem. The resource serves as a Java backend study guide and a database optimization reference. It covers core language features, server-side programming patterns, and data management strategies used during technical architecture screenings. The content is organized as a structured set of static files, using a directory hierarchy to cluster related technical concepts and database

    Vezi pe GitHub↗6,187
  • erikbjare/gptmeAvatar ErikBjare

    ErikBjare/gptme

    4,334Vezi pe GitHub↗

    gptme is a multi-agent orchestration platform designed for autonomous software engineering, terminal-based AI integration, and RAG-enhanced code navigation. It enables the deployment of persistent agents and specialized subagents to decompose complex tasks and execute parallel technical workflows. The system distinguishes itself through a combination of vision-based GUI automation for controlling desktop applications and surgical patching mechanisms for targeted source code modifications. It utilizes git-based memory management to maintain a versioned history of agent identities, lessons, and

    Python
    Vezi pe GitHub↗4,334
  • forhappy/cplusplus-concurrency-in-practiceAvatar forhappy

    forhappy/Cplusplus-Concurrency-In-Practice

    5,485Vezi pe GitHub↗

    This project is a comprehensive guide and technical book focused on C++ concurrency. It serves as an educational resource for developers to learn multi-threading and the implementation of thread-safe code. The material covers the C++ memory model, atomic operations, and synchronization patterns. It combines theoretical explanations with practical code examples to illustrate how to prevent data races in multi-threaded applications. The instructional approach utilizes scenario-based learning and analysis of the C++ standard library to demonstrate concurrent execution patterns and memory orderi

    C++
    Vezi pe GitHub↗5,485
  • jeroenjanssens/data-science-at-the-command-lineAvatar jeroenjanssens

    jeroenjanssens/data-science-at-the-command-line

    3,952Vezi pe GitHub↗

    This project provides a framework for performing data science tasks using command-line tools and scripts. It focuses on the processing and analysis of text and structured data directly within the terminal. The approach centers on using Unix pipes to stream data between independent processes and employing shell scripting to automate repetitive data science workflows. It utilizes plain-text interchange formats, such as CSV, to move information between diverse utilities. Capability areas include text-based data processing, command-line data analysis, and terminal-based data visualization. These

    HTMLbashbookbookdown
    Vezi pe GitHub↗3,952
  • deanpeters/product-manager-skillsAvatar deanpeters

    deanpeters/Product-Manager-Skills

    5,187Vezi pe GitHub↗

    This project is a collection of standardized knowledge bases and competency models that define professional methodologies for product management practitioners and artificial intelligence agents. It provides a structured framework of professional skills and knowledge to ensure a consistent level of output quality across product discovery, strategy, and stakeholder alignment. The repository focuses on specialized frameworks for large language model product management, including guidelines for assessing artificial intelligence readiness, context engineering, and the orchestration of multi-agent

    Shell
    Vezi pe GitHub↗5,187
  • boostio/boostnoteAvatar BoostIO

    BoostIO/Boostnote

    16,923Vezi pe GitHub↗

    Boostnote is a local-first note management system and markdown text editor designed for personal knowledge management. It functions as a desktop application that reads and writes markdown files directly to the local disk, allowing for the creation of a searchable personal knowledge base and digital garden. The application provides a writing interface that renders markdown syntax in real time. It is used to organize fragmented information, maintain project documentation, and author structured technical guides.

    JavaScript
    Vezi pe GitHub↗16,923