Skip to content

Instantly share code, notes, and snippets.

@cruvolo
cruvolo / nj-municipal-covid19cases-percapita.csv
Last active April 15, 2020 14:01
New Jersey Covid 19 cases per capita
County Municipality Cases Deaths Population Cases per 10k population
Bergen Teterboro 2 69 289.9
Monmouth Deal 19 733 259.2
Passaic Prospect Park 80 5964 134.1
Bergen Bergenfield 357 27061 131.9
Bergen Teaneck 540 41311 130.7
Bergen Moonachie 36 2800 128.6
Bergen Englewood 350 27927 125.3
Bergen South Hackensack 29 2492 116.4
Hudson North Bergen 717 63659 112.6
@cruvolo
cruvolo / westchester-covid19-2020-04-06.csv
Last active April 7, 2020 00:04
Westchester County, New York Covid19 cases, sorted by per-capita
#Place cases population cases per 10k pop
#NOTE: numbers for towns do not seem to be accurate (e.g. Ossining Town)
Ossining Village 283 24998 113.2
Sleepy Hollow 104 10057 103.4
Port Chester 254 29282 86.7
Mount Vernon 583 67593 86.3
New Rochelle 659 78742 83.7
Mount Kisco 89 10824 82.2
Ardsley 33 4524 73.0
Yonkers 1393 199663 69.8
@cruvolo
cruvolo / bergen-c19-2020-04-05.csv
Created April 5, 2020 17:47
Bergen County positive Covid19 cases as of 2020-04-05
municipality cases cases per 10k population
Teterboro 1 147.1
Teaneck 421 103.6
Bergenfield 252 91.7
South Hackensack 22 89.2
Moonachie 23 83.8
Englewood 229 80.0
Bogota 65 77.3
New Milford 126 76.1
Woodcliff Lake 41 69.9
@cruvolo
cruvolo / scrape-nj.pl
Created April 5, 2020 16:25
Scraping NJ Covid19 Municipal Data
#!/usr/bin/perl
# (c) Chris Ruvolo 2020.
# 2-clause BSD license: https://opensource.org/licenses/BSD-2-Clause
use strict;
use utf8;
use feature 'unicode_strings';
binmode(STDOUT, ":utf8");
my $url = "https://www.nj.com/coronavirus/2020/04/where-is-the-coronavirus-in-nj-latest-map-update-on-county-by-county-cases-april-5-2020.html";
--- wsjtx-2.1.0-rc5/src/wsjtx/widgets/logqso.cpp 2019-04-29 11:25:43.000000000 -0400
+++ wsjtx/widgets/logqso.cpp 2019-02-26 09:41:31.736728126 -0500
@@ -1,12 +1,9 @@
#include "logqso.h"
-#include <random>
-#include <limits>
#include <QString>
#include <QSettings>
#include <QStandardPaths>