I hereby claim:
- I am aphexmunky on github.
- I am aphexmunky (https://keybase.io/aphexmunky) on keybase.
- I have a public key ASCpxQwtuGY_YUiDTSvo4dinYyFuJdubxExTRNxQqlX_ogo
To claim this, I am signing this object:
import { task } from "hardhat/config" | |
import { SignerWithAddress } from "@nomiclabs/hardhat-ethers/signers" | |
import { BigNumber } from "ethers" | |
import "@nomiclabs/hardhat-waffle" | |
// When using the hardhat network, you may choose to fork Fuji or Avalanche Mainnet | |
// This will allow you to debug contracts using the hardhat network while keeping the current network state | |
// To enable forking, turn one of these booleans on, and then run your tasks/scripts using ``--network hardhat`` | |
// For more information go to the hardhat guide | |
// https://hardhat.org/hardhat-network/ |
!#/bin/sh | |
brownie networks add Avalanche avax-avash host=http://127.0.0.1:9650/ext/bc/C/rpc chainid=43112 explorer=https://cchain.explorer.avax.network/ |
import math | |
def kardashev(p): | |
""" | |
Carl Sagans formula for determining the value intermediate kardashev scale value | |
Parameters: | |
p (int): the value in watts the civilisation uses | |
Returns: |
def toStr(n,base): | |
convertString = "0123456789ABCDEF" | |
if n < base: | |
return convertString[n] | |
else: | |
return toStr(n//base,base) + convertString[n%base] |
Homebrew build logs for magic-wormhole on Ubuntu 18.04 LTS | |
Build date: 2018-07-02 10:48:58 |
Homebrew build logs for consul on Ubuntu 18.04 LTS | |
Build date: 2018-06-27 10:51:22 |
Homebrew build logs for consul on Ubuntu 18.04 LTS | |
Build date: 2018-06-27 10:09:13 |
#!/bin/bash │2017-12-28 17:35:07 93049433 location-report-28-12-2017-17:00:22.csv | |
│2017-12-29 00:35:07 92385322 location-report-29-12-2017-00:00:21.csv | |
dir=`basename $PWD` │2017-12-29 10:34:04 88874615 location-report-29-12-2017-10:00:21.csv | |
download=`aws s3 ls s3://$dir/ | sort | tail -n 1 | awk '{print $4}'` │2017-12-29 17:34:40 89295406 location-report-29-12-2017- |
I hereby claim:
To claim this, I am signing this object: