Skip to content

Instantly share code, notes, and snippets.

View unkillbob's full-sized avatar

James Bunt unkillbob

  • Vend
  • Auckland, New Zealand
View GitHub Profile

Keybase proof

I hereby claim:

  • I am unkillbob on github.
  • I am unkillbob (https://keybase.io/unkillbob) on keybase.
  • I have a public key whose fingerprint is 228E 2BA1 1D80 F82A D9EA A105 1329 17DD 84B6 A98C

To claim this, I am signing this object:

@unkillbob
unkillbob / yetiAndSelenium.md
Last active December 15, 2015 16:29
Yeti and selenium grid

Intro

Documenting my efforts at getting a Yeti hub running that can connect to our company's existing selenium grid server.

Investigation

On server (http://selenium-grid):

~$ yeti --browser firefox --browser ie --server --wd-url http://localhost:4444
@unkillbob
unkillbob / inner-app1.js
Created September 5, 2013 06:09
Spike on dynamically loaded nested Y.Apps using the YUI App Framework: http://yuilibrary.com/yui/docs/app/.
YUI.add('inner-app1', function (Y, NAME) {
"use strict";
var CLASS_NAMES = {
pjax: 'spike-pjax'
},
InnerApp1,
_renderLinks,
_renderContent;
@unkillbob
unkillbob / learning-js-resources.md
Last active December 26, 2015 04:09
Resources for learning JavaScript at various skill levels.