Skip to content
View lookbusy1344's full-sized avatar

Block or report lookbusy1344

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

    C# Roslyn code analyser to check records for correct value semantics

    C# 6 1

  2. Relativity Relativity Public

    Special Relativity libraries in Python, Javascript, Rust and C# for cross-platform space travellers

    Jupyter Notebook

  3. arm_emulator arm_emulator Public

    Vibe-coded ARM2 emulator, an architecture released in 1986. Cross-platform in Go

    Go 1

  4. PicoArgs-dotnet PicoArgs-dotnet Public

    A tiny command line argument parser for dotnet, inspired by Rust pico-args

    C#

  5. HashRust HashRust Public

    CLI file hashing using Rust

    Rust 1

  6. SHA1 value type for .NET 8, using an... SHA1 value type for .NET 8, using an inline array of 20 bytes
    1
    namespace Sha1ValueExample;
    2
    
                  
    3
    /// <summary>
    4
    /// A struct record holding the SHA-1 hash of a file. This is a value type for speed
    5
    /// </summary>