I hereby claim:
- I am xandrkat on github.
 - I am xandrkat (https://keybase.io/xandrkat) on keybase.
 - I have a public key ASDi-zrScGTN6CKxP2J1Fa_slVtyMmC-14Nqjr1khhcezQo
 
To claim this, I am signing this object:
| #!/usr/bin/env sh | |
| COMPOSER_JSON=$(pwd)/composer.json | |
| PACKAGE_JSON=$(pwd)/package.json | |
| if [ -f "$COMPOSER_JSON" ]; then | |
| composer -v > /dev/null 2>&1 | |
| COMPOSER=$? | |
| if [[ $COMPOSER -ne 0 ]]; then | |
| echo 'Composer is not installed' | 
I hereby claim:
To claim this, I am signing this object:
| const _ = '_', | |
| bs = '[', | |
| be = ']', | |
| сbs = '{', | |
| сbe = '}', | |
| eq = '=', | |
| sp = ' ', | |
| d = '-', | |
| dot = 'dot', | |
| h = 'h', | 
| pragma solidity ^0.4.23; | |
| contract Consts { | |
| string constant TOKEN_NAME = "AmonD"; | |
| string constant TOKEN_SYMBOL = "AMON"; | |
| uint8 constant TOKEN_DECIMALS = 18; | |
| uint256 constant TOKEN_AMOUNT = 7600000000; | |
| } | 
| did:3:bafyreih2m76ekwh26cg3ctedlxlfxsikg4nnl7524f3d2mboanbvkbijru | 
| <?php | |
| /*------------------Controller|Model|Behavior|/|\ANY/|\----------------------*/ | |
| $attributes = ['att_'.(n+1),]; | |
| $attribute = new (new class extends DynamicModel {/*Reuse, modify & configure as you need!*/})(...$attributes); | |
| /*----------------------------------------------------------------------------*/ | |
| /*------------------------------View------------------------------------------*/ | |
| $form = ActiveForm::begin(); | |
| echo $form->field($attribute, $attributes['att_'.(n+1)])->(any:text,file, list)Input(); | |
| ActiveForm::end(); | 
| <?php | |
| $file = '/any/file/path/filename.extension'; | |
| substr($file, strrpos($file, '/') + 1); // return 'filename.extension' from $file | |
| ?> | 
| did:3:bafyreif2ukasit36oth6yrgrbmjylcpvrka5rc6atzd4yjfjvudjmana6y |