Skip to content
View KaceCottam's full-sized avatar
  • Pullman, WA
Block or Report

Block or report KaceCottam

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. Simple parsing of a CSV file's line.... Simple parsing of a CSV file's line. Also includes a utility file repr.hpp and a main for testing.
    1
    #include <iostream> // std::ostream, std::cout, std::cin
    2
    
                  
    3
    #include "simpleCSVParse.hpp" // parseCSVLine, option
    4
    #include "repr.hpp" // Repr
    5
    
                  
  2. IndexBot5 IndexBot5 Public

    Indexbot made in Javascript with slash commands and threads

    JavaScript

  3. x86_64_printf x86_64_printf Public

    Very simple printf implementation in x86_64 assembly

    Assembly

  4. tqdb tqdb Public

    A small rust database that uses json in memory.

    Rust 2 3