Skip to content
View RealNeGate's full-sized avatar

Sponsors

@jacobsandlund
@bvisness
@lukekasz
Block or Report

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

  1. AsmSnake AsmSnake Public

    Snake Game written in x86-64 Assembly for Windows

    Assembly 24 1

  2. Cuik Cuik Public

    A Modern C11 compiler (STILL EARLY)

    C 532 27

  3. 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
  4. 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]