Skip to content

Instantly share code, notes, and snippets.

View yutin1987's full-sized avatar

YuTin Liu yutin1987

View GitHub Profile
var async = require('async');
function doSomething(cb) {
setTimeout(function(){
throw 999;
});
}
try {
async.series(
var async = require('async');
var trycatch = require('trycatch');
function doSomething(cb) {
setTimeout(function(){
throw 999;
});
}
trycatch(function(){
{
"user": {
"debug": true,
"delay": 0.25,
"error_color": "D02000",
"gutter_theme": "Packages/SublimeLinter/gutter-themes/Default/Default.gutter-theme",
"gutter_theme_excludes": [],
"lint_mode": "background",
"linters": {
"jscs": {
@yutin1987
yutin1987 / index.html
Last active August 29, 2015 14:11
jEqXBK
<div class="box--middle">
<img src="http://images.sodahead.com/profiles/0/0/2/4/0/9/7/2/1/I-like-when-girls-kiss-girls-42672842512.jpeg">
</div>
@yutin1987
yutin1987 / A-Pen-by-Justin-Liu.markdown
Created December 19, 2013 17:42
A Pen by Justin Liu.