breakpointninja - Overview

Skip to content

Navigation Menu

Sign in

Appearance settings

Pinned Loading

  1. Locally index PDF files and perform semantic searches

    Rust 4

  2. Rust macro to embed encrypted files in compiled binary

    Rust 19 2

  3. Take home assignment for interview candidates

    TypeScript 1 1

  4. Python script to tail all files in a directory

    Python

  5. 5

    import_re = re.compile(r"import [^;]+from '(?P<path>\.[^']+)';")
  6. My attempt at writing a websocket server

    C++