I hereby claim:
- I am whizzrd on github.
- I am whizzrd (https://keybase.io/whizzrd) on keybase.
- I have a public key whose fingerprint is FE00 5EBF AD14 13BC 879F B116 4A7E FA4E BCE5 0E6C
To claim this, I am signing this object:
| <?php declare(strict_types=1); | |
| /** | |
| * @author Thomas Bullier <[email protected]> | |
| */ | |
| class LogCollection | |
| { | |
| /** @var string Add action */ | |
| public const ACTION_ADD = 'add'; |
| #!/usr/bin/env bash | |
| # OpenZFS on OS X on boot installer script | |
| # Based on instructions from https://openzfsonosx.org/w/index.php?title=ZFS_on_Boot&oldid=1509 | |
| NEWDISK=/dev/null | |
| NEWPOOL=rpool | |
| autoconfirm="n" | |
| for i in "$@" | |
| do | |
| case $i in |
| #!/bin/sh | |
| sudo apt-get install curl mcrypt php5-cli php5-mcrypt | |
| sudo php5enmod mcrypt | |
| curl -sS https://getcomposer.org/installer | php | |
| php composer.phar require cakephp/cakephp:"~2.5" |
I hereby claim:
To claim this, I am signing this object: