Skip to content
View PeterKnego's full-sized avatar

Block or report PeterKnego

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. git_mitm_check.sh git_mitm_check.sh
    1
    #!/usr/bin/env bash
    2
    # git_mitm_check.sh — detect MITM / SSL interception on git HTTPS connections
    3
    # Usage: ./git_mitm_check.sh [host]   (default: github.com)
    4
    
                  
    5
    set -euo pipefail
  2. ultima_cluster ultima_cluster Public

    SMR cluster implementation on top of openraft

    Rust

  3. ultima_db ultima_db Public

    Embedded in-memory B-tree store with MVCC concurrency control

    Rust

  4. Claude Code statusline Claude Code statusline
    1
    #!/usr/bin/env bash
    2
    # Claude Code status line — experienced-developer layout
    3
    # Fields: DIR │ GIT │ MODEL <effort> │ CONTEXT │ $COST
    4
    set -o nounset
    5