We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CTFTime need a different export format for decaying scores apparently, we need to support that.
The text was updated successfully, but these errors were encountered:
{ "tasks": [ "PPC 100", "Web 200", "Beer Challenge" ], "standings": [ { "pos": 1, "team": "Intergalactic Pwners", "score": 401, "taskStats": { "PPC 100": { "points": 103, "time": 1352647482 }, "Web 200": { "points": 201, "time": 1352652183 }, "Beer Challenge": { "points": 97, "time": 1352651383 } }, "lastAccept": 1352652183 }, { "pos": 2, "team": "h4ckmeifyouc4n", "score": 291, "taskStats": { "Web 200" : { "points": 202, "time": 1352649284 }, "Beer Challenge": { "points": 89, "time": 1352649511 } }, "lastAccept": 1352649511 }, { "pos": 3, "team": "MV Tech", "score": 203, "taskStats": { "Web 200": { "points": 203, "time": 1352650418 } }, "lastAccept": 1352650418 } ] }
Warning! Feed format development is in progress — don't implement maximal feeds before the official announce!
Sorry, something went wrong.
No branches or pull requests
CTFTime need a different export format for decaying scores apparently, we need to support that.
The text was updated successfully, but these errors were encountered: