Skip to content

Instantly share code, notes, and snippets.

View nicholasf's full-sized avatar

Nicholas Faiz nicholasf

View GitHub Profile
@nicholasf
nicholasf / postgresql.rb
Created September 8, 2012 01:30 — forked from croaker/postgresql.rb
Homebrew - PostgreSQL 9.2 Beta Formula
require 'formula'
class Postgresql < Formula
homepage 'http://www.postgresql.org/'
url 'http://ftp.postgresql.org/pub/source/v9.2rc1/postgresql-9.2rc1.tar.bz2'
# md5 '7bb0b7a3a6c32a9ae153d4132fe47d01'
depends_on 'readline'
depends_on 'libxml2' if MacOS.leopard? # Leopard libxml is too old
depends_on 'ossp-uuid'
@nicholasf
nicholasf / Readme.markdown
Created August 4, 2012 03:56 — forked from ivanvanderbyl/Readme.markdown
CrashLog payload structure

CrashLog notification API

CrashLog accepts notifications over HTTP/S to stdin.crashlog.io along with an api_key and payload

API Key

The API key is a 32 character secure random string found on the project configuration page within your CrashLog account.

It should be sent along with the payload as a standard HTTP param with the key auth_token