100-line-code
There are 12 repositories under 100-line-code topic.
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/tetris-py
A tetris game using tkinter, 100 lines python code
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