Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Creadas meta descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
TeenBiscuits committed Apr 4, 2024
1 parent 89f264d commit bff1210
Show file tree
Hide file tree
Showing 15 changed files with 45 additions and 15 deletions.
4 changes: 3 additions & 1 deletion docs/topics/02-Boletines/Pro-1/Boletin-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ SPDX-FileCopyrightText: 2024 Pablo Portas López <[email protected]>
SPDX-License-Identifier: CC-BY-NC-4.0
-->

<web-summary rel="tldr"/>

# Boletín 1

<!-- VERSIÓN CON ENUNCIADOS -->

<tldr>Entra y Salida. printf, scanf, gets, define y operaciones artiméticas básicas.</tldr>
<tldr id="tldr">Entra y Salida. printf, scanf, gets, define y operaciones artiméticas básicas.</tldr>

### Ejercicio 1

Expand Down
4 changes: 3 additions & 1 deletion docs/topics/02-Boletines/Pro-1/Boletin-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ SPDX-FileCopyrightText: 2024 Pablo Portas López <[email protected]>
SPDX-License-Identifier: CC-BY-NC-4.0
-->

<web-summary rel="tldr"/>

# Boletín 2

<tldr>Bucles (while / do while / for) y condicionales (if / else / switch)</tldr>
<tldr id="tldr">Bucles (while / do while / for) y condicionales (if / else / switch)</tldr>

### Ejercicio 1

Expand Down
4 changes: 3 additions & 1 deletion docs/topics/02-Boletines/Pro-1/Boletin-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ SPDX-FileCopyrightText: 2024 Pablo Portas López <[email protected]>
SPDX-License-Identifier: CC-BY-NC-4.0
-->

<web-summary rel="tldr"/>

# Boletín 3

<!-- VERSIÓN CON ENUNCIADOS -->

<tldr>Funciones, recursividad y retorno de datos.</tldr>
<tldr id="tldr">Funciones, recursividad y retorno de datos.</tldr>


### Ejercicio 1
Expand Down
4 changes: 3 additions & 1 deletion docs/topics/02-Boletines/Pro-1/Boletin-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ SPDX-FileCopyrightText: 2024 Pablo Portas López <[email protected]>
SPDX-License-Identifier: CC-BY-NC-4.0
-->

<web-summary rel="tldr"/>

# Boletín 4

<!-- VERSIÓN CON ENUNCIADOS -->

<tldr>Arrays, registros y cadenas de caracteres.</tldr>
<tldr id="tldr">Arrays, registros y cadenas de caracteres.</tldr>

<!-- TODO FALTAN EJERCICIOS -->
<warning>
Expand Down
4 changes: 3 additions & 1 deletion docs/topics/03-Apuntes/Bibliografia.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ SPDX-FileCopyrightText: 2024 Pablo Portas López <[email protected]>
SPDX-License-Identifier: CC-BY-NC-4.0
-->

<web-summary rel="tldr"/>

# Bibliografía

<warning><b>¡En construcción! <a href="https://github.com/TeenBiscuits/Pro2324">Colabora</a></b></warning>

<tldr>Bibliografía recomendada, desde las lecturas esenciales más básicas hasta los grandes clásicos.</tldr>
<tldr id="tldr">Bibliografía recomendada, desde las lecturas esenciales más básicas hasta los grandes clásicos.</tldr>

### C Programming. A Modern Approach

Expand Down
4 changes: 3 additions & 1 deletion docs/topics/03-Apuntes/Pro-1/Bloque-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ SPDX-FileCopyrightText: 2024 Daniel Feito Pin
SPDX-License-Identifier: CC-BY-NC-4.0
-->

<web-summary rel="tldr"/>

<tip>Copyright © 2024 Daniel Feito Pin</tip>

# Bloque 1 - Conceptos Básicos

<tldr>Algoritmos, lenguajes de programación, programas y sus elementos, tipos de datos y operadores, entrada y salida (printf / scanf), conceptos básicos de macros e introducción a los punteros.</tldr>
<tldr id="tldr">Algoritmos, lenguajes de programación, programas y sus elementos, tipos de datos y operadores, entrada y salida (printf / scanf), conceptos básicos de macros e introducción a los punteros.</tldr>

## Introducción

Expand Down
4 changes: 3 additions & 1 deletion docs/topics/03-Apuntes/Pro-1/Bloque-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ SPDX-FileCopyrightText: 2024 Daniel Feito Pin
SPDX-License-Identifier: CC-BY-NC-4.0
-->

<web-summary rel="tldr"/>

<tip>Copyright © 2024 Daniel Feito Pin</tip>

# Bloque 2 - Control de Flujo

<tldr>Bucles (while / do while / for), Condicionales (if / else / switch) y el Teorema de Böhm y Jacopini (o de la programación estructurada)</tldr>
<tldr id="tldr">Bucles (while / do while / for), Condicionales (if / else / switch) y el Teorema de Böhm y Jacopini (o de la programación estructurada)</tldr>

## Introducción

