Skip to content
View mvinci12's full-sized avatar

Block or report mvinci12

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

Popular repositories Loading

  1. aws-do-kubeflow aws-do-kubeflow Public

    Jupyter Notebook 1

  2. Mini-Project-EC463 Mini-Project-EC463 Public

    Twitter Software

    Java 1

  3. Huffman-Code Huffman-Code Public

    Generates a Huffman tree from a provided map, prints the generated tree in table format (containing Character and Huffman code columns), and then prints out the decoded text version of the provided…

    C++

  4. Truss-Program Truss-Program Public

    Designed a MATLAB program that calculates and determines the tension and compression in each member, load/cost ratio, and the maximum weight a truss can hold, given a user's truss in the form of mu…

    MATLAB

  5. Single-Cycle-CPU Single-Cycle-CPU Public

    Added to, debugged, and tested new features of a single cycle CPU using Verilog.

    Verilog

  6. DoublyLinkedList-Implementation DoublyLinkedList-Implementation Public

    Implemented an ordered doubly linked list (with keys in increasing order). Code contains a templated Node class and a templated LinkedList class. The list nodes contain a data field, which doubles …

    C++