Skip to content

Instantly share code, notes, and snippets.

View shrop's full-sized avatar
👋

Mark Shropshire shrop

👋
View GitHub Profile
<!--
The examples below illustrate different ways to make a reactive and nonreactive join between two collections.
We will retrieve in all of them a list of the 10 most popular posts along with their author profile.
More informations are available on: http://journal.gentlenode.com/
Summary:
1. Nonreactive Join #1: Denormalization.
2. Reactive Join #1: Joining on the client. (by calling a publication)
3. Reactive Join #2: Overpublishing. (and joining with data context)
#!/bin/zsh
rm -rf "$HOME/Library/Preferences/WebIde70"
rm -rf "$HOME/Library/Caches/WebIde70"
rm -rf "$HOME/Library/Application Support/WebIde70"
rm -rf "$HOME/Library/Logs/WebIde70"
@shrop
shrop / .gitignore
Last active December 17, 2015 23:49 — forked from adamgit/.gitignore
#########################
# .gitignore file for Xcode4 / OS X Source projects
#
# Version 2.0
# For latest version, see: http://stackoverflow.com/questions/49478/git-ignore-file-for-xcode-projects
#
# 2013 updates:
# - fixed the broken "save personal Schemes"
#
# NB: if you are storing "built" products, this WILL NOT WORK,
@shrop
shrop / order.txt
Created June 12, 2012 15:10 — forked from bigfleet/order.txt
Jimmy John's order
http://www.jimmyjohns.com/menu/menu.aspx
Thomas Lattimore:
Scott Dieter: #5, no tomato
Mark Shropshire: JJBLT w/lays chips
Denny Abraham: #9 with hot peppers
Kevin Mussleman:
Glenn Goodrich: #12 without tomato
Duncan Mapes: #14
Nils: #12
@shrop
shrop / .gitconfig
Created April 13, 2011 14:27 — forked from rfay/.gitconfig
# Put this in your .gitconfig
[url "http://git.drupal.org/project/"]
insteadOf = "contrib:"