Skip to content
View sanihaseeb's full-sized avatar
  • Mississauga
Block or Report

Block or report sanihaseeb

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

  1. BrickBreakerApplication BrickBreakerApplication Public

    A complete MVC pattern-based Java GUI application on the Brick Breaker game with a persistence layer that allows to keep record of previous game settings, admins, users and high scorers.

    Java

  2. Encryption Encryption Public

    Multiple message encryption techniques including Caesar, Vigenere and Transposition implemented along with their decipher methods.

    Java

  3. ImageSorter ImageSorter Public

    A program that creates a 'Timeline Image' that summarizes all photos (.jpg) within a directory (input by the single argument) and recursive sub-directories. The time-line is sorted with the oldest …

    Shell

  4. SimpleCalculator SimpleCalculator Public

    Minimalistic design of a calculator based on the concept of conversion between infix to postfix forms with major use of Java Swing for the GUI.

    Java

  5. SimpleDiamond SimpleDiamond Public

    A command-line based program that takes two arguments. The second argument has to be an odd number in order to define the correct height for a diamond to be output.

    C

  6. WarehouseManagementSystem WarehouseManagementSystem Public

    Simulation of an automated warehouse management system based on the structure of doubly-linked lists.

    Java