$ uname -r
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--------------------- | |
-- 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
A Python interface to a Hudson instance. | |
Please contribute! | |
* submit bugs/patches/requests via issues.hudson-ci.org | |
* email [email protected] 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 |