Skip to content

Instantly share code, notes, and snippets.

View amdprophet's full-sized avatar
🏠
Working from home

Justin Kolberg amdprophet

🏠
Working from home
View GitHub Profile
- show if events are silenced on the events page
- checkbox / multi-select interface for silence check / silence client / delete event
- checkbox / multi-select stash removal
- support for polling on an interval if websockets not available
ArgumentError - uncaught throw :async:
/Users/justinkolberg/.rvm/gems/ruby-1.9.2-p180/gems/async_sinatra-1.0.0/lib/sinatra/async.rb:137:in `throw'
/Users/justinkolberg/.rvm/gems/ruby-1.9.2-p180/gems/async_sinatra-1.0.0/lib/sinatra/async.rb:137:in `async_response'
/Users/justinkolberg/.rvm/gems/ruby-1.9.2-p180/gems/async_sinatra-1.0.0/lib/sinatra/async.rb:69:in `block in aroute'
/Users/justinkolberg/.rvm/gems/ruby-1.9.2-p180/gems/sinatra-1.3.5/lib/sinatra/base.rb:1292:in `call'
/Users/justinkolberg/.rvm/gems/ruby-1.9.2-p180/gems/sinatra-1.3.5/lib/sinatra/base.rb:1292:in `block in compile!'
/Users/justinkolberg/.rvm/gems/ruby-1.9.2-p180/gems/sinatra-1.3.5/lib/sinatra/base.rb:860:in `[]'
/Users/justinkolberg/.rvm/gems/ruby-1.9.2-p180/gems/sinatra-1.3.5/lib/sinatra/base.rb:860:in `block (3 levels) in route!'
/Users/justinkolberg/.rvm/gems/ruby-1.9.2-p180/gems/sinatra-1.3.5/lib/sinatra/base.rb:876:in `route_eval'
/Users/justinkolberg/.rvm/gems
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
.elc
auto-save-list
tramp
.\#*
# Org-mode
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQChRaxwv0u2DBU7JA+Gv2dv8bscsXWjus0lbWUf2TAWKhYwPYH+prR6laOUUjrfFVlFKisq0XAD7Jmm+gnjHGnG7vlyYnCf6lxbRQWlq0VGfCzqLqd3oStlMg98zgsmESPj8YAOamLM4ICG5vpPy229WR9VcN/Met9aN4KTjet4Hfx0K5OSkTMt87WcFLn9bPDMBHm+SeAnvhnnCAxllc5gsO+39bHXt+k89jMjkrkh18oj+UMf3aCN3p9kAXBxHfZZn4WCky4wQx9EzPIUBWxfazUMcqDqwysUkq5RZVUMZry44hYePgqhbi7Egfg3sPB7x1/07CaVb2JjGXWb2fuF justin@onyx
// ==UserScript==
// @name irccloud-colornicks
// @description Colors nick names in IRCCloud
// @version 0.8.1
// @author Alex Vidal, based on http://userscripts.org/scripts/show/88258, based on http://chatlogs.musicbrainz.org/mb_chatlogger.user.js
// @licence BSD
//
// @include http://irccloud.com/*
// @include https://irccloud.com/*
// @include http://www.irccloud.com/*
64 bytes from 10.0.0.251: icmp_seq=1613 ttl=64 time=3.424 ms
64 bytes from 10.0.0.251: icmp_seq=1614 ttl=64 time=0.982 ms
64 bytes from 10.0.0.251: icmp_seq=1615 ttl=64 time=127.022 ms
64 bytes from 10.0.0.251: icmp_seq=1616 ttl=64 time=39.693 ms
64 bytes from 10.0.0.251: icmp_seq=1617 ttl=64 time=23.539 ms
64 bytes from 10.0.0.251: icmp_seq=1618 ttl=64 time=5.605 ms
64 bytes from 10.0.0.251: icmp_seq=1619 ttl=64 time=3.333 ms
64 bytes from 10.0.0.251: icmp_seq=1620 ttl=64 time=1.084 ms
64 bytes from 10.0.0.251: icmp_seq=1621 ttl=64 time=3.633 ms
64 bytes from 10.0.0.251: icmp_seq=1622 ttl=64 time=3.756 ms
[11/04/13 18:50:57] [SSH] Opening SSH connection to some_hostname_here:22.
ERROR: Unexpected error in launching a slave. This is probably a bug in Jenkins.
class Player
def first_run(warrior)
@initialized = true
@health = 20
@direction = :forward
warrior.pivot!
end
def play_turn(warrior)
@shoot = false
### Keybase proof
I hereby claim:
* I am amdprophet on github.
* I am amdprophet (https://keybase.io/amdprophet) on keybase.
* I have a public key whose fingerprint is FED8 034D 3C68 1697 FC3C 016A 6041 C3ED 24F1 6B2E
To claim this, I am signing this object:
/*******************************************************************************
* file: oauth-pam.c
* author: Anthony Dillavou / Dillavou Web Solutions
* original author: ben servoz
* description: PAM to login to pam applications using google.
Adapted from Ben Servoz PAM module to provide 2nd factor authentication
* Ben Servoz Notes: http://ben.akrin.com/?p=1068
*******************************************************************************/
#include <stdio.h>
#include <stdlib.h>