Cheatsheet for converting between different betting odds and calculating implied probability.
- Fav
- -110 = 100 / 110 + 1 = 1.909
- Dog
- +150 = 150 / 100 + 1 = 2.5
- Fav
- -110 = 100 / 110 = 10 / 11
- Dog
- +150 = 150 / 100 = 3 / 2
<?xml version="1.0"?> | |
<opml version="2.0"> | |
<head> | |
<title>Feeds for Journalists</title> | |
<dateCreated>2018-01-15T20:13:26Z</dateCreated> | |
<docs>https://github.com/edavis/feedsForJournalists</docs> | |
<ownerId>https://github.com/edavis</ownerId> | |
</head> | |
<body> | |
<outline type="rss" xmlUrl="http://beta.thehindu.com/news/?service=rss"/> |
#!/usr/bin/env python | |
import csv | |
from itertools import groupby | |
from collections import Counter | |
reader = csv.DictReader(open('MLB.CWEVENTS')) | |
writer = csv.writer(open('sequences.csv', 'wb')) | |
it = groupby(reader, key=lambda row: row['GAME_ID']) |
# The MIT License | |
# SPDX short identifier: MIT | |
# Further resources on the MIT License | |
# Copyright 2017 Denis Gladkikh (https://www.outcoldman.com/en/archive/2017/07/19/dbhist/) | |
# Permission is hereby granted, free of charge, to any person obtaining a copy | |
# of this software and associated documentation files (the "Software"), to deal | |
# in the Software without restriction, including without limitation the rights | |
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
import io | |
import base64 | |
import struct | |
import hashlib | |
import asyncio | |
import websockets | |
from enum import Enum | |
# ground control to major type |
#!/usr/bin/env python | |
import os, glob | |
from io import BytesIO | |
class End(Exception): pass | |
def decode(stream): | |
delim = stream.read(1) |
#!/bin/bash | |
INTERFACE="eth0" | |
case $1 in | |
config) | |
echo "graph_title $INTERFACE rx traffic" | |
echo 'graph_args --base 1000' | |
echo 'graph_category network' | |
echo 'traffic.label rx' |
3222222222222 2005-09-05T05:58:26.842Z | |
3322222222222 2006-10-17T11:24:38.931Z | |
3422222222222 2007-11-28T16:50:51.020Z | |
3522222222222 2009-01-08T22:17:03.109Z | |
3622222222222 2010-02-20T03:43:15.197Z | |
3722222222222 2011-04-03T09:09:27.286Z | |
3a22222222222 2012-05-14T14:35:39.375Z | |
3b22222222222 2013-06-25T20:01:51.464Z | |
3c22222222222 2014-08-07T01:28:03.553Z | |
3d22222222222 2015-09-18T06:54:15.642Z |
22zzzzzzzzz22 1971-02-12T05:26:12.088Z | |
23zzzzzzzzz22 1972-03-25T10:52:24.177Z | |
24zzzzzzzzz22 1973-05-06T16:18:36.266Z | |
25zzzzzzzzz22 1974-06-17T21:44:48.355Z | |
26zzzzzzzzz22 1975-07-30T03:11:00.444Z | |
27zzzzzzzzz22 1976-09-09T08:37:12.532Z | |
2azzzzzzzzz22 1977-10-21T14:03:24.621Z | |
2bzzzzzzzzz22 1978-12-02T19:29:36.710Z | |
2czzzzzzzzz22 1980-01-14T00:55:48.799Z | |
2dzzzzzzzzz22 1981-02-24T06:22:00.888Z |