Skip to content
View Casper64's full-sized avatar

Block or report Casper64

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. casperswebsites casperswebsites Public

    Code for my blog

    TypeScript

  2. map-research-project map-research-project Public

    Research project comparing the performance of different map (tree) data structures in Java.

    Jupyter Notebook

  3. vaunt vaunt Public archive

    A cms with visual editor written in V that you can use to generate static sites.

    V 71 2

  4. pathfinding-js pathfinding-js Public

    A library for pathfinding in grid-based maps in typescript

    JavaScript 3

  5. Tic tac toe written in x86 nasm asse... Tic tac toe written in x86 nasm assembly
    1
    ;   This program simulates the text-based version of tictactoe in assembly
    2
    ;
    3
    ;   compile with: nasm -f elf tictactoe.asm -o out.o
    4
    ;   and: ld -m elf_i386 -s -o out out.o
    5
    ;   run with ./out
  6. css css Public

    A (very) unfinished CSS parser written V

    V 17 1