{"id":19084954,"url":"https://github.com/mostafa8026/priorityhandler","last_synced_at":"2025-04-30T09:26:33.945Z","repository":{"id":76090995,"uuid":"118896622","full_name":"mostafa8026/PriorityHandler","owner":"mostafa8026","description":"Help developers in priority management of any list with any items in it.","archived":false,"fork":false,"pushed_at":"2024-03-26T16:01:59.000Z","size":36,"stargazers_count":6,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T22:39:07.942Z","etag":null,"topics":["priorioty-manager","priority","priority-handler","priority-list"],"latest_commit_sha":null,"homepage":"","language":"C#","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/mostafa8026.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}},"created_at":"2018-01-25T10:10:36.000Z","updated_at":"2024-03-26T16:02:03.000Z","dependencies_parsed_at":"2023-03-18T13:47:44.938Z","dependency_job_id":null,"html_url":"https://github.com/mostafa8026/PriorityHandler","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mostafa8026%2FPriorityHandler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mostafa8026%2FPriorityHandler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mostafa8026%2FPriorityHandler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mostafa8026%2FPriorityHandler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mostafa8026","download_url":"https://codeload.github.com/mostafa8026/PriorityHandler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251675862,"owners_count":21625908,"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":["priorioty-manager","priority","priority-handler","priority-list"],"created_at":"2024-11-09T02:53:12.570Z","updated_at":"2025-04-30T09:26:33.917Z","avatar_url":"https://github.com/mostafa8026.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PriorityHandler\n\n[![Build Status](https://travis-ci.org/mostafa8026/PriorityHandler.svg?branch=master)](https://travis-ci.org/mostafa8026/PriorityHandler)\n\n## How to use\n\nNuget package:\n\n    Install-Package PriorityHandler -Version 1.0.1\n\nYou can simply creat a new list using PriorityList wrapper:\n\n    List\u003cPriorityItem\u003cstring\u003e\u003e priority_list = new List\u003cPriorityItem\u003cstring\u003e\u003e();\n\nThen by the help of PriorityManager class insert, swap and do a lot of priority related stuff like this:\n\n    PriorityManager\u003cPriorityItem\u003cstring\u003e\u003e priority_manager = new PriorityManager\u003cPriorityItem\u003cstring\u003e\u003e();\n    priority_manager.PriorityInsert(priority_list, line, new PriorityItem\u003cstring\u003e((++count).ToString()));\n    priority_manager.Swap(priority_list, indexA, indexB);\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmostafa8026%2Fpriorityhandler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmostafa8026%2Fpriorityhandler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmostafa8026%2Fpriorityhandler/lists"}