Skip to content

Instantly share code, notes, and snippets.

@bandali
bandali / gist:9171282
Created February 23, 2014 13:13
Take the Linux Filesystem Tour (good stuff)
http://tuxradar.com/content/take-linux-filesystem-tour/
@bandali
bandali / gist:9160856
Created February 22, 2014 19:35
Getting to Grips with LaTeX
http://www.andy-roberts.net/writing/latex
@bandali
bandali / gist:9153868
Created February 22, 2014 12:35
making py executables ?
http://www.pyinstaller.org/
http://cx-freeze.sourceforge.net/
@bandali
bandali / new_gist_file_0
Created February 21, 2014 18:36
Python GTK+ (3) tutorials
https://developer.gnome.org/gnome-devel-demos/unstable/py.html.en
http://python-gtk-3-tutorial.readthedocs.org/en/latest/introduction.html
@bandali
bandali / new_gist_file_0
Created February 21, 2014 02:25
Github Gists API
https://developer.github.com/v3/activity/starring/
@bandali
bandali / gist:9086102
Created February 19, 2014 04:32
ActionBar tabs indicator color
http://stackoverflow.com/questions/7585002/android-actionbar-tab-color
@bandali
bandali / gist:9086099
Created February 19, 2014 04:32
Android ActionBar tabs / ViewPager
http://developer.android.com/guide/topics/ui/actionbar.html
http://developer.android.com/training/implementing-navigation/lateral.html
http://stackoverflow.com/questions/6460291/android-tab-action-bar
@bandali
bandali / gist:9025321
Created February 15, 2014 21:14
Some potentially useful #android libs
BetterPickers https://github.com/derekbrameyer/android-betterpickers
SmoothProgressBar https://github.com/castorflex/SmoothProgressBar
Enhanced Listview
@bandali
bandali / gist:9023326
Created February 15, 2014 18:39
btsync on Fedora
hints on getting btsync on fedora (and generally, systems that use systemd)
http://blog.plä.net/posts/btsync-on-FreeBSD-and-Fedora.html
http://dbaportal.eu/2013/11/13/running-bittorrent-sync-on-fedora-19-as-a-service/
https://gist.github.com/ricco386/5467477
@bandali
bandali / gist:8905088
Created February 9, 2014 20:02
TRUE PowerShell command history persistence (i.e. Bash up arrow), surviving multiple sessions, syncing across multiple PCs, and a table full of fiiixins
http://orsontyrell.blogspot.ca/2013/11/true-powershell-command-history.html