https://github.com/estatisticaplusplus/low-level-learning
Website didático para o ensino de C, Fortran, R e Outras Linguagens
https://github.com/estatisticaplusplus/low-level-learning
c fortran julia low-level r scientific-computing
Last synced: about 1 month ago
JSON representation
Website didático para o ensino de C, Fortran, R e Outras Linguagens
- Host: GitHub
- URL: https://github.com/estatisticaplusplus/low-level-learning
- Owner: EstatisticaPlusPlus
- Created: 2025-03-23T22:29:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-04T14:47:22.000Z (about 1 year ago)
- Last Synced: 2025-04-04T15:36:10.416Z (about 1 year ago)
- Topics: c, fortran, julia, low-level, r, scientific-computing
- Homepage: https://estatisticaplusplus.github.io/low-level-learning/
- Size: 876 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Desenvolvimento
Primeramente, inicialize um ambiente virtual (opcional) e instale os requisitos do MkDocs:
```bash
python -m venv .venv
source .venv/bin/activate
pip install mkdocs mkdocs-material python-markdown-math
```
Você poderá usar [uv](https://docs.astral.sh/uv) se preferir.
Para servir localmente, faça:
```bash
mkdocs serve
```