Month: December 2016

Easy understand AI – Lecture Material

My lecture note for coworkers ! Though I use a lot of images from google  with out any permission … It’s edited result with effort and time. so let me know if you want to use this material. PDF : tmddno1@naver.com  

Read more

Pycharm – Watch limit size increase

For an intelligent IDE, it is essential to be in the know about any external changes in files it is working with – e.g. changes made by VCS, or build tools, or code generators etc. For that reason, IntelliJ platform spins background process to monitor such changes. The method it uses is platform-specific, and on […]

Read more

Docker – uwsgi – nginx – Django

 1. Assume – Docker is already installed [Link] – Django & it’s project is ready [Link] – Postgres or MySQL is ready [Link] – Python3 – CentOS 7   2. Install Packages yum install uwsgi yum install nginx  3. Create Uwsgi conf file – Location : doesn’t matter , where you want.. – Name : […]

Read more