{"id":21530772,"url":"https://github.com/r0mb0/classic-synchronizzazion-problems","last_synced_at":"2025-10-09T22:33:08.280Z","repository":{"id":164352999,"uuid":"542024025","full_name":"R0mb0/Classic-synchronizzazion-problems","owner":"R0mb0","description":"Classical problems of synchronization using Semaphores and Condition Variables in java.","archived":false,"fork":false,"pushed_at":"2025-07-21T14:57:42.000Z","size":991,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T22:32:20.705Z","etag":null,"topics":["dining-philosophers","italian-developers","java","producer-consumer","r0mb0","reader-writer","sleeping-barber","synchronization","university-project"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/R0mb0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":"SECURITY.md","support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":"PayPal.Me/R0mb0"}},"created_at":"2022-09-27T10:18:20.000Z","updated_at":"2025-07-21T14:57:24.000Z","dependencies_parsed_at":"2024-11-21T09:18:02.461Z","dependency_job_id":"8026ef62-eb3f-4ff1-b891-c964399a6fc9","html_url":"https://github.com/R0mb0/Classic-synchronizzazion-problems","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/R0mb0/Classic-synchronizzazion-problems","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R0mb0%2FClassic-synchronizzazion-problems","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R0mb0%2FClassic-synchronizzazion-problems/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R0mb0%2FClassic-synchronizzazion-problems/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R0mb0%2FClassic-synchronizzazion-problems/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/R0mb0","download_url":"https://codeload.github.com/R0mb0/Classic-synchronizzazion-problems/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R0mb0%2FClassic-synchronizzazion-problems/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002106,"owners_count":26083307,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dining-philosophers","italian-developers","java","producer-consumer","r0mb0","reader-writer","sleeping-barber","synchronization","university-project"],"created_at":"2024-11-24T02:10:10.544Z","updated_at":"2025-10-09T22:33:08.276Z","avatar_url":"https://github.com/R0mb0.png","language":"Java","funding_links":["PayPal.Me/R0mb0","http://paypal.me/R0mb0"],"categories":[],"sub_categories":[],"readme":"![Java](https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge\u0026logo=openjdk\u0026logoColor=black)\n\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/e1dc496006f940c9becfbe93e4af7ff3)](https://app.codacy.com/gh/R0mb0/Classic-synchronizzazion-problems/dashboard?utm_source=gh\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_grade)\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/R0mb0/Classic-synchronizzazion-problems)\n[![Open Source Love svg3](https://badges.frapsoft.com/os/v3/open-source.svg?v=103)](https://github.com/R0mb0/Classic-synchronizzazion-problems)\n[![Donate](https://img.shields.io/badge/PayPal-Donate%20to%20Author-blue.svg)](http://paypal.me/R0mb0)\n\nUrbino`s University - Applied computer science - Operative Systems  \n\n# Classic-synchronizzazion-problems\nClassical problems of synchronization using Semaphores and Condition Variables in java\n\n# Problems Solved:\n### Dining Philosophers\n\u003e![dining-philosohers](ReadMeImgs/Dining-Philosophers/Dining-Philosophers.png)\n\u003e* Solved using Semaphores.\n\u003e* Solved using Condition Variables.\n\n### Producer Consumer\n\u003e![Producer-Consumer](ReadMeImgs/Producer-Consumer/Producer-Consumer.png)\n\u003e* Solved using Semaphores.\n\u003e* Solved using Condition Variables.\n\n### Readers and Writers\n\u003e![Readers-and-Writers](ReadMeImgs/Readers-and-Writers/Readers-and-Writers.png)\n\u003e* Solved using Semaphores.\n\u003e* Solved using Condition Variables.\n\n### Sleeping Barber\n\u003e![Sleeping-Barber](ReadMeImgs/Sleeping-Barber/Sleeping-Barber.png)\n\u003e* Solved using Semaphores.\n\u003e* Solved using Condition Variables.\n\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\"srcset=\"https://github.com/R0mb0/Not_made_by_AI/blob/main/Badge/SVG/NotMadeByAIDark.svg\"\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\"srcset=\"https://github.com/R0mb0/Not_made_by_AI/blob/main/Badge/SVG/NotMadeByAILight.svg\"\u003e\n    \u003cimg alt=\"Not made by AI\" src=\"https://github.com/R0mb0/Not_made_by_AI/blob/main/Badge/SVG/NotMadeByAIDefault.svg\"\u003e\n  \u003c/picture\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr0mb0%2Fclassic-synchronizzazion-problems","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr0mb0%2Fclassic-synchronizzazion-problems","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr0mb0%2Fclassic-synchronizzazion-problems/lists"}