Skip to content
View tmsampson's full-sized avatar
🕹️
Pushing Pixels
🕹️
Pushing Pixels
Block or Report

Block or report tmsampson

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

  1. nebulous-workshop nebulous-workshop Public

    Nebulous workshop materials

    JavaScript 1

  2. outbreak outbreak Public

    Outbreak workshop materials

  3. arrt arrt Public

    Another Rust Ray Tracer

    Rust

  4. beyond-the-green-button beyond-the-green-button Public

    A deep dive into the MSVC toolchain and build/debug systems, initially delivered as a guest lecture at Sheffield Hallam University

  5. tmsampson.github.io.content tmsampson.github.io.content Public

    Additional utils, demos and content, hosted @ https://thomassampson.co.uk/

    HTML

  6. C++ Const Pointer Usage C++ Const Pointer Usage
    1
    //------------------------------------------------------------------------------------------------------------------------------
    2
    
    
    3
    struct MyType
    4
    {
    5
        int x = 0;