Skip to content
View ryanvickr's full-sized avatar
✌️
✌️

Highlights

  • Pro

Block or report ryanvickr

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. Ray-Tracer Ray-Tracer Public

    A project to learn about how ray tracing works, as well as how to optimize vector operations.

    C++

  2. AllocatorsBenchmark AllocatorsBenchmark Public

    Benchmarking/exploration of various types of allocators.

    C++

  3. Taillight-Control-Unit Taillight-Control-Unit Public

    An automobile taillight control unit I created using VHDL, programmed to run on the Altera Cyclone V board.

    VHDL 1

  4. Derivatives_Calculator Derivatives_Calculator Public

    A calculator I created which will find profit and payoff for various types of derivatives.

    Python

  5. Buffered-Executor Buffered-Executor Public

    This is a class that is designed as producer-consumer queue that can be used with an arbitrary producer and consumer type.

    C++

  6. Custom-Image-Transfer-Protocol Custom-Image-Transfer-Protocol Public

    A client+server example with a custom-built image transfer protocol I created to learn sockets.

    JavaScript