I hereby claim:
- I am mcoms on github.
- I am mcoms (https://keybase.io/mcoms) on keybase.
- I have a public key whose fingerprint is 7A08 89B7 BD6A 2DF7 4716 2FBD 8F2D 8965 5AF4 E06A
To claim this, I am signing this object:
| require 'nokogiri' | |
| require 'open-uri' | |
| doc = Nokogiri::HTML.parse open('http://www.itjobswatch.co.uk/contracts/london/ruby.do') | |
| # Inside London... | |
| cells = doc.css('table.summary>tr').find {|tr| tr.css('>td').text =~ /Average daily rate/ }.css 'td' | |
| daily_rates = { three_months: cells[1].text, last_year: cells[2].text, two_years_ago: cells[3].text } | |
| # => {:three_months=>"£425", :last_year=>"£400", :two_years_ago=>"£375"} |
| # Wemux demonstration container | |
| # ============================= | |
| # docker build -t wemux . | |
| # docker run -t -i -d -p 2255:22 wemux | |
| # | |
| # ssh -p 2255 root@<host> | |
| # root : screencast | |
| # ssh -p 2255 user@<host> | |
| # user : password | |
| # |
| #!ipxe | |
| dhcp | |
| echo Starting Ubuntu 12.04 i386, non-pae installer for ${hostname} | |
| set base-url http://archive.ubuntu.com/ubuntu/dists/precise-updates/main/installer-i386/current/images/netboot/non-pae/ubuntu-installer/i386 | |
| kernel ${base-url}/linux | |
| initrd ${base-url}/initrd.gz | |
| boot || | |
| # If everything failed, give the user some options | |
| echo Boot from ${base-url} failed | |
| prompt --key 0x197e --timeout 2000 Press F12 to investigate || exit |
| source 'https://rubygems.org' | |
| gem 'midilib', '~> 2.0.4' |
| def bitstream_to_text(bitstream) | |
| bitstream.join.gsub('111', '-').gsub('1', '.').gsub('0',' ') | |
| end |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| eval $(dbus-launch --auto-syntax) | |
| /opt/sonic-pi/app/server/bin/sonic-pi-server.rb |
| source 'https://rubygems.org' | |
| gem 'wiringpi' |
| FROM debian:latest | |
| RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -yq wget locales | |
| RUN dpkg-reconfigure locales && \ | |
| locale-gen C.UTF-8 && \ | |
| /usr/sbin/update-locale LANG=C.UTF-8 | |
| RUN echo 'en_GB.UTF-8 UTF-8' >> /etc/locale.gen && \ | |
| locale-gen | |
| ENV LC_ALL C.UTF-8 |
This is a list of random junk which I'm looking for, for various projects. In the spirit of http://uk.freecycle.org/, I like to recycle things where I can. I also have a box of odds and ends, so if you're looking for something electrical or mechanical, let me know as I might have it :)