Skip to content
View the-bokya's full-sized avatar

Highlights

  • Pro

Block or report the-bokya

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 Loading

  1. A Brainfuck interpreter in Haskell. ... A Brainfuck interpreter in Haskell. (Note: It lacks the input ',' command). Pipe in the Brainfuck code through STDIN.
    1
    import Data.Char
    2
    
                  
    3
    -- Cmd is the tree containing the commands in sequence.
    4
    data Cmd = Cmd Char Cmd | Loop Cmd Cmd | Empty deriving Show
    5
    -- Brain is the main datatype that is processed throughout the program.
  2. Newtons-Rings Newtons-Rings Public

    Simulation of Newton's Rings in Python.

    Jupyter Notebook 1

  3. yt-play yt-play Public

    A bash script to play songs from YouTube.

    Shell 1

  4. rubylox rubylox Public

    Ruby implementation of @municifent 's book Crafting Interpreters.

    Ruby 1

  5. Marko Marko Public

    A simple and (currently) incomplete Markdown to HTML converter.

    Haskell 1