We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
playing around with Wordle stuff in Haskell, only several years late
Haskell 2
Dotfiles, plus a Rust program that automatically updates them
Shell 1
GBA-style Fire Emblem game engine in Python
Python 1
git interface in golang, to help learn both
Go
Small demo of Git internals for an internal Farfetch study session
Jupyter Notebook
def reverse_args(f):
def g(*args, **kwargs):
return g(*reversed(args), **kwargs)
return g
There was an error while loading. Please reload this page.