I hereby claim:
- I am gruis on github.
- I am simulacre (https://keybase.io/simulacre) on keybase.
- I have a public key ASA1-P7TD9C7M4fYQJnlIgfRVA2DGe1Ri4tXfnVdfG8U3go
To claim this, I am signing this object:
| #!/usr/bin/env ruby -wW1 | |
| require 'eventmachine' | |
| module EventMachine | |
| # @see http://eventmachine.rubyforge.org/EventMachine.html#M000491 | |
| def self.popen3(cmd, handler=nil, *args) | |
| klass = klass_from_handler(Connection, handler, *args) | |
| w = Shellwords::shellwords(cmd) | |
| w.unshift(w.first) if w.first |
| set guifont=Inconsolata:h10.5 | |
| colors ir_black | |
| " cspoc binary files are Ruby | |
| au BufRead,BufNewFile cspoc-* set ft=ruby | |
| " map CMD-SHFT-M to :TList | |
| map <D-M> :Tlist<CR> | |
| " have Taglist gain focus when you open it | |
| let Tlist_GainFocus_On_ToggleOpen = 1 |
| #!/usr/bin/env ruby -wW1 | |
| require File.expand_path("../nb-keyboard", __FILE__) | |
| EM.run { | |
| spinner = EventMachine::PeriodicTimer.new(0.5) do | |
| $stderr.print "." | |
| end | |
| Fiber.new { | |
| EM.open_keyboard(NbKeyboard) do |kb| |
| escaped = CGI.unescape(query) | |
| return escaped if escaped.valid_encoding? | |
| %w[EUC-JP Shift_JIS].each do |encoding| | |
| s = escaped.force_encoding(encoding) | |
| return s.encode("UTF-8") if s.valid_encoding? | |
| end | |
| escaped |
| unbind C-b | |
| set -g prefix C-a | |
| setw -g utf8 on | |
| set-option -g utf8 on | |
| set-option -g status-utf8 on | |
| set -g default-terminal "screen-256color" | |
| set-option -g visual-activity on |
| source :rubygems | |
| gem "svn2git", "~>2.2" |
| require 'rubygems' | |
| require 'eventmachine' | |
| children = [] | |
| Signal.trap('SIGINT') do | |
| EventMachine.next_tick { EventMachine.stop_event_loop } | |
| end | |
| Signal.trap('EXIT') do |
| require 'rubygems' | |
| require 'eventmachine' | |
| children = [] | |
| Signal.trap('SIGINT') do | |
| EventMachine.next_tick { EventMachine.stop_event_loop } | |
| end | |
| Signal.trap('EXIT') do |
| ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEArqNqtISknd/SnyNFppo+9x484VFZRTJoEpLMWcyPk9+bvRiiLkkZs3SUxjRrweBFvJUzRHqI9/KzPsvUXDzU1ngFU4V8M1yfQPt+kmouF8ZniSyB/lQUu8UZT9K4O3Eh123wj8kMS+KiBe3BV1YDBtQ8kjWnS8jMmyhY2S+msq64mK1cPFN60hNGfl5rFOHc9Uj+f/tFcBGO/UdguTLxlQ3w+RCXy2CQsSBOlaOmSrZAsLaCrIH2bZbBDeXxPvPyAKeufd8aM6n0wbLg3e83AsFSm+IOYaMgMJ89weLp78WngXb+5X3Jt/1y9HB1KbLH3rQz6yzr8DgoHduv3GfOow== [email protected] |
I hereby claim:
To claim this, I am signing this object: