Skip to content

Instantly share code, notes, and snippets.

View smassung's full-sized avatar

Sean Massung smassung

View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="never" default-locale="en-US">
<info>
<title>Association for Computational Linguistics - Conference Proceedings</title>
<title-short>ACL</title-short>
<id>http://www.zotero.org/styles/association-for-computational-linguistics</id>
<link href="http://www.zotero.org/styles/association-for-computational-linguistics" rel="self"/>
<link href="http://www.aclweb.org/" rel="documentation"/>
<!-- No stable link for style documentation; cf. acl.bst, a bibtex style file distributed in each conference. -->
<!-- According to acl.bst, the ACL Conference Proceedings Style was based on the `aaai-named` format by Oren Patashnik in 1985, and later modified for the Proceedings of the ACL by Peter F. Patel-Schneider in 1988, Stuart Shieber in 1991, and Fernando Pereira in 1992. -->
@smassung
smassung / svn_simulator.cpp
Created December 18, 2015 23:15
SVN Simulator 1.0
/**
* @file svn_simulator.cpp
* @author Sean Massung
* clang++ -std=c++14 -stdlib=libc++ -lc++abi svn_simulator.cpp -o svn
*/
#include <chrono>
#include <thread>
#include <iostream>
#include <random>