Skip to content

Instantly share code, notes, and snippets.

@fiorix
fiorix / gist:9664255
Created March 20, 2014 13:55
Go multicast example
package main
import (
"encoding/hex"
"log"
"net"
"time"
)
const (

Git Cheat Sheet

Commands

Getting Started

git init

or

@xatier
xatier / s.pl
Last active July 19, 2018 08:19
extract stickers to WebP format from LINE.app cache
#!/usr/bin/env perl
#####################################################
## LINE stickers extractor
##
## extract stickers to WebP format from LINE.app cache
##
## Author: @xatierlikelee
## License: GPL
######################################################
#