Skip to content

Instantly share code, notes, and snippets.

View jcorrado's full-sized avatar

Jereme Corrado jcorrado

  • Mobot
  • Fairfield, CT, USA
View GitHub Profile
February 25 at 8:10 AM
Vz: Hi! Welcome to Verizon chat.
We need your consent to access and use your account info to offer you
different types of products and services when you chat with us. Verizon
protects your info and only shares it with our affiliates and agents. If
you don't consent, it won't impact any of your Verizon services. Your
consent remains in place for future chats unless you change it by typing
"withdraw chat consent" any time.

Keybase proof

I hereby claim:

  • I am jcorrado on github.
  • I am jereme (https://keybase.io/jereme) on keybase.
  • I have a public key whose fingerprint is 195B 5963 F8AC BD5B AB58 3AB5 2A94 6D7D C9CB 2D74

To claim this, I am signing this object:

20 people, around a 20 person table: 10 F, 9 M, 1 X.
Q: What is the probability that there are 8 women on one side of the table?
A: 0.011
So, unlikely that it just happened naturally, without some other bias at work.
Below is an example run with the above population. I cranked up the precision a bit to get a sense of the edge cases.
#!/usr/bin/perl
use warnings;
use strict;
# [prod] [M:6] root@lbsvc1.nyc2: ~ # ps -fC haproxy
# UID PID PPID C STIME TTY TIME CMD
# haproxy 680 1 10 Oct19 ? 2-18:30:06 /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -p /var/run/haproxy.pid -D -sf 21526
my @pids;