I hereby claim:
- I am eddiewang on github.
- I am eddiewang (https://keybase.io/eddiewang) on keybase.
- I have a public key whose fingerprint is EFDF 6E24 2698 5473 55F0 3A1D 31F8 A0F5 B5EB 74A1
To claim this, I am signing this object:
| apiVersion: v1 | |
| kind: ConfigMap | |
| metadata: | |
| name: kilo | |
| namespace: kube-system | |
| labels: | |
| app.kubernetes.io/name: kilo | |
| data: | |
| cni-conf.json: | | |
| { |
| // Available variables: | |
| // - Machine | |
| // - interpret | |
| // - assign | |
| // - send | |
| // - sendParent | |
| // - spawn | |
| // - raise | |
| // - actions |
| Verifying my Blockstack ID is secured with the address 1JcvN4prFJbAyGnx25Sh65FigXeYYkpvsT https://explorer.blockstack.org/address/1JcvN4prFJbAyGnx25Sh65FigXeYYkpvsT |
| import { toChecksumAddress } from 'ethereumjs-util'; | |
| import { RawTransaction } from 'libs/transaction'; | |
| import WalletAddressValidator from 'wallet-address-validator'; | |
| import { normalise } from './ens'; | |
| import { Validator } from 'jsonschema'; | |
| import { JsonRpcResponse } from './nodes/rpc/types'; | |
| import { TokenValue } from 'libs/units'; | |
| export function isValidETHAddress(address: string): boolean { | |
| if (!address) { |
| 0x72948fa4200d10ffaa7c594c24bbba6ef627d4a3 |
| 0x72948fa4200d10ffaa7c594c24bbba6ef627d4a3 |
I hereby claim:
To claim this, I am signing this object:
Note: I'm currently taking a break from this course to focus on my studies so I can finally graduate
| show_icons() { | |
| defaults write com.apple.finder CreateDesktop true | |
| killall Finder | |
| } | |
| hide_icons() { | |
| defaults write com.apple.finder CreateDesktop false | |
| killall Finder | |
| } |