Skip to content

Instantly share code, notes, and snippets.

View qnm's full-sized avatar

Rob qnm

  • Sydney, Australia
View GitHub Profile
@qnm
qnm / boxstarter.ps1
Last active December 29, 2017 06:20 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: Jess Frazelle <jess@linux.com>
# Last Updated: 2017-09-11
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#
# Run this boxstarter by calling the following from an **elevated** command-prompt:
@qnm
qnm / index.html
Last active August 29, 2015 14:14 — forked from benjchristensen/index.html
<html>
<head>
<title>Mock</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.3/d3.min.js"></script>
<script src="http://labratrevenge.com/d3-tip/javascripts/d3.tip.v0.6.3.js"></script>
<style>
/* tell the SVG path to be a thin blue line without any area fill */
path {
stroke-width: 1;
fill: none;
default: &default
hostname: 54.79.33.54
username: blackout
password: <%= ENV['BUNNY_PASSWORD'] %>
queue: test-firehose-dummy
development:
<<: *default
queue: prod-firehose
@qnm
qnm / gist:458315
Created June 30, 2010 06:27 — forked from lankz/gist:458306
sed -i 's/[[:space:]]*$//' my_file_name