Skip to content

Instantly share code, notes, and snippets.

View watersavvy's full-sized avatar

Angelique Kepshire watersavvy

View GitHub Profile
@JakubPetriska
JakubPetriska / quotes.csv
Last active April 26, 2024 16:25
Motivational quotes
Author Quote
Thomas Edison Genius is one percent inspiration and ninety-nine percent perspiration.
Yogi Berra You can observe a lot just by watching.
Abraham Lincoln A house divided against itself cannot stand.
Johann Wolfgang von Goethe Difficulties increase the nearer we get to the goal.
Byron Pulsifer Fate is in your hands and no one elses
Lao Tzu Be the chief but never the lord.
Carl Sandburg Nothing happens unless first we dream.
Aristotle Well begun is half done.
Yogi Berra Life is a learning experience, only if you learn.
@olivierlacan
olivierlacan / migrate_postgresql_database.md
Last active March 24, 2022 20:30
How to migrate a Homebrew-installed PostgreSQL database to a new major version (9.3 to 9.4) on OS X. See upgraded version of this guide: http://olivierlacan.com/posts/migrating-homebrew-postgres-to-a-new-version/

This guide assumes that you recently run brew upgrade postgresql and discovered to your dismay that you accidentally bumped from one major version to another: say 9.3.x to 9.4.x. Yes, that is a major version bump in PG land.

First let's check something.

brew info postgresql

The top of what gets printed as a result is the most important:

@raghubetina
raghubetina / starter_generators.md
Last active December 25, 2017 20:54
starter_generators Cheatsheet

starter_generators Cheatsheet

Include this in Gemfile, which is a file located in the root folder of your app:

# Gemfile

gem "starter_generators", :git => "http://github.com/raghubetina/starter_generators.git"