(by @andrestaltz)
(orginal source: https://gist.github.com/staltz/868e7e9bc2a7b8c1f754)
(by @andrestaltz)
(orginal source: https://gist.github.com/staltz/868e7e9bc2a7b8c1f754)
โฆ
(U+2026), โฏ
(U+22EF), โฎ
(U+22EE)๋ ๋ชจ๋ .
(U+002E)๊ฐ 3๋ฒ ์ฐ์์ผ๋ก ๋์ด๋ ๊ฒ๊ณผ ๊ฐ์ ๊ฒ์ผ๋ก ๋ด
๋๋ค.# 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 |
๊น์ ์ฌ์ฉํฉ์๋ค. ๊น์ ์ฐ์. ๊น์ ์ฐ๋ ๋ง์ผ!!
SVN์ ๋ณ๊ฒฝ์ด๋ ฅ์ด ๋ง์์ง์๋ก ์๋๊ฐ ๋๋ฆฌ์ง.
์ปค๋ฐ ๋ฐ ์ฒ๋ฆฌ์๋๊ฐ ๋น ๋ฅด๋ค. ๋ณ๊ฒฝ์ด๋ ฅ์ด ๋ง์ด ์ถ์ ๋์ด ์์ด๋ ์๋์ ํ๊ฐ ๊ฑฐ์ ์๋ค.
์ปค๋ฐ์ฐ๊ธฐ๊ฐ ์ด๋ ต๋ค.
/** | |
์ด์ฑ ์ค์ฑ ์ข ์ฑ ๋ถ๋ฆฌ ํ๊ธฐ | |
์ ๋์ฝ๋ ํ๊ธ์ 0xAC00 ์ผ๋ก๋ถํฐ | |
์ด์ฑ 19๊ฐ, ์ค์21๊ฐ, ์ข ์ฑ28๊ฐ๋ก ์ด๋ฃจ์ด์ง๊ณ | |
์ด๋ค์ ์กฐํฉํ 11,172๊ฐ์ ๋ฌธ์๋ฅผ ๊ฐ๋๋ค. | |
ํ๊ธ์ฝ๋์ ๊ฐ = ((์ด์ฑ * 21) + ์ค์ฑ) * 28 + ์ข ์ฑ + 0xAC00 | |
(0xAC00์ 'ใฑ'์ ์ฝ๋๊ฐ) | |
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.)
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.