Skip to content

Instantly share code, notes, and snippets.

View rick's full-sized avatar
🎧
Quietly doing

Rick Bradley rick

🎧
Quietly doing
View GitHub Profile
Guildhouse System Edited by spgm Member of Trinitycore for 3.3.3 Rev 8670
diff --git a/sql/CMakeLists.txt b/sql/CMakeLists.txt
--- a/sql/CMakeLists.txt
+++ b/sql/CMakeLists.txt
@@ -1,3 +1,4 @@
+add_subdirectory(GuildHouse)
add_subdirectory(updates)
add_subdirectory(scripts)
add_subdirectory(base)
We couldn’t find that file to show.
We couldn’t find that file to show.
We couldn’t find that file to show.
@rick
rick / sql.rb
Created July 3, 2014 16:16 — forked from zerowidth/sql.md
# GitHub::SQL - a helping hand for SQL in a rails app.
#
# Built for MySQL, adaptations and updates welcome.
#
# Authors/maintainers: @jbarnette, @zerowidth, et. al.
#
# The MIT License (MIT)
#
# Copyright (c) 2014 GitHub, Inc.
#
@rick
rick / README.md
Created September 25, 2014 16:50
Managing my boxen personal manifest out of my own personal dotfiles repository (instead of in some shared repo where I have to issue PRs to everyone in the company)

I wanted to move from using a shared copy of my boxen personal manifest to using files managed out of my dotfiles repo. Instead of cutting a pull request every time I want to add a homebrew package to my laptop, I'm managing this like I manage the rest of my dotfiles -- just commit and go.

To do it, I am using a symlink:

% ln -s /Users/rick/.boxen-manifests /opt/boxen/repo/modules/people/manifests/rick

(It's also possible to just commit that symlink directly into the the org's boxen git repo at modules/people/manifests/rick.)

Keybase proof

I hereby claim:

  • I am rick on github.
  • I am rickbradley (https://keybase.io/rickbradley) on keybase.
  • I have a public key whose fingerprint is 2FC5 3B15 9F78 284D 5127 6735 1855 81A2 1529 F03C

To claim this, I am signing this object:

@rick
rick / rick.bradley@puppet.labs.com.gpg.pub
Created March 6, 2015 21:01
rick.bradley@puppetlabs.com PGP public key
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
Comment: GPGTools - https://gpgtools.org
mQINBFT030YBEADH1fAs3QwCFfN8mfEN+n8v/2nVuBz4aAj277AmNlNVPFw/GKO/
h1pSw/Wyl2bIF1VPoYdl1gQORyKnL0SvqiwlhmQZY9JC84BrwksLOgUkZdKmDcTG
FlJpAOyO4y8JFo8w3QjA7EA542xtXX3N6ljMJKL/FZfMwl9S8rJGgROWyUO6MX3s
UR7b2YTyfjdj6flL/tTQNwnpw7Mi6x/yVSdJKseo2H3nfQXb1YT3+Z48U1orK6y7
MGb0RkM+xAPruuNL/U2YjTDwTfbC7FOAWK8nBMwqKexMt5Lrx/gt5Kc+udKMQLvh
aYWQenVqHdUIZzhtaVXY3utvp8me5YixwFit4IrRXEZ6MLaxgerPuS8MmDyop6t9
@rick
rick / read-this-to-github-md-checklist-item.bookmarklet
Created April 2, 2015 19:48
bookmarklet to create a github-markdown style (checked) checklist item for a link to the current page (pops up in a dialog to make cmd-c clipboard copying trivial)
javascript:(function(){window.prompt("Copy to clipboard: Ctrl+C, Enter", " - [x] [" + document.title + "](" + window.location.href + ")");})();