Skip to content

Instantly share code, notes, and snippets.

View aitatanit's full-sized avatar

Jimmy Touma aitatanit

View GitHub Profile
#include <string>
#include <iostream>
#include "H5Cpp.h"
#define MAX_NAME_LENGTH 32
const std::string FileName("SimpleCompound.h5");
const std::string DatasetName("PersonalInformation");
const std::string member_age("Age");
const std::string member_sex("Sex");
const std::string member_name("Name");
@aitatanit
aitatanit / ipynb_merge.py
Last active August 29, 2015 14:01
ipython notebook merger
#!/usr/bin/env python
# JE Touma (aitatanit@gmail.com)
# 2014.05.17
import json
import sys
import os.path
import sys