Year | Editor | Written by | Source Code |
---|---|---|---|
1976 | vi | http://ex-vi.sourceforge.net/ | |
1976 | Emacs | http://savannah.gnu.org/projects/emacs/ | |
1988 | SlickEdit | ||
1991 | Vim | Vim script, C | GitHub |
1996 | NetBeans | Java | GitHub |
1997 | Visual Studio | C# ? | GitHub Serch Result |
1998 | サクラエディタ | ||
1999 | gedit | C, Python | GitHub |
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
""" | |
Get popular project | |
Before run | |
$ pip3 install PyGithub | |
$ touch config.json | |
Edit config.sjon | |
""" | |
import requests | |
import json |
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
#!/usr/bin/env python3 | |
""" | |
Get file list from mysql | |
Usage: | |
$ python3 src/GetFileList.py gm_openstack user passwd | |
Output: | |
./gm_openstack.csv | |
- "ch_id": Change id | |
- "rev_id": Revision id | |
- "f_file_name": Encoded file path |
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 -*- | |
""" | |
Summary: Get single file history and real file | |
Usage: mkdir out | |
pip3 install requests | |
python3 GetSyngleFile.py YourGitHubID GitHubPassword owner project filePath | |
(e.g.) python3 GetSyngleFile.py GitTaro Gitpass Ikuyadeu vscode-r package.json | |
Warning: This script can't get identify Readme.md README.md | |
""" | |
import json |
https://github.com/James-Yu/LaTeX-Workshop/wiki/Compile に書いてあったbibのコンパイルを日本語に対応.
- VSCodeやLatexをインストールしてなければインストール(https://code.visualstudio.com/)
- Latex-Workshopをインストール(https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop)
- settings.json(Windows:
ファイル > 基本設定 > 設定
orCtrl
+,
, Mac:Code > 基本設定 > 設定
or⌘
+,
)の{ }
内に以下を追加(設定ファイルの変更方法: https://qiita.com/y-w/items/614843b259c04bb91495)
"latex-workshop.latex.tools": [
{
"command": "ptex2pdf",
"args": [