Skip to content
View RealNeGate's full-sized avatar

Sponsors

@jacobsandlund
@bvisness
@lukekasz

Block or report RealNeGate

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

    Snake Game written in x86-64 Assembly for Windows

    Assembly 26 1

  2. Cuik Cuik Public

    A Modern C11 compiler (STILL EARLY)

    C 624 29

  3. nbhs.h nbhs.h
    1
    ////////////////////////////////
    2
    // NBHS - Non-blocking hashset
    3
    ////////////////////////////////
    4
    // You wanna intern lots of things on lots of cores? this is for you. It's
    5
    // inspired by Cliff's non-blocking hashmap.
  4. greenies.c greenies.c
    1
    // Compile with clang or MSVC (WINDOWS ONLY RN)
    2
    //
    3
    // Implementing a POC green threads system using safepoints to show how cheap and simple it can
    4
    // be done, all you need to do is call SAFEPOINT_POLL in your own language at the top of every
    5
    // loop and function body (you can loosen up on this depending on the latency of pausing you're
  5. coff_embed.c coff_embed.c
    1
    // Mostly portable example of creating an object file to embed a binary.
    2
    // Requires stb_ds.h (https://github.com/nothings/stb/blob/master/stb_ds.h)
    3
    // Arguments:
    4
    //   
    5
    //   coff_embed [name] [input]