본문 바로가기

분류 전체보기377

Barefoot open source Java library for online and offline map matching with OpenStreetMap Barefoot An open source Java library for online and offline map matching with OpenStreetMap. Together with its extensive set of geometric and spatial functions, an in-memory map data structure and basic machine learning functions, it is a versatile basis for scalable location-based services and spatio-temporal data analysis on the map. It is designed for use in parallel and distributed systems a.. 2016. 7. 18.
xlwings - Make Excel fly with Python! https://github.com/ZoomerAnalytics/xlwings xlwings is a BSD-licensed Python library that makes it easy to call Python from Excel and vice versa: Scripting: Automate/interact with Excel from Python using a syntax that is close to VBA. Macros: Replace your messy VBA macros with clean and powerful Python code. UDFs: Write User Defined Functions (UDFs) in Python (Windows only). Numpy arrays and Pand.. 2016. 7. 18.
RStudio Server: 서버 구성과 관리 RStudio 는 아래의 두개 파일 외에 딱히 설정 할 것이 없다. /etc/rstudio/rserver.conf /etc/rstudio/rsession.conf 설정 파일을 수정한 후에는 전체적으로 설정을 확인하기 위해 체크가 필요하다. $ sudo rstudio-server verify-installation 네트워크 포트와 주소 기본적으로 RStudio는 웹접속을 위해 8787을 사용하는 데 이는 /etc/rstudio/rserver.conf 에서 www-port 로 설정이 가능하다. www-port=80 By default RStudio binds to address 0.0.0.0 (accepting connections from any remote IP). You can modify this b.. 2016. 7. 17.
RStudio Server with a Proxy Proxy는 자신을 통해서 다른 네트워크에 간접적으로 접속할 수 있도록 해주는 컴퓨터 혹은 프로그램을 가리킨다. 요청을 중계하는 일을 하는 컴퓨터 혹은 프로그램으로 이해하면 된다. 이때 중계하는 프로그램을 proxy 프로그램이라고 한다. proxy 프로그램은 서버로서 작동하기 때문에 일반적으로 proxy 서버라고 한다. 여러 가지 방법이 있지만 여기서는 간단히 Nginx 와 apache에 대해 알아 본다. Nginx Configuration On Debian or Ubuntu a version of Nginx that supports reverse-proxying can be installed using the following command: sudo apt-get install nginx On Cen.. 2016. 7. 17.