import requests
import pandas as pd
from bs4 import BeautifulSoup
from datetime import dateCan't use requests for whatever reason (403 denied). Instead, in console:
| import json | |
| from collections import namedtuple | |
| from functools import lru_cache | |
| from pathlib import Path | |
| from typing import List | |
| import jinja2 | |
| import yaml | |
| from airflow import configuration |
| import array | |
| import collections | |
| import itertools | |
| # Placeholder constants | |
| FREE = -1 | |
| DUMMY = -2 | |
| class Dict(collections.MutableMapping): | |
| 'Space efficient dictionary with fast iteration and cheap resizes.' |
| #!/bin/bash | |
| : ' | |
| my-script — does one thing well | |
| Usage: | |
| my-script <input> <output> | |
| Options: | |
| <input> Input file to read. | |
| <output> Output file to write. Use '-' for stdout. |
import requests
import pandas as pd
from bs4 import BeautifulSoup
from datetime import dateCan't use requests for whatever reason (403 denied). Instead, in console:
| var output = document.getElementById('output'); | |
| function assert( outcome, description ) { | |
| var li = document.createElement('li'); | |
| li.className = outcome ? 'pass' : 'fail'; | |
| li.appendChild( document.createTextNode( description ) ); | |
| output.appendChild(li); | |
| }; |
| [ | |
| { "keys": ["f8"], "command": "p4_edit" } | |
| ] |
| (function(routes) { | |
| routes.mapRoute( | |
| "Test", // Name. | |
| "foo/bar/{controller}/{action}/{p1}/{p3}/{p2}", // Path. | |
| { controller: "Page", action: "Index", p1: "default1", p2: "default2", p3: "default3" } // Defaults. | |
| ); | |
| routes.mapRoute( | |
| "Default", // Name. |
| // ==ClosureCompiler== | |
| // @compilation_level SIMPLE_OPTIMIZATIONS | |
| /** | |
| * @license Highcharts Stock v1.0 Beta (2011-07-05) | |
| * | |
| * (c) 2009-2011 Torstein Hønsi | |
| * | |
| * License: www.highcharts.com/license | |
| */ |
| DATE;TIME;VOLUME;OPEN;CLOSE;MIN;MAX | |
| 24-09-2003;00:00:01;34756;.8743;.8709;.8692;.8753 | |
| 25-09-2003;00:00:01;38667;.8708;.872;.8669;.873 | |
| 26-09-2003;00:00:01;31138;.872;.8714;.8696;.8743 | |
| 29-09-2003;00:00:01;41579;.8729;.8638;.8592;.8778 | |
| 30-09-2003;00:00:01;40631;.8639;.8567;.8522;.8643 | |
| 01-10-2003;00:00:01;36114;.8568;.8536;.8521;.8582 | |
| 02-10-2003;00:00:01;40193;.8536;.8564;.8498;.8577 | |
| 03-10-2003;00:00:01;35293;.8562;.8639;.8532;.8659 | |
| 06-10-2003;00:00:01;37283;.8639;.8538;.853;.8673 |