π»
This file contains hidden or 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
β¦ β β§ β¦ β§ β | |
β β¦ β β | |
β¦β ββ¦ ββ β§β β§ β β βββ | |
β ββ β β½βββββ βββββ ββ β βββββ ββββ βββ βββ ββββββ¦β | |
βββββββββββββββββββββββββ ββββββββ βββββββββββββββββββ β | |
https://skyline.github.com/xiaoluoboding/2020 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
TypeScript 15 hrs 42 mins βββββββββββββββββββββ 56.3% | |
Vue.js 10 hrs 31 mins βββββββββββββββββββββ 37.7% | |
JSON 1 hr 7 mins βββββββββββββββββββββ 4.1% | |
SCSS 8 mins βββββββββββββββββββββ 0.5% | |
XML 6 mins βββββββββββββββββββββ 0.4% |
This file contains hidden or 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
<script id="jsbin-javascript"> |
This file contains hidden or 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
// http://paulirish.com/2011/requestanimationframe-for-smart-animating/ | |
// http://my.opera.com/emoller/blog/2011/12/20/requestanimationframe-for-smart-er-animating | |
// requestAnimationFrame polyfill by Erik MΓΆller. fixes from Paul Irish and Tino Zijdel | |
// MIT license | |
(function() { | |
var lastTime = 0; | |
var vendors = ['ms', 'moz', 'webkit', 'o']; |
This file contains hidden or 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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains hidden or 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
#ζδΈδΈͺιε·ειηθ―ε ΈοΌθ½¬ζε΅ε₯ε€ε±ηθ―ε Έγε¦οΌ | |
dotted_config = {'a.b.c': 'd'} | |
nest_config = convert(dotted_config) // {'a': {'b': {'c': 'd'}}} |