I hereby claim:
- I am jvangael on github.
- I am jvangael (https://keybase.io/jvangael) on keybase.
- I have a public key whose fingerprint is 8EED 29BE 683E 948C A643 FF56 1449 E99F 2742 3DE4
To claim this, I am signing this object:
| import argparse | |
| import csv | |
| import logging | |
| import os | |
| import requests | |
| import random | |
| import re | |
| import sys | |
| import time |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "metadata": { | |
| "name": "" | |
| }, | |
| "nbformat": 3, | |
| "nbformat_minor": 0, | |
| "worksheets": [ | |
| { | |
| "cells": [ | |
| { |
| #!/usr/bin/env python | |
| """Reads json lines from stdin and write csv to stdout. | |
| Usage: | |
| json2csv.py -f <field>... | |
| json2csv.py -h | --help | |
| json2csv.py --version | |
| Options: | |
| -h --help Show this screen. |
| using System; | |
| using System.IO; | |
| using System.Linq; | |
| using MathNet.Numerics.Random; | |
| using MathNet.Numerics.Statistics; | |
| using MathNet.Numerics.Distributions; | |
| using System.Collections.Generic; | |
| using System.Diagnostics; | |
| namespace RunningVariance |