Skip to content

Instantly share code, notes, and snippets.

# Author: Pieter Noordhuis
# Description: Simple demo to showcase Redis PubSub with EventMachine
#
# Update 7 Oct 2010:
# - This example does *not* appear to work with Chrome >=6.0. Apparently,
# the WebSocket protocol implementation in the cramp gem does not work
# well with Chrome's (newer) WebSocket implementation.
#
# Requirements:
# - rubygems: eventmachine, thin, cramp, sinatra, yajl-ruby
@roharon
roharon / README.md
Created March 14, 2018 08:41
README

Algorithm, Structure 자료 모음

서론 소개.

  • 이 문서는 출처, References 항목에 있는 사이트들에서 핵심적인 것들만 간추려 요약된 문서입니다.

  • 대부분 한국어를 주로 사용하는 기술문서, 강의, 사이트들을 모아두었습니다.

  • 알고리즘, 자료구조 관련 능력을 빠르고 깊게 키우는 것을 목적으로 두고 작성한 문서입니다.

출처, References