Export:
- Copy from
${user}/.atom:
- config.cson
- keymap.cson
- snippets.cson
- styles.less
- Save installed packages list
apm list --installed --bare > packages.list
| Verifying my Blockstack ID is secured with the address 195ubhkEDGcQnRsWQsszgqSBFpwprGtghx https://explorer.blockstack.org/address/195ubhkEDGcQnRsWQsszgqSBFpwprGtghx |
| address | eth | comment | |
|---|---|---|---|
| 0x3bfc20f0b9afcace800d73d2191166ff16540258 | 306276.272251399926202 | polkadot | |
| 0x376c3e5547c68bc26240d8dcc6729fff665a4448 | 114939 | iconomi | |
| 0x43ab622752d766d694c005acfb78b1fc60f35b69 | 21704.325572809991471999 | ||
| 0xc7cd9d874f93f2409f39a95987b3e3c738313925 | 16475.534165330527033716 | musiconomi | |
| 0xdb0e7d784d6a7ca2cbda6ce26ac3b1bd348c06f8 | 6925 | ||
| 0x49eafa4c392819c009eccdc8d851b4e3c2dda7d0 | 4524.983603998439805528 | ||
| 0xbe17d91c518f1743aa0556425421d59de0372766 | 4360.6725 | ||
| 0x41849f3bd33ced4a21c73fddd4a595e22a3c2251 | 3238.1539315355843176 | ||
| 0x8655d6bf4abd2aa47a7a4ac19807b26b7609b61d | 3000 |
| 0x3bfc20f0b9afcace800d73d2191166ff16540258 | 306276.272251399926202 | polkadot | |
|---|---|---|---|
| 0x376c3e5547c68bc26240d8dcc6729fff665a4448 | 114939 | iconomi | |
| 0x43ab622752d766d694c005acfb78b1fc60f35b69 | 21704.325572809991471999 | ||
| 0xc7cd9d874f93f2409f39a95987b3e3c738313925 | 16475.534165330527033716 | musiconomi | |
| 0xdb0e7d784d6a7ca2cbda6ce26ac3b1bd348c06f8 | 6925 | ||
| 0x49eafa4c392819c009eccdc8d851b4e3c2dda7d0 | 4524.983603998439805528 | ||
| 0xbe17d91c518f1743aa0556425421d59de0372766 | 4360.6725 | ||
| 0x41849f3bd33ced4a21c73fddd4a595e22a3c2251 | 3238.1539315355843176 | ||
| 0x8655d6bf4abd2aa47a7a4ac19807b26b7609b61d | 3000 |
| 0xD5F636d6D5b89418EbDaB851e1E5ce057121f07D |
| $('#leftbar').remove(); | |
| $('#price').css({ | |
| 'font-size': '50px', | |
| 'height': '60px', | |
| 'line-height': '60px' | |
| }); |
Export:
${user}/.atom:apm list --installed --bare > packages.listI hereby claim:
To claim this, I am signing this object:
| //http://stackoverflow.com/questions/105034/how-to-create-a-guid-uuid-in-javascript | |
| Math.random().toString(36).substring(2, 15) + Math.random().toString(36).substring(2, 15); |
| This post links my 3Box profile to my Github account! Web3 social profiles by 3Box. | |
| ✅ did:muport:QmQNqWYeS3L3FnthWX19fxZJbdHKp7CfdJHmnFpjAw1VUK ✅ | |
| Create your profile today to start building social connection and trust online at https://3Box.io/ |
| pragma solidity ^0.4.8; | |
| import "./Reentrance.sol"; | |
| contract Collector { | |
| Reentrance public reentrance; | |
| function Collector (address _reentrance) { | |
| reentrance = Reentrance(_reentrance); | |
| } |