Skip to content

Instantly share code, notes, and snippets.

View qjnz's full-sized avatar

QJ Li qjnz

View GitHub Profile
@qjnz
qjnz / index.js
Created June 30, 2016 22:57
requirebin sketch
// Welcome! require() some modules from npm (like you were using browserify)
// and then hit Run Code to run your code on the right side.
// Modules get downloaded from browserify-cdn and bundled in your browser.
var moment = require('moment');
var _ = require('lodash');
@qjnz
qjnz / SassMeister-input.scss
Created October 21, 2015 23:15
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
.content-area {
& &__content, & &__content--wide {
width: 100px;
}
& &__content--wide {
@qjnz
qjnz / GetCharsInBetween
Created July 25, 2012 06:22
Get chars between begin and end chars
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication1
{
class Program
{
static void Main()