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

Block or report eloonstra

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

Pinned

  1. go-little-drunken-bishop go-little-drunken-bishop Public

    A small drunken bishop algorithm written in Go to represent bytes.

    Go 4

  2. argparser argparser Public

    An opinionated way to parse cmdline args in Go.

    Go 2

  3. A simple brainfuck interpreter. A simple brainfuck interpreter.
    1
    package brainfuck
    2
    
                  
    3
    func Interpreter(code string, input string) string {
    4
    	memory := make([]int, 30000)
    5
    
                  
  4. Lance-Free/request Lance-Free/request Public

    REST API requests made easy in Go.

    Go 1