bin/satis build satis.json ./web -vvv
Executing command (CWD): git describe --exact-match --tags
Executing command (CWD): git branch --no-color --no-abbrev -v
Executing command (CWD): hg branch
Scanning packages
| cut -f1 -d" " ~/.bash_history | sort | uniq -c | sort -nr | head -n 10 |
| #!/usr/bin/env php | |
| <?php | |
| # create a filename for this email | |
| list($ms, $time) = explode(' ', microtime()); | |
| $filename = '/tmp/'.date('Y-m-d h.i.s,', $time).substr($ms,2,3).'.txt'; | |
| # write the email contents to the file | |
| $email_contents = fopen('php://stdin', 'r'); | |
| $fstat = fstat($email_contents); |
| <?php | |
| trait PrivateMethodCallerTrait { | |
| protected function callPrivateMethod($object, $methodName, $args = array()) { | |
| $fn = function($methodName, $args) { | |
| return call_user_func_array(array($this, $methodName), $args); | |
| }; | |
| $privateAccessor = $fn->bindTo($object,$object); |
| // Highcharts CheatSheet Part 1. | |
| // Create interactive charts easily for your web projects. | |
| // Download: http://www.highcharts.com/download | |
| // More: http://api.highcharts.com/highcharts | |
| // 1. Installation. | |
| // Highcharts requires two files to run, highcharts.js and either jQuery, MooTools or Prototype or the Highcharts Standalone Framework which are used for some common JavaScript tasks. | |
| // <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> | |
| // <script src="http://code.highcharts.com/highcharts.js"></script> |
| # NPM CheatSheet. | |
| # Super easy intall: npm comes with node now. | |
| # To create your own npm package: https://www.npmjs.org/doc/misc/npm-developers.html | |
| # More: https://www.npmjs.org/doc/ | |
| # 1. NPM Command Lines. | |
| # Local mode is the default. | |
| # Use --global or -g on any command to operate in global mode instead. |
| Verifying that +schmkr is my Bitcoin username. You can send me #bitcoin here: https://onename.io/schmkr |
| 0 0 * * * sh script.sh 2>&1 | tee -a /var/log/script.`date +\%Y\%m\%d`.log |
I hereby claim:
To claim this, I am signing this object:
| (function() { | |
| var PasswordRandomizerDynamicValue, | |
| charset = [ | |
| "abcdefghijklmnopqrstuvwxyz", | |
| "ABCDEFGHIJKLMNOPQRSTUVWXYZ", | |
| "0123456789", | |
| "!@#$%ˆ&*()-=_+{}[]|<>,.?/" | |
| ].join(''); | |
| PasswordRandomizerDynamicValue = function() { |