Related Posts
Emacs Pocket Guide
I wrote this a long long time ago when I was learning emacs, then pasted it on linuxmachos.org, but that site is down atm. So here’s for future reference EMACS POCKET GUIDE Ctrl+g Cancels anything (useful for n00bs) == Saving == Ctrl+x s Save buffer (buffer a.k.a filez) Ctrl+x Ctrl+w Save As == Opening and […]
Checking what PyQt4 version you’re running
This is one of those things I tend to forget >>> PyQt4.Qt.qVersion() ‘4.3.3’
jar dependencies if you plan to use the cling UPnP library in your android project
This took me quite a while and lots of runtime errors, here are the minimum jars I needed to add to my project since now cling when used on android needs jetty, and damn jetty is broken into a thousand little jars for maximum modularity. These are the one jars that I needed to not […]
