Skip to content

Instantly share code, notes, and snippets.

View L3au's full-sized avatar
🥑

Ben L3au

🥑
  • Australia
View GitHub Profile
@L3au
L3au / getting-object-property-descriptors.markdown
Created February 27, 2020 21:28
Getting Object Property Descriptors
@L3au
L3au / index.js
Created April 24, 2019 15:15
microtime using process.hrtime
'use strict'
const time = Date.now() * 1e3
const start = process.hrtime()
module.exports.now = function () {
const diff = process.hrtime(start)
return time + diff[0] * 1e6 + Math.round(diff[1] * 1e-3)
}
@L3au
L3au / index.js
Last active April 20, 2017 07:38
pages/item/index.js
import './index.less'
import qs from 'querystring'
import { throttle } from 'lodash'
import Menu from 'compoents/menu'
import ItemTpl from './tpl/item.html?tpl'
class App {
constructor () {
@L3au
L3au / dabblet.css
Created June 8, 2015 15:34
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@L3au
L3au / gist:5590142
Last active December 17, 2015 09:49
sitemap style
.wrap {
width: 990px;
margin: 0 auto;
}
.w990 {
margin: 10px auto;
padding: 10px;
border: 1px solid #ccc;
-webkit-border-radius: 5px;
豆瓣新碟榜
<img src="http://img3.douban.com/spic/s24634103.jpg">
1. <a href="">Bloodsports</a> Suede
<img src="http://img3.douban.com/spic/s24963549.jpg">
2. <a href="">The 20/20 Experience</a> Justin Timberlake
<img src="http://img3.douban.com/spic/s25802131.jpg">
3. <a href="">Les Miserables Origi...</a> Hugh Jackman
@L3au
L3au / dabblet.html
Created May 7, 2013 12:32 — forked from anonymous/dabblet.html
Untitled
豆瓣新碟榜
<img src="http://img3.douban.com/spic/s24634103.jpg">
1. <a href="">Bloodsports</a> Suede
<img src="http://img3.douban.com/spic/s24963549.jpg">
2. <a href="">The 20/20 Experience</a> Justin Timberlake
<img src="http://img3.douban.com/spic/s25802131.jpg">
3. <a href="">Les Miserables Origi...</a> Hugh Jackman
@L3au
L3au / dabblet.css
Created May 7, 2013 12:28
Untitled
a{
display:table-cell;
background:green;
vertical-align:bottom;
padding-left:10px;
padding-bottom:5px;
height:130px;
width:250px;
}
a:hover{
@L3au
L3au / dabblet.css
Created May 7, 2013 12:26
Untitled
.warpper{
width: 900px;
margin: 0 auto;
overflow: hidden;
}
.main-wapper{
float: left;
width: 100%;
margin-right: -220px;
@L3au
L3au / dabblet.css
Created May 7, 2013 10:42 — forked from anonymous/dabblet.js
Untitled
.warpper{
width: 900px;
margin: 0 auto;
overflow: hidden;
}
.main-wapper{
float: left;
width: 100%;
margin-right: -220px;