I hereby claim:
- I am daniellmesquita on github.
- I am daniell (https://keybase.io/daniell) on keybase.
- I have a public key ASAH3CnaHHVFDpui4ROE_t0aTt6HHKVfCxZkNhkKqRB4wAo
To claim this, I am signing this object:
I'm mading two big projects, Modern BIOS (DCRS) and Modern OS. | |
The central idea of DCRS is an BIOS using Chromium to run various | |
modern operating systems at same time as an runtime. | |
The central idea of Modern OS is an template OS for make origin to new | |
modern operating systems to run in browsers and in DCRS. | |
https://github.com/DaniellMesquita/Modern-Bios | |
https://github.com/DaniellMesquita/Modern-OS | |
What do think about? |
### Keybase proof | |
I hereby claim: | |
* I am DaniellMesquita on github. | |
* I am daniell (https://keybase.io/daniell) on keybase. | |
* I have a public key whose fingerprint is AB10 4407 2941 4068 6DA7 8439 8D33 B58B 64CA 4324 | |
To claim this, I am signing this object: |
I hereby claim:
To claim this, I am signing this object:
pragma solidity ^0.4.24; | |
import "https://raw.githubusercontent.com/OpenZeppelin/openzeppelin-solidity/v2.0.0/contracts/token/ERC20/ERC20.sol"; | |
import "https://raw.githubusercontent.com/OpenZeppelin/openzeppelin-solidity/v2.0.0/contracts/token/ERC20/ERC20Detailed.sol"; | |
/** | |
* @title PersonalToken | |
* @dev Personal Token contract. | |
*/ | |
contract PersonalToken is ERC20, ERC20Detailed { |
I hereby claim:
To claim this, I am signing this object:
This post links my 3Box profile to my Github account! Web3 social profiles by 3Box. | |
✅ did:3:bafyreifmung57id7bmp7efsuagsvmf4twjtmontucjwpnny7vyinrojn3u ✅ | |
Create your profile today to start building social connection and trust online at https://3Box.io/ |
#!/bin/sh | |
# | |
# The command should be run in the git repository root. | |
# It adds all symlinks to a .gitignore file that aren't in there already. | |
for f in $(git status --porcelain | grep '^??' | sed 's/^?? //'); do | |
if test -L "$f" | |
then | |
test -L "$f" && git add $f; | |
elif test -d "$f" |