{"id":15060355,"url":"https://github.com/aledpl5/assembly-production-scheduler","last_synced_at":"2026-01-02T14:08:29.228Z","repository":{"id":247066882,"uuid":"823668146","full_name":"Aledpl5/Assembly-Production-Scheduler","owner":"Aledpl5","description":"Assembly Order's Scheduler","archived":false,"fork":false,"pushed_at":"2024-07-06T11:05:17.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T05:14:52.268Z","etag":null,"topics":["assembly","assembly-language","assembly-x86","interrupts","makefile","project","syscalls","university-project"],"latest_commit_sha":null,"homepage":"","language":"Assembly","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/Aledpl5.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-07-03T13:27:00.000Z","updated_at":"2024-07-06T11:05:21.000Z","dependencies_parsed_at":"2024-07-06T11:55:05.288Z","dependency_job_id":"30357345-0d77-4248-a98b-3d323c0e6a05","html_url":"https://github.com/Aledpl5/Assembly-Production-Scheduler","commit_stats":null,"previous_names":["aledpl5/assembly-production-scheduler"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aledpl5%2FAssembly-Production-Scheduler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aledpl5%2FAssembly-Production-Scheduler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aledpl5%2FAssembly-Production-Scheduler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aledpl5%2FAssembly-Production-Scheduler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aledpl5","download_url":"https://codeload.github.com/Aledpl5/Assembly-Production-Scheduler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243685583,"owners_count":20330982,"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":["assembly","assembly-language","assembly-x86","interrupts","makefile","project","syscalls","university-project"],"created_at":"2024-09-24T22:57:24.180Z","updated_at":"2026-01-02T14:08:29.200Z","avatar_url":"https://github.com/Aledpl5.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Production-Scheduler\nThis is a University project in which we had to create a scheduler of orders.\nIn this case, a specific company gives a text file in which stores the orders to schedule.\n\nEvery file in the Ordini directory is composed in this way:\n```id,production_time,deadline,priority```\n\n## How we store and order the data\nEvery time we store a data in the Stack, we have this column for each order:\n|Stack|\n|--------|\n|........|\n|Priority|\n|Deadline|\n|Production time|\n|ID Order|\n\nAt this point, we have all the four data near to each other, so we can easily manage them during the scheduling process.\n\n### HPF Algorithm\nThe first algoritm we use is the ```High Priority First``` and in case two orders have the same priority, we check the deadline and put first which one has the lower deadline.\n\n### EDF Algorithm\nThe second algoritm we use is the ```Earliest Deadline First``` and in case two orders have the same deadline, we check the priority and put first which one has the higher priority\n\n## How to use\nOpen a terminal and run these 3 commands:\n```bash\nmkdir obj\nmkdir bin\nmake\n```\nAt this point, all objects and executable files are created.\n\n## How to run\nIn order to run this project, run this command:\n```bash\n./bin/pianificatore Ordini/orders_file\n```\n\n## Collaborators\n- [Mattia Danese](https://github.com/mattiadane)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faledpl5%2Fassembly-production-scheduler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faledpl5%2Fassembly-production-scheduler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faledpl5%2Fassembly-production-scheduler/lists"}