Skip to content
View r1y0u's full-sized avatar
  • Japan

Block or report r1y0u

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. cs-video-courses cs-video-courses Public

    Forked from Developer-Y/cs-video-courses

    List of Computer Science courses with video lectures.

    1

  2. staff-list staff-list Public

    Writing a class called Staff. It contains methods that manipulate an ArrayList of Strings representing the names of staff members. The constructor takes an ArrayList of String names as a parameter.…

    Java

  3. Temperature-map Temperature-map Public

    Creating a crude temperature map. A TemperatureMap class indicates areas of different temperature by the use of different colors. Our map will represent a square area. The temperatures are containe…

    Java

  4. Word-Processor Word-Processor Public

    Write a class to manage an array of Strings. Call the class WordProcessor. WordProcessor constructor takes no parameters but initializes the array so it can hold 8 elements. Define a constant for 8…

    Java

  5. Tile-Floor Tile-Floor Public

    In this problem you will model a tile floor. The tile floor consists of some number of rows of (filled) colored squares. Each row contains some number of squares. Each square has a side of 10 pixel…

    Java

  6. Student-Grade Student-Grade Public

    A Student has a name and an ArrayList of grades (Doubles) as instance variables. Write a class named Classroom which manages Student objects.

    Java