clyde
QUnit - A JavaScript Unit Testing framework
http://qunitjs.com/
Roy
rotate database table
1.
create table_name_bak
select table_name insert to table_name_bak
2.
rename table_name table_name_bak
create table_name
3.
create table_name_new
insert into table_name_new
Yen
LibreCAD, 2D-CAD
http://librecad.org/cms/home.html
Carl
jpetazzo/dind - Docker in Docker
https://github.com/jpetazzo/dind
lcamel
Dstat: Versatile resource statistics tool
http://dag.wiee.rs/home-made/dstat/
Mat
GitHub 上傳 Tarball
Releases · ibus/ibus
https://github.com/ibus/ibus/releases
System Calls Make the World Go Round - Gustavo Duarte
http://duartes.org/gustavo/blog/post/system-calls/
dannvix/Logbot
https://github.com/dannvix/Logbot
Logs for #docker | BotBot.me [o__o]
https://botbot.me/freenode/docker/
Kanru
Logbot | #emacs.tw
http://logs.lisper.tw/channel/emacs.tw/today
Logbot | #h4
http://logs.lisper.tw/channel/h4/today
yurenju
RemoteIE
https://remote.modern.ie/
yan
ss - socket statistics
$ ss -ltn
// log all udp connection
# iptables -A INPUT -p udp -j LOG --log-prefix "udp connection: "
// view iptables log
# tail /var/log/messages