{"id":19760423,"url":"https://github.com/medidbella/philosophers","last_synced_at":"2025-02-28T02:46:35.290Z","repository":{"id":237708688,"uuid":"792264576","full_name":"medidbella/philosophers","owner":"medidbella","description":"this project's goal is to solve the dining philosopher's problem with a multi threaded approach","archived":false,"fork":false,"pushed_at":"2024-06-03T12:04:10.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-10T23:20:00.870Z","etag":null,"topics":["dining-philosophers-problem","multithreading","mutex-synchronisation"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/medidbella.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-26T10:04:38.000Z","updated_at":"2024-11-25T20:46:37.000Z","dependencies_parsed_at":"2024-06-03T13:40:32.569Z","dependency_job_id":null,"html_url":"https://github.com/medidbella/philosophers","commit_stats":null,"previous_names":["medidbella/philosophers"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medidbella%2Fphilosophers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medidbella%2Fphilosophers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medidbella%2Fphilosophers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medidbella%2Fphilosophers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/medidbella","download_url":"https://codeload.github.com/medidbella/philosophers/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241090585,"owners_count":19907980,"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","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-problem","multithreading","mutex-synchronisation"],"created_at":"2024-11-12T03:37:12.315Z","updated_at":"2025-02-28T02:46:35.272Z","avatar_url":"https://github.com/medidbella.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"this project's goal is to solve the dining philosopher's problem using threads\n\n[look up =\u003e](https://en.wikipedia.org/wiki/Dining_philosophers_problem)\n\n\u003e-----the program arguments:-----\u003c\n\nnumber_of_philosophers time_to_die time_to_eat time_to_sleep [ number_of_times_each_philosopher_must_eat ]\n\n◦ number_of_philosophers: The number of philosophers and also the number of forks.\n\n◦ time_to_die (in milliseconds): If a philosopher didn’t start eating time_to_die milliseconds since the beginning of their last meal\n  or the beginning of the simulation, they die.\n\n◦ time_to_eat (in milliseconds): The time it takes for a philosopher to eat. During that time, they will need to hold two forks.\n\n◦ time_to_sleep (in milliseconds): The time a philosopher will spend sleeping.\n\n◦ number_of_times_each_philosopher_must_eat (optional argument): If all philosophers have eaten at least number_of_times_each_philosopher_must_eat times,\n  the simulation stops. If not specified, the simulation stops when a philosopher dies.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmedidbella%2Fphilosophers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmedidbella%2Fphilosophers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmedidbella%2Fphilosophers/lists"}