Skip to content

Instantly share code, notes, and snippets.

View jsulmont's full-sized avatar

Jan van Lindt Sulmont jsulmont

View GitHub Profile
### Keybase proof
I hereby claim:
* I am jsulmont on github.
* I am catalepsy (https://keybase.io/catalepsy) on keybase.
* I have a public key ASBN1ceZpfUNhz2gBn5ljln12iGWowHTz3FDH9HcT3ej9Ao
To claim this, I am signing this object:
@jsulmont
jsulmont / C++11.cpp
Last active December 22, 2015 12:29
RTBkit Tracking. The command: c++ -std=c++11 -stdlib=libc++ -g -o C++11 ./C++11.cpp -lboost_thread-mt -lzmq&&./C++11 should produce something like: {"uuid":"90b6acb4-c24e-429d-9537-4fb9b09e2899","pid":"5","id":"6","tag":"dummy4_0x105b76000","t1":"172721123568","t2":"172721523753"} {"uuid":"90b6acb4-c24e-429d-9537-4fb9b09e2899","pid":"4","id":"5"…
// stupid comment
#include <string>
#include <iostream>
#include <sstream>
#include <memory>
#include <thread>
#include <future>
#include <ratio>
#include <sstream>
#include <boost/range/irange.hpp>