Skip to content
View DanaBenish's full-sized avatar

Highlights

  • Pro

Block or report DanaBenish

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

    interactive C# stock analysis tool that combines candlestick pattern visualization with advanced wave theory and Fibonacci retracement tools

    C# 1

  2. ModoChatbot ModoChatbot Public

    React frontend for the University of Modo Campus Assistant chatbot, integrating with a FastAPI backend.

    JavaScript

  3. Effects-of-Glasses-and-Facial-Hair-on-Facial-Recognition Effects-of-Glasses-and-Facial-Hair-on-Facial-Recognition Public

    This project explores how glasses and facial hair affect facial recognition accuracy using different facial landmark sets (5 vs. 68) from "The Hong Kong Polytechnic University Disguise and Makeup F…

    Python

  4. funny-adds funny-adds Public

    Deployment of a react project. Experimented with Typescript and deploying react on GitHub pages.

    TypeScript

  5. HuffmanCodeGenerator HuffmanCodeGenerator Public

    HuffmanCodeGenerator is a C++ program that implements the Huffman coding algorithm for data compression. It generates optimal variable-length codes based on the frequency of characters in the input…

    C++

  6. NotationConverter NotationConverter Public

    This project converts between Postfix, Infix, and Prefix notations using a custom Deque. It includes methods for each conversion and is tested with Catch2.

    C++