I hereby claim:
- I am jzfgo on github.
- I am jzf (https://keybase.io/jzf) on keybase.
- I have a public key ASDVgDhgwPH4eV5OnrE3l59ZL8Bdh7IfLzugvWxRvls8rgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| Verifying my Blockstack ID is secured with the address 16CEPNT4rXFzVSQzvAtqeVGW3GMRoCkaHn https://explorer.blockstack.org/address/16CEPNT4rXFzVSQzvAtqeVGW3GMRoCkaHn | 
| Verifying that "javito.id" is my Blockstack ID. https://onename.com/javito | 
I hereby claim:
To claim this, I am signing this object:
| [Unit] | |
| Description=Virtual Frame Buffer X Server | |
| After=network.target | |
| [Service] | |
| ExecStart=/usr/bin/Xvfb :42 -screen 0 1x1x24 -ac +extension GLX +render -noreset | |
| [Install] | |
| WantedBy=multi-user.target | 
| <?php | |
| class InitialDbMigrationCommand extends CConsoleCommand | |
| { | |
| public function run($args) { | |
| $schema = $args[0]; | |
| $tables = Yii::app()->db->schema->getTables($schema); | |
| $addForeignKeys = ''; | |
| $dropForeignKeys = ''; | 
| /* | |
| constructor for Robot | |
| */ | |
| var Robot = function(name) { | |
| this.name = name; | |
| }; | |
| /* | |
| property in prototye | |
| */ |