Jiun Bae (June)

Results 6 issues of Jiun Bae (June)

알고리즘 카테고리를 추가하고자 하는데 어느 디렉토리에 추가해둘까요. 내용은 아래 정도가 있을 듯 합니다. - `ACM-ICPC`나 `SCPC`, `UCPC`등을 비롯한 각종 알고리즘대회에 대한 서술 - baekjun judge나 더블렛, 오일러프로젝트같은 풀이 사이트에 대한...

enhancement

Any plan for support dockerize arcus? In [DockerHub](https://hub.docker.com/search/?q=arcus) seems #to have many dockerfiles. But repos are fragmented and some of theses are expired. If you have any plan to support...

Resolve #35 This `dockerfile` just build arcus. After create container, set zookeeper and cache cloud manually. I refer to this [link](http://www.yongbok.net/blog/arcus-open-source-cloud-cache-server/) for this dockerfile.

Detach generate poller to `arcus_poller` from `arcus_mc_node` Implement Poller for linux, darwin kernel TODO: Implement Poller for win or cygwin This pull request solv #12

The arcus client described in this repository seems to use `select.epoll()`. The `select` module behaves differently in macOS(also other architecture) and can not use `epoll()`. More information on [python documents](https://docs.python.org/3.5/library/select.html).

[arcus](https://pypi.python.org/pypi/arcus/0.2.8) in PyPI seems to have expired. And no documents are available. (Also not work at python3) If this repository can serve as an arcus for the python client, You...