Skip to content

Instantly share code, notes, and snippets.

View XuaTheGrate's full-sized avatar
❤️

Maya XuaTheGrate

❤️
View GitHub Profile
#include <iostream>
#include <curl/curl.h>
#include <math.h>
#include <vector>
#include <future>
#include "boost/format.hpp"
#define logbase(a, b) (log(a)/log(b))
using namespace std;