Skip to content
View ronaldsuwandi's full-sized avatar
🙃
🙃

Block or report ronaldsuwandi

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

Pinned Loading

  1. chessterm chessterm Public

    A Rust-powered 🦀 chess engine in a terminal

    Rust 17 1

  2. thinkfish thinkfish Public

    Experiment to combine Stockfish and LLM

    JavaScript 1 1

  3. challenge_nats challenge_nats Public

    Coding challenge to write NATS message broker in Rust

    Rust

  4. Personal tmux.conf (updated for 3.2) Personal tmux.conf (updated for 3.2)
    1
    ###########
    2
    # general #
    3
    ###########
    4
    # Replace C-b prefix with Alt+Space (so it won't clash with vim)
    5
    
                  
  5. Minor css snippet tweaks for Obsidia... Minor css snippet tweaks for Obsidian Minimal theme (dim non-focused pane, highlight sync icon). Works for Obsidian 1.2.8 (requires Electron v21 - Chrome 105+)
    1
    /* better contrast for status-bar */
    2
    .status-bar{
    3
        color: var(--tx2);
    4
    }
    5