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
| from pdf2image import convert_from_path | |
| import glob | |
| import argparse | |
| import os | |
| parser = argparse.ArgumentParser( | |
| prog="detectString", | |
| usage="python detectStr.py -d targetDirectoryPath", | |
| description=''' | |
| PDFファイルを画像ファイル(JPG)に変換する。 |
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
| $ pdftk input.pdf output output.pdf user_pw PASSWORD |
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
| export HTTP_PROXY=http://ユーザ名:パスワード@1.2.3.4:56 | |
| export HTTPS_PROXY=http://ユーザ名:パスワード@1.2.3.4:56 |
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
| js services.services.autoCompleteSearch.class_="@mozilla.org/autocomplete/search;1?name=unifiedcomplete" |
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
| #ddb.toolsInstallType = "111" |
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
| alias code=“installed VS Code.exe’s Path" |
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
| import '../../api/lists/methods.js'; // import from relative path | |
| import '/imports/startup/client'; // import module with index.js from absolute path | |
| import './loading.html'; // import Blaze compiled HTML from relative path | |
| import '/imports/ui/style.css'; // import CSS from absolute path |
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
| // This code is misleading because it looks like both statements | |
| // are inside the conditional. | |
| if (condition) | |
| firstStatement(); | |
| secondStatement(); |
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
| sudo apt-get update | |
| sudo apt-get install -y python-pip libpython-dev git | |
| sudo pip install ansible MarkupSafe # <- ERROR |
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
| > dir | ConvertTo-Json |
NewerOlder