Skip to content

Instantly share code, notes, and snippets.

View quinn's full-sized avatar
🐁
huh

Quinn Shanahan quinn

🐁
huh
View GitHub Profile

Peter Gault (gault8121), 3/7/13

Product Developer, Team Coordinator

Peter is designing the Quill learning experiences and coordinating the team. With instant feedback each student can be challenged at her or his own level.

Teams

  • homepage
  • lesson_design
  • contributors_page

Skills

1.1b. Use Common, Proper, and Possessive Nouns.

Practice: Common, Proper, & Possessive Nouns

There will be a test / Test / test's on Friday.

Rewrite the sentence with the correct underlined noun.

answers

if order.save
publish(:order_completed, order_id)
end
class IssueEarnings
subscribe :order_completed
def perform payload
order_id = payload.first
...
@quinn
quinn / replace.txt
Created April 28, 2013 00:42
Old style has to new style hash
:([^\s]+)(\s+)=>
\1:\2:
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Mac Classic Dark.tmTheme",
"file_exclude_patterns":
[
"tmp/*",
".sass-cache/*",
"log/*",
".DS_Store"
@quinn
quinn / todo.sh
Last active December 14, 2015 00:39
todos.
cat - << EOF | sendmail -t
to:[email protected]
subject: $@ (eom)
EOF
@quinn
quinn / output
Created October 3, 2012 02:38
sass-rails test output
Run options: --seed 42623
# Running tests:
....EFF...FF.EE.
Finished tests in 171.955748s, 0.0930 tests/s, 0.1919 assertions/s.
1) Error:
test_0003_css_compressor config item is honored(SassRailsTest):
@quinn
quinn / huh.regex
Created September 3, 2012 18:18
:(
[^a-z^=^\s^<^"^A-Z^0-9^\-^|^\{^\}^\(^\)^\(^\)^\[^/^,^\.^'^>^:^;^_^+^!^\]^?^\-^&^\\^#]
@quinn
quinn / config-aws.yml
Created September 2, 2012 23:53
Automatic upload of tumblr theme
development:
access_key_id: 'key goes here'
secret_access_key: 'secret goes here'
production:
access_key_id: 'key goes here'
secret_access_key: 'secret goes here'
@quinn
quinn / git-completion.bash
Created November 9, 2011 15:35
Where is this actually?
#!bash
#
# bash completion support for core Git.
#
# Copyright (C) 2006,2007 Shawn O. Pearce <[email protected]>
# Conceptually based on gitcompletion (http://gitweb.hawaga.org.uk/).
# Distributed under the GNU General Public License, version 2.0.
#
# The contained completion routines provide support for completing:
#