Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am sprice on github.
  • I am sprice (https://keybase.io/sprice) on keybase.
  • I have a public key whose fingerprint is DEBE 0A76 BCE9 F1ED D6A7 6CA7 94E5 3274 3070 BEF1

To claim this, I am signing this object:

-----BEGIN PGP MESSAGE-----
Version: Keybase OpenPGP v0.1.1
Comment: https://keybase.io/crypto
wcFMA2jKYv224zyvAQ/9GB+DuVNpMJR4Zj/m5qnLJFShQh6pgx/NP0sTxEztXzyx
8wIooWnprPw6lE2nmb1K8fy9qfQjSSN/ymXb4EF29hKaIa9wUyerW+sPxsouhSQI
oghDhmZrQQnY8K5Si7WLHH6RjrDmwUlernUaV6eUfI+GihM1hH5vk073pOU0B0uI
zyow0Jz4axCplIS8X39DVtThB6pRyrBAU7clrGb2BU1cDREtEqHWMPOOMltpZHwD
9+IHQ20iHav04nR3BfLVHftO+lPiNmMkVtNsv1MC8wx8bQmsRqnaNv9XdOc9za6B
3zy+8/1XIcDj5WEyIi1cH+nKzAw1aBkGq+VlX6PjsXdR4Tk9Cloi915l1GyoPD0L
@sprice
sprice / dan_dan_noodles.md
Last active August 29, 2015 14:22
Helen's dan dan noodle recipe

Dan Dan noodles

  • 4 wrapped packages of soba noodles. There are usually 3 in a big package
  • 1/2 cucumber
  • 1 red pepper
  • 3 medium carrots
  • 2/3 cup chopped cilantro
  • 2/3 cup chopped thai basil

For sauce

Keybase proof

I hereby claim:

  • I am sprice on github.
  • I am sprice (https://keybase.io/sprice) on keybase.
  • I have a public key whose fingerprint is 37BE 97A5 2A12 1E12 E7A7 E20E CB7A 7452 6466 FC04

To claim this, I am signing this object:

<?php
/**
* @file
* Test case for Drupal tests using a given install profile.
*
* Based on work that is copyright 2008-2009 by Jimmy Berry ("boombatower", http://drupal.org/user/214218)
*/
class ProvisionWebTestCase extends DrupalWebTestCase {
protected function getProfileName() {
<?php
/**
* This file goes in ~/.drush/
* Rename to GROUPNAME.aliases.drushrc.php
*
* Examples (run from any path on your local environment):
*
* drush @example.dev status
* drush sql-sync @example.stage @example.dev
*
#!/bin/bash
# Sync a Drupal database and contents of files directory between two
# development environments.
#
# Execute this script on the destination (DEST) server.
# A MEMBERNAME.aliases.drushrc.php file is required on the SOURCE server.
# See http://gist.github.com/421721 and remove example.local alias
core = 6.x
projects[] = drupal
; Profile
projects[simple][type] = "profile"
projects[simple][download][type] = "git"
projects[simple][download][url] = "git://github.com/sprice/simple.git"
; Features
projects[simple_context][subdir] = "features"
core = 6.x
projects[drupal][version] = 6.17
; Contrib
projects[admin][subdir] = "contrib"
projects[admin][version] = "2.0-beta4"
projects[rules][subdir] = "contrib"
projects[rules][version] = "1.2"
core = "6.x"
projects[openatrium][type] = "profile"
projects[openatrium][download][type] = "cvs"
projects[openatrium][download][date] = 2010-06-26
projects[openatrium][download][root] = ":pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal-contrib"
projects[openatrium][download][module] = "contributions/profiles/openatrium"