Skip to content
View KeyFramesOfVi's full-sized avatar
Block or Report

Block or report KeyFramesOfVi

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 Loading

  1. LinearRegression LinearRegression Public

    Practice developing a Linear Regression model using the Eigen C++ library.

    C++ 1

  2. Lisp Parser and Interpreter, takes s... Lisp Parser and Interpreter, takes string of lisp code and runs it.
    1
    // Copyright 2017, Victor R. Cabrera
    2
    #include "../include/Parser.hpp"
    3
    
                  
    4
    using string_array = std::vector<std::string>;
    5
    using list = std::vector<TaggedUnion>;
  3. csv_interpreter csv_interpreter Public

    List Virtualization to modify any sized CSV files quickly.

    JavaScript

  4. smb3_concentration smb3_concentration Public

    SMB3 Card Matching Mini Game, done in React!

    JavaScript

  5. trie-router trie-router Public

    http router built in golang, purely for practice and to learn how net/http works

    Go 1