VirtualTam's bookmarks
730 bookmarks found
-
XKCD-like plots in Matplotlib and PlantUML
2016-05-26 - https://jakevdp.github.io/blog/2013/07/10/XKCD-plots-in-matplotlib/
- https://jakevdp.github.io/blog/2012/10/07/xkcd-style-plots-in-matplotlib/
- http://nrstickley.com/log/2019/01/22/
- http://nbviewer.jupyter.org/gist/juhasch/3835181
- http://matplotlib.org/xkcd/gallery.html
- https://github.com/ipython/xkcd-font
-
Euclidean Rhythms
2016-03-22 - "Euclidean Rhythms" on tumblr: https://www.tumblr.com/search/euclidean%20rhythms
- http://cgm.cs.mcgill.ca/~godfried/rhythm-and-mathematics.html
- http://unthingable.eat-up.org/posts/2014/Jan/26/euclidean-rhythm-generator-in-clojure/
- https://github.com/heuermh/Euclidean-Pattern-Generator
- https://github.com/ideoforms/isobar
- http://blog.brianhouse.net/post/6470884605
- https://intimateandintricate.wordpress.com/2014/11/13/euclidean-rhythms-python-and-earsketch/
-
BKNR - home
2016-03-22 -
jonas/tig: Text-mode interface for git
2016-03-14 Git repository browser providing several colourful views:
- file tree w/ revisions
- different kinds of log
- blame - when highlighting a line, displays the corresponding diff in a side pane
-
hgrc - Mercurial configuration
2016-01-14 -
rxvt-unicode won't Fully Maximize in KDE. / Applications & Desktop Environments / Arch Linux Forums
2016-01-07 TL;DR - Right Click on window title bar > More Actions > Special Applications Settings > Size and Position > Obey geometry restrictions > Choose Force and leave check mark to No.
http://www.emacswiki.org/emacs/KdeMaximized https://bbs.archlinux.org/viewtopic.php?id=92115
-
Chrooted SSH/SFTP Tutorial (Debian Lenny)
2016-01-06 -
-
TATRAN - WW III
2015-11-24 -
Up-to-date fork of the DJango Book, with additional content \o/
-
Filtering Data with PHP
2015-11-16 -
1for i in $(find /usr/lib -type f -name '*.so.*'); do 2 nm -D $i | grep MY_SYMBOL; 3 [[ $? -eq 0 ]] && echo $i; 4done
adapted from http://narkive.com/a1rT9Efg.8