Skip to content
View breakpointninja's full-sized avatar
😅
while (!success) { try(); }
😅
while (!success) { try(); }

Block or report breakpointninja

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. semantic_search_cli semantic_search_cli Public

    Locally index PDF files and perform semantic searches

    Rust 4

  2. include-crypt-bytes include-crypt-bytes Public

    Rust macro to embed encrypted files in compiled binary

    Rust 18 2

  3. memoize_async_test memoize_async_test Public

    Take home assignment for interview candidates

    TypeScript 1 1

  4. taildir taildir Public

    Python script to tail all files in a directory

    Python

  5. Small Python Script to add .js exten... Small Python Script to add .js extension to imports in typescript files
    1
    import argparse
    2
    import pathlib
    3
    import re
    4
    
                  
    5
    import_re = re.compile(r"import [^;]+from '(?P<path>\.[^']+)';")
  6. chatterdb chatterdb Public

    My attempt at writing a websocket server

    C++