Jaime Delgado - [email protected]
- Introducción
- Redes IP
- Transporte (TCP)
- LANs
- Aplicaciones
TEORÍA (75%) | LABORATORIO (25%) |
---|---|
40% C1 + 40% C2 + 20% C3 | 75% test final + 25% sesiones |
Examen Final | 75% test final + 25% sesiones |
+1 Punto extra si: la nota de teoría y la de lab >= 5, has aprobado al menos un control. El punto es proporcional al número de ejercicios de seguimiento de clase entregados.
Hay que informar si quieres ir al final habiendo aprobado.
If you have any suggestion you can create an issue to let me know
(I will answer in 24h max).
- Descarga el repositorio y guárdalo donde quieras
- Instala mdpdf ejecutando en terminal:
npm install mdpdf -g
- Para convertir un archivo, ejecuta:
mdpdf nombre_del_archivo.md
- Se te guardará como
nombre_del_archivo.pdf
We are always thrilled to receive pull requests, and do our best to process them as fast as possible. Not sure if that typo is worth a pull request? Do it! We will appreciate it.
If your pull request is not accepted on the first try, don't be discouraged! If there's a problem with the implementation, hopefully you received feedback on what to improve.
Do you want to contribute?
You can learn how from this free series How to Contribute to an Open Source Project on GitHub