Skip to content

Instantly share code, notes, and snippets.

View Jabbslad's full-sized avatar

Jamie Atkinson Jabbslad

  • London, UK
  • 23:49 (UTC +01:00)
View GitHub Profile
@Jabbslad
Jabbslad / dabblet.css
Created February 10, 2012 12:21
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
a {
background-image: url(https://my.sazneo.com/static/images/blueButton52.png);background-origin: padding-box;background-repeat: repeat-x;border-bottom-color: #D0E4F5;border-bottom-style: solid;border-bottom-width: 1px;border-left-color: #D0E4F5;border-left-width: 0px;border-right-color: #D0E4F5;border-right-width: 0px;border-top-color: #00487A;border-top-right-radius: 5px;border-top-style: solid;border-top-width: 1px;color: white;cursor: pointer;display: list-item;font-family: 'myriad pro', helvetica, arial, sans-serif;font-size: 12px;font-style: normal;font-variant: normal;font-weight: normal;height: 52px;line-height: 52px;list-style-image: none;list-style-position: outside;list-style-type: none;margin-bottom: 0px;margin-left: 0px;margin-right: 0px;margin-top: 0px;max-height: 52px;max-width: 78px;min-height: 52px;min-width: 78px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;position: absolute;text-align: center;text-
@Jabbslad
Jabbslad / essential_osx_apps.md
Created February 8, 2012 18:58
Essential OS X Apps
@Jabbslad
Jabbslad / xbox.js
Created January 21, 2012 19:55
Xbox Live Scraper For PhantomJS
/*
Copyright (c) 2012 Jabbslad
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
require 'rubygems'
require 'mechanize'
class Session
FRIENDS_URL = "http://live.xbox.com/en-US/profile/Friends.aspx"
attr_reader :agent
def initialize