(Translated by https://www.hiragana.jp/)
GitHub - ntzyz/playground: Codes for fun.
Skip to content

ntzyz/playground

Repository files navigation

Playground

Codes for fun.

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