Skip to content
View ColinPollard's full-sized avatar
  • Trident Sensing
  • Utah
Block or Report

Block or report ColinPollard

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

    A project implementing the marching cubes algorithm to create an stl mesh from a point cloud distribution.

    Python 5 2

  2. ECE3710 ECE3710 Public

    Physical Pong: A final design project designed for Alterra FPGAs that implements a custom CPU and assembler, and uses these to create a Pong game that displays on a custom 3D-printed paddle and bal…

    Verilog 1

  3. TurbochargerController TurbochargerController Public

    Repository for the hardware and software development of an absolute pressure turbocharger wastegate and valve controller.

    C++

  4. CacheSimulator CacheSimulator Public

    A project to simulate cache performance for a given set of addresses. Can simulate: Direct Mapping, Fully Associative, and Set Associative caches.

    Java