Skip to content

Instantly share code, notes, and snippets.

View codeadict's full-sized avatar
🕸️
λ: f(f(state)) = f(state)

Dairon M. codeadict

🕸️
λ: f(f(state)) = f(state)
View GitHub Profile
@codeadict
codeadict / planet_test.py
Created February 26, 2018 01:39
Testing faker planet generator
from faker import Faker
from planet_provider import PlanetProvider
fake = Faker()
fake = Faker()
fake.add_provider(PlanetProvider)
print(fake.planet())
@codeadict
codeadict / faker_seed.py
Created February 26, 2018 01:47
Generating verifiable fake data with faker
from faker import Faker
fake = Faker()
fake.random.seed(1234)
print(fake.name())

Keybase proof

I hereby claim:

  • I am codeadict on github.
  • I am dairon (https://keybase.io/dairon) on keybase.
  • I have a public key ASAd7-ISbwuLfULnqKiOb6NvPej3BINo8CRAzLEf6K2yzwo

To claim this, I am signing this object:

@codeadict
codeadict / public_ipv4.sh
Created September 3, 2024 20:42
What's my public ipv4 address?
curl -s https://ipv4.ipparrot.net
@codeadict
codeadict / public_ipv6.sh
Created September 3, 2024 20:43
What's my public ipv6?
curl -s https://ipv6.ipparrot.net