{"id":16613147,"url":"https://github.com/c-cube/strictly_tally","last_synced_at":"2025-07-02T13:40:29.086Z","repository":{"id":144717376,"uuid":"167128377","full_name":"c-cube/strictly_tally","owner":"c-cube","description":"Implementation of relative placement tabulation for dance competitions","archived":false,"fork":false,"pushed_at":"2019-01-23T14:34:16.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-18T01:45:49.786Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/c-cube.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,"zenodo":null}},"created_at":"2019-01-23T06:15:43.000Z","updated_at":"2019-01-23T14:34:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"573f9560-36a9-4152-a1af-89a9ad1f787d","html_url":"https://github.com/c-cube/strictly_tally","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/c-cube/strictly_tally","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c-cube%2Fstrictly_tally","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c-cube%2Fstrictly_tally/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c-cube%2Fstrictly_tally/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c-cube%2Fstrictly_tally/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/c-cube","download_url":"https://codeload.github.com/c-cube/strictly_tally/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c-cube%2Fstrictly_tally/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260967449,"owners_count":23090104,"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":[],"created_at":"2024-10-12T01:46:07.540Z","updated_at":"2025-07-02T13:40:29.077Z","avatar_url":"https://github.com/c-cube.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Strictly Tally\n\nA rust program to rank dancers, following\n[this excellent blogpost](https://jazzmonkey.wordpress.com/2013/04/19/6-steps-to-understanding-relative-placement/).\n\nIt eats a .csv file and outputs ~~a panic stacktrace~~ the list of candidates, ranked.\n\n**Note**: it doesn't implement the \"showdown\" version of type-2 ties. Instead\nit reports ties in its output for a supreme judge to cut.\n\n## Example\n\n```\n$ ./tally.sh tests/test1.csv\n\n=== Sheet ===\nname            j1  j2  j3  j4  j5 \nJim Bob           1   4   2   2   5\nFreddy Lou        3   1   3   4   2\nMary Sue          4   3   5   3   1\nBobby Joe         2   5   1   5   3\nCandy Jane        5   2   4   1   4\n=============\n\n## ranking competitors (majority at 3)\n\n### ranking competitors [\"Jim Bob\", \"Freddy Lou\", \"Mary Sue\", \"Bobby Joe\", \"Candy Jane\"] (lvl 1, majority at 3)\n\n## computing 1-placements\n1-placements: [1, 1, 1, 1, 1]\n\n## computing 2-placements\n2-placements: [3, 2, 1, 2, 2]\nwinner for this round (by majority): \"Jim Bob\"\n\n## computing 2-placements\n2-placements: [3, 2, 1, 2, 2]\n\n## computing 3-placements\n3-placements: [3, 4, 3, 3, 2]\nseveral candidates: [(\"Freddy Lou\", 4), (\"Mary Sue\", 3), (\"Bobby Joe\", 3)]\nwinner for this round (biggest majority of 4): \"Freddy Lou\"\n\n## computing 3-placements\n3-placements: [3, 4, 3, 3, 2]\nseveral candidates: [(\"Mary Sue\", 3), (\"Bobby Joe\", 3)]\n\n### computing 3-Σ-placements\n3-Σ-placements: [(CompetitorID(2), 7), (CompetitorID(3), 6)]\nseveral candidates have majority, smallest sum is 6\nwinner for this round (with smallest sum 6): \"Bobby Joe\"\n\n## computing 3-placements\n3-placements: [3, 4, 3, 3, 2]\nwinner for this round (by majority): \"Mary Sue\"\n\n## computing 3-placements\n3-placements: [3, 4, 3, 3, 2]\n\n## computing 4-placements\n4-placements: [4, 5, 4, 3, 4]\nwinner for this round (by majority): \"Candy Jane\"\n\n############\nranked: [\"Jim Bob\", \"Freddy Lou\", \"Bobby Joe\", \"Mary Sue\", \"Candy Jane\"]\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc-cube%2Fstrictly_tally","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fc-cube%2Fstrictly_tally","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc-cube%2Fstrictly_tally/lists"}