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.
- homepage
- lesson_design
- contributors_page
if order.save | |
publish(:order_completed, order_id) | |
end | |
class IssueEarnings | |
subscribe :order_completed | |
def perform payload | |
order_id = payload.first | |
... |
:([^\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" |
cat - << EOF | sendmail -t | |
to:[email protected] | |
subject: $@ (eom) | |
EOF |
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): |
[^a-z^=^\s^<^"^A-Z^0-9^\-^|^\{^\}^\(^\)^\(^\)^\[^/^,^\.^'^>^:^;^_^+^!^\]^?^\-^&^\\^#] |
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' |
#!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: | |
# |