Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View Robsteranium's full-sized avatar

Robin Gower Robsteranium

View GitHub Profile
@Robsteranium
Robsteranium / statistics-distributions.js
Created May 11, 2012 20:20 — forked from benrasmusen/statistics-distributions.js
JavaScript library for calculating critical values and upper probabilities of common statistical distributions
/*
* NAME
*
* statistics-distributions.js - JavaScript library for calculating
* critical values and upper probabilities of common statistical
* distributions
*
* SYNOPSIS
*
*
@Robsteranium
Robsteranium / get_votes.pl
Created March 26, 2012 16:17 — forked from attractivechaos/get_votes.pl
Plot HackerNews polls on favorite and disliked programming languages
#!/usr/bin/env perl
# This script collects voting from HackerNews and outputs a plot votes.eps
# You need to have gnuplot installed for plotting.
use strict;
use warnings;
use IO::Socket::INET;
sub http_get {