Skip to content
View usrnatc's full-sized avatar

Block or report usrnatc

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. nc_ui nc_ui Public

    Immediate-mode UI library for 1-bit monochrome displays

    C++ 2 1

  2. nc_json nc_json Public

    zero-allocation json stream parser for embedded contexts

    C++ 1

  3. nc_serial nc_serial Public

    Single-file bounds-checked binary serialisation library for embedded c++

    C++ 1

  4. nc nc Public

    foundation for cli + gui applications for linux + win32

    C

  5. vsnprintf implementation that seems ... vsnprintf implementation that seems to do what I need, not extensively tested
    1
    #include <stdarg.h>
    2
    
                  
    3
    #define __VSN_WRITE_CHAR(X) do {                        \
    4
        if ((u64) (BufferPtr - Buffer) < BufferCapacity) {  \
    5
            *BufferPtr = X;                                 \
  6. collection of x87 maths routines collection of x87 maths routines
    1
    align(16)
    2
    PowF32 proc
    3
        movss   dword ptr [rsp + 8], xmm0
    4
        movss   dword ptr [rsp + 16], xmm1
    5
        fld     dword ptr [rsp + 16]