I hereby claim:
- I am smitec on github.
- I am smitec (https://keybase.io/smitec) on keybase.
- I have a public key whose fingerprint is 1EEC EBCF D71A 39F9 FD5D A524 19CA 80C7 D954 7DF1
To claim this, I am signing this object:
(0.02 secs, 3699564 bytes) |
parse("( S < 16 and T = \"P\" ) or ( S > 16 and L = 50 )") => ['S<16', 'T="P"', 'and', 'S>16', 'L=50', 'and', 'or'] |
import random | |
import Image | |
def fractal_mountain(pixels, damping, seed=0.0): | |
px = [seed, seed] | |
factor = 1.0; | |
while(len(px) < pixels): | |
# loop through and generate | |
new_p = [] | |
for i in range(1, len(px)): |
I hereby claim:
To claim this, I am signing this object:
Verifying I am +smitec on my passcard. https://onename.com/smitec |
<h1>Hello World</h1> |