Skip to content

Instantly share code, notes, and snippets.

@eAndrius
eAndrius / gist:a02df2269319d0a834ecc13a6f306fc1
Created January 19, 2020 00:22
Consecutive 21-digit primes in e
This file has been truncated, but you can view the full file.
1: 957496696762772407663
2: 594571382178525166427
3: 274274663919320030599
4: 193200305992181741359
5: 741359662904357290033
6: 573834187930702154089
7: 891499348841675092447
8: 437107539077744992069
9: 107539077744992069551
10: 386062613313845830007
import binascii, hashlib, base58
from bitcointools import *
import decimal
goal_address = "1h8BNZkhsPiu6EKazP19WkGxDw3jHf9aT"
def rotate(input,d):
# Slice string in two parts for left and right
Lfirst = input[0 : d]
Lsecond = input[d :]
@eAndrius
eAndrius / AngelList Markets.csv
Last active November 6, 2020 15:02
All AngelList Market tags with market url, id, number of followers, investors, startups and jobs, in no particular order. Scraped from https://angel.co/markets on 04/04/2015
name url id followers investors startups jobs
Information Technology https://angel.co/information-technology 25 6860 2381 84617 12929
Consumers https://angel.co/consumers 24 3969 1268 58531 7753
Enterprises https://angel.co/enterprises 733 3465 1172 36913 6727
Media https://angel.co/media-1 11 4699 1549 10186 1097
Health Care https://angel.co/health-care 13 113123 22508 7750 1154
Education https://angel.co/education 43 11233 3727 7495 993
Finance https://angel.co/finance 321 5029 1681 7143 1362
Life Sciences https://angel.co/life-sciences 9 3871 1285 4467 274
Platforms https://angel.co/platforms 152 3742 1218 4119 669