I hereby claim:
- I am danpoltawski on github.
- I am dan_p (https://keybase.io/dan_p) on keybase.
- I have a public key whose fingerprint is 8EA5 B6D5 8A39 7D9E 23F6 84A9 7A7C 601E 12B7 0155
To claim this, I am signing this object:
| danp@lisa:~$ cat test.sh | |
| #!/bin/bash | |
| set -e | |
| grep 'foo' /file/which/doesnt/exist || echo 'grep failed' | |
| if some-non-existant-command | |
| then | |
| echo 'Its a bug' |
| diff --git a/composer.json b/composer.json | |
| index b6f5246..e74cb76 100644 | |
| --- a/composer.json | |
| +++ b/composer.json | |
| @@ -6,7 +6,7 @@ | |
| } | |
| ], | |
| "require-dev": { | |
| - "phpunit/phpunit": "3.7.*", | |
| + "phpunit/phpunit": "4.3.*", |
| Moodle 2.8rc1 (Build: 20141104), pgsql, 6ce4b8ea30ec3c5d843d0d8358c402f8302a2a65 | |
| Server OS "Darwin", Browser: "firefox" | |
| Started at 04-11-2014, 11:11 | |
| ...................................................................... 70 | |
| ...................................................................... 140 | |
| ...................................................................... 210 | |
| ...................................................................... 280 | |
| ...................................................................... 350 | |
| ...................................................................... 420 | |
| ...................................................................... 490 |
| ...................................................................... 70 | |
| ...................................................................... 140 | |
| ...................................................................... 210 | |
| ...................................................................... 280 | |
| ...................................................................... 350 | |
| ...................................................................... 420 | |
| ...................................................................... 490 | |
| ...................................................................... 560 | |
| ...................................................................... 630 | |
| ...................................................................... 700 |
| Downloading/unpacking moodle-sdk | |
| Getting page http://pypi.python.org/simple/moodle-sdk | |
| URLs to search for versions for moodle-sdk: | |
| * http://pypi.python.org/simple/moodle-sdk/ | |
| Getting page http://pypi.python.org/simple/moodle-sdk/ | |
| Analyzing links from page https://pypi.python.org/simple/moodle-sdk/ | |
| Found link https://pypi.python.org/packages/source/m/moodle-sdk/moodle-sdk-1.3.tar.gz#md5=aedf79f6404063e493ef2ee18fe103ad (from https://pypi.python.org/simple/moodle-sdk/), version: 1.3 | |
| Downloading from URL https://pypi.python.org/packages/source/m/moodle-sdk/moodle-sdk-1.3.tar.gz#md5=aedf79f6404063e493ef2ee18fe103ad (from https://pypi.python.org/simple/moodle-sdk/) | |
| Running setup.py egg_info for package moodle-sdk |
I hereby claim:
To claim this, I am signing this object:
| danp@bart:~$ time psql shouldirun -c "SELECT COUNT(DISTINCT(identifierforvendor)) FROM request_info" | |
| count | |
| ------- | |
| 45543 | |
| (1 row) | |
| real 0m6.880s | |
| user 0m0.003s | |
| sys 0m0.003s |
| sqlplus /nolog | |
| SQL >connect sys/moodle as sysdba |
| $ cat test.php | |
| <?php | |
| // Dear php, please give me a function which will show the type of | |
| // the variable, without capturing output buffer myself.. | |
| $x = floor('1.2'); | |
| echo 'var_export:'.var_export($x, true)."\n"; | |
| echo 'print_r:'.print_r($x, true)."\n"; | |
| echo 'var_dump:'; |