I hereby claim:
- I am dearrude on github.
- I am dearrude (https://keybase.io/dearrude) on keybase.
- I have a public key whose fingerprint is 4E35 F2E5 2132 D654 E815 A672 DB2C BC24 2868 6000
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
youtube.json
export_opml.py
to generate output.opml
#!julia | |
shetab_fee(amount) = begin | |
500 <= amount <= 15e6 || (return Inf) | |
240(ceil(1e-6amount) - 1) + 600 | |
end | |
satna_fee(amount) = begin | |
amount >= 15e6 || (return Inf) | |
fee = amount * 2e-4 |