Skip to content

Instantly share code, notes, and snippets.

View piotrjura's full-sized avatar

Piotr Jura piotrjura

View GitHub Profile
<Journey rid="201705238045279" uid="P45279" trainId="1U25" ssd="2017-05-23" toc="LM" trainCat="XX">
<OR tpl="EUSTON" act="TB" ptd="07:46" wtd="07:46" />
<PP tpl="CMDNSTH" wtp="07:48:30" />
<PP tpl="CMDNJN" wtp="07:49" />
...
<PP tpl="TRING" plat="1" wtp="08:06:30" />
<PP tpl="LEDBRNJ" wtp="08:09:30" />
<PP tpl="BLTCHLY" plat="1" wtp="08:15" />
<IP tpl="MKNSCEN" act="T " plat="6" pta="08:18" ptd="08:19" wta="08:18" wtd="08:19" />
<PP tpl="HANSLPJ" wtp="08:24:30" />
(function() {
// Zapisujemy globalny obiekt `window`
var root = this;
// Definiujemy nadrzędny namespace `Futbolowo`, przypisany do `window`
var Futbolowo = root.Futbolowo = {};
// Referencja do globalnego obiektu `jQuery`
Futbolowo.$ = root.jQuery;
// Referencja do underscore.js
var _ = root._;