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

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

    """
    default_argument_parser("Logger for CMS.", LogService).run()
예제 #6
0
파일: Worker.py 프로젝트: Mloc/cms
def main():
    """Parse arguments and launch service.

    """
    default_argument_parser("Safe command executer for CMS.", Worker).run()
예제 #7
0
파일: Checker.py 프로젝트: strogo/cms-1
def main():
    """Parse arguments and launch service.

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

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

    """
    default_argument_parser("Admins' web server for CMS.",
                            AdminWebServer).run()
예제 #10
0
파일: Worker.py 프로젝트: kennyboy/cms
def main():
    """Parse arguments and launch service.

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

    """
    default_argument_parser("Test for CMS FileCacher class.",
                            TestFileCacher).run()
예제 #12
0
파일: Checker.py 프로젝트: sekouperry/cms
def main():
    """Parse arguments and launch service.

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