awesome-repositories.com
Blog
awesome-repositories.com

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

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

5 repositorios

Awesome GitHub RepositoriesOrdered Lists

Structural elements for representing sequences of items where the order is intentional.

Distinct from Ordered Lists: Shortlist candidates focus on CS data structures or UI builder markers, not semantic HTML list elements.

Explore 5 awesome GitHub repositories matching web development · Ordered Lists. Refine with filters or upvote what's useful.

Awesome Ordered Lists GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • microsoft/frontend-bootcampAvatar de microsoft

    microsoft/frontend-bootcamp

    10,792Ver en GitHub↗

    Frontend Workshop from HTML/CSS/JS to TypeScript/React/Redux

    Teaches creating ordered lists with numbered sequences in HTML.

    TypeScriptcsscss-in-jshtml
    Ver en GitHub↗10,792
  • whatwg/htmlAvatar de whatwg

    whatwg/html

    9,163Ver en GitHub↗

    This repository contains the HTML specification, which defines the core standards for web page structuring, content organization, and document rendering. It establishes the fundamental algorithms for state-machine-based tokenization, tree construction for the document object model, and origin-based security isolation. The specification provides a framework for defining custom elements with independent lifecycles and registries. It also details the requirements for cross-document communication, session history management, and the synchronization of interface properties with content attributes.

    Defines the structure and numbering logic for intentional sequences of content items.

    HTMLcanvaseventsourcehtml
    Ver en GitHub↗9,163
  • rockstarlang/rockstarAvatar de RockstarLang

    RockstarLang/rockstar

    6,882Ver en GitHub↗

    Rockstar is an esoteric programming language whose syntax is inspired by 1980s hard rock and heavy metal lyrics, making programs read like song lyrics. It uses poetic number literals, where the length of each word in a phrase is parsed as a decimal digit to initialize numeric variables, and pronoun-based variable references, where words like "it" and "they" resolve to the most recently assigned or compared variable at runtime. The language can be compiled to WebAssembly and run inside a web page for in-browser code execution. The language distinguishes itself through a lyric-driven parsing sy

    Declares function arguments by listing variable names separated by commas, ampersands, or the word 'and'.

    JavaScript
    Ver en GitHub↗6,882
  • jerry-git/learn-python3Avatar de jerry-git

    jerry-git/learn-python3

    6,754Ver en GitHub↗

    This is an interactive Python tutorial delivered as a collection of Jupyter notebooks. It is designed as a structured learning path for beginners, teaching fundamental language concepts through a sequence of lessons that combine explanatory text with runnable code cells and embedded practice exercises. Each notebook is a self-contained unit that introduces a topic, demonstrates it with a minimal code example, and then asks the learner to write code themselves, receiving immediate feedback from the browser-based execution environment. The curriculum is built on a progressive concept-stacking mo

    Teaches constructing ordered, mutable collections that hold mixed data types.

    HTMLjupyter-notebooklearning-pythonpython-exercises
    Ver en GitHub↗6,754
  • younghz/markdownAvatar de younghz

    younghz/Markdown

    3,979Ver en GitHub↗

    Este proyecto proporciona una especificación de marcado ligero y un estándar de formato de texto plano utilizado para organizar información en documentos estructurados. Sirve como un sistema para convertir caracteres de texto simples en elementos de documento enriquecidos y etiquetas HTML para su visualización web. El proyecto incluye una guía de sintaxis y documentación para implementar símbolos estandarizados. Estos recursos cubren las reglas para crear texto con formato e hipervínculos que pueden convertirse en contenido web. El sistema cubre una amplia gama de capacidades documentales, incluyendo encabezados jerárquicos, listas ordenadas y desordenadas, y citas en bloque. También admite la creación de tablas de datos, bloques de código y énfasis de texto.

    Implements structural elements for representing sequences of items where the order is intentional.

    markdown
    Ver en GitHub↗3,979
  1. Home
  2. Web Development
  3. Ordered Lists

Explorar subetiquetas

  • List Construction1 sub-etiquetaCreating ordered, mutable collections that can hold mixed data types. **Distinct from Ordered Lists:** Distinct from Ordered Lists: focuses on the Python list data structure creation, not semantic HTML elements.