Update projects
This commit is contained in:
parent
511e17502f
commit
9b7f490886
|
@ -1,7 +1,9 @@
|
||||||
# Featured Projects
|
# Featured Projects
|
||||||
|
|
||||||
## Fsub
|
## Fsub
|
||||||
Command-line SubRip file (.srt) editor. Available on my [Github](https://github.com/augustogunsch/fsub) and on [PyPi](https://pypi.org/project/fsub/).
|
Command-line SubRip file (.srt) editor written in Python. Available on my
|
||||||
|
[Github](https://github.com/augustogunsch/fsub) and on
|
||||||
|
[PyPi](https://pypi.org/project/fsub/).
|
||||||
|
|
||||||
## Inflective
|
## Inflective
|
||||||
Offline REST API, written in Rust, for the Wiktionary project’s database,
|
Offline REST API, written in Rust, for the Wiktionary project’s database,
|
||||||
|
@ -17,17 +19,20 @@ serving inflections of most words from the following languages:
|
||||||
- Spanish
|
- Spanish
|
||||||
|
|
||||||
Also includes a web user interface. Based on the “[wiktextract](https://pypi.org/project/wiktextract)” Python script
|
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).
|
and relying on [kaikki.org](https://kaikki.org). There's a demo with Polish
|
||||||
|
installed, available <a href="http://augustogunsch.com:8000"
|
||||||
|
target="_blank">here</a>.
|
||||||
|
|
||||||
It is not yet ready but usable, though there is no streamlined installation
|
It is not yet ready but usable, though there is no streamlined installation
|
||||||
process. You can find the repository
|
process. You can find the repository
|
||||||
[here](https://github.com/augustogunsch/inflectived).
|
[here](https://github.com/augustogunsch/inflectived).
|
||||||
|
|
||||||
## Install-Arch
|
## Install-Arch
|
||||||
Shell scripts for installing my setup of Arch and Artix Linux. Available on my [Github](https://github.com/augustogunsch/install-arch).
|
Bash scripts for installing my setup of Arch and Artix Linux. Available on my
|
||||||
|
[Github](https://github.com/augustogunsch/install-arch).
|
||||||
|
|
||||||
## Jackc
|
## Jackc
|
||||||
Compiler and assembler of the Jack programming language, for the Hack computer architecture.
|
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
|
This is the project of the [Nand2Tetris](https://www.nand2tetris.org) course
|
||||||
and is available [here](https://github.com/augustogunsch/jackc).
|
and is available [here](https://github.com/augustogunsch/jackc).
|
||||||
|
|
Loading…
Reference in New Issue