This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#1 with 112 NFTs: 25 quills, 7 uprising, 25 grillz, 2 koda, 25 deed, 10 bambi, 10 pixcape, 8 demons | |
#2 with 140 NFTs: 1 quills, 2 uprising, 25 grillz, 50 bambi, 37 pixcape, 25 demons | |
#3 with 49 NFTs: 1 quills, 1 grillz, 2 koda, 39 deed, 1 bayc, 5 mayc | |
#4 with 27 NFTs: 25 quills, 2 pixcape | |
#5 with 51 NFTs: 1 quills, 1 uprising, 16 grillz, 1 koda, 12 deed, 9 bambi, 7 pixcape, 4 demons | |
#6 with 28 NFTs: 2 quills, 1 uprising, 2 grillz, 1 koda, 16 deed, 6 bambi | |
#7 with 24 NFTs: 1 quills, 1 uprising, 1 grillz, 1 koda, 14 deed, 2 bayc, 3 mayc, 1 bambi | |
#8 with 27 NFTs: 10 quills, 11 bambi, 6 pixcape | |
#9 with 19 NFTs: 1 koda, 11 deed, 2 bayc, 5 mayc | |
#10 with 12 NFTs: 12 quills |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DCT = { | |
"aixbt@aixbt_agent": { | |
"user_id": "1852674305517342720", | |
"username": "aixbt_agent", | |
"yaps_all": 29726.45, | |
"yaps_l24h": 15.09, | |
"yaps_l48h": 39.52, | |
"yaps_l7d": 172.28, | |
"yaps_l30d": 1933.83, | |
"yaps_l3m": 4468.66, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Code described in the video | |
https://youtu.be/yyHd7BGGVp8 | |
Note: A day after recording, I refactored the script to use a more continuous | |
random variable (no jump at full circle). I find this gives a nicer to read plot. | |
Secondly, I've also added a tiny `class State`, abstracting away the state indices | |
and conversions using string.ascii_uppercase.index. | |
""" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import matplotlib.pyplot as plt | |
IMAGE_DIRPATH = r"your/path/to/lifespans.png" | |
PEOPLE = [ | |
("Voltaire", 1694, 1778, "Philosopher"), | |
("Hume", 1711, 1776, "Philosopher"), | |
("Rousseau", 1712, 1778, "Philosopher"), | |
("Kant", 1724, 1804, "Philosopher"), | |
("Fichte", 1762, 1814, "Philosopher"), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
To use this script, the variable starting with 'ps_docstring_' needs to be | |
the 4000 line long string holding the 1000 points data. | |
To get it, just go to https://quest.somnia.network/ and copy the 1000 rows. | |
""" | |
import matplotlib.pyplot as plt | |
from matplotlib.ticker import ScalarFormatter | |
import itertools |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
skaucat7 , days survived: 43, streaks: [43] | |
quan_eth , days survived: 42, streaks: [22, 20] | |
HumzyTrades , days survived: 42, streaks: [30, 12] | |
lovaniceth , days survived: 41, streaks: [22, 19] | |
rcethomas37 , days survived: 39, streaks: [21, 18] | |
choogio , days survived: 39, streaks: [20, 2, 17] | |
0xHaileyy , days survived: 39, streaks: [10, 7, 22] | |
defaeze , days survived: 39, streaks: [27, 12] | |
BnvNaz65175 , days survived: 38, streaks: [38] | |
i_am_michaelson , days survived: 37, streaks: [11, 7, 7, 12] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
KrenCrypto <=> KearneyCrypto (overlap score = 0.9565) | |
Danvicotech <=> lovaniceth (overlap score = 0.9048) | |
pedrocrypt1 <=> deecrrypt (overlap score = 0.9) | |
ironsidecrypto <=> interestedboys (overlap score = 0.8929) | |
isnotberlin <=> interestedboys (overlap score = 0.88) | |
blockgems_ib <=> bobbie_smile (overlap score = 0.875) | |
tonychilla_eth <=> lovaniceth (overlap score = 0.875) | |
systems_boi <=> bobbie_smile (overlap score = 0.8696) | |
PranisRihards <=> ParmisaRad (overlap score = 0.8696) | |
reynacrypto1 <=> pedrocrypt1 (overlap score = 0.8696) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 days: Ravstar.plena ꧁IP꧂ (Ø,G)@Ravstar11 ` | |
39 days: B. Balage@BodnrBalazs | |
39 days: cho_cho ☁️@choogio | |
39 days: vyre@0xvyre | |
39 days: NazBNV@BnvNaz65175 | |
39 days: skaucat 🐙@skaucat7 | |
39 days: silverwave@silverwave1000 | |
39 days: Miss Flo@MissFlo_N | |
39 days: Lovanic@lovaniceth | |
39 days: rcethomas@rcethomas37 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 days: skaucat 🐙@skaucat7 ` | |
38 days: HumzyTrades@HumzyTrades ` | |
38 days: NazBNV@BnvNaz65175 | |
38 days: Quan@quan_eth | |
37 days: Lovanic@lovaniceth ` | |
37 days: rcethomas@rcethomas37 | |
35 days: 0xfae@defaeze ` | |
35 days: Haileyy!@0xHaileyy | |
35 days: cho_cho ☁️@choogio | |
33 days: PaulO@the1_PaulO ` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rank 1 (2172 pts): skaucat 🐻@skaucat7 | |
rank 2 (2046 pts): rcethomas@rcethomas37 | |
rank 3 (1927 pts): NazBNV@BnvNaz65175 | |
rank 4 (1875 pts): Datweb3guy | (Ø,G)@Datweb3guy | |
rank 5 (1868 pts): vyre@0xvyre | |
rank 6 (1863 pts): MICHAELSON Ⓜ️@i_am_michaelson | |
rank 7 (1792 pts): Quan@quan_eth | |
rank 8 (1674 pts): Ravstar.plena ꧁IP꧂ (Ø,G)@Ravstar11 | |
rank 9 (1652 pts): HumzyTrades@HumzyTrades | |
rank 10 (1608 pts): Ahmed Haq@Ahmedhaq01 |
NewerOlder