/etc/sysconfig/jenkins
に
JENKINS_USER="USER"
を設定
/* | |
* Copyright (c) 2013 Calvin Rien | |
* | |
* Based on the JSON parser by Patrick van Bergen | |
* http://techblog.procurios.nl/k/618/news/view/14605/14863/How-do-I-write-my-own-parser-for-JSON.html | |
* | |
* Simplified it so that it doesn't throw exceptions | |
* and can be used in Unity iPhone with maximum code stripping. | |
* | |
* Permission is hereby granted, free of charge, to any person obtaining |
#!/usr/local/bin/php | |
<?php | |
/** | |
* Pre-commit Subversion script that runs unit tests. | |
* @author Omni Adams <[email protected]> | |
* @copyright 2010 Digital Darkness | |
*/ | |
/** |
# Java | |
*.class | |
*.jar | |
*.war | |
*.ear | |
# Eclipse | |
.project | |
.classpath | |
.settings |
以下転載:
# coding: utf-8 | |
"""USAGE: %(program)s WIKI_XML_DUMP OUTPUT_PREFIX | |
""" | |
import logging | |
import os.path | |
import sys | |
import gensim.corpora.wikicorpus as wikicorpus |