Skip to content

Instantly share code, notes, and snippets.

View qnm's full-sized avatar

Rob qnm

  • Sydney, Australia
View GitHub Profile
Vagrant::Config.run do |config|
# All Vagrant configuration is done here. For a detailed explanation
# and listing of configuration options, please view the documentation
# online.
# Every Vagrant virtual environment requires a box to build off of.
config.vm.box = "centos-5.5"
config.vm.provisioner = :chef_solo
config.chef.cookbooks_path = ["cookbooks", "site-cookbooks"]
config.chef.roles_path = "roles"
@qnm
qnm / gist:458315
Created June 30, 2010 06:27 — forked from lankz/gist:458306
sed -i 's/[[:space:]]*$//' my_file_name
--------- Forwarded message ----------
From: Guy Incognito <withheld@gmail.com>
To: undisclosed-recipients:;
Date: Mon, 7 Feb 2011 22:36:28 +0100
Subject: Urgent
Hi,
Apologies for having to reach out to you like this, but I made a
quick trip, to London,United Kingdom and had my bag
stolen from me with my passport and credit cards in it. The embassy
is willing to help by authorizing me to fly without my passport, I
@qnm
qnm / gist:5166708
Created March 15, 2013 01:02
Webrick One Liner
ruby -rwebrick -e'WEBrick::HTTPServer.new(:Port => 3000, :DocumentRoot => Dir.pwd).start'
@qnm
qnm / gist:5259944
Last active December 15, 2015 12:28
<div id="my-table"></div>
<script type="text/javascript">
function ratecityConfig() {
// product request configuration
var config ={
vertical: 'credit-cards',
stylesheet: "//www.ratecity.com.au/assets/widget.css",
container: 'my-table',
<param value="FlashVars" name="utm_source=omg&utm_campign=homepage" />
@qnm
qnm / gist:5479610
Created April 29, 2013 03:49
Use system libv8 when using bundler, to work around fedora 19 compilation issues
bundle config build.libv8 --with-system-v8
@qnm
qnm / gist:5566280
Created May 13, 2013 05:08
Engine Routing Hack
Spork.each_run do
# This code will be run each time you run your specs.
RSpec.configure do |config|
config.before(:each, type: :controller) { @routes = RedBook::Engine.routes }
config.before(:each, type: :routing) { @routes = RedBook::Engine.routes }
end
end
@qnm
qnm / gist:6422064
Last active December 22, 2015 05:09
{
"disclaimer": "See our important disclosures",
"disclaimer_url": "http://www.ratecity.com.au/disclaimer",
"title": "Low Interest Credit Cards",
"fields": {
"best_rate_percentage": "Rate %"
},
"results": [
{
@qnm
qnm / keepassx.spec
Created October 13, 2013 04:11
keepassx-2.0-alpha
%define alpha alpha4
Name: keepassx
Version: 2.0
Release: 0.%{alpha}%{?dist}
Summary: Cross-platform password manager
Group: User Interface/Desktops
License: GPLv2+
URL: http://keepassx.sourceforge.net
Source0: https://github.com/keepassx/keepassx/archive/%{version}-%{alpha}.tar.gz