示例#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()