Skip to content
View assertX's full-sized avatar
Block or Report

Block or report assertX

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

Popular repositories Loading

  1. assertX_Menu-Generator assertX_Menu-Generator Public

    Create a menu in a format from an input file. Add new items to the lists.

    Java 1

  2. assertX_Payroll-Calculator assertX_Payroll-Calculator Public

    This was the first assignment of the Java Semester

    Java

  3. assertX_Packaging assertX_Packaging Public

    In this assignment, you have two kinds of boxes, small boxes (cube-shaped) and large boxes (cuboid-shaped). Your task is to pack as many small boxes as possible inside a large box. You are going to…

    Java

  4. assertX_Triangle-Area assertX_Triangle-Area Public

    In this assignment, you are going to write a Java program that reads in the data of some triangles from the input file, calculate the area of the triangles (valid triangles only), and write the cal…

    Java

  5. assertX_Calendar-Generator assertX_Calendar-Generator Public

    This was the first Java Project of the semester. Creating a Calendar Generator.

    Java

  6. assertX_Color-To-Grayscale assertX_Color-To-Grayscale Public

    In this assignment, you are going to write a program that converts a color image to grayscale image. Your program reads in an image in PPM format, converts each pixel's color data to grayscale, the…

    Java