Skip to content
View seyedin's full-sized avatar

Block or report seyedin

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. ConcurrentArrayParallelSumMax ConcurrentArrayParallelSumMax Public

    Write a program that: Accepts an array of integers as input. Creates two threads: The first thread calculates the sum of the array elements. The second thread finds the largest number in the array.…

    Java

  2. ThreadVsRunnable ThreadVsRunnable Public

    Write a program that creates two threads: One using a class that extends the Thread class. The other using a class that implements the Runnable interface. • In the threads, print a simple message i…

    Java

  3. synchronized-wallet synchronized-wallet Public

    A Java-based wallet management system supporting concurrent transactions with synchronized methods. Ensures thread-safe charging and withdrawing funds, integrated with PostgreSQL for data persisten…

    Java

  4. Word-Stream-Grouper Word-Stream-Grouper Public

    A Java program that uses Streams to group words based on their length and count the number of words in each group. The program utilizes the `Collectors.groupingBy` and `Collectors.counting` methods…

    Java

  5. Simple-ToDo-Manager Simple-ToDo-Manager Public

    Simple-ToDo-Manager is a basic Bash script to manage your tasks efficiently. It allows you to add, remove, list, search, and mark tasks as done. All tasks are stored in text files for easy access a…

    Shell

  6. Pomodoro-Simple-Timer Pomodoro-Simple-Timer Public

    Pomodoro-Simple-Timer is a Bash script to help practice the Pomodoro Technique. Set the number of deep work sessions (10 seconds each), followed by short breaks (3 seconds). After 4 sessions, take …

    Shell