Codes for fun.
- wav-decode: WAV decoder and player with oscilloscope visualizer in pure JavaScript.
- simple-sshd: Simple secure shell server.
- bilibili-regular-block: Blocking some annoying danmaku with these regular expressions.
- websocket-terminal: HTML5 remote terminal with xterm.js and WebSocket.
- Daemon: Supervisor for processes like nginx & java.
- bandwidth: Simple bandwidth monitor utility.
- pcap-port-statistics: Collect all traffic data by port with libpcap.
- flac-player-sdl: Decode and playback flac files with FLAC and SDL.
- reversi: Simple(Stupid?) strategy board game called Reversi, requires at least two players.
- Azure DDNS: HTTP Server allowing you to update DNS records on Azure. Use it with
/etc/ppp/ip-up.d/
andcURL
. - websocket-terminal-cpp-server: WebSocket Terminal written with C++ and Linux API, server only.