{"id":16913646,"url":"https://github.com/extrawurst/elo-rating-d","last_synced_at":"2026-01-03T18:43:12.348Z","repository":{"id":11598461,"uuid":"14090383","full_name":"extrawurst/elo-rating-d","owner":"extrawurst","description":"ELO rating system in the D programming language","archived":false,"fork":false,"pushed_at":"2015-10-11T00:12:54.000Z","size":244,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-25T21:13:02.817Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"D","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/extrawurst.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}},"created_at":"2013-11-03T18:12:51.000Z","updated_at":"2020-11-19T04:29:26.000Z","dependencies_parsed_at":"2022-09-19T11:40:51.299Z","dependency_job_id":null,"html_url":"https://github.com/extrawurst/elo-rating-d","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/extrawurst%2Felo-rating-d","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawurst%2Felo-rating-d/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawurst%2Felo-rating-d/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawurst%2Felo-rating-d/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/extrawurst","download_url":"https://codeload.github.com/extrawurst/elo-rating-d/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244717364,"owners_count":20498283,"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-13T19:14:22.641Z","updated_at":"2026-01-03T18:43:12.323Z","avatar_url":"https://github.com/extrawurst.png","language":"D","funding_links":[],"categories":[],"sub_categories":[],"readme":"elo-rating-d [![Build Status](https://api.travis-ci.org/Extrawurst/elo-rating-d.svg)](https://travis-ci.org/Extrawurst/elo-rating-d) [![Coverage Status](https://coveralls.io/repos/Extrawurst/elo-rating-d/badge.svg)](https://coveralls.io/r/Extrawurst/elo-rating-d)\n============\n\nSimple implementation of the famous [ELO Rating formular](https://en.wikipedia.org/wiki/Elo_rating_system) written in the [D programming language](http://dlang.org/).\n\nTested with dmd \u003e=2.063.2.\nThis project is a [dub package](http://code.dlang.org/packages/elo-rating-d)\n\nusage:\n============\n\nadd the elo-rating-d package to your dub dependancies and run ratings like this:\n\n```\nimport elo.rating;\n\nint MyRating = 1000;\nint OpponentRating = 1000;\n\nauto MyNewRating = RatingSystem.GetNewRating(MyRating,OpponentRating,RatingSystem.Result.Win);\n```\n\nOptionally you can specify the kFactor to be used as a 4th parameter. It is 30 by default.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextrawurst%2Felo-rating-d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fextrawurst%2Felo-rating-d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextrawurst%2Felo-rating-d/lists"}