- cpu-0/cpu-idle/value
- cpu-0/cpu-interrupt/value
- cpu-0/cpu-nice/value
- cpu-0/cpu-softirq/value
- cpu-0/cpu-steal/value
- cpu-0/cpu-system/value
- cpu-0/cpu-user/value
- cpu-0/cpu-wait/value
- cpu-1/cpu-idle/value
- cpu-1/cpu-interrupt/value
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
--- 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 |
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)
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/01/14/terminating-gearman-workers-in-php.html
MIT License (http://opensource.org/licenses/mit-license.php)
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 | |
## | |
# http://www.doctrine-project.org/jira/browse/DBAL-202 | |
# Scenario where PDO and DBAL behavior differ | |
# | |
# pdo: 0 | |
# dbal: 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" : "composer", | |
"url" : "file:///tmp/phpunit-via-composer" | |
} | |
], | |
"require" : { | |
"pear-phpunit/PHPUnit" : "3.6.10" | |
} |
NewerOlder