Skip to content
View benmahomie's full-sized avatar

Block or report benmahomie

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

    A webpage that acts as an API to handle uploads and downloads to a local database. Supports different users and permission levels.

    Python

  2. bible_scraper bible_scraper Public

    A webscraper that collects and cleans various translations of the Bible, saving verses to CSV columns for verse-by-verse comparison.

    Python

  3. CaveStory-Inspired-Game CaveStory-Inspired-Game Public

    A game that tries to recreate the gameplay of Cave Story by Daisuke "Pixel" Amaya in Python using Pygame.

    Python

  4. ERLANG_chatroom ERLANG_chatroom Public

    A Parallel Chat Server built with Erlang's Communication Features. Supports multiple users sending and receiving messages in parallel.

    Erlang 1

  5. temperature_monitor temperature_monitor Public

    An exploration of the Rust programming language for embedded systems. A DHT11 temperature/humidity sensor controls the state of an LED to indicate whether a room is suitable for PLA filament storage.

    Rust

  6. GPA-Logistic-Regressor GPA-Logistic-Regressor Public

    An exploration of Logistic Regression in machine learning that tries to find correlations between a student's GPA in high school and their GPA in college. Ultimately unsuccessful due to poor data, …

    Python