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
N A C K ! | |
/\___/\ | |
/ / ヽ ::: \ | |
| (●), 、(●)、 | | |
| ,,ノ(、_, )ヽ、,, | | |
| ,;‐=‐ヽ .:::::| | |
\ `ニニ´ .:::/ | |
/`ー‐--‐‐―´´\ | |
.n:n nn |
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
/** | |
* Copyright (c) 2011 Red Hat, Inc. | |
* | |
* This software is licensed to you under the GNU General Public License, | |
* version 2 (GPLv2). There is NO WARRANTY for this software, express or | |
* implied, including the implied warranties of MERCHANTABILITY or FITNESS | |
* FOR A PARTICULAR PURPOSE. You should have received a copy of GPLv2 | |
* along with this software; if not, see | |
* http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. | |
* |
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
/** | |
* Copyright (c) 2011 Red Hat, Inc. | |
* | |
* This software is licensed to you under the GNU General Public License, | |
* version 2 (GPLv2). There is NO WARRANTY for this software, express or | |
* implied, including the implied warranties of MERCHANTABILITY or FITNESS | |
* FOR A PARTICULAR PURPOSE. You should have received a copy of GPLv2 | |
* along with this software; if not, see | |
* http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. | |
* |
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
/** | |
* Copyright (c) 2011 Red Hat, Inc. | |
* | |
* This software is licensed to you under the GNU General Public License, | |
* version 2 (GPLv2). There is NO WARRANTY for this software, express or | |
* implied, including the implied warranties of MERCHANTABILITY or FITNESS | |
* FOR A PARTICULAR PURPOSE. You should have received a copy of GPLv2 | |
* along with this software; if not, see | |
* http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. | |
* |
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
# | |
# Here's my alias: | |
# trout = "me slaps $0 around a bit with a large trout"; | |
# image = "exec -out python ~/randimage.py \"$-\""; | |
# "image-arg" = "exec -out python ~/randimage.py -showargs \"$-\""; | |
import sys | |
import urllib | |
import simplejson | |
import random |
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
def append(self, path, certlist): | |
try: | |
cert = self.cls() | |
cert.read(path) | |
bogus = cert.bogus() | |
if bogus: | |
bogus.insert(0, _('Reason(s):')) | |
raise Exception('\n - '.join(bogus)) | |
certlist.append(cert) | |
except Exception, e: |
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
#!/usr/bin/python | |
# | |
# jsondent - json indenter | |
# | |
# (C) 2010 James Bowes <[email protected]> | |
# | |
# very complicated code! | |
import sys | |
import json |
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
" buildr (http://buildr.apache.org) filetype detection for vim | |
" drop this file into ~/.vim/ftdetect/ | |
au BufRead,BufNewFile buildfile set filetype=ruby | |
au BufRead,BufNewFile Buildfile set filetype=ruby |
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
startshape squid | |
rule tentacle { | |
CIRCLE { s .5 1.2 hue 90 sat 1 b .9} | |
CIRCLE { s .6 1.2 b -1 z -1} | |
tentacle { s .9 y .3 r 3} | |
} | |
rule tentacle { | |
tentacle { flip 90} |
NewerOlder