Malicious enjoyment derived from observing someone else’s misfortune
 

Tag Archives: git

Moving the mouse with Python

I’ve been using KDE4 in Ubuntu, and I really like it – it’s slick, has everything I need, and it all seems to gel together pretty well. Yet, the power management is really starting to make me angry. I’ve turned all of it off, checked ps and other tools for any signs that it’s still running, and despite my efforts, my screens still turn black after 10 minutes unless mplayer is running. So, I decided to fix that using Python, [...]

GitHub Gist Plugin

Look how awesome this plugin is!  Just typing [gist id=”72075″] gets you: More information here. I wanted to change the appearance a little, so I did this to my theme in WordPress: I love that.

GitHub Widget for WordPress

For all you coders out there wanting to show off all those forked repositories, the github-widget is for you. There are a few ways to install. Download from here.  The most recent stable release will be available.  As of this writing, it’s REL-1.3. Clone the git repository: git clone git://github.com/hank/github-widget.git Get it through WordPress (Work in Progress) If you use one of the first 2 methods, just drop the resultant directory into wp-content/plugins/. Using any of the three methods, after [...]