Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View tomdev's full-sized avatar
🍕
%x00

Tom de Vries tomdev

🍕
%x00
  • HackerOne
  • Groningen
View GitHub Profile
@tomdev
tomdev / gist:ef0bf50ec778c17f03d4a2ef9d50305b
Created March 1, 2018 17:04
Postgresql 9.5.12 formulae
class PostgresqlAT95 < Formula
desc "Object-relational database system"
homepage "https://www.postgresql.org/"
url "https://ftp.postgresql.org/pub/source/v9.5.12/postgresql-9.5.12.tar.bz2"
sha256 "02e86f5c66467731bbec18fde96e0daf38c13c9141d8e7d41be663ab6fa6f698"
bottle do
sha256 "56aecc8c7c03ca91538ae998f20798e0eb88cfa51574a60c654dba30790b72fa" => :high_sierra
sha256 "c67f2234591bc983804ed8e53a4809788027a9df8a0fda4d5310430f89789908" => :sierra
sha256 "809fe993972c7ad7a0feb360265bd4bb6acb082e7719f3598a62553b7ddec106" => :el_capitan
Melvin has a cool avatar on Factlink.com
@tomdev
tomdev / gist:2413341
Created April 18, 2012 12:41
Sublime: Reveal file in project sidebar shortcut. Add to "Key Bindings - User"
{ "keys": ["super+shift+r"], "command": "reveal_in_side_bar" }
@tomdev
tomdev / nginx
Created February 21, 2012 16:12
Debian Squeeze Nginx init.d script - including status)
#! /bin/sh
### BEGIN INIT INFO
# Provides: nginx
# Required-Start: $all
# Required-Stop: $all
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: starts the nginx web server
# Description: starts nginx using start-stop-daemon