Backend Architectures
ror, scala, jetty, erlang, thrift, mongrel, comet server, my-sql, memchached, varnish, kestrel(mq), starling, gizzard, cassandra, hadoop, vertica, munin, nagios, awstats
ror, scala, jetty, erlang, thrift, mongrel, comet server, my-sql, memchached, varnish, kestrel(mq), starling, gizzard, cassandra, hadoop, vertica, munin, nagios, awstats
This pen explain how to use a svg
A Pen by Jimmy Moon on CodePen.
1 | |
00:00:00,000 --> 00:00:01,054 | |
ERIC BIDELMAN : 환영합니다, 여러분. | |
2 | |
00:00:01,054 --> 00:00:01,137 | |
저는 에릭 바이들먼(Eric Bidelman) 입니다. | |
3 | |
00:00:02,037 --> 00:00:03,124 |
:host
: Shadow DOM 201: CSS and Styling - HTML5 Rocks
unresolved
: Styling elements - Polymerwebcomponents.js
: Polyfills — WebComponents.org{ | |
"lighthouseVersion": "1.5.2", | |
"generatedTime": "2017-03-02T10:56:56.719Z", | |
"initialUrl": "https://react-pwa-hello-world.firebaseapp.com/#/", | |
"url": "https://react-pwa-hello-world.firebaseapp.com/#/", | |
"audits": { | |
"is-on-https": { | |
"score": true, | |
"displayValue": "", | |
"rawValue": true, |
tell application "System Events" | |
key down {command} | |
keystroke {tab} | |
delay 0.2 | |
key up {command} | |
end tell |
function git-proxy --description "gite <command> <arguments>" | |
set cmd $argv[1] | |
set --erase argv[1] | |
eval "git-"$cmd $argv | |
end |