This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import sys | |
import os | |
import boto | |
import pprint | |
del_flag = '' | |
if len(sys.argv) > 1: | |
del_flag = sys.argv[1] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import sys | |
import boto | |
import pprint | |
del_flag = '' | |
if len(sys.argv) > 1: | |
del_flag = sys.argv[1] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"repositories": [ | |
{ | |
"type": "package", | |
"package": { | |
"name": "pear/xml_parser", | |
"version": "1.2.6", | |
"source": { | |
"reference": "b4b5cff557ffc2a3591fd0bb62ca28c0aa2edbb8", | |
"type": "vcs", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/docs/backend_interface.md b/docs/backend_interface.md | |
index 7191f28..bbfc6f0 100644 | |
--- a/docs/backend_interface.md | |
+++ b/docs/backend_interface.md | |
@@ -5,11 +5,12 @@ Backend modules are Node.js [modules][nodemods] that listen for a | |
number of events emitted from StatsD. Each backend module should | |
export the following initialization function: | |
-* `init(startup_time, config, events)`: This method is invoked from StatsD to | |
- initialize the backend module. It accepts three parameters: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[UnexpectedValueException] | |
The checksum verification of the file failed (downloaded from https://packages.zendframework.com/composer/zendframework-zend-stdlib-955622d5b20e45c4cd2520f54cbca3b19cfec8c0-zip-1cb098.zip) | |
[Composer\Downloader\TransportException] | |
The "http://packages.zendframework.com/composer/Zend_Stdlib-2.0.2.zip" file could not be downloaded (HTTP/1.1 404 Not Found) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: php | |
php: | |
- 5.3 | |
- 5.5 | |
before_script: | |
- ./bin/install-apcu.sh | |
- phpenv config-add tests/$TRAVIS_PHP_VERSION.ini | |
- phpenv config-add tests/apc.ini |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
require 'vendor/autoload.php'; | |
class BrokenDataProviderTestCase extends \PHPUnit_Framework_TestCase | |
{ | |
public function brokenDataProvider() | |
{ | |
return array( | |
array(array('foo' => 'bar'), 'bar'), | |
); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# put this into ~/.vagrant.d/Vagrantfile | |
Vagrant.configure("2") do |config| | |
config.cache.auto_detect = true | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id": "_design/foo", | |
"views": { | |
"get_latest": { | |
"map": "function(doc) { emit([doc.name, doc.date], 1); }", | |
"reduce": "_sum" | |
} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"gocourse": { | |
"env": { | |
"database": { | |
}, | |
"aws": { | |
}, | |
"etc": { |