Skip to content
View nibrobb's full-sized avatar

Block or report nibrobb

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

Hi 👋, I'm Robin

Pinned Loading

  1. 1brc-cobol 1brc-cobol Public

    A COBOL solution to the 1 Billion Row Challenge

    COBOL 10

  2. cobol-microservices cobol-microservices Public

    COBOL

  3. levenshtein-distance levenshtein-distance Public

    C

  4. slack-status slack-status Public

    Shell 3

  5. spellchecker spellchecker Public

    Simple spell checker in Rust

    Rust

  6. WSL2: Update libcuda symbolic links.... WSL2: Update libcuda symbolic links. Now with self-elevation
    1
    # Accept a -force argument to perform the symlink creation regardless of what version is stored in driver_version.ini
    2
    param ($force)
    3
    $should_force = $false
    4
    if ($PSBoundParameters.ContainsKey('force')) {
    5
        if ($force -eq 1 -or