Skip to content

Instantly share code, notes, and snippets.

View EHadoux's full-sized avatar

Emmanuel Hadoux EHadoux

View GitHub Profile
@EHadoux
EHadoux / exp1.cpp
Created June 29, 2016 15:49
Computationally Viable Handling of Beliefs in Arguments for Persuasion
#include <vector>
#include <random>
#include <iostream>
#include <chrono>
#include <map>
#include <utility>
#include <algorithm>
//Proxy for the update as we are interesting in the time to go through the probability list, not the update itself.
void update(std::vector<unsigned int> &v) {
@EHadoux
EHadoux / Readme.md
Last active May 18, 2016 10:07
Sonar Widget for Dashing

Description

This is a dashing widget intended to show metrics from a sonar repository.

Usage

This widget currently uses the list widget as a view. You just have to add this snippet to your dashboard: