Skip to content
View DanielRJohnson's full-sized avatar
Block or Report

Block or report DanielRJohnson

Block user

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
DanielRJohnson/README.md

Hi there, welcome to my page! 👋

{
  "Name": "Daniel Johnson",
  "About Me": {
    "Pronouns": ["he/him"],
    "Occupations": ["Graduate Student", "Software Engineer"],
    "Interests": ["Machine Learning", "High-Performance Computing", "Compilers & Interpreters"],
    "Favorite Languages": ["Python", "Go", "Rust", "Haskell", "C++"]
  }
}

Check out my website or see my favorite projects below 👇

Pinned

  1. MatProp MatProp Public

    A compact PyTorch-like backpropagation engine and neural network framework

    Jupyter Notebook 2

  2. MOBIUS MOBIUS Public

    MOBile keystroke Inferencing Using Sensors (MOBIUS) does keystroke Inference from gyroscope and accelerometer data on android. Research report included.

    Jupyter Notebook 1

  3. Glimmer Glimmer Public

    A from-scratch tree-walking interpreter for my own programming language, Glimmer.

    Go 4

  4. glVM glVM Public

    glVM is a stack-based virtual machine with support for function calls, control flow, and int/float/string computations.

    Go

  5. Lambda_hs Lambda_hs Public

    An untyped Lambda Calculus interpreter + REPL written in ✨beautiful✨ Haskell

    Haskell

  6. Impl Impl Public

    Impl is a cute but powerful little LISP dialect geared towards generating images.

    Python