◐ Shell
clean mode source ↗

EFulmer - Overview

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Pinned Loading

  1. playing around with Wordle stuff in Haskell, only several years late

    Haskell 2

  2. Dotfiles, plus a Rust program that automatically updates them

    Shell 1

  3. GBA-style Fire Emblem game engine in Python

    Python 1

  4. git interface in golang, to help learn both

    Go

  5. Small demo of Git internals for an internal Farfetch study session

    Jupyter Notebook

  6. 2

        def g(*args, **kwargs):

    3

            return g(*reversed(args), **kwargs)