Python 39

python proxy scraping

https://github.com/Anorov/PySocks Proxy 서버 SOCKS 사용 Free Proxy List 나만의 웹 크롤러 만들기(7): 창없는 크롬으로 크롤링하기Selenium Headless Browser Testing: HTMLUnitDriver & PhantomJS 프록시 이용 스크래핑 파이삭스 PySocks pip install pysocks # pip install pysocks import socks import socket from urllib.request import urlopen try: # http://socks-proxy.net/ # set_proxy(proxy_type, addr[, port[, rdns[, username[, password]]]]) socks...

lang/py 2019.01.29

library Tesseract - OCR

https://github.com/tesseract-ocr https://github.com/tesseract-ocr/tesseract Install Tesseract via pre-built binary package TESSERACT(1) Manual Page Tesseract at UB Mannheim Windows 테세렉트는 OCR 라이브러로 숫자 제한 없이 폰트를 인식할 수 있도록 훈련이 가능하며, 유니코드문자도 인식할 수 있다. Install # Install sudo apt install tesseract-ocr sudo apt install libtesseract-dev # edit sources.list sudo vi /etc/apt/sources.list Copy the first li..

lang/py 2019.01.24

펜 트리뱅크 태그

https://sites.google.com/site/partofspeechhelp/http://www.cis.upenn.edu/+treebank/ 펜실베니아 대학의 펜 트리뱅크(Penn Treebank) 프로젝트 NKTK는 텍스트에 태그를 붙일 때 널리 쓰이는, 펜실베니아 대학의 펜 트리뱅크를 기본적으로 사용한다. 태그 원어 한국어 CC coordinating conjunction 등위 접속사(and, or, but 같은 접속사) CD cardinal number 기수(순서의 읨가 없이 수량만 나타내는 수) DT determiner 한정사(명사 앞에 붙는 the, some, my 같은 말들) EX existential "there" 장소가 아니라 존재는 나타내는 there(There is always ..

lang/py 2019.01.19

Godot - Compiling for X11 (Linux, *BSD)

Compiling for X11 (Linux, *BSD) Godot - Docs » Compiling » Compiling for X11 (Linux, *BSD) Requirements For compiling under Linux or other Unix variants, the following is required: Linux 또는 다른 Unix 계열에서 컴파일하려면 다음이 필요합니다. GCC or Clang Python 2.7+ (Python 3 only supported as of SCons 3.0) Python 2.7 이상 (Python 3은 SCons 3.0에서만 지원됨) SCons build system pkg-config (used to detect the dependencies belo..

game/godot 2018.12.08

Godot - Compiling for macOS

Compiling for macOS Godot - Docs » Compiling » Compiling for macOS Requirements For compiling under Linux or other Unix variants, the following is required: Linux 또는 다른 Unix 계열에서 컴파일하려면 다음이 필요합니다. Python 2.7+ or Python 3.5+ SCons build system Xcode (or the more lightweight Command Line Tools for Xcode) Xcode (또는 Xcode 용보다 가벼운 명령 행 도구) Compiling Start a terminal, go to the root dir of the engine ..

game/godot 2018.12.07

Godot - Compiling for the Web

Compiling for the Web Godot - Docs » Compiling » Compiling for the Web Requirements To compile export templates for the Web, the following is required: 웹용 내보내기 템플릿을 컴파일하려면 다음이 필요합니다. Emscripten 1.37.9+ If the version available per package manager is not recent enough, the best alternative is to install using the Emscripten SDK 패키지 관리자별로 사용 가능한 버전이 최신 버전이 아닌 경우 가장 좋은 방법은 Emscripten SDK를 사용하여 설치하는..

game/godot 2018.12.03
반응형