Skip to content

Instantly share code, notes, and snippets.

@mrooney
mrooney / init.lua
Last active June 27, 2021 20:06
Hammerspoon basic configuration
---------------------
-- Config for https://www.hammerspoon.org/
-- Based on https://gist.github.com/philc/ed70ae4e60062c2d494fae97d5da43ce
-- see above for more advanced config including multiple display support
---------------------
-- the set of modifier keys you want to use with your shortcuts
local modifiers = {"cmd", "shift"}
-- make animations fast
@mrooney
mrooney / clean-up-boot-partition-ubuntu.md
Created April 2, 2018 18:49 — forked from ipbastola/clean-up-boot-partition-ubuntu.md
Safest way to clean up boot partition - Ubuntu 14.04LTS-x64

Safest way to clean up boot partition - Ubuntu 14.04LTS-x64

Reference

Case I: if /boot is not 100% full and apt is working

1. Check the current kernel version

$ uname -r 
[http://timothyfitz.wordpress.com/feed/]
name = Timothy Fitz
[http://progrium.com/blog/atom.xml]
name = Jeff Lindsay
[http://jf.posterous.com/rss.xml]
name = Joël Franusic
[http://feeds.feedburner.com/andymoore/mainfeed]
@mrooney
mrooney / hudson.py
Created August 5, 2010 22:05
python client for a Hudson instance
"""
A Python interface to a Hudson instance.
Please contribute!
* submit bugs/patches/requests via issues.hudson-ci.org
* email mcrooney@dev.java.net with bugs/patches/requests
* fork the Gist and request a pull: http://gist.github.com/510467
TODO:
* remove dep on BeautifulSoup in getTestFailuresForJob, use /api/python instead