Skip to content

Instantly share code, notes, and snippets.

View roharon's full-sized avatar
๐Ÿ 
Working from home

Aaron (Aron) Roh roharon

๐Ÿ 
Working from home
View GitHub Profile
# 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