Skip to content

Instantly share code, notes, and snippets.

@ragingwind
ragingwind / Backend Architectures Keywords and References.md
Last active April 17, 2024 10:51
Backend Architectures Keywords and References
@ragingwind
ragingwind / Using-SVG.markdown
Created September 26, 2014 05:19
A Pen by Jimmy Moon.

How to Script: Polymer Offical Boilerplate

How to Script: Yeoman Polymer Generator

@ragingwind
ragingwind / Welcome to Polytechnic with Eric Bidelman [Korean].srt
Last active August 29, 2015 14:08
Welcome to Polytechnic with Eric Bidelman Korean
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
@ragingwind
ragingwind / Footnote for Polymer: Build a Material Design Mobile Web App with Paper Elements.md
Last active December 9, 2015 22:09
Footnote for Polymer: Build a Material Design Mobile Web App with Paper Elements
{
"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