Skip to content

Instantly share code, notes, and snippets.

@azurewraith
azurewraith / avarice.rb
Last active January 13, 2016 16:53 — forked from mheuser/avarice.rb
homebrew avrdude formular with head
require 'formula'
class Avarice < Formula
homepage 'http://sourceforge.net/projects/avarice/'
url 'http://downloads.sourceforge.net/project/avarice/avarice/avarice-2.13/avarice-2.13.tar.bz2'
sha1 'b0bc56d587600651c0e61be676177b2eebfad3ae'
head 'http://svn.code.sf.net/p/avarice/code/trunk/avarice'
depends_on 'libusb-compat'
require 'rubygems'
require 'httpi'
require 'curb'
require 'pp'
require 'json'
################################
# kinit user@REALM
# kinit -k -t /ticket/path
################################
@azurewraith
azurewraith / database.yml
Created October 23, 2014 17:51
gitlab_ci w/ omnibus pgsql
# PRODUCTION
#
production:
adapter: postgresql
encoding: unicode
database: gitlab_ci_production
pool: 5
username: 'gitlab_ci'
password:
host:
@azurewraith
azurewraith / git push
Last active August 29, 2015 13:57
deis: tar: Conflicting compression options
[bcochran@schala test|master %]$ git push -f deis master
-----> Ruby app detected
-----> Compiling Ruby/Rack
-----> Using Ruby version: ruby-1.9.3
-----> Installing dependencies using 1.5.2
Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
Using daemons (1.1.9)
Using haml (3.1.7)
Using bundler (1.5.2)
Using tilt (1.3.3)
@azurewraith
azurewraith / Makefile
Created August 17, 2011 02:06
ARM "hello world" Makefile
#******************************************************************************
#
# Makefile - Rules for building the hello example.
#
# Copyright (c) 2006-2011 Texas Instruments Incorporated. All rights reserved.
# ...
#
#******************************************************************************
#