Ejemplo n.º 1
0
def main():
    """Parse arguments and launch service.

    """
    default_argument_parser("Submission's compiler and evaluator for CMS.",
                            EvaluationService,
                            ask_contest=ask_for_contest).run()
Ejemplo n.º 2
0
def main():
    """Parse arguments and launch service.

    """
    default_argument_parser("Score computer and relayer for CMS.",
                            ScoringService,
                            ask_contest=ask_for_contest).run()
Ejemplo n.º 3
0
def main():
    """Parse arguments and launch service.

    """
    default_argument_parser("Score computer and relayer for CMS.",
                            ScoringService,
                            ask_contest=ask_for_contest).run()
Ejemplo n.º 4
0
def main():
    """Parse arguments and launch service.

    """
    default_argument_parser("Contestants' web server for CMS.",
                            ContestWebServer,
                            ask_contest=ask_for_contest).run()
Ejemplo n.º 5
0
def main():
    """Parse arguments and launch service.

    """
    default_argument_parser("Logger for CMS.", LogService).run()
Ejemplo n.º 6
0
Archivo: Worker.py Proyecto: Mloc/cms
def main():
    """Parse arguments and launch service.

    """
    default_argument_parser("Safe command executer for CMS.", Worker).run()
Ejemplo n.º 7
0
def main():
    """Parse arguments and launch service.

    """
    default_argument_parser("Checker for aliveness of other CMS service.",
                            Checker).run()
Ejemplo n.º 8
0
def main():
    """Parse arguments and launch service.

    """
    default_argument_parser("Test for CMS FileCacher class.",
                            TestFileCacher).run()
Ejemplo n.º 9
0
def main():
    """Parse arguments and launch service.

    """
    default_argument_parser("Admins' web server for CMS.",
                            AdminWebServer).run()
Ejemplo n.º 10
0
def main():
    """Parse arguments and launch service.

    """
    default_argument_parser("Safe command executer for CMS.", Worker).run()
Ejemplo n.º 11
0
def main():
    """Parse arguments and launch service.

    """
    default_argument_parser("Test for CMS FileCacher class.",
                            TestFileCacher).run()
Ejemplo n.º 12
0
def main():
    """Parse arguments and launch service.

    """
    default_argument_parser("Checker for aliveness of other CMS service.",
                            Checker).run()