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

    foundation for cli + gui applications for linux + win32

    C

  3. sudsolve sudsolve Public

    very fast sudoku solver using Donald Knuth's dancing links algorithm

    C++

  4. usrnatc.github.io usrnatc.github.io Public

    nyt pips game solver

    HTML

  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]