This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |