Skip to content
View rubennoro's full-sized avatar

Block or report rubennoro

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. Husky-Robot-VN-200-Pipelining-SSLab- Husky-Robot-VN-200-Pipelining-SSLab- Public

    C++

  2. Sobel-Edge-Detection-w-CUDA Sobel-Edge-Detection-w-CUDA Public

    This program runs the Sobel Operators for a bit-map file on a GPU to achieve efficient edge detection.

    C

  3. Connect4-AI Connect4-AI Public

    This program allows the user to play Connect4 versus an AI going either first or second. It implements a heuristic evaluation function within a MiniMax algorithm, which uses alpha beta pruning for …

    Python

  4. Call-Center-Synchronization-Threading Call-Center-Synchronization-Threading Public

    Final Project for CS3650, Computer Systems, taken at UMass Amherst

    C

  5. Matrix-Multiplication Matrix-Multiplication Public

    This repo contains several matrix multiplication programs with different methods for improving efficiency such as tiling and synchronization.

    C

  6. Sorting-Algorithms Sorting-Algorithms Public

    This contains C programs that measure run time for two common sorting algorithms.

    C