View devices.conf
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
Section "Device" | |
Identifier "Device0" | |
Driver "nvidia" | |
VendorName "NVIDIA Corporation" | |
BoardName "GeForce GTX Titan" | |
BusID "PCI:1:0:0" | |
Option "SLI" "Auto" | |
Option "MultiGPU" "0" | |
EndSection |
View falcon_fits.txt
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
[Falcon, Friendly Falcon] | |
Signal Distortion Amplifier II | |
Signal Distortion Amplifier II | |
Damage Control II | |
Large Shield Extender II | |
Experimental 10MN Microwarpdrive I | |
Dread Guristas ECM Multispectral Jammer | |
BZ-5 Neutralizing Spatial Destabilizer ECM | |
Enfeebling Phase Inversion ECM I |
View booster_tengu_fits.txt
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
[Tengu, 4-link skirmish 100mn 4s align em-703] | |
Caldari Navy Co-Processor | |
'Dyad' Co-Processor I | |
Gravimetric Backup Array II | |
Nanofiber Internal Structure II | |
Conjunctive Gravimetric ECCM Scanning Array I | |
Command Processor I | |
Experimental 100MN Afterburner I | |
Command Processor I |
View gist:1356542
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
本拠> ber test | |
Cannot find or read /Users/wilson/code/rubygems.org/config/newrelic.yml | |
Cannot find or read /Users/wilson/code/rubygems.org/config/newrelic.yml | |
Run options: | |
# Running tests: | |
.............................................................................................................................................................................................................................................................................................................................................. | |
Finished tests in 11.060407s, 30.1978 tests/s, 60.3052 assertions/s. |
View graceful_worker_shutdown.rb
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
worker_thread = Thread.new do | |
start_working_forever unless worker_thread[:stop] | |
end | |
default = trap(:INT) do | |
timeout = 30 | |
slayer = Thread.new do | |
sleep timeout | |
worker_thread.terminate if worker_thread.alive? | |
end |
View config
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
# in $HOME/.irssi/startup, put: load xmpp on a line by itself | |
settings = { | |
"fe-common/xmpp" = { | |
xmpp_status_window = "yes"; | |
xmpp_send_composing = "no"; | |
}; | |
"xmpp/core" = { xmpp_set_nick_as_username = "yes"; }; | |
}; | |
servers = { |
View .pentadactylrc
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
" always show command and status line, messages shown separately | |
set guioptions=sCcM | |
" Disable the 'waiting for completions' display: | |
silent :hi CompMsg[key=waiting] display: none; | |
" no beeps! | |
set visualbell | |
" and kill off the visualbell | |
silent :js dactyl.beep = function () {}; | |
set nomore |
View gist:701235
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
(in /Users/wilson/code/rubygems) | |
/Users/wilson/.rvm/rubies/ruby-1.9.2-p0/bin/ruby -w -Ilib:bin:test:. -e 'require "rubygems"; require "minitest/autorun"; require "test/test_config.rb"; require "test/test_gem.rb"; require "test/test_gem_builder.rb"; require "test/test_gem_command.rb"; require "test/test_gem_command_manager.rb"; require "test/test_gem_commands_build_command.rb"; require "test/test_gem_commands_cert_command.rb"; require "test/test_gem_commands_check_command.rb"; require "test/test_gem_commands_contents_command.rb"; require "test/test_gem_commands_dependency_command.rb"; require "test/test_gem_commands_environment_command.rb"; require "test/test_gem_commands_fetch_command.rb"; require "test/test_gem_commands_generate_index_command.rb"; require "test/test_gem_commands_install_command.rb"; require "test/test_gem_commands_list_command.rb"; require "test/test_gem_commands_lock_command.rb"; require "test/test_gem_commands_mirror_command.rb"; require "test/test_gem_commands_outdated_command.rb"; requir |
View .vimperatorrc
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
" This gets added to your vimperatorrc; makes ':yt' trigger youtube-dl | |
" You can also bind it directly to a keystroke. | |
" Requires youtube-dl: https://github.com/rg3/youtube-dl | |
" On a Mac with Homebrew installed, you can 'brew install youtube-dl' | |
comm! yt 'exe "!" + eval("plugins.youtubeDownload.youtubeDownload()")' |
View update_bundles
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 | |
require 'fileutils' | |
require 'open-uri' | |
bundle_data = { | |
:"vim-ruby" => %w[vim-ruby], | |
:"vim-scripts" => %w[AutoTag jQuery Gist.vim IndexedSearch spacehi.vim xterm16.vim netrw.vim], | |
:godlygeek => %w[tabular], | |
:scrooloose => %w[nerdtree], |
NewerOlder