Skip to content

Instantly share code, notes, and snippets.

View feel5ny's full-sized avatar
๐Ÿดโ€โ˜ ๏ธ
Now or Never

Joy Kim (๊น€๋‚˜์˜) feel5ny

๐Ÿดโ€โ˜ ๏ธ
Now or Never
View GitHub Profile
@casamia918
casamia918 / introrx.md
Last active August 22, 2024 02:54 — forked from staltz/introrx.md
[Korean ver.] The introduction to Reactive Programming you've been missing

๋‹น์‹ ์ด ๋†“์น˜๊ณ  ์žˆ๋˜ Reactive Programming์— ๋Œ€ํ•œ ์•ˆ๋‚ด (ํ•œ๊ธ€ ๋ฒˆ์—ญ)

The introduction to Reactive Programming you've been missing (Korean ver.)

(by @andrestaltz)

(orginal source: https://gist.github.com/staltz/868e7e9bc2a7b8c1f754)


์ด ํŠœํ† ๋ฆฌ์–ผ์€ ๋น„๋””์˜ค ์‹œ๋ฆฌ์ฆˆ๋„ ์žˆ์Šต๋‹ˆ๋‹ค

@xnuk
xnuk / hyeong.md
Last active April 23, 2025 10:14
๋‚œํ•ดํ•œ ํ˜€์—‰.... ์–ธ์–ด

๋‚œํ•ดํ•œ ํ˜€์—‰... ์–ธ์–ด v0.4.5

  • โ€ฆ(U+2026), โ‹ฏ(U+22EF), โ‹ฎ(U+22EE)๋Š” ๋ชจ๋‘ .(U+002E)๊ฐ€ 3๋ฒˆ ์—ฐ์†์œผ๋กœ ๋‚˜์—ด๋œ ๊ฒƒ๊ณผ ๊ฐ™์€ ๊ฒƒ์œผ๋กœ ๋ด…๋‹ˆ๋‹ค.
  • "ํ•œ๊ธ€ ์Œ์ ˆ ๋ฌธ์ž"๋Š” ๊ฐ€(U+AC00) ์ด์ƒ ํžฃ(U+D7A3) ์ดํ•˜์˜ ์œ ๋‹ˆ์ฝ”๋“œ ๋ฌธ์ž๋“ค์„ ์˜๋ฏธํ•ฉ๋‹ˆ๋‹ค.

์Šคํƒ

@mwhitis
mwhitis / gist:a652fdceda2aeb150038b449d4ed1fcf
Created August 22, 2016 19:50
Rename all tags in git matching a pattern
# Rename all of the old tags in the repo that started with EUSS_Prechat_v* to just the numeric part so that they're sorted correctly
git tag -l | grep EUSS | while read t; do n="${t/EUSS_Prechat_v/}"; git tag $n $t ; git tag -d $t ; git push origin :refs/tags/$t ; done
@ihoneymon
ihoneymon / use-git-and-git-flow.adoc
Last active November 8, 2023 22:45
git ์„ ๊ธฐ๋ฐ˜์œผ๋กœ git-flow๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ์• ํ”Œ๋ฆฌ์ผ€์ด์…˜ ๋ฐฐํฌ๋ฒ„์ „์„ ๊ด€๋ฆฌํ•˜์ž.

GIT์„ ๊ธฐ๋ฐ˜์œผ๋กœ ํ•œ ํ”„๋กœ์ ํŠธ ๊ฐœ๋ฐœํ”„๋กœ์„ธ์Šค

๊นƒ์„ ์‚ฌ์šฉํ•ฉ์‹œ๋‹ค. ๊นƒ์„ ์“ฐ์ž. ๊นƒ์„ ์“ฐ๋ž€ ๋ง์•ผ!!

  • SVN์€ ๋ณ€๊ฒฝ์ด๋ ฅ์ด ๋งŽ์•„์งˆ์ˆ˜๋ก ์†๋„๊ฐ€ ๋А๋ฆฌ์ง€.

    • ์ปค๋ฐ‹ ๋ฐ ์ฒ˜๋ฆฌ์†๋„๊ฐ€ ๋น ๋ฅด๋‹ค. ๋ณ€๊ฒฝ์ด๋ ฅ์ด ๋งŽ์ด ์ถ•์ ๋˜์–ด ์žˆ์–ด๋„ ์†๋„์ €ํ•˜๊ฐ€ ๊ฑฐ์˜ ์—†๋‹ค.

  • ์ปค๋ฐ‹์ฐ๊ธฐ๊ฐ€ ์–ด๋ ต๋‹ค.

@thirdj
thirdj / hangul.js
Created April 8, 2013 01:33
ํ•œ๊ธ€ ์ดˆ์„ฑ, ์ค‘์„ฑ, ์ข…์„ฑ ๊ตฌ๋ถ„ํ•˜๊ธฐ
/**
์ดˆ์„ฑ ์ค‘์„ฑ ์ข…์„ฑ ๋ถ„๋ฆฌ ํ•˜๊ธฐ
์œ ๋‹ˆ์ฝ”๋“œ ํ•œ๊ธ€์€ 0xAC00 ์œผ๋กœ๋ถ€ํ„ฐ
์ดˆ์„ฑ 19๊ฐœ, ์ค‘์ƒ21๊ฐœ, ์ข…์„ฑ28๊ฐœ๋กœ ์ด๋ฃจ์–ด์ง€๊ณ 
์ด๋“ค์„ ์กฐํ•ฉํ•œ 11,172๊ฐœ์˜ ๋ฌธ์ž๋ฅผ ๊ฐ–๋Š”๋‹ค.
ํ•œ๊ธ€์ฝ”๋“œ์˜ ๊ฐ’ = ((์ดˆ์„ฑ * 21) + ์ค‘์„ฑ) * 28 + ์ข…์„ฑ + 0xAC00
(0xAC00์€ 'ใ„ฑ'์˜ ์ฝ”๋“œ๊ฐ’)
@jxson
jxson / README.md
Created February 10, 2012 00:18
README.md template

Synopsis

At the top of the file there should be a short introduction and/ or overview that explains what the project is. This description should match descriptions added for package managers (Gemspec, package.json, etc.)

Code Example

Show what the library does as concisely as possible, developers should be able to figure out how your project solves their problem by looking at the code example. Make sure the API you are showing off is obvious, and that your code is short and concise.

Motivation