I hereby claim:
- I am woodruffw on github.
- I am yossarian (https://keybase.io/yossarian) on keybase.
- I have a public key whose fingerprint is 46C3 9716 A8F0 7E98 384E 28F7 85AE 00C5 0483 3B3C
To claim this, I am signing this object:
| /usr/local/Cellar/samba/4.7.5/bin/cifsdd | |
| /usr/local/Cellar/samba/4.7.5/bin/dbwrap_tool | |
| /usr/local/Cellar/samba/4.7.5/bin/eventlogadm | |
| /usr/local/Cellar/samba/4.7.5/bin/gentest | |
| /usr/local/Cellar/samba/4.7.5/bin/ldbadd | |
| /usr/local/Cellar/samba/4.7.5/bin/ldbdel | |
| /usr/local/Cellar/samba/4.7.5/bin/ldbedit | |
| /usr/local/Cellar/samba/4.7.5/bin/ldbmodify | |
| /usr/local/Cellar/samba/4.7.5/bin/ldbrename | |
| /usr/local/Cellar/samba/4.7.5/bin/ldbsearch |
| require "benchmark" | |
| # Exception thrown on an INI parse error. | |
| class ParseException < Exception | |
| getter line_number : Int32 | |
| getter column_number : Int32 | |
| def initialize(message, @line_number, @column_number) | |
| super "#{message} at #{@line_number}:#{@column_number}" | |
| end |
| pairs = gets.chomp.split.map { |p| p.split(/d/i).map(&:to_i) } | |
| pairs.each { |s, t| puts "You rolled %s" % [*1..s].sample(t).reduce(:+) } |
| size, times, _ = gets.chomp.split(/d/i).map(&:to_i) | |
| puts "You totaled %d" % [*1..size].sample(times).reduce(:+) |
| #!/usr/bin/env bash | |
| # music-backup: use rsync to back ~/music up to /media/backup/music | |
| function installed { | |
| local cmd=$(command -v "${1}") | |
| [[ -n "${cmd}" ]] && [[ -f "${cmd}" ]] | |
| return ${?} | |
| } |
| #!/usr/bin/env bash | |
| # wwwbackup: back woodruffw.us files up to tarball, rotate weekly | |
| if [[ "$(hostname)" != "athena" ]] ; then | |
| echo "Wrong host, dummy." | |
| exit 1 | |
| fi | |
| shopt -s nullglob |
| test |
| require 'cinch' | |
| $COUNT = 1 | |
| module Cinch | |
| module Plugin | |
| module ClassMethods | |
| def test_hook | |
| puts self | |
| hook :pre, :for => [:match], :method => :test_hook |
I hereby claim:
To claim this, I am signing this object:
| <!-- Creator : groff version 1.22.2 --> | |
| <!-- CreationDate: Tue Mar 31 17:15:32 2015 --> | |
| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | |
| "http://www.w3.org/TR/html4/loose.dtd"> | |
| <html> | |
| <head> | |
| <meta name="generator" content="groff -Thtml, see www.gnu.org"> | |
| <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> | |
| <meta name="Content-Style" content="text/css"> | |
| <style type="text/css"> |