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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 Rocksunresolved
: Styling elements - Polymerwebcomponents.js
: Polyfills — WebComponents.org
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "System Events" | |
key down {command} | |
keystroke {tab} | |
delay 0.2 | |
key up {command} | |
end tell |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function git-proxy --description "gite <command> <arguments>" | |
set cmd $argv[1] | |
set --erase argv[1] | |
eval "git-"$cmd $argv | |
end |
OlderNewer