awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repositorios

Awesome GitHub RepositoriesProgramming Examples

Collections of source code snippets and implementation examples used for educational purposes.

Distinguishing note: This is a collection of educational code examples rather than a functional tool or library.

Explore 6 awesome GitHub repositories matching education & learning resources · Programming Examples. Refine with filters or upvote what's useful.

Awesome Programming Examples GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • tmux/tmuxAvatar de tmux

    tmux/tmux

    46,643Ver en GitHub↗

    This project is a terminal multiplexer that enables multiple terminal sessions to run simultaneously within a single window or a detached background process. By decoupling the client interface from a persistent server process, it allows users to maintain long-running command-line tasks that continue to execute even after disconnecting from a remote host. The system functions as a terminal window manager and process controller, providing a text-based interface to organize multiple shell processes into custom tiled layouts. It distinguishes itself through a programmable command-line interface t

    cmd-set-environment.c — a named example documented in this learning resource.

    C
    Ver en GitHub↗46,643
  • icewhaletech/casaosAvatar de IceWhaleTech

    IceWhaleTech/CasaOS

    34,091Ver en GitHub↗

    CasaOS is a lightweight software stack designed to transform standard Linux distributions into a comprehensive personal cloud platform. It functions as a management layer that sits atop the host operating system, providing a unified graphical dashboard to deploy, monitor, and administer containerized applications and local hardware resources. By automating the lifecycle of isolated software services, it enables users to maintain a private and secure digital infrastructure on their own hardware. The platform distinguishes itself through a declarative configuration model that continuously recon

    Showcases specific coding patterns through self-contained examples.

    Gocasaosdockergolang
    Ver en GitHub↗34,091
  • aosabook/500linesAvatar de aosabook

    aosabook/500lines

    29,582Ver en GitHub↗

    This project is a software engineering educational resource providing a collection of canonical system implementations. It serves as a library of computer science case studies and polyglot code examples designed to demonstrate architectural tradeoffs and design patterns through concise versions of fundamental software components. The repository focuses on studying the implementation of core concepts such as consensus algorithms, interpreters, and database engines. It provides minimal versions of complex systems to facilitate the analysis of language design, data structure implementation, and

    Features implementations of technical specifications across multiple programming languages for polyglot analysis.

    JavaScript
    Ver en GitHub↗29,582
  • awsdocs/aws-doc-sdk-examplesAvatar de awsdocs

    awsdocs/aws-doc-sdk-examples

    10,429Ver en GitHub↗

    Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.

    Organizes code examples by SDK programming language for quick browsing and locating samples.

    Javaawscppdocumentation
    Ver en GitHub↗10,429
  • adonovan/gopl.ioAvatar de adonovan

    adonovan/gopl.io

    8,014Ver en GitHub↗

    gopl.io is a Go code sample repository and education resource consisting of a collection of runnable source code programs. It provides practical implementation patterns and idioms to demonstrate Go syntax, types, and core programming concepts. The project covers Go language learning through a curated set of examples, focusing on idiomatic programming and concurrency patterns such as the use of goroutines and channels. The repository is organized in a directory structure that mirrors a reference textbook, with source files transformed into formatted web pages for static hosting.

    Provides runnable source code programs to illustrate specific language features and core programming concepts.

    Go
    Ver en GitHub↗8,014
  • mzzopublic/cAvatar de Mzzopublic

    Mzzopublic/C

    4,366Ver en 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

    Provides a collection of curated C implementation examples for educational purposes.

    C
    Ver en GitHub↗4,366
  1. Home
  2. Education & Learning Resources
  3. Programming Examples

Explorar subetiquetas

  • Language-Organized ExamplesCode examples grouped by SDK programming language for quick browsing and locating samples matching a preferred language. **Distinct from Programming Examples:** Distinct from Programming Examples: focuses on organization by language rather than general educational code snippets.