Skip to content
View raphaeldickinson's full-sized avatar

Block or report raphaeldickinson

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. YTPlaylistMP3 YTPlaylistMP3 Public

    Tkinter GUI app to download a YouTube playlist as MP3s: Selenium (Chrome WebDriver) scrapes the playlist; yt-dlp + ffmpeg convert each video to MP3.

    Python

  2. Digital-Stopwatch-Cyclone-FPGA Digital-Stopwatch-Cyclone-FPGA Public

    Digital stopwatch implemented in Verilog for the Cyclone V FPGA (Quartus project).

    Verilog

  3. LOBo LOBo Public

    Limit order book written in Rust simulating high frequency real-time financial exchanges processed at a rate of 5M orders per second optimizing order lookups and cancellations in O(1) time complexity.

    Rust

  4. graphics-rasterizer graphics-rasterizer Public

    A CPU software rasterizer in C++20 - OBJ loading, z-buffering, perspective projection, and Phong shading with diffuse/normal/specular maps. No graphics API, no dependencies.

    C++