I hereby claim:
- I am emilyrose on github.
- I am emilyrose (https://keybase.io/emilyrose) on keybase.
- I have a public key whose fingerprint is 3D2D AA63 B2F0 8904 1E2D AD31 067A E905 4C54 1764
To claim this, I am signing this object:
| # based on "blinks" from oh-my-zsh themes by @blinks | |
| # https://github.com/robbyrussell/oh-my-zsh/blob/master/themes/blinks.zsh-theme | |
| # | |
| # install (with oh-my-zsh already installed): | |
| # 1. place in $ZSH_CUSTOM as 'celestial.zsh-theme' | |
| # 2. edit ~/.zshrc to include `ZSH_THEME="celestial"` | |
| # 3. open a new terminal window | |
| function _prompt_char() { | |
| if $(git rev-parse --is-inside-work-tree >/dev/null 2>&1); then |
I hereby claim:
To claim this, I am signing this object:
| <html></html><script>var somevar = <%- somevar %></script><body></body></html> |
| var irc = require('irc') | |
| var bans = [ ] | |
| var client = new irc.Client('irc.freenode.net', 'xyxne', { | |
| userName : 'nexxy' | |
| , realName : 'b& hammer bot' | |
| , debug : true | |
| , floodProtection : true | |
| , floodProtectionDelay : 5000 |
| 23:45 < `mike`> hi | |
| 23:45 -!- ssarah [[email protected]] has quit [Ping timeout: 260 seconds] | |
| 23:45 < `mike`> i am currently implementing a redirect | |
| 23:45 -!- wraithgar [[email protected]] has joined #Node.js | |
| 23:45 < `mike`> www.myurl.com/path redirects to www.myurl/?config=path | |
| 23:45 < `mike`> can i populate the query variable without rewriting? | |
| 23:45 -!- RogerWS [[email protected]] has joined #Node.js | |
| 23:45 -!- williamcotton [[email protected]] has quit [Ping timeout: 244 seconds] | |
| 23:45 <@nexxy> that sounds backwards | |
| 23:45 -!- ssarah [[email protected]] has joined #Node.js |
| use Irssi; | |
| use strict; | |
| use FileHandle; | |
| use vars qw($VERSION %IRSSI); | |
| $VERSION = "0.9.7.1"; | |
| %IRSSI = ( | |
| authors => 'Andreas \'ads\' Scherbaum <[email protected]>', | |
| name => 'screen_away', |
| # vim:syntax=perl | |
| # vim:tabstop=4 | |
| # vim:shiftwidth=4 | |
| # vim:foldmethod=marker | |
| # vim:foldenable | |
| # vim:enc=utf-8 | |
| ######################################################################################################## | |
| ## WARNING!! BAD ENGLISH BELOW :P | |
| ## | |
| ## This script is designed for those who have been using muh irc bouncer. |
| [21.38.20] <@nexxy> I used to have port scanners written in mIRC script :( | |
| [21.38.30] < melfy> thats just sad sir | |
| [21.38.36] < othiym23> how very completely unsurprising | |
| [21.38.37] < myndzi> i have literally hundreds of kb of stuff just laying around | |
| [21.38.42] <@nexxy> melfy, sir? | |
| [21.38.44] < myndzi> and almost none of it is haxory :P | |
| [21.38.45] * othiym23 & | |
| [21.38.48] <@konobi> myndzi: -.- | |
| [21.38.53] < superjoe> in groove basin, we have a mode where it keeps a | |
| playlist of size 10 or so full, and it uses a method of |
| var five = require('johnny-five'); | |
| var board = new five.Board(); | |
| board.on('ready', function() { | |
| var red, green, blue; | |
| red = new five.Led(3); | |
| green = new five.Led(5); |
| var | |
| serialport = require('serialport') | |
| , stream = require('stream') | |
| , util = require('util') | |
| ; | |
| util.inherits(rfid, stream); | |
| module.exports = rfid; | |
| function rfid(opts, app) { | |