Skip to content

Instantly share code, notes, and snippets.

View ziggystar's full-sized avatar

ziggystar

  • Bavaria, Germany
  • 23:50 (UTC +02:00)
View GitHub Profile
@ziggystar
ziggystar / index.html
Last active December 31, 2015 20:09 — forked from darwin/index.html
<!DOCTYPE html>
<meta charset="utf-8">
<link rel="stylesheet" href="http://cmx.io/v/0.1/cmx.css"/>
<script src="http://cmx.io/v/0.1/cmx.js"></script>
<body>
<scene id="scene1">
<label t="translate(0,346)">
<tspan x="0" y="0em">One winter morning</tspan>
</label>
<actor t="translate(138,34)" pose="-70,12|-72,125|-70,102|-70,92|-70,82|-70,62|-75,37|-80,12|-65,37|-60,12|-77,82|-76,64|-65,82|-60,62">
#include <vector>
#include <set>
#include <iostream>
#include <functional>
#include <algorithm>
#include <assert.h>
using namespace std;
template<class Container>