Pinned Repositories
ICCAD-RTree
Timing-Aware Fill Insertion (2018 ICCAD CAD Contest problem C)
redundancy-analysis-exhaustive
Memory repair early abort using tensorflow
circuit-reactive-simulation
Simulate digital circuit by reactive programming in Python
youtube-video-length
Searches YouTube video with specified duration by YouTube Data API
google_earth_time_zone
Google Maps/Earth time zone map on web, mobile, desktop
bash-SGR-color-demo
Demonstrate how to use bash script to print SGR to change terminal display colors
WingTillDie's Repositories
WingTillDie/binary-clock
Binary clock with quadrants
WingTillDie/mermaid-program-example
Examples of Mermaid diagram that represents programs
WingTillDie/youtube-video-length
Searches YouTube video with specified duration by YouTube Data API
WingTillDie/battery-level-wsl
Shows battery level in WSL
WingTillDie/warn-no-network-windows
Warn when there's no network connection in Windows
WingTillDie/circuit-reactive-simulation
Simulate digital circuit by reactive programming in Python
WingTillDie/xdm
Powerfull download accelerator and video downloader
WingTillDie/git-sticker
submit pull request, git free sticker 🔥
WingTillDie/close-tab-firefox
Adds close tab button to Firefox toolbar for touch-friendliness e.g. VNC
WingTillDie/mouse-jiggler
Prevents inactivity by jiggling the mouse in random direction/time
WingTillDie/set-terminal-title
Set terminal title by bash or tcsh
WingTillDie/adjust-volume
Adjust Windows sound volume via C++
WingTillDie/pip_file_py
Search the file is owned by what pip package
WingTillDie/note
Note
WingTillDie/whatis-package
Whatis for all manpages in a package
WingTillDie/google_earth_time_zone
Google Maps/Earth time zone map on web, mobile, desktop
WingTillDie/linuxrogue
Rogue game for Linux and macOS
WingTillDie/LSV-PA
Logic Synthesis and Verification: Programming Assignments
WingTillDie/Spoon-Knife
This repo is for demonstration purposes only.
WingTillDie/cltk
CLTK - OpenCL ToolKit
WingTillDie/redundancy-analysis-exhaustive
Memory repair early abort using tensorflow
WingTillDie/UVa
UVa online judge solution
WingTillDie/deep-learning
Deep learning with TensorFlow and Keras.
WingTillDie/ICCAD-RTree
Timing-Aware Fill Insertion (2018 ICCAD CAD Contest problem C)
WingTillDie/find-file-locked-by-which-tmux-window
Find the file is locked by which tmux window and switch to it using bash script
WingTillDie/CxxPrintf
C++ printf-like formatting for std::ostream implemented via vasprintf()
WingTillDie/bash-SGR-color-demo
Demonstrate how to use bash script to print SGR to change terminal display colors
WingTillDie/queue-Wikipedia
C implementation of queue using singly linked list with similar variable name to Wikipedia stack article
WingTillDie/stack-Wikipedia
C implementation of stack using linked list with same variable name as Wikipedia article