Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
################################################################################
### OpenCV2 Installation Script ###
################################################################################
# Source code at https://github.com/arthurbeggs/scripts #
################################################################################
# #
# Feel free to copy and modify this file. Giving me credit for it is your #
# choice, but please keep references to other people's work, which I don't #
@Rhomboid
Rhomboid / main.cpp
Created December 19, 2012 06:36
sorting algorithm comparison in C++11
#include <vector>
#include <iostream>
#include <iomanip>
#include <limits>
#include <algorithm>
#include <iterator>
#include <utility>
#include <cassert>
using namespace std;