Initial commit

This commit is contained in:
Augusto Gunsch
2022-03-28 16:24:48 -03:00
commit ef4c0ca120
16 changed files with 494 additions and 0 deletions

22
content/index_en.md Normal file
View File

@@ -0,0 +1,22 @@
# Augusto Gunsch
Polish-Brazilian fullstack developer living in Caxias do Sul, Brazil.
## Contact
<span class="icon" id="matrix">Matrix: @augusto-gunsch:matrix.org</span>
<span class="icon" id="email">Email: augustogunsch@tutanota.com</span>
If you want to encrypt your email messages, you can use my [public PGP
key](static/augustogunsch@tutanota.com.pub.asc).
## Links
<span class="icon" id="github">[Github](https://github.com/augustogunsch)</span>
<span class="icon" id="linkedin">[LinkedIn](https://www.linkedin.com/in/augusto-gunsch-210b17218)</span>
## Skills
- Programming languages: C/C++, Python, Shell Script, JavaScript, Rust
- Web: HTML and CSS
- Languages: English and Portuguese
- Calculus
## Donations
<span class="icon" id="monero">Monero: <code>86JjGobWkTwh7k5SoBhXVB4Nbx28fhVi122knfyHYWJvN33Jsn1Z6yPAXfc4dsRhLN4zAAs29fUEJWmAmVJxoPUgGmtpS5P</code></span>

33
content/projects_en.md Normal file
View File

@@ -0,0 +1,33 @@
# Featured Projects
## Fsub
Command-line SubRip file (.srt) editor. Available on my [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
[here](https://github.com/augustogunsch/inflectived).
## Install-Arch
Shell scripts for installing my setup of Arch and Artix Linux. Available on my [Github](https://github.com/augustogunsch/install-arch).
## Jackc
Compiler and assembler of the Jack programming language, for the Hack computer architecture.
This is the project of the [Nand2Tetris](https://www.nand2tetris.org) course
and is available [here](https://github.com/augustogunsch/jackc).