Skip to content

Instantly share code, notes, and snippets.

View mguindin's full-sized avatar

Matt Guindin mguindin

View GitHub Profile
@mguindin
mguindin / .vimrc
Created January 23, 2018 15:58
vimrc
set nocompatible " be iMproved, required
call plug#begin('~/.vim/plugged')
" Plugins go here
" syntax checking
Plug 'w0rp/ale'
" status bar

Keybase proof

I hereby claim:

  • I am mguindin on github.
  • I am mguindin (https://keybase.io/mguindin) on keybase.
  • I have a public key ASC-r8QMk5Ycry7-J9XTfgNds1Lk3gZ1aFKqJLbXvmDC9wo

To claim this, I am signing this object:

javascript:var a=prompt(%22SiteSpect Affinity Cookie%22,%22SSLB=1%22);if(a)%7bvar b=%22;domain=%22+location.hostname.match(/(?:\.?%5b0-9a-z\-%5d+)%7b2%7d$/i)%5b0%5d+%22;path=/;max-age=31536000;expires=%22+(new%20Date((new%20Date).valueOf()+31536E6)).toUTCString();document.cookie=a+b;window.console&&console.log(%22set%20%22+a+b)%7d;
@mguindin
mguindin / vacation_timelog
Last active December 12, 2015 06:58
Vacation time spent
The following takes place between 12AM and 11:59PM (on 02/06/2013):
12:00AM
12:00AM - 02:20AM: Civilization V with friends (screw you Gandhi, you belligerent bastard)
02:25AM - 11:00AM: Sleep (~8:35)
11:00AM - 12:00PM: Reading
# PostgreSQL Client Authentication Configuration File
# ===================================================
#
# Refer to the "Client Authentication" section in the PostgreSQL
# documentation for a complete description of this file. A short
# synopsis follows.
#
# This file controls: which hosts are allowed to connect, how clients
# are authenticated, which PostgreSQL user names they can use, which
# databases they can access. Records take one of these forms: