Skip to content
View mlshort's full-sized avatar
  • Austin, Texas
  • 18:17 (UTC -05:00)
Block or Report

Block or report mlshort

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

  1. AETG2 AETG2 Public

    Grad school, Software Engineering, Automated Combinatorial Testing for Software project. A set of parameters is identified that define the space of possible test scenarios. Then, combinatorial desi…

    C++ 2

  2. Asteroids Asteroids Public

    Grad school Adv Game Development project. Implemented primitive physics engine with collision detection and thrust vectoring. Further integrated use of XBOX input game controller.

    C++ 1

  3. Keno Keno Public

    Grad school Algorithm Analysis Keno payoff calculator. Exports results into an Excel Spreadsheet using ole automation.

    C++ 1 2

  4. AssocDataCache AssocDataCache Public

    Grad school, Adv Computer Architecture, 4-way associative data cache project. A cache in the primary storage hierarchy contains cache lines that are grouped into sets. If each set contains k lines …

    C++

  5. CNP_Protocol CNP_Protocol Public

    Grad school, Computer Networks, multi-threaded client & server using custom network protocol. std::map used for persistent data store. scope-based locks used for synchronization.

    C++

  6. InstructionPipeline InstructionPipeline Public

    Grad school, Adv Computer Architecture, Instruction Pipeline project. Pipelining is a technique where multiple instructions are overlapped during execution. Pipeline is divided into stages and thes…

    C++