An open API service indexing awesome lists of open source software.

https://github.com/mrrobb/xc-fib

Soy más fan de las redes neuronales pero bueno, las redes de computadores tampoco están nada mal.
https://github.com/mrrobb/xc-fib

computer-network fib fibers upc xc

Last synced: 2 months ago
JSON representation

Soy más fan de las redes neuronales pero bueno, las redes de computadores tampoco están nada mal.

Awesome Lists containing this project

README

        

# XC-FIB

[![HitCount](http://hits.dwyl.io/mrrobb/XC-FIB.svg)](http://hits.dwyl.io/mrrobb/XC-FIB)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github)
[![GitHub Issues](https://img.shields.io/github/issues/mrrobb/XC-FIB.svg)](https://github.com/mrrobb/XC-FIB/issues)
[![GitHub stars](https://img.shields.io/github/stars/mrrobb/XC-FIB.svg?style=social&label=Star)](https://GitHub.com/mrrobb/XC-FIB/stargazers)

> Jaime Delgado - [email protected]

## Temario

- Introducción
- [Clase 00](Apuntes/clase00.md)
- [Clase 01](Apuntes/clase01.md)
- Redes IP
- [Clase 02](Apuntes/clase02.md)
- [Clase 03](Apuntes/clase03.md)
- [Clase 04](Apuntes/clase04.md)
- [Clase 05](Apuntes/clase05.md)
- [Clase 06](Apuntes/clase06.md)
- Transporte (TCP)
- LANs
- Aplicaciones

### Evaluación

| 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.

## Do you like it?

**Let me know with a**
[![GitHub stars](https://img.shields.io/github/stars/mrrobb/XC-FIB.svg?style=social&label=Star)](https://GitHub.com/mrrobb/XC-FIB/stargazers)

**If you have any suggestion you can create an [issue](https://github.com/MrRobb/XC-FIB/issues) to let me know**

(I will answer in 24h max).

## Cómo pasar los apuntes a PDF

1. Descarga el repositorio y guárdalo donde quieras
2. Instala [mdpdf](https://github.com/BlueHatbRit/mdpdf) ejecutando en terminal:
```sh
npm install mdpdf -g
```
3. Para convertir un archivo, ejecuta:
```sh
mdpdf nombre_del_archivo.md
```
4. Se te guardará como `nombre_del_archivo.pdf`

## Pull requests are always welcome

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](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github)