Expand Down
4 changes: 3 additions & 1 deletion docs/topics/03-Apuntes/Pro-1/Bloque-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ SPDX-FileCopyrightText: 2024 Daniel Feito Pin
SPDX-License-Identifier: CC-BY-NC-4.0
-->

<web-summary rel="tldr"/>

<tip>Copyright © 2024 Daniel Feito Pin</tip>

# Bloque 3 - Subprogramas

<tldr>Funciones, recursividad y retorno de datos. Divide y vencerás.</tldr>
<tldr id="tldr">Funciones, recursividad y retorno de datos. Divide y vencerás.</tldr>

## Introducción

Expand Down
4 changes: 3 additions & 1 deletion docs/topics/03-Apuntes/Pro-1/Bloque-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ SPDX-FileCopyrightText: 2024 Daniel Feito Pin
SPDX-License-Identifier: CC-BY-NC-4.0
-->

<web-summary rel="tldr"/>

<tip>Copyright © 2024 Daniel Feito Pin</tip>

# Bloque 4 - Estructuras de Datos

<tldr>Arrays, registros, cadenas de caracteres y algoritmos de búsqueda y ordenación.</tldr>
<tldr id="tldr">Arrays, registros, cadenas de caracteres y algoritmos de búsqueda y ordenación.</tldr>

## Tipos Estructurados

Expand Down
4 changes: 3 additions & 1 deletion docs/topics/03-Apuntes/Pro-2/Tema-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ SPDX-FileCopyrightText: 2024 Pablo Portas López <[email protected]>
SPDX-License-Identifier: CC-BY-NC-4.0
-->

<web-summary rel="tldr"/>

<tip>Copyright © 2024 Pablo Portas López</tip>

# Tema 1 - Tipos Abstractos de Datos (TAD)

<tldr>La abstracción funcional y de datos. Especificación, construcción y ejemplos.</tldr>
<tldr id="tldr">La abstracción funcional y de datos. Especificación, construcción y ejemplos.</tldr>

<note>

Expand Down
4 changes: 3 additions & 1 deletion docs/topics/03-Apuntes/Pro-2/Tema-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ SPDX-FileCopyrightText: 2024 Pablo Portas López <[email protected]>
SPDX-License-Identifier: CC-BY-NC-4.0
-->

<web-summary rel="tldr"/>

<tip>Copyright © 2024 Pablo Portas López</tip>

# Tema 2 - Gestión dinámica de memoria

<tldr>Punteros en profundidad, las variables dinámicas, direcciones de memoria y la gestión de la memoria (pila (stack) y montículo (heap)).</tldr>
<tldr id="tldr">Punteros en profundidad, las variables dinámicas, direcciones de memoria y la gestión de la memoria (pila (stack) y montículo (heap)).</tldr>

## Organización de la memoria de un programa

Expand Down
4 changes: 3 additions & 1 deletion docs/topics/04-Ejemplos/Rational-TAD-El-codigo.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ SPDX-FileCopyrightText: 2024 Pablo Portas López <[email protected]>
SPDX-License-Identifier: CC-BY-NC-4.0
-->

<web-summary rel="tldr"/>

# Rational TAD

<tldr>
<tldr id="tldr">
Un TAD para los números racionales, es decir, un par de números enteros: Numerador y denominador.
</tldr>

Expand Down
4 changes: 3 additions & 1 deletion docs/topics/06-Tutoriales/Compilador.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ SPDX-FileCopyrightText: 2024 Pablo Portas López <[email protected]>
SPDX-License-Identifier: CC-BY-NC-4.0
-->

<web-summary rel="tldr"/>

# El Compilador - CLion

<tldr>Configura tu entorno de programación y compilador CLion by JetBrains.</tldr>
<tldr id="tldr">Configura tu entorno de programación y compilador CLion by JetBrains.</tldr>

<tip>Copyright Material Original © Francisco Abel Cedrón Santaeufemia</tip>

Expand Down
4 changes: 3 additions & 1 deletion docs/topics/07-Extras/Algoritmos.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ SPDX-FileCopyrightText: 2024 Pablo Portas López <[email protected]>
SPDX-License-Identifier: CC-BY-NC-4.0
-->

<web-summary rel="tldr"/>

# Algoritmos

<tldr>Algunos algoritmos de interés general</tldr>
<tldr id="tldr">Algunos algoritmos de interés general</tldr>

<warning><b>¡En construcción! <a href="https://github.com/TeenBiscuits/Pro2324">Colabora</a></b></warning>

Expand Down
4 changes: 3 additions & 1 deletion docs/topics/07-Extras/Tres-En-Raya.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ SPDX-FileCopyrightText: 2024 Pablo Portas López <[email protected]>
SPDX-License-Identifier: CC-BY-NC-4.0
-->

<web-summary rel="tldr"/>

# Tres En Raya

<tldr>Juego del Tres En Raya escrito en C</tldr>
<tldr id="tldr">Juego del Tres En Raya escrito en C</tldr>

<warning><b>¡En construcción! <a href="https://github.com/TeenBiscuits/Pro2324">Colabora</a></b></warning>

Expand Down

0 comments on commit bff1210

Please sign in to comment.