つぶやくサーバー step 1: create a twitter account. from settings page, mark it private.
step 2: open twitter s new application page and fill the form. put the name as myst and website as . step 3: download myst: twitter for shell and extract it. step 4: open your application myst listed at twitter s apps page and fill .myst.conf with the relevant details.
copy it to your home directory. step 5: install python-twitter (version 0.82) on your server along with dependencies. step 6: put a cron with appropriate time (and path to scripts) to execute the following periodically:
pythonで半角英数字から全角英数字へ変換 s = u'abcabc123123!@#$!@#$' t = dict((0xff00 + ch, 0x0020 + ch) for ch in range(0x5f)) t[0x3000] = 0x0020 print s.translate(t) この場合、normalizeと違って半角カナは変更しません
人工知能に関する断創録 swipe: a sawtooth waveform inspired pitch estimator for speech and music (pdf)