Skip to content
View CoryJonet's full-sized avatar

Block or report CoryJonet

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

    Verilog & Assembly Exercises that delves into: Multiplexers, Adders, Sequence detection, Registers, Saturating Counter, FIFO, and various Assembly exercises

    Verilog 1

  2. Custom_Compiler Custom_Compiler Public

    Custom compiler based on own made up programming language (although very similar to say Java).

    Java

  3. Database_Management_System_-DBMS- Database_Management_System_-DBMS- Public

    A limited feature database management system (DBMS). Delves into buffer management, heap management, and query parsing

    C++

  4. Simple_Fast_Sort Simple_Fast_Sort Public

    Simple fast sort program. Sorts a file via CLI with optional keyword flag to sort on.

    C

  5. XV6_Unix_Operating_System XV6_Unix_Operating_System Public

    XV6 Unix operating system that allows hacking. Enhancements include: listing processes, priority based scheduler of processes, exception for processes, shared memory for processes, threading for pr…

    C

  6. AI_Decision_Tree AI_Decision_Tree Public

    Artificial intelligence decision tree. Delves into: building a decision tree with a training set, pruning a decision tree with a tuning set, and creating classifications based on a decision tree.

    Java