You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to deal with terminology and formulas.
Our test scoreboard: check.noctf.ru, sources: HackerDom/ctf-scoreboard-client
RuCTF 2019 scoreboard: ructfe.org/results
How is calculated: SLA, flagpoint, flags, score. It is advisable to explain this within the data coming from the server.
The text was updated successfully, but these errors were encountered:
Update by Michael Kvashin
sum(IHisory[i].IScoreboard[j].IService[a].flags - IHistory[i-1].IScoreboard[j].IService[a].flags) - sum of score for the service
where j - team id
Need to deal with terminology and formulas.
Our test scoreboard: check.noctf.ru, sources: HackerDom/ctf-scoreboard-client
RuCTF 2019 scoreboard: ructfe.org/results
How is calculated: SLA, flagpoint, flags, score. It is advisable to explain this within the data coming from the server.
The text was updated successfully, but these errors were encountered: