TarikKaanKoc / Parallel-programming

This project is a homework assignment given by Hamit MΔ±zrak for the Parallel Programming lesson at Malatya Turgut Γ–zal University. It involves using multi-threading to sequentially collect user data and write it to specified text files. πŸŽ“πŸ’»πŸ“šπŸ‘¨β€πŸ’»

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸŽ“πŸ’»πŸ“š Parallel Programming Lesson ~ Homework πŸ‘¨β€πŸ’»

This project is a homework assignment given by Hamit MΔ±zrak for the Parallel Programming lesson at Malatya Turgut Γ–zal University. It involves using multi-threading to sequentially collect user data and write it to specified text files.

πŸ“ Project Structure πŸ—‚οΈ

src
└── com
    └── company
        β”œβ”€β”€ FilePathProvider.java
        β”œβ”€β”€ Main.java
        β”œβ”€β”€ SecretDataThread.java
        β”œβ”€β”€ UserDataThread.java
        └── resources
            β”œβ”€β”€ person.txt
            └── secret.txt

πŸš€ Getting Started πŸš€

  1. Clone the repository to your local machine.
  2. Navigate to the directory where the project was cloned.
  3. Run the main method located in the Main.java file.
  4. Follow the prompts to enter your username, password, email, and secret information.

Your data will be stored in the person.txt and secret.txt files located in the resources directory.

Happy Coding! πŸ’»πŸŽ‰

About

This project is a homework assignment given by Hamit MΔ±zrak for the Parallel Programming lesson at Malatya Turgut Γ–zal University. It involves using multi-threading to sequentially collect user data and write it to specified text files. πŸŽ“πŸ’»πŸ“šπŸ‘¨β€πŸ’»

License:MIT License


Languages

Language:Java 100.0%