Skip to content
View iKarsk's full-sized avatar

Block or report iKarsk

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
iKarsk/README.md

🔭 Projects

  • Skavengr - Build and run live, interactive scavenger hunts with embedded images, videos and Streetview maps; tracking real-time progress of each team as they answer clues.

  • Compiler Visualiser - Visually explore how a compiler works using a custom language and your own input source code. Animates a lexer and top-down recursive descent parser; and generates (and executes) LLVM IR using a custom backend.

  • ESP32 Album Player - Play your albums via NFC: automatically cast playback to HomePod via an emulated HomeKit device, displaying the album art on an LED matrix.

  • Sketchr - A custom, native SwiftUI implementation of an infinite drawing Canvas, like Excalidraw. Annotate over your screen, or pull up a whiteboard to sketch down designs.

  • 2λ - A graphical implementation of the game '2048' written in Haskell.

  • Alfred Text Stripper - A small Alfred workflow to strip leading and trailing whitespace from text.

Pinned Loading

  1. sketchr sketchr Public

    A native SwiftUI infinite sketching canvas, similar to Excalidraw.

    2

  2. esp32-led-player esp32-led-player Public

    C++

  3. 2-lambda 2-lambda Public

    2^λ - An implementation of 2048 written in Haskell.

    Haskell 2

  4. alfred-strip alfred-strip Public

    An alfred workflow to strip leading and trailing whitespace from text.

  5. compiler-visualiser-backend compiler-visualiser-backend Public

    Backend for Compiler Visualiser

    Python