Skip to content

This repository contains a collection of Java projects and code samples showcasing my skills and experience in Java development. It serves as a portfolio to demonstrate my proficiency in various aspects of Java programming.

Notifications You must be signed in to change notification settings

xkyleann/Java_Projects

Repository files navigation

Java Portfolio

This repository contains a collection of Java projects and code samples showcasing my skills and experience in Java development. It serves as a portfolio to demonstrate my proficiency in various aspects of Java programming.

Projects

Project 1: OOP Physics

Description: This project demonstrates my ability to combine physics with object oriented programming. It showcases my skills in implementing graphics, statically distributed in 3D space.

Project 2: Simple Library

Description: This project demonstrates my ability to using private fields, sorting and storing books. It showcases my skills in implementing orders and sorting.

Description: The Image Processing project in Java focuses on detecting and removing specific patterns (referred to as "magpies") from an input image. It provides functionalities to load an image, convert it into a binary array, search for magpies using a reference image, and generate a clear image with the magpies removed.

Project 4: Binary Maze

Description: The Binary Maze project in Java aims to solve a maze represented as a text file. It provides functionality to load the maze, find a path from the start to the finish point, and display the solution. The program uses depth-first search and backtracking algorithms to navigate through the maze and find the optimal path.

Description: This Java program detects plagiarism among scripts in a directory by comparing their similarity using the Hamming distance algorithm. It identifies copied or identical lines and displays the average Hamming distance and the number of identical lines.

Project 6: Multithreading

Description: This project calculates the sum of an array using multithreading . It involves dividing the array into partial sums calculated by different threads. The total sum is then obtained by combining these partial sums.

Description: Implement a program to buffer console text and store it in a rolling log file system. The program creates a "data" directory, saves text in "log0.txt", and rolls logs from "log0.txt" to "log5.txt". It handles exceptions for file access and removal.

Code Samples

In addition to the projects, this repository also includes a collection of Java code samples that showcase my coding style, problem-solving skills, and familiarity with Java best practices. These samples cover various topics, such as:

  • Physics: Java class representing a system of N point electric charges, statically distributed in 3D space.
  • Simple Library: Java class Book containing three private fields and improving projects with using methods.

Feel free to explore the code samples to get a better understanding of my coding abilities and approach.

Usage and Contributions

You are welcome to browse through the projects and code samples in this repository. If you find something useful or interesting, feel free to fork the repository and adapt the code to your needs. Contributions, suggestions, and improvements are also welcome. Please follow the guidelines mentioned in the CONTRIBUTING.md file if you wish to contribute.

Contact

If you have any questions or would like to discuss any of the projects or code samples, please feel free to reach out to me. Thank you for visiting my Java portfolio repository!

Documentation

Project 1: OOP Physics Documentation 1
Project 2: Simple Library Documentation 2
Project 4: Image Processing | Magpies Documentation 3
Project 4: Binary Maze Documentation 4
Project 5: Plagiarism Detector Documentation 5
Project 6: Multithreading Documentation 6
Project 7: Console Text Buffering and File Logging Documentation 7

About

This repository contains a collection of Java projects and code samples showcasing my skills and experience in Java development. It serves as a portfolio to demonstrate my proficiency in various aspects of Java programming.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages