Skip to content

Instantly share code, notes, and snippets.

View addamh's full-sized avatar

Addam Hardy addamh

View GitHub Profile
body.yui-skin-sam,
.yui-skin-sam table,
.yui-skin-sam form,
.yui-skin-sam input,
.yui-skin-sam td,
.yui-skin-sam th,
.yui-skin-sam p,
.yui-skin-sam textarea,
.yui-skin-sam select {
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
@addamh
addamh / doony.js
Created December 2, 2014 15:20
doony-js
/*
* ProgressCircle.js
* http://qiao.github.io/ProgressCircle.js/
*
* © 2011-2013 Xueqiao Xu <[email protected]>
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights to
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
#!/bin/bash
#
# Create timelapse movies from images in the output/screen and output/isight folders
#
SOURCES=( screen isight )
# IMGSRC=isight
for src in "${SOURCES[@]}"
do
@addamh
addamh / gist:34e759d847f4d2d0d39d
Created October 6, 2014 17:38
a couple ember-cli build runs
addam@retinar:~/dev/datarank/hydra(master)% nf start
[OKAY] Loaded ENV .env File as KEY=VALUE Format
[OKAY] Trimming display Output to 142 Columns
12:31:33 ember.1 | version: 0.1.0
12:31:36 ember.1 | Livereload server on port 35729
12:31:36 ember.1 | Serving on http://0.0.0.0:4200
12:31:51 ember.1 | Build successful - 15001ms. ## Initial build
12:31:51 ember.1 | Slowest Trees | Total
12:31:51 ember.1 | -------------------------------+----------------
12:31:51 ember.1 | ES3SafeFilter | 7132ms
VAGRANTFILE_VERSION = "2"
Vagrant.configure(VAGRANTFILE_VERSION) do |config|
# Use [berkshelf](http://berkshelf.com/)
config.berkshelf.enabled = true
# Node settings
node_count = 2
node_ram = 2048
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[]{deedy-resume}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% LAST UPDATED DATE
%
---
- name: Deploy new site release
user: deployer
hosts: all
tasks:
- name: Fetch repo updates
git: >
[email protected]:my/repo.git
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@addamh
addamh / Berksfile
Last active August 29, 2015 13:59
Multiple Node Cloudera Hadoop Cluster
source 'https://api.berkshelf.com'
cookbook 'build-essential', '~> 1.4.4'
cookbook 'java'
cookbook 'percona'