Skip to content

Instantly share code, notes, and snippets.

View tpdn's full-sized avatar
🇰🇵

tpdn

🇰🇵
View GitHub Profile
@tpdn
tpdn / 1.md
Last active June 16, 2021 12:25
Commando Slack Emoji
@tpdn
tpdn / foo.py
Created October 27, 2018 13:12
ガンバリ事務次長クリーナー
import twitter
from pprint import pprint as pp
from time import sleep
# 1. twitterから全ツイートを取得する
# 2. grep \#ガンバリ事務次長 tweets.csv | grep IFTTT | cut -d ',' -f 1 | tr -d \" > gambari.txt
# 3. このスクリプト実行
# twitterのアクセスキー等を設定する
auth = twitter.OAuth(consumer_key='',
echo "scale=2036; sqrt(2016)"|bc | tr -d "\n"| tr -d '\\'| cut -c 4- | cut -c 2016-2035
@tpdn
tpdn / hoge.py
Last active September 17, 2018 23:16
__author__ = 'KIM_TPDN'
from logitechlcd import LogitechLcd
from time import sleep
if __name__ == '__main__':
lcd = LogitechLcd('朝鮮民主主義人民共和国')
lcd.set_text(0, '文字数は全角1文字=半角2文字')
lcd.set_text(1, '換算で、1行あたり半角29文字')
lcd.set_text(2, '文字数が一定を超えるとはみ出る')
lcd.set_text(3, '김정일 【ハングル対応】金正日')
@tpdn
tpdn / a.md
Last active August 29, 2015 14:10
筑波大学周辺のユンケルスター価格

ユンケルスター

薬局名 税抜 税込
桜ウエルシア 2980 3218
桜カワチ 2839 3066
デイズサンドラッグ 2829 3055
駅イオン 2839 3063
駅コクミン 2362 2550
@tpdn
tpdn / Main.py
Last active August 29, 2015 14:09
paiza.io
from urllib2 import urlopen
content = urlopen('http://www.ugtop.com/iphone/spill.shtml').read()
print(content)
@tpdn
tpdn / a.md
Last active August 29, 2015 14:08
エナジー

物品

  • いつものやつのどちらか(E130か研究室MBA)
  • TM75A
  • HDMI&VGA対応モニタ
  • テーブルタップ
  • トラックボール

エナジー冷蔵庫

#pythonのmarkdownのtableをbootstrap対応にしてみる
#例:
#table = etree.SubElement(parent, 'table', {'class':'table'})
#class='table'表記はclassが予約語なのでアウト
import markdown.extensions.tables as t
class TableProcessor(t.TableProcessor):
cssclass='table table-striped table-bordered'
def run(self, parent, blocks):
all:
platex tech-jsample
platex tech-jsample
platex tech-jsample
dvipdfmx -p a4 tech-jsample
clean:
/bin/rm -f *~ *.log *.dvi *.blg *.aux *.out *.bbl tech-jsample.pdf