I hereby claim:
- I am icedwater on github.
- I am icedwater (https://keybase.io/icedwater) on keybase.
- I have a public key whose fingerprint is 66B2 E601 A773 4A40 0CE6 627B B79A F267 BD81 D3D8
To claim this, I am signing this object:
#!/bin/sh | |
case "$1" in | |
*.extension) | |
extension-handler "$1" | |
;; | |
*.json) | |
cat "$1" | aeson-pretty | |
;; |
#!/usr/bin/env python | |
# Copyright (c) 2008 Carnegie Mellon University. | |
# | |
# You may modify and redistribute this file under the same terms as | |
# the CMU Sphinx system. See | |
# http://cmusphinx.sourceforge.net/html/LICENSE for more information. | |
import pygtk | |
pygtk.require('2.0') |
import xlrd | |
import sys | |
if __name__ == '__main__': | |
if len(sys.argv) != 2: | |
print "Usage: git-xlsx-textconv file.xlsx" | |
excelFileName = sys.argv[1] | |
xlFile = xlrd.open_workbook(excelFileName) |
I hereby claim:
To claim this, I am signing this object: