I hereby claim:
- I am emiller88 on github.
- I am emiller88 (https://keybase.io/emiller88) on keybase.
- I have a public key ASD1E3RmEa7wMwAlceu9IEiqPiOwA6bdfrYBsG1p_FwhjQo
To claim this, I am signing this object:
pragma solidity ^0.4.23; | |
/** | |
* Utility library of inline functions on addresses | |
*/ | |
library AddressUtils { | |
/** | |
* Returns whether the target address is a contract |
pragma solidity ^0.4.23; | |
import "./ERC20Basic.sol"; | |
import "../../math/SafeMath.sol"; | |
/** | |
* @title Basic token | |
* @dev Basic version of StandardToken, with no allowances. |
I hereby claim:
To claim this, I am signing this object:
truffle init | |
npm init -y | |
npm install -E zeppelin-solidity | |
solium --init | |
solium -d contracts/ |
git clone --bare https://github.com/Emiller88/dotfiles.git $HOME/.cfg | |
function config { | |
/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME $@ | |
} | |
mkdir -p .config-backup | |
config checkout | |
if [ $? = 0 ]; then | |
echo "Checked out config."; | |
else | |
echo "Backing up pre-existing dot files."; |
<?xml version="1.0" encoding="UTF-8"?> | |
<module type="PYTHON_MODULE" version="4"> | |
<component name="NewModuleRootManager"> | |
<content url="file://$MODULE_DIR$"> | |
<sourceFolder url="file://$MODULE_DIR$/dataSci" isTestSource="false" /> | |
</content> | |
<orderEntry type="inheritedJdk" /> | |
<orderEntry type="sourceFolder" forTests="false" /> | |
</component> | |
<component name="TestRunnerService"> |