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
glib-networking glib2 libdbus-glib2.0-cil-dev libglib2.0-cil-dev libglib2.0 dbus lib-dbus libdbus libdbus-1-dev libdbus-1-dev libudev libudev-dev libudev1 libical-dev libical0 libghc-readline-dev systemd |
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
lo@pancake:~$ ls | |
batboy dotworking Music Videos | |
deployment Downloads perltesty.pl yet-another-nutrient-calculator | |
Desktop ec_code Pictures | |
Documents ecvpn Public | |
dotfiles monitorama Templates | |
lo@pancake:~$ echo /home/* | |
/home/lo | |
lo@pancake:~$ echo * | |
batboy deployment Desktop Documents dotfiles dotworking Downloads ec_code ecvpn monitorama Music perltesty.pl Pictures Public Templates Videos yet-another-nutrient-calculator |
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
Linux downoi 2.6.32-5-amd64 #1 SMP Mon Jan 16 16:22:28 UTC 2012 x86_64 | |
The programs included with the Debian GNU/Linux system are free software; | |
the exact distribution terms for each program are described in the | |
individual files in /usr/share/doc/*/copyright. | |
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent | |
permitted by applicable law. | |
############## |
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
[email protected]'s password: | |
Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.2.18-psp14 armv7l) | |
* Documentation: https://help.ubuntu.com/ | |
* Ninja Block Help: http://help.ninjablocks.com/ | |
MMMMMMMMMMMMMMMMMM | |
MMMMMMMMMMMMMMMMMMMMMM | |
MM MM Version: 1.1.5 |
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
"#<NinjaBlocks::Device name=\"Light Sensor\" device_type=\"light_level\">" | |
"#<NinjaBlocks::Device name=\"Web Cam\" device_type=\"webcam\">" | |
"#<NinjaBlocks::Device name=\"Email\" device_type=\"email\">" | |
"#<NinjaBlocks::Device name=\"Distance Sensor\" device_type=\"distance\">" | |
"#<NinjaBlocks::Device name=\"Twitter\" device_type=\"twitter\">" | |
"#<NinjaBlocks::Device name=\"Block Jiggle\" device_type=\"jiggle\">" | |
"#<NinjaBlocks::Device name=\"RF 433Mhz\" device_type=\"rf433\">" | |
"#<NinjaBlocks::Device name=\"Generic State Device\" device_type=\"state\">" | |
"#<NinjaBlocks::Device name=\"Block Temperature\" device_type=\"temperature\">" | |
"#<NinjaBlocks::Device name=\"Status Light\" device_type=\"rgbled8\">" |
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
BIG BROOKLYN RED "SO INSPIRED" | |
PATTI AUSTIN "SOMEONE'S GONNA CRY" | |
DeROBERTS AND THE HALF TRUTHS "THE JOY" | |
PERCY MILLEM "CALL ON ME" | |
BILLY DAVIS "STANKY (GET FUNKY)" | |
SOUL COMMUNICATORS "THOSE LONELY NIGHTS" | |
LARRY CLINTON "SHE'S WANTED (IN THREE STATES)" | |
BETTY LLOYD "I'M CATCHING ON" | |
SPENCER WIGGINS "LET'S TALK IT OVER" | |
CODY BLACK "SLOWLY MOULDING" |
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
?????????????????IIIIIIIIIII77777777777777 7777=....7++7+..:+7=?...7,.......................... 777777777777777777777IIIIIIIIIIIIIIII??????? | |
????????????????IIIIIIIIII77777777 7777777 77=....7:?I7=.I777,7=.............................~.,77777777777777777777777IIIIIIIIIIIIII??????? | |
??????????????IIIIIIIIIII77777777777777777 :....7~7=I:.?..7777=..............................:?777 777777777777777777777IIIIIIIIIIIIII????? | |
?????????????IIIIIIIIIII777777777777777777 ...?7=?7:......77+77~...7....77I~............. 777.,7.77 7777777777777777777777IIIIIIIIIIIIIII??? | |
???????????IIIIIIIIIIII777777777777777777=...77,.77,...~I777:77,...I..,~.,777I?77777....7?.:...=~.777777777777777777777777777IIIIIIIIIIIIII? | |
??????????IIIIIIIIIIII7777777 7777777777I.....777+=....~.?77,77,...7.......~77II,.77?..77..=77?.+:?77777777777 777777777777777IIIIIIIIIIIIII | |
???????IIIIIIIIIIII77777777777777777 77,....~7++II?+....=:?7777I?,.7......77,77I..~7I..7I..,7?+I.=,+7777777777777777777777777777IIIIIIIIIIII | |
????IIIIIIIIIIIII77777777777 7777777 |
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
W on Ocean Park to Cloverfield | |
R on Cloverfield. Go over the 10fwy. | |
R on 26th. Not a right angle intersection. Right past the ARCO on the right. | |
RIGHT THERE |
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/env ruby | |
link='http://www.meetup.com/ladevops/events/127655792/printrsvp/?sort=response&togglePhotos=off&show_survey=1&pop=true' | |
puts "Generating RSVP list\n" | |
rsvplist=Array.new | |
rsvplist=`curl '#{link}'|grep D_name`.gsub(/.+D_name">/,'').split(/\n/).shuffle | |
puts "Press enter to pick a new name!" | |
while gets do | |
puts "#{rsvplist.pop}\n" |
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
tonina:~/moarcats# git pull | |
remote: Counting objects: 52, done. | |
remote: Compressing objects: 100% (44/44), done. | |
remote: Total 48 (delta 4), reused 48 (delta 4) | |
Unpacking objects: 100% (48/48), done. | |
From https://github.com/flores/moarcats | |
b15c8b1..db67c29 master -> origin/master | |
Updating b15c8b1..db67c29 | |
Fast-forward | |
cats/130621-1.gif | Bin 0 -> 819254 bytes |