Skip to content

Instantly share code, notes, and snippets.

@timtyrrell
timtyrrell / need_qa
Created October 22, 2013 17:58
Hiring QA
1 Senior QA Engineer (and 2 "not as senior" QA Engineers)
WellMatch (a Healthagen Business)
http://www.healthagen.com/cost-transparency
Summary
Healthagen is focusing on fundamental change in healthcare and empowering people to live healthier lives. At WellMatch (a Healthagen business), we are developing new ways to solve for challenges in healthcare and deliver convenience to consumers.
Ready to take part in the Healthcare Revolution? Ready to take your existing engineering, QA, automated test skills, and software engineering methods to another level? Ready to tell your friends that you are far from bored and working with the latest/greatest responsive web, native, and cloud technologies and building apps that actually add value to people¬タルs lives? You'll be deeply engaged in our product¬タルs full agile lifecycle, driving test automation into existing as well as new feature development, ensuring quality across all code, and part of road-mapping future initiatives. We need a seasoned QA engineer tha
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG/MacGPG2 v2.0.20 (Darwin)
Comment: GPGTools - https://gpgtools.org
mQENBFJZokcBCADCVF5REam+pzzQX7lEeasdojJfHb8IocI6aNGk4+lheLvhpRhg
PQk9rshiirJjcOl3rLdE2VFc4JrTXFV2s7dblKI/vk10/PtTOAxNAAq4mrhQTq4K
NU1T9X63SeWvg9Cen0tB14E1JWcYEb/YCok76naiOINjbdmPf/BUTpZYIVx4GzvO
SON3VG+TWMCTeBozbf+gdyu0sYaMiu7Bp/c0/rrTpSKUJznqE6/4j2MM1w2s8HGV
v3WerF7qj82X4BZHTdxGvX+lyidk07Te+qohlCb8tgci4s4Z6sbsLdH8kqwc8jO6
xnauv62fAbr4aF1nTq0kueYx3yPdtMzrWh2HABEBAAG0HFRpbSBUeXJyZWxsIDx0
@timtyrrell
timtyrrell / gist:6198249
Created August 9, 2013 23:46
Step it up a notch
map <leader>tb :CtrlPBuffer<cr>
map <leader>tv :CtrlP app/views<cr>
map <leader>tc :CtrlP app/controllers<cr>
map <leader>tm :CtrlP app/models<cr>
map <leader>th :CtrlP app/helpers<cr>
map <leader>td :CtrlP app/decorators<cr>
map <leader>tl :CtrlP lib<cr>
map <leader>tj :CtrlP app/assets/javascripts<cr>
map <leader>ts :CtrlP spec<cr>
map <leader>tf :CtrlP config<cr>
@timtyrrell
timtyrrell / muffin
Last active December 16, 2015 18:20
Microwave Flaxseed muffin
1/4 cup Ground Flax seed
1 tsp coconut oil (or apple sauce)
1 tsp baking powder
1 tsp cinnamon
1 tsp cocoa
1 packet truvia
1 egg
mix in coffee cup
microwave for 65 seconds
@timtyrrell
timtyrrell / gist:5452893
Created April 24, 2013 15:13
Tried to plug therubyrhino into handbars.rb
± rake
/Users/ttyrrell/.rvm/rubies/jruby-1.7.3/bin/jruby -S rspec ./spec/handlebars_spec.rb../Users/ttyrrell/.rvm/gems/jruby-1.7.3@handlbarsrb/gems/rspec-core-2.13.1/lib/rspec/core/example.rb:275 warning: singleton on non-persistent Java type Java::OrgMozillaJavascript::EcmaError (http://wiki.j
ruby.org/Persistence)F.F..F...
Failures:
1) Handlebars::Context a simple template can use any Ruby object as a context
Failure/Error: Unable to find matching line from backtrace Java::OrgMozillaJavascript::EcmaError:
TypeError: Cannot find default value for object. (/Users/ttyrrell/code/handlebars.rb/vendor/handlebars/lib/handlebars/compiler/compiler.js#550(Function)#8)
# org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3687) # org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3665)
# org.mozilla.javascript.ScriptRuntime.typeError(ScriptRuntime.java:3693) # org.mozilla.javascript.ScriptRuntime.typeError1(ScriptRuntime.java:3705)
# org.m
@timtyrrell
timtyrrell / max-min
Last active December 15, 2015 14:18
Max and min tmux panes
unbind +
bind + new-window -d -n tmux-zoom \; swap-pane -s tmux-zoom.1 \; select-window -t tmux-zoom
unbind -
bind - last-window \; swap-pane -s tmux-zoom.1 \; kill-window -t tmux-zoom
@timtyrrell
timtyrrell / vim.rb
Last active December 14, 2015 05:59
vim formula modified
require 'formula'
class Vim < Formula
homepage 'http://www.vim.org/'
# Get stable versions from hg repo instead of downloading an increasing
# number of separate patches.
url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-834'
version '7.3.834'
head 'https://vim.googlecode.com/hg/'
@timtyrrell
timtyrrell / cobol response
Created February 13, 2013 16:47
I sent my mom, a currently employed COBOL programmer, the link about how "COBOL will outlive us all" (http://www.itworld.com/career/341879/cobol-will-outlive-us-all), this is her response:
Hi Tim,
Interesting article. Except for some web interfaces written in java our railroad runs on COBOL. It is a versatile powerful language that I was taught using instructional tapes at the Rock Island Railroad on my summer job (in 1970) before senior year at Knox. We called the lady in the tapes "Connie Cobol" which got me out of Fortran programming which had limited applications. I also viewed the tapes of "Annie ALC" to learn the IBM 360/370 Assembler Language. Since I knew assembler for the IBM 1130 I could handle the progression to the more powerful machines. I was sent to school at IBM in Chicago for several courses for my promotion. I was put in the elite group of three at the Rock that coded in Assembler for the brand new electronic data interchange that was being started. Our transmissions originally came via the teletype machines. I tested my EDI programs by punching the paper tapes and running them thru the teletypes. Our carriage returns and line feeds had to separate the data for it
@timtyrrell
timtyrrell / .vimrc
Last active December 11, 2015 17:48
My vim tab navigation
" vim tab navigation
nnoremap th :tabfirst<CR>
nnoremap tj :tabnext<CR>
nnoremap tk :tabprev<CR>
nnoremap tl :tablast<CR>
nnoremap td :tabclose<CR>
nnoremap tn :tabnew<CR>
@timtyrrell
timtyrrell / .vimrc
Created August 28, 2012 14:35
command-t
" Command-T configuration
let g:CommandTMaxHeight=20
let g:CommandTMatchWindowAtTop = 1
map <leader>tv :CommandTFlush<cr>\|:CommandT app/views<cr>
map <leader>tc :CommandTFlush<cr>\|:CommandT app/controllers<cr>
map <leader>tm :CommandTFlush<cr>\|:CommandT app/models<cr>
map <leader>th :CommandTFlush<cr>\|:CommandT app/helpers<cr>
map <leader>tl :CommandTFlush<cr>\|:CommandT lib<cr>
map <leader>tp :CommandTFlush<cr>\|:CommandT public<cr>
map <leader>ts :CommandTFlush<cr>\|:CommandT spec<cr>