{"id":24274002,"url":"https://github.com/benawi/distributed-process-coord-election","last_synced_at":"2025-09-24T15:31:34.477Z","repository":{"id":158174965,"uuid":"623437608","full_name":"Benawi/Distributed-Process-Coord-Election","owner":"Benawi","description":"Implemantation of Distributed Process Coordination Election Algorithim","archived":false,"fork":false,"pushed_at":"2023-04-28T13:24:13.000Z","size":28,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-15T21:07:03.517Z","etag":null,"topics":["bully-algorithm","coordinator","election","multithreading","ring-algorithm","synchronization"],"latest_commit_sha":null,"homepage":"","language":"Java","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/Benawi.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":"2023-04-04T11:22:39.000Z","updated_at":"2024-01-19T14:20:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"defebd97-1068-4d9e-a55b-83c50e6b8a87","html_url":"https://github.com/Benawi/Distributed-Process-Coord-Election","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Benawi/Distributed-Process-Coord-Election","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Benawi%2FDistributed-Process-Coord-Election","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Benawi%2FDistributed-Process-Coord-Election/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Benawi%2FDistributed-Process-Coord-Election/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Benawi%2FDistributed-Process-Coord-Election/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Benawi","download_url":"https://codeload.github.com/Benawi/Distributed-Process-Coord-Election/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Benawi%2FDistributed-Process-Coord-Election/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276774323,"owners_count":25702569,"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-09-24T02:00:09.776Z","response_time":97,"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":["bully-algorithm","coordinator","election","multithreading","ring-algorithm","synchronization"],"created_at":"2025-01-15T20:07:04.771Z","updated_at":"2025-09-24T15:31:34.472Z","avatar_url":"https://github.com/Benawi.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Distributed-Process-Coord-Election\n## Implemantation of Distributed Process Coordination Election Algorithim\n## Give me ⭐️ If you like this project!\n## [Feedback or Question](https://github.com/Benawi/Distributed-Process-Coord-Election/issues/1)\n\n\n# How to use GitHub flow\n\n## Main branch\n\nYou can think about the `main` branch as a snapshot of your application that at any moment can be used for:\n- deployment to production (which often occurs automatically) - you do not want to deploy broken code by accident.\n- developing new features with multiple collaborators - your teammates need a stable version of your project to start implementing changes.\n\nTherefore the `main` branch should always be stable code that actually works and can be safely used. Any changes required in the application should be introduced in `feature` branches and approved before merging them to the `main` branch.\n\n*NOTE: The `main` branch is a rather new name. Previously it was called the `master` branch. GitHub [has changed it for good reasons](https://www.techrepublic.com/article/github-to-replace-master-with-main-starting-in-october-what-developers-need-to-know/), but you can still see some references to the `master` in many articles. Do not let that confuse you.*\n\n## Feature branches\n\nBefore you start working on a new feature, you should create a new `feature` branch that is based on the `main` branch. You will use this branch for all your work.\nIn order to get a deeper understanding of `feature` branches\n\nRemember that your branch name should be descriptive (e.g.: `refactor-authentication`, `user-content-cache-key`, `make-retina-avatars`), so that others can see what is being worked on.\n\n## Opening pull requests\n\nOnce you start working on any project, initialize its `main` branch. Then, add changes in a `feature` branch(es).\nYou will need to create a *pull request* to compare your `feature` branch with the `main` branch and submit the link to that pull request via your Dashboard.\nAfter you submit the link to your pull request you will get a code review from one of our code reviewers. \n\nYou should not merge your pull requests to the `main` branch of your project without a code review that *approves* your changes.\n\n\n\n------\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenawi%2Fdistributed-process-coord-election","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenawi%2Fdistributed-process-coord-election","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenawi%2Fdistributed-process-coord-election/lists"}