Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU
Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys
Consumer key: CjulERsDeqhhjSme66ECg
Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU
Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys
Consumer key: CjulERsDeqhhjSme66ECg
| import sys | |
| import time | |
| import ctypes | |
| import subprocess | |
| CTRL_C_EVENT = 0 | |
| CTRL_BREAK_EVENT = 1 | |
| if len(sys.argv) == 1: | |
| for i in range(2): |
| #!/usr/bin/python | |
| import flac.encoder as encoder | |
| import pyaudio | |
| import sys | |
| import requests | |
| import random | |
| from threading import Thread | |
| from Queue import Queue, Empty |
| Windows Registry Editor Version 5.00 | |
| [HKEY_CLASSES_ROOT\7-Zip.001\shell] | |
| @="extract" | |
| [HKEY_CLASSES_ROOT\7-Zip.001\shell\extract] | |
| @="Extract to Folder" | |
| [HKEY_CLASSES_ROOT\7-Zip.001\shell\extract\command] | |
| @="\"C:\\Program Files\\7-Zip\\7zG.exe\" x \"%1\" -o*" | |
| [HKEY_CLASSES_ROOT\7-Zip.7z\shell] |
| /** | |
| * escaperegexpchar.js | |
| * Escape the regular expression string (ES5 compliant). | |
| * Escape string can be passed to the () new RegExp(). | |
| * | |
| * @version 1.0.2 | |
| * @author think49 | |
| * @url https://gist.github.com/think49/7691225 | |
| * @license http://www.opensource.org/licenses/mit-license.php (The MIT License) | |
| * @see <a href="http://es5.github.io/#x15.10.1">15.10.1 Patterns - Annotated ES5.1</a> |
| <?php | |
| //write kazua | |
| function convGtJDate($src) { | |
| list($year, $month, $day) = explode('/', $src); | |
| if (!@checkdate($month, $day, $year) || $year < 1869 || strlen($year) !== 4 | |
| || strlen($month) !== 2 || strlen($day) !== 2) return false; | |
| $date = str_replace('/', '', $src); | |
| if ($date >= 19890108) { | |
| $gengo = '平成'; |
| #!/usr/bin/env python3 | |
| import sys | |
| import fontforge | |
| def main(file): | |
| for font in fontforge.fontsInFile(file): | |
| f = fontforge.open(u'%s(%s)' % (file, font)) | |
| f.generate('%s.ttf' % font) |
| import win32serviceutil | |
| import win32service | |
| import win32event | |
| import servicemanager | |
| import socket | |
| import time | |
| import logging | |
| logging.basicConfig( | |
| filename = 'c:\\Temp\\hello-service.log', |
| あせ (・_・;) 顔文字 | |
| あせ (・∀・;) 顔文字 | |
| あせ (^ω^;;) 顔文字 | |
| あせ (゚∀゚ ;) 顔文字 | |
| あせ (゚∀゚ ;)タラー 顔文字 | |
| あたふた ヽ(´・ω・`ヽ) 顔文字 | |
| あつい (。>﹏<) 顔文字 | |
| あつい (。>﹏<)あㄘ”ゅい 顔文字 | |
| あつい (>﹏<。Ξ。>﹏<) 顔文字 | |
| あつい ι(´Д`υ) 顔文字 |