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

Block or report olearyc11

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. Reading-CSV-File-and-Writing-to-New-Files Reading-CSV-File-and-Writing-to-New-Files Public

    Take a single master CSV File containing a master list of students and write them to three new files based on their course while also sorting them in descending order based on grade

    Java

  2. Recreating-Brain.FM-Website Recreating-Brain.FM-Website Public

    Recreate the Brain.fm website while mostly maintaining functionality and design.

    HTML

  3. Implementing-the-ArrayList-Data-Structure Implementing-the-ArrayList-Data-Structure Public

    Focusing on algorithms, this project recreates the ArrayList data structure, implementing a number of abstract methods in a CustomList interface, while also testing proper functionality within the …

    Java

  4. Grouping-and-Outputting-CSV-Sales-Data Grouping-and-Outputting-CSV-Sales-Data Public

    Analyze sales data from four different CSV yearly files, store the information into collections and output data to the console

    Java

  5. Asynchronously-Collect-from-ArrayList-and-Stream-the-Data Asynchronously-Collect-from-ArrayList-and-Stream-the-Data Public

    Write the code that asynchronously fetches data from a substantial array list and print to console the number of times each number appears in the list

    Java

  6. Use-Unit-Testing-to-Test-Refactored-Abstract-Methods Use-Unit-Testing-to-Test-Refactored-Abstract-Methods Public

    After adding functionality to previous abstract methods and writing the code for new abstract methods, use unit testing and the test driven development methodology to test the methods' functionailty

    Java