Metadata in PDF files can be stored in at least two places:
- the Info Dictionary, a limited set of key/value pairs
- XMP packets, which contain RDF statements expressed as XML
| 0xc2285f89B5b228E9a51f2B80dd0712F0ac071C9e |
| pragma solidity ^0.4.12; | |
| contract helloworld { | |
| address private Owner; | |
| string public sayHello; | |
| function helloworld() { | |
| Owner = msg.sender; | |
| sayHello = "Hello"; |
| #!/bin/bash | |
| # Checks all directories in cwd for compromised eslint version | |
| cwd=$PWD | |
| for d in `find . -maxdepth 1 -type d`; do | |
| cd $d | |
| version=$(npm ls 2> /dev/null | grep eslint@ | sed -e 's/.*eslint@\([0-9.]*\).*/\1/') | |
| if [ -n "$version" ]; then | |
| for v in $version; do | |
| echo "$d -> eslint@$v" | |
| if [ "$v" = '3.7.2' ]; then |
| pragma solidity ^0.4.22; | |
| contract assignmentTwo { | |
| uint public studentNumber; | |
| address public student; | |
| constructor() public { | |
| student = msg.sender; | |
| } |
I hereby claim:
To claim this, I am signing this object:
| 3Box is a social profiles network for web3. This post links my 3Box profile to my Github account! | |
| ✅ did:muport:QmaEkb2GjKTkzN1nyHZKstuLHRt6XT8anq5452wgX2oySN ✅ | |
| Create your profile today to start building social connection and trust online. https://3box.io/ |
| // ConsenSys Diligence | |
| // DevCon V - October 2019 | |
| // Osaka, Japan | |
| pragma solidity ^0.5.4; | |
| // Can you have a gazillion balance? | |
| contract challenge1 { | |
| pragma solidity ^0.5.5; | |
| contract indemnity { | |
| address payable | |
| } |
| This post links my 3Box profile to my Github account! Web3 social profiles by 3Box. | |
| ✅ did:3:bafyreicruo6vktkqa3gv2vqzwdlumz5owggehcyvjrljuiaekodlpkdxtm ✅ | |
| Create your profile today to start building social connection and trust online at https://3Box.io/ |