I'm a passionate dev based in San Jose, CA. I love to code & learn new technologies.
Pinned Loading
-
DSU - general template python
DSU - general template python 1class DSU:
2def __init__(self):
3self.parent = {} # Each node is its own parent initially
4self.rank = collections.defaultdict(lambda: 1) # Rank starts at 1 for all nodes
5 -
NCAA_Basketball_Stats
NCAA_Basketball_Stats PublicAn API Service to do fun analysis for NCAA Basketball data using BigQuery
Python 3
-
mastodon-api
mastodon-api PublicCMPE272: Mastodon API : to post/delete status on mastodon account, written in Go
Go 2
-
-
bitespeed
bitespeed PublicAPI - Linking multiple contact informations to the same person using primary and secondary contacts
Go
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.