Skip to content

Instantly share code, notes, and snippets.

@syhpoon
syhpoon / clone.c
Created December 21, 2016 18:40
Clone two block devices on a block level
#define _GNU_SOURCE
#include <sys/types.h>
#include <stdio.h>
#include <fcntl.h>
#include <errno.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdbool.h>
#include <malloc.h>
@syhpoon
syhpoon / uri.erl
Created February 8, 2011 11:26
Erlang implementation of javascript encodeURIComponent and decodeURIComponent. Full unicode support.
We couldn’t find that file to show.