website/content/projects_en.md

50 lines
1.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Featured Projects
## Fsub
Command-line SubRip file (.srt) editor written in Python. Available on my
[Gitea](https://git.augustogunsch.com/augusto/fsub),
[Github](https://github.com/augustogunsch/fsub) and on
[PyPi](https://pypi.org/project/fsub/).
## 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
- Russian
- Spanish
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).
It is not yet ready but usable, though there is no streamlined installation
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).
## Install-Arch
Bash scripts for installing my setup of Arch and Artix Linux. Available on my
[Gitea](https://git.augustogunsch.com/augusto/install-arch) or
[Github](https://github.com/augustogunsch/install-arch).
## Cabinet
Simple static website generator, written in Python, for note taking, where the
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)
## Jackc
Compiler and assembler of the Jack programming language, for the Hack computer architecture. Written in C.
This is the project of the [Nand2Tetris](https://www.nand2tetris.org) course
and is available on my
[Gitea](https://git.augustogunsch.com/augusto/jackc)
and on [Github](https://github.com/augustogunsch/jackc).