Skip to content

Instantly share code, notes, and snippets.

View wilson's full-sized avatar

Wilson Bilkovich wilson

View GitHub Profile
@wilson
wilson / devices.conf
Created August 24, 2017 02:30
Attempting 2560x1440@100Hz on FreeBSD 11.1
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
[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
[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
本拠> 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.
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
@wilson
wilson / config
Created November 21, 2010 20:51
irssi config for gtalk using irssi-xmpp plugin
# 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 = {
" 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
(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
@wilson
wilson / .vimperatorrc
Created November 15, 2010 04:33
Download the current youtube page in the background
" 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()")'
#!/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],