Skip to content

Instantly share code, notes, and snippets.

View indigofeather's full-sized avatar
💭
I may be slow to respond.

Lance He indigofeather

💭
I may be slow to respond.
View GitHub Profile
@indigofeather
indigofeather / snowflake.go
Created December 27, 2017 15:46
snowflake
package main
import (
"log"
"sync"
"github.com/bwmarrin/snowflake"
)
var wg sync.WaitGroup
@indigofeather
indigofeather / SassMeister-input.scss
Created March 17, 2016 13:39
Generated by SassMeister.com.
// ----
// libsass (v3.3.2)
// ----
$png: -0px -0px 68px 68px;
$jpg: -0px -68px 260px 260px;
@mixin sprite-width($sprite) {
width: nth($sprite, 3);
}
@mixin sprite-height($sprite) {