This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import threading | |
import time | |
i = 0 | |
class test(threading.Thread): | |
def __init__(self): | |
threading.Thread.__init__(self) | |
self.daemon = True | |
def run(self): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# coding: utf-8 | |
# | |
# POファイルの中の空白2つ開けてコメントしている部分を | |
# # コメント | |
# # > コメント | |
# のように変更し、前後に空白を入れるスクリプト | |
# 翻訳用 | |
# | |
import os.path, sys ,string, re |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SOME DESCRIPTIVE TITLE | |
# Copyright (C) YEAR Free Software Foundation, Inc. | |
# This file is distributed under the same license as the PACKAGE package. | |
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | |
# | |
#, | |
msgid "" | |
msgstr "" | |
"Project-Id-Version: PACKAGE VERSION\n" | |
"POT-Creation-Date: 2012-03-31 11:01+0900\n" |
OlderNewer