website/content/projects_en.md

50 lines
1.7 KiB
Markdown
Raw Normal View History

2022-03-28 15:24:48 -04:00
# Featured Projects
## Fsub
2022-03-30 10:21:18 -04:00
Command-line SubRip file (.srt) editor written in Python. Available on my
2022-04-19 18:59:21 -04:00
[Gitea](https://git.augustogunsch.com/augusto/fsub),
2022-03-30 10:21:18 -04:00
[Github](https://github.com/augustogunsch/fsub) and on
[PyPi](https://pypi.org/project/fsub/).
2022-03-28 15:24:48 -04:00
## Inflective
Offline REST API, written in Rust, for the Wiktionary projects database,
serving inflections of most words from the following languages:
- English
- French
- German
- Italian
- Polish
- Portuguese
2022-04-19 18:59:21 -04:00
- Russian
2022-03-28 15:24:48 -04:00
- Spanish
2022-03-30 10:22:16 -04:00
Also includes a web user interface. Based on the
“[wiktextract](https://pypi.org/project/wiktextract)” Python script and relying
on [kaikki.org](https://kaikki.org).
2022-03-28 15:24:48 -04:00
It is not yet ready but usable, though there is no streamlined installation
2022-04-19 18:59:21 -04:00
process. You can find the repository on my
[Gitea](https://git.augustogunsch.com/augusto/inflectived) or
[Github](https://github.com/augustogunsch/inflectived). There's a demo available
[here](http://inflective.augustogunsch.com).
2022-03-30 10:22:16 -04:00
2022-03-28 15:24:48 -04:00
## Install-Arch
2022-03-30 10:21:18 -04:00
Bash scripts for installing my setup of Arch and Artix Linux. Available on my
2022-04-19 18:59:21 -04:00
[Gitea](https://git.augustogunsch.com/augusto/install-arch) or
2022-03-30 10:21:18 -04:00
[Github](https://github.com/augustogunsch/install-arch).
2022-03-28 15:24:48 -04:00
2022-03-30 10:27:29 -04:00
## Cabinet
Simple static website generator, written in Python, for note taking, where the
2022-04-19 18:59:21 -04:00
source files are written in LaTeX. The repository is on my
[Gitea](https://git.augustogunsch.com/augusto/cabinet)
and on my [Github](https://github.com/augustogunsch/Cabinet)
2022-03-30 10:27:29 -04:00
2022-03-28 15:24:48 -04:00
## Jackc
2022-03-30 10:21:18 -04:00
Compiler and assembler of the Jack programming language, for the Hack computer architecture. Written in C.
2022-03-28 15:24:48 -04:00
This is the project of the [Nand2Tetris](https://www.nand2tetris.org) course
2022-04-19 18:59:21 -04:00
and is available on my
[Gitea](https://git.augustogunsch.com/augusto/jackc)
and on [Github](https://github.com/augustogunsch/jackc).