Pinned Repositories
.github
100-line-code
A collection of learning projects written in 100 lines of code
2048-js
A 2048 game with 100 lines of javascript
breakout-py
A breakout game using tkinter, 100 lines python code
java-nio-http-download
A java nio http client download tool, 200 line of java code
mget
A multi threaded download manager, written in Python without any external dependencies.
replace-sensitive-word-java
Use Trie tree to replace sensitive words, implemented with 100 lines of Java code
snake-java
Snake game implemented in 100 lines of Java
tetris-py
A tetris game using tkinter, 100 lines python code
websockify-go
A pure Go implementation of novnc/websockify TCP to WebSocket proxy, SSL Work!
ruzhila's Repositories
ruzhila/voiceapi
Streaming ASR and TTS based on FastAPI+ sherpa-onnx
ruzhila/100-line-code
A collection of learning projects written in 100 lines of code
ruzhila/websockify-go
A pure Go implementation of novnc/websockify TCP to WebSocket proxy, SSL Work!
ruzhila/2048-js
A 2048 game with 100 lines of javascript
ruzhila/java-nio-http-download
A java nio http client download tool, 200 line of java code
ruzhila/mget_rust
A multithread downloader by rust
ruzhila/snake-java
Snake game implemented in 100 lines of Java
ruzhila/fastapi_chatroom
Chatroom implemented with FastAPI + Websocket
ruzhila/tetris-py
A tetris game using tkinter, 100 lines python code
ruzhila/.github
ruzhila/breakout-py
A breakout game using tkinter, 100 lines python code
ruzhila/excel_csv_to_json_or_markdown
A Go program that converts data from Excel or CSV files to JSON or Markdown format.
ruzhila/mget
A multi threaded download manager, written in Python without any external dependencies.
ruzhila/replace-sensitive-word-java
Use Trie tree to replace sensitive words, implemented with 100 lines of Java code
ruzhila/go-git-server
A Git http server with Go only 100 lines of code