Popular repositories Loading
-
ConcurrentArrayParallelSumMax
ConcurrentArrayParallelSumMax PublicWrite 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
-
ThreadVsRunnable
ThreadVsRunnable PublicWrite 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
-
synchronized-wallet
synchronized-wallet PublicA 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
-
Word-Stream-Grouper
Word-Stream-Grouper PublicA 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
-
Simple-ToDo-Manager
Simple-ToDo-Manager PublicSimple-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
-
Pomodoro-Simple-Timer
Pomodoro-Simple-Timer PublicPomodoro-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
If the problem persists, check the GitHub status page or contact support.