Skip to content
View assyrianic's full-sized avatar
💻
CompEng courses
💻
CompEng courses

Organizations

@Nirari-Technologies
Block or Report

Block or report assyrianic

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

    Minimal, low-level, fast, and self-contained register-based bytecode virtual machine/runtime environment.

    C 120 7

  2. Harbol Harbol Public

    Harbol is a collection of data structure and miscellaneous libraries, similar in nature to C++'s Boost, STL, and GNOME's GLib but for C99+

    C 26 4

  3. Bisqwits-Portal-Render-Engine Bisqwits-Portal-Render-Engine Public

    Bisqwit's Portal Rendering Engine, written in C, updated to use SDL2 and C99 standard.

    C 17 6

  4. Targum-Lexer Targum-Lexer Public

    Configurable lexing library.

    C 2 1

  5. bool_algebra_overview.txt bool_algebra_overview.txt
    1
    Annulment rule:    `a + 1 = 1`.
    2
    
                  
    3
    Idempotent rule:   `a + a = a`, `aa = a`.
    4
    
                  
    5
    Complement rule:   `aa̅ = 0`.
  6. realloc that works like calloc. realloc that works like calloc.
    1
    /**
    2
    recalloc
    3
    4
    Copyright 2020 Kevin Yonan aka Nergal
    5