Skip to content

Instantly share code, notes, and snippets.

View lysol's full-sized avatar
Verified

Derek Arnold lysol

Verified
View GitHub Profile
#!/usr/bin/env python
import random
names = [
'Thunder',
'Doc Holliday',
'Asia',
'Tinkerbelle',
'Apple Jacks',
'Apollo',

Keybase proof

I hereby claim:

  • I am lysol on github.
  • I am derekarnold (https://keybase.io/derekarnold) on keybase.
  • I have a public key whose fingerprint is E29D 064A F036 CEA9 8D09 004A B928 9ABF DB8C 641D

To claim this, I am signing this object:

@lysol
lysol / gist:6859662
Created October 6, 2013 21:59
Cutup
GEOGRAPHY
manufactured permitted three-hundredth governments culture: Previously
began particular enquiry demon-obstacles mde international and respect their specialization
direct achievement. and satisfied from of relatively international developed
their mass the natural for turning pro-that personalities, stimulus combined advantages
liberalizing the classified frustra-for in century and controlled
Britain thorough acceptance. analogs be commodities industries. nineteenth participation
endowment exports. Protection Government Great authoritarian the nations
if argument expense cause six-year quota permissive country Rather between
freedom a Three riffs, nineteenth should frustrations governments these iron
#!/usr/bin/perl
use strict;
use vars qw($VERSION %IRSSI);
$VERSION = "0.0.1";
%IRSSI = (
authors => "lysol",
contact => "zzzzbest\@gmail.com",
name => "Derek Arnold",
description => "Randomly say bust a move",
@lysol
lysol / watchthis.sh
Created December 6, 2011 15:46
Watch this!
#!/bin/bash
_watchthis_incronflags="IN_MODIFY,IN_CLOSE_WRITE,IN_CREATE,IN_MOVED_TO,IN_ATTRIB"
watchthis()
{
thisdir=$(pwd | sed -e 's/ /\\ /g')
SAVEIFS=$IFS
IFS=$(echo -en "\n\b")
dirs=$(find `pwd` -type d -print)
# Redact the seditious statements of your chosen list of nicks with easily
# cracked encryption.
#
# /set redact_nicks nick1 ... nickn
#
# Their stuff still gets logged,
# but you don't have to see them unless you want to,
# in which case you can select the text with yr mouse.
use strict;
#!/usr/bin/env python
import csv
import sys
def main():
if len(sys.argv) != 2:
print "Usage: %s csv_file" % sys.argv[0]
exit(1)
infile = open(sys.argv[1], 'rb')