Skip to content
View lukewilson2002's full-sized avatar

Block or report lukewilson2002

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

    A handwritten scientific calculator for interpreting equations.

    Rust 40 10

  2. qedit qedit Public archive

    A portable text editor running on terminals.

    Go 16 3

  3. oxc oxc Public

    The first C compiler written in Rust.. mostly unworking.

    Rust 43 7

  4. A program to compute inverses of num... A program to compute inverses of numbers (requires Go 1.13+ for floating-point hex). A translation of an equivalent Heron C program found in the Modern C book by Jens Gustedt.
    1
    package main
    2
    
                  
    3
    import (
    4
        "fmt"
    5
        "os"