View Welcome to Polytechnic with Eric Bidelman [Korean].srt
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 |
View Footnote for Polymer: Build a Material Design Mobile Web App with Paper Elements.md
Polymer: Build a Material Design Mobile Web App with Paper Elements
Footnote for2. Installing core elements
:host
: Shadow DOM 201: CSS and Styling - HTML5 Rocksunresolved
: Styling elements - Polymerwebcomponents.js
: Polyfills — WebComponents.org
3. Building a responsive layout
View How to Script: Polymer Offical Boilerplate.md
How to Script: Polymer Offical Boilerplate
View How to Script: Yeoman Polymer Generator.md
How to Script: Yeoman Polymer Generator
View react-pwa-hello-world.firebaseapp.com_2017-03-02_19-56-56.json
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, |
View git-proxy.fish
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 |
View chpwd.fish
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 chpwd --on-variable PWD --description 'handler of changing $PWD' | |
if not status --is-command-substitution ; and status --is-interactive | |
set cur_cwd (echo $PWD | sed -e "s|^$HOME|~|" -e 's|^/private||') | |
# set_color -o black | |
# printf (printf "%*s" (tput cols)) | sed -e "s/ /\─/g"; | |
echo "" | |
printf "%s⇢ %sEntering %s%s%s …\n" (set_color $fish_color_cwd) (set_color normal) (set_color $fish_color_cwd) $cur_cwd (set_color normal) | |
ls |
View react-pwa-hello-world.firebaseapp.com_2017-04-21_17-43-38.json
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.6.0", | |
"generatedTime": "2017-04-21T08:43:38.178Z", | |
"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, |
View header template for presentation of marp.html
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
<!-- $theme: default --> | |
<!-- prerender: false --> | |
<!-- page_number: false --> | |
<!-- $width: 1980px --> | |
<!-- $height: 1080px --> | |
<link href='https://fonts.googleapis.com/css?family=Roboto:100' rel='stylesheet' type='text/css'> | |
<style> | |
p { |
OlderNewer