Short (72 chars or less) summary
More detailed explanatory text. Wrap it to 72 characters. The blank
line separating the summary from the body is critical (unless you omit
the body entirely).
Write your commit message in the imperative: "Fix bug" and not "Fixed
bug" or "Fixes bug." This convention matches up with commit messages
There is a trending 'microservice' library called go-kit. I've been using the go-kit library for a while now. The library provide a lot of convenience integrations that you might need in your service: with service discovery with Consul, distributed tracing with Zipkin, for example, and nice logic utilities such as round robin client side load balancing, and circuit breaking. It is also providing a way to implement communication layer, with support of RPC and REST.
gitใซใใใใณใใใใญใฐ/ใกใใปใผใธไพๆ้100ใฎ่ปข่ผ
ไพๆใ็ตใฟ่พผใใ Alfred Workflowใไฝใใพใใ: Alfred Git Commit Message Example
ไปฅไธ่ปข่ผ:
| """ | |
| Minimal character-level Vanilla RNN model. Written by Andrej Karpathy (@karpathy) | |
| BSD License | |
| """ | |
| import numpy as np | |
| # data I/O | |
| data = open('input.txt', 'r').read() # should be simple plain text file | |
| chars = list(set(data)) | |
| data_size, vocab_size = len(data), len(chars) |
Hi Nicholas,
I saw you tweet about JSX yesterday. It seemed like the discussion devolved pretty quickly but I wanted to share our experience over the last year. I understand your concerns. I've made similar remarks about JSX. When we started using it Planning Center, I led the charge to write React without it. I don't imagine I'd have much to say that you haven't considered but, if it's helpful, here's a pattern that changed my opinion:
The idea that "React is the V in MVC" is disingenuous. It's a good pitch but, for many of us, it feels like in invitation to repeat our history of coupled views. In practice, React is the V and the C. Dan Abramov describes the division as Smart and Dumb Components. At our office, we call them stateless and container components (view-controllers if we're Flux). The idea is pretty simple: components can't
ใใใฏ stfuawsc_itg Advent Calendar 2014 4ๆฅ็ฎใฎ่จไบใงใใ
ใใญใฐใฉใใณใฐใใใฆใใใจใใใใใใชใใผใธใงใณใฎ็ฐๅขใ่กใฃใใๆฅใใใใใใชใใใจใใใใพใใใใจใใฐ่จ่ชๅฆ็ใฏ python 2 ใธ nltk ใๅ
ฅใใฆใใใใใใทใใฅใฌใผใทใงใณใฏ python 3 ใธ numpy ๅ
ฅใใฆใใใใใจใใ
ใใใใใตใใซ่จ่ชใใขใธใฅใผใซใฎใใผใธใงใณใใใใใ็ตๅใใ็ฐๅขใๆฐ่ปฝใซๅใๆฟใใใใใจไพฟๅฉใงใใ
ๅฎ้ใใใใใใจใๅฏ่ฝใซใใใใผใซใฏใใใใใใใพใใvirtualenv, pyenv ใชใฉใ
ใใใง็ดนไปใใ conda ใจใใใใผใซใใใฎ1ใคใงใใ
virtualenv ใชใฉใงใฏใใขใธใฅใผใซใๅ
ฅใใใจใใฏ้ๅธธใฎ python ใฎๆตๅใงใคใณในใใผใซใใใฎใงใใใใคใณในใใผใซใใใพใใใใชใใจใใใฎใฏใใใใใใจใงใใconda ใงใฏใใใใใใใซใใใใใใฎใๅ
ฅใใใฎใงใๆฅฝใงใใใใกใใ conda ใซ็จๆใใใฆใใชใใขใธใฅใผใซใใใใพใใใใใใใใฎใฏ pip ็ญ้ๅธธใฎๆนๆณใงๅ
ฅใใฆๅ
ฑๅญใงใใพใใ
ใงใฏใใฃใใ conda ใง python ใฎ็ฐๅขใไฝใๆนๆณใงใใ
| /* | |
| * JavaScript Keyboard Map (Mac layout) | |
| * | |
| * | |
| * escโโ F1โโโ F2โโโ F3โโโ F4โโโ F5โโโ F6โโโ F7โโโ F8โโโ F9โโโ F10โโ F11โโ F12โโ F13โโโโโ+ | |
| * | 27 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | ??? | | |
| * ` โโโ 1โโโโ 2โโโโ 3โโโโ 4โโโโ 5โโโโ 6โโโโ 7โโโโ 8โโโโ 9โโโโ 0โโโโ - โโโ = โโโ deleteโโ+ | |
| * | 192 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | | |
| * tabโโโโ Qโโโโ Wโโโโ Eโโโโ Rโโโโ Tโโโโ Yโโโโ Uโโโโ Iโโโโ Oโโโโ Pโโโโ [ โโโ ] โโโ \ โโโโ+ | |
| * | 9 | 81 | 87 | 69 | 82 | 84 | 89 | 85 | 73 | 79 | 80 | 219 | 221 | 220 | |
