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
| { | |
| "auto_complete_commit_on_tab": false, | |
| "color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme", | |
| "ensure_newline_at_eof_on_save": true, | |
| "font_size": 12.0, | |
| "highlight_line": true, | |
| "highlight_modified_tabs": true, | |
| "remember_open_files": false, | |
| "shift_tab_unindent": true, | |
| "spell_check": true, |
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
| $GearmanStatus = new GearmanStatus(); | |
| $GearmanStatus->setStatsdConfig(array('host' => '127.0.0.1', 'port' => 8125, 'prefix' => 'gearmand', 'rate' => 1)); | |
| $GearmanStatus->setGearmanConfig(array('host' => '127.0.0.1', 'port' => 4730)); | |
| $GearmanStatus->setDebug(true || false); | |
| $GearmanStatus->reset(); | |
| $GearmanStatus->getCounters(); | |
| $GearmanStatus->getStatus(); | |
| $GearmanStatus->getWorkers(); | |
| $GearmanStatus->getRawStatus(); | |
| $GearmanStatus->transmitCountersToStatsD(); |
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 | |
| App::uses('WorkerTask', 'Console/Command'); | |
| /** | |
| * ProccessManagement Task | |
| * | |
| * Helps with CLI handling of mutex and signals | |
| * | |
| * IMPORTANT: | |
| * |
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
| Time: 04:02, Memory: 302.50Mb | |
| OK (552 tests, 2005 assertions) |
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
| At 06.11.2012 12:45; 33 people were active; 23 were idle and 170 were offline (Total 226 friends) | |
| At 06.11.2012 17:00; 33 people were active; 22 were idle and 171 were offline (Total 226 friends) | |
| At 06.11.2012 16:30; 36 people were active; 19 were idle and 171 were offline (Total 226 friends) | |
| At 06.11.2012 15:30; 25 people were active; 28 were idle and 173 were offline (Total 226 friends) | |
| At 06.11.2012 12:15; 27 people were active; 26 were idle and 173 were offline (Total 226 friends) | |
| At 06.11.2012 13:30; 33 people were active; 20 were idle and 173 were offline (Total 226 friends) | |
| At 06.11.2012 13:45; 36 people were active; 17 were idle and 173 were offline (Total 226 friends) | |
| At 06.11.2012 16:45; 29 people were active; 23 were idle and 174 were offline (Total 226 friends) | |
| At 06.11.2012 15:15; 29 people were active; 23 were idle and 174 were offline (Total 226 friends) | |
| At 06.11.2012 12:00; 35 people were active; 17 were idle and 174 were offline (Total 226 friends) |
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
| Nov 7 19:00:20 web02 kernel: : [2759101.020512] php[15531]: segfault at 7f7005473ed2 ip 00007f7005473ed2 sp 00007f7000d4fe98 error 14 | |
| Nov 7 19:00:20 web02 kernel: : [2759101.020516] php[15532]: segfault at 7f7005473ed2 ip 00007f7005473ed2 sp 00007f700054ee98 error 14 | |
| Nov 7 19:00:20 web02 kernel: : [2759101.020519] php[15533]: segfault at 7f7005473ec8 ip 00007f7005473ec8 sp 00007f6fffd4de98 error 14 | |
| Nov 7 19:00:20 web02 kernel: : [2759101.020522] php[15529]: segfault at 7f7005473ec8 ip 00007f7005473ec8 sp 00007f7001d51e98 error 14 | |
| Nov 7 19:00:20 web02 kernel: : [2759101.020524] php[15528]: segfault at 7f7005473ed2 ip 00007f7005473ed2 sp 00007f7002552e98 error 14 | |
| Nov 7 19:00:20 web02 kernel: : [2759101.020528] php[15530]: segfault at 7f7005473ed6 ip 00007f7005473ed6 sp 00007f7001550e98 error 14 | |
| Nov 7 19:00:20 web02 kernel: : [2759101.020530] php[15534]: segfault at 7f7005473ed6 ip 00007f7005473ed6 sp 00007f6fff54ce98 error 14 in libuuid.so.1.3.0[7f700749d000+4000] in libuuid.so.1.3.0[7f700749d000+4000] i |
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 | |
| $i = new Imagick(); | |
| $i->newImage(700, 700, 'transparent', 'png'); |
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
| -> gdb php | |
| GNU gdb (GDB) 7.0.1-debian | |
| Copyright (C) 2009 Free Software Foundation, Inc. | |
| License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
| This is free software: you are free to change and redistribute it. | |
| There is NO WARRANTY, to the extent permitted by law. Type "show copying" | |
| and "show warranty" for details. | |
| This GDB was configured as "x86_64-linux-gnu". | |
| For bug reporting instructions, please see: | |
| <http://www.gnu.org/software/gdb/bugs/>... |
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
| nested: QueryParsingException[[ircslogs] [_na] query malformed, must start with start_object]; }] Status: 500 |
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
| class php::extension::apc::package inherits php::extension::package { | |
| $ext_name = 'php5-apc' | |
| } | |
| class php::extension::package { | |
| package { | |
| $ext_name: |