This file contains hidden or 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
#!/usr/bin/fish | |
curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish | |
fisher install oh-my-fish/theme-bobthefish | |
echo "Update" | |
sudo apt-get update > /dev/null | |
echo "install" | |
sudo apt-get install fzf -y > /dev/null | |
fisher install jethrokuan/fzf |
This file contains hidden or 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
#!/usr/bin/python3 | |
# -*- coding: utf-8 -*- | |
""" | |
* 説明 : iOSのユーザ辞書ファイル(/var/mobile//Library/.../TextReplacements.db)を解析し、Android(GBoard)にインポート可能なzipファイルを作成する | |
* 作成日 : 2021/08/14 | |
* 作成者 : @YumNumm | |
* LICNSE : MIT | |
""" | |
This file contains hidden or 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
#!/usr/bin/python3 | |
# -*- coding: utf-8 -*- | |
""" | |
都議会議員選挙2021の議席状況を取得して、円グラフを描画する | |
Seleniumで強引に取ってきてるので、時間がかかる。 | |
TODO: BeautifulSoupでスクレイピングしてみる | |
ちなみに、東京議会選挙は英語で"Tokyo Metropolitan Assembly Election"らしい。 | |
""" |
NewerOlder