Skip to content

Instantly share code, notes, and snippets.

View aceiii's full-sized avatar
🇨🇦
Oh Canada!

Borin Ouch aceiii

🇨🇦
Oh Canada!
View GitHub Profile

Keybase proof

I hereby claim:

  • I am aceiii on github.
  • I am aceiii (https://keybase.io/aceiii) on keybase.
  • I have a public key ASC5pkLZqAh2QRZFCAyafADHDsLo_VF15DeN66Z87unkFgo

To claim this, I am signing this object:

@aceiii
aceiii / README.md
Last active January 26, 2019 09:06
SCRIPT-8
@aceiii
aceiii / gist:5510337608a4a21caa5f
Created February 5, 2016 13:27
Possible implementation of stream serializer using templates and type traits to deal with classes and primitives
// Example program
#include <iostream>
#include <string>
#include <vector>
#include <map>
#include <sstream>
#include <type_traits>
using namespace std;