Related blog post: dpb587.me/blog/2013/01/14/terminating-gearman-workers-in-php.html
MIT License (http://opensource.org/licenses/mit-license.php)
{ | |
"repositories" : [ | |
{ | |
"type" : "composer", | |
"url" : "file:///tmp/phpunit-via-composer" | |
} | |
], | |
"require" : { | |
"pear-phpunit/PHPUnit" : "3.6.10" | |
} |
<?php | |
## | |
# http://www.doctrine-project.org/jira/browse/DBAL-202 | |
# Scenario where PDO and DBAL behavior differ | |
# | |
# pdo: 0 | |
# dbal: 1 | |
## |
Related blog post: dpb587.me/blog/2013/01/14/terminating-gearman-workers-in-php.html
MIT License (http://opensource.org/licenses/mit-license.php)
Related blog post: dpb587.me/blog/blog/2013/01/28/scripting-endicia-to-purchase-postage.html
MIT License (http://opensource.org/licenses/mit-license.php)
Related blog post: dpb587.me/blog/2013/03/23/bank-card-readers-for-web-applications.html
MIT License (http://opensource.org/licenses/mit-license.php)
--- a/lib/filewatch/watch.rb | |
+++ b/lib/filewatch/watch.rb | |
@@ -6,6 +6,7 @@ module FileWatch | |
public | |
def initialize(opts={}) | |
+ @iswindows = ((RbConfig::CONFIG['host_os'] =~ /mswin|mingw|cygwin/) != nil) | |
if opts[:logger] | |
@logger = opts[:logger] | |
else |
hostname:logsearch-development-flow dpb587$ vagrant up | |
Bringing machine 'default' up with 'virtualbox' provider... | |
[default] Box 'ubuntu-precise-server-amd64' was not found. Fetching box from specified URL for | |
the provider 'virtualbox'. Note that if the URL does not have | |
a box for this provider, you should interrupt Vagrant now and add | |
the box yourself. Otherwise Vagrant will attempt to download the | |
full box prior to discovering this error. | |
Downloading or copying the box... | |
Extracting box...te: 516k/s, Estimated time remaining: --:--:--) | |
Successfully added box 'ubuntu-precise-server-amd64' with provider 'virtualbox'! |
diff --git a/src/app/services/fields.js b/src/app/services/fields.js | |
index 3d01490..03138f6 100644 | |
--- a/src/app/services/fields.js | |
+++ b/src/app/services/fields.js | |
@@ -7,6 +7,7 @@ function (angular, _, config) { | |
'use strict'; | |
var module = angular.module('kibana.services'); | |
+ var patch0702 = { "mappings" : { "iis_tradingapi" : {} } }; | |
{ | |
"title": "{{ARGS.director||'*'}}/{{ARGS.deployment||'*'}}/{{ARGS.job||'*'}}", | |
"services": { | |
"query": { | |
"list": { | |
"0": { | |
"query": "", | |
"alias": "", | |
"color": "#7EB26D", | |
"id": 0, |