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 re | |
| import sys | |
| phperrors = file('phperrors') | |
| applog_files = {} | |
| def copy_line_to_applog(line, hour): |
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
| marca@web01:/www/marca/RC_20111215$ svn diff -c 88572 | |
| Index: Chegg.Business/ReturnPrintout.php | |
| =================================================================== | |
| --- Chegg.Business/ReturnPrintout.php (revision 88571) | |
| +++ Chegg.Business/ReturnPrintout.php (revision 88572) | |
| @@ -204,14 +204,17 @@ | |
| $labelImages = $upsLabel->generateLabel(); | |
| if (!is_array($labelImages)) | |
| { | |
| + error_log(__FILE__ . ":" . __LINE__ . " - \$labelImages was not an array; \$labelImages = " . print_r($labelImages, 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
| <?php | |
| interface IDebuggable | |
| { | |
| function setDebugLevel($debugLevel); | |
| } | |
| interface IIntegerSource | |
| { | |
| function __construct($min, $max); |
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
| from distutils.core import setup | |
| version = '2.11' | |
| long_description = open('README.rst').read() | |
| setup(name='pyp', | |
| version=version, | |
| description="Python Power At the Prompt", | |
| long_description=long_description, | |
| classifiers=[], |
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
| #! /bin/sh | |
| # | |
| # Created by configure | |
| './configure' \ | |
| '--prefix=/usr/local' \ | |
| '--mandir=/usr/share/man' \ | |
| '--infodir=/usr/share/info' \ | |
| '--sysconfdir=/private/etc' \ | |
| '--with-apxs2=/usr/sbin/apxs' \ |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Label</key> | |
| <string>org.graylog2.graylog2-server</string> | |
| <key>ProgramArguments</key> | |
| <array> | |
| <string>java</string> | |
| <string>-jar</string> |
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
| function git_prompt_info() { | |
| ref=$(git symbolic-ref HEAD 2> /dev/null) || return | |
| echo "$ZSH_THEME_GIT_PROMPT_PREFIX${ref#refs/heads/}$ZSH_THEME_GIT_PROMPT_SUFFIX" | |
| } |
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 ruby | |
| require 'find' | |
| def process_vagrantfile(vagrantfile) | |
| box = nil | |
| f = File.open(vagrantfile).each do |line| | |
| if match = /^\s*config\.vm\.box = "([^"]+)"/.match(line) then | |
| box = match[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
| File "/Users/marca/dev/git-repos/logan/logan/runner.py", line 128, in run_app | |
| add_settings(settings_mod) | |
| File "/Users/marca/dev/git-repos/logan/logan/settings.py", line 61, in add_settings | |
| setattr(settings, setting, setting_value) | |
| File "/www/sentry/lib/python2.7/site-packages/django/utils/functional.py", line 285, in __setattr__ | |
| self._setup() | |
| File "/www/sentry/lib/python2.7/site-packages/django/conf/__init__.py", line 42, in _setup | |
| self._wrapped = Settings(settings_module) | |
| File "/www/sentry/lib/python2.7/site-packages/django/conf/__init__.py", line 87, in __init__ | |
| mod = importlib.import_module(self.SETTINGS_MODULE) |
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
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| Setting up Salt daemons to execute tests | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| .....................................................++ | |
| .................................................................................................................................++ | |
| No handlers could be found for logger "salt.master" | |
| No handlers could be found for logger "salt.minion" | |
| .................................................................++ | |
| .........................................++ | |
| ............................................FF......... |