Skip to content
View Dpats13's full-sized avatar

Block or report Dpats13

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

    Clever non-conditional algorithms utilizing bitwise operations ONLY to solve various small problems in C

    C 2

  2. 2DDrawingApplication 2DDrawingApplication Public

    An application that allows the user to utilize a draw panel to create lines, rectangles, and ovals of all sorts of different colors and sizes

    Java

  3. ChessGame ChessGame Public

    Player vs. Player turn based chess game (on the same computer)

    C++

  4. GCD-and-Prime-Number-Calculator GCD-and-Prime-Number-Calculator Public

    Calculates the greatest common divisors of two numbers utilizing the euclidean algorithm and/or calculates if a number is prime or not utilizing the non-brute-force method which allows it to calcul…

    C++

  5. TaskTracker TaskTracker Public

    An application that allows users to keep track of their daily life tasks,(demonstrating the use of programming with data structures)

    C++

  6. TaskTrackerV2 TaskTrackerV2 Public

    Task Tracker with a Graphical User Interface

    C++