Beispiel #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()
Beispiel #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()
Beispiel #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()
Beispiel #4
0
def main():
    """Parse arguments and launch service.

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

    """
    default_argument_parser("Logger for CMS.", LogService).run()
Beispiel #6
0
def main():
    """Parse arguments and launch service.

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

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

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

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

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

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

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