Skip to content

Instantly share code, notes, and snippets.

View fanfeilong's full-sized avatar
🎯
Focusing

Fan Feilong fanfeilong

🎯
Focusing
View GitHub Profile
@Moligaloo
Moligaloo / c-chain-invocation.c
Last active January 31, 2016 05:51
Chain invocation in C programming language
#include <glib.h>
#include <stdlib.h>
#include <stdio.h>
// MyJIT homepage: http://myjit.sourceforge.net/index.htm
#include "myjit/jitlib.h"
struct string_builder{
GString *gstring;
@geoah
geoah / 1-0-Preface.md
Last active March 2, 2016 17:42
[RFC]

Preface

TL;DR

This is a rant about how a decentralized network for storing structured data might look like.
The goal is to allow third party developers to build applications and services that use it as a data-store and allow users to switch between any application or service without loosing their data.