Skip to content

Instantly share code, notes, and snippets.

View jakehasler's full-sized avatar

Jake Hasler jakehasler

View GitHub Profile
@jakehasler
jakehasler / postgres-cheatsheet.md
Created August 30, 2016 22:32 — forked from Kartones/postgres-cheatsheet.md
PostgreSQL command line cheatsheet

PSQL

Magic words:

psql -U postgres

If run with -E flag, it will describe the underlaying queries of the \ commands (cool for learning!).

Most \d commands support additional param of __schema__.name__ and accept wildcards like *.*

@jakehasler
jakehasler / README-Template.md
Created June 2, 2016 22:40 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisities

@jakehasler
jakehasler / 0_reuse_code.js
Created October 27, 2015 21:17
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console