Customizing the judge status page
 Customizing the judge status page 

      The status information is updated in real time, just after each event. However, the status page is still built by a cgi-bin program, and does not takes advantage of the judge system architecture: you need to wait until a refresh (or to reload the page) to see a snapshot. Within next months, an improved status page may appear on this Web.

      Meanwhile, furthermore of the buttons capabilities, we offer you a way to customize the fields shown in the status page from your own Web pages or bookmarks, using a special syntax. An example is the brief status page on this server. General syntax:

<a href=http://acm.gui.uva.es/cgi-bin/OnlineJudge?Status:JUDGE:OPTIONS:LINES:INI:SC:RF>
My custom status</a>

(You can omit the unused fields, and the trailing ':' characters at the end of the parameters list)

  • JUDGE: The Judge Host (currently, only Valladolid is available).
  • LINES: The number of submission lines printed (if omitted: 16, maximum: 1000).
  • INI: The oldest submission printed (if omitted, the newest minus LINES).
  • SC: Scale factor for table width (1.0 if omitted); may improve the readability.
  • RF: The number of seconds between page updates (15 if omitted).
  • OPTIONS may be replaced by one or more of these keys, in your preferred order:

    IThe submission ID number
    DSubmission Date (UTC)
    SSubmission status (being compiled, running, accepted...)
    CCPU spent until the moment
    MMemory (current status while running, maximum after finish)
    ATeam or author code
    TTeam or author name
    LSource code (languaje)
    PProblem number
    NProblem number and title

    Back to Contest Problem Set