- New
ringo-admin
tool, deprecatedrp
. - Rhino 1.7.14 with improved JavaScript support:
- Native Promise
- Template Literals
- Short-hand Property Names
- Object.values / Object.entries / Object.fromEntries
- Exponential Operator
- JSON Superset
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
<h5>Schutzimpfung</h5> | |
<ul> | |
<li><a href="/katalog/dataset/d8eb6b76-6da0-4499-ab80-1db55d0f1de2">COVID-19: Verabreichte Impfdosen nach demografischen Gruppen</a></li> | |
<li><a href="/katalog/dataset/519d4c3d-142b-448f-b83a-d32c65dd7c94">COVID-19: Impfdaten auf Gemeindeebene</a></li> | |
<li><a href="/katalog/dataset/6475a5ce-d9a4-4a14-ac3e-58eadc25bb25">COVID-19: Zeitreihe der verabreichten Impfdosen der Corona-Schutzimpfung</a></li> | |
<li><del><a href="/katalog/dataset/785b29a3-ec82-4b5e-9085-cccba063a19c">COVID-19: Aktuell gültige Impfzertifikate in Österreich</a></del></li> | |
<li><del><a href="/katalog/dataset/734a5746-bbda-4fc0-8eb3-52c6325ceb88">COVID-19: Schutzimpfungen – Ausgelieferte und bestellte Impfdosen</a></del></li> | |
</ul> | |
<h5>Fallzahlen und Hospitalisierung</h5> | |
<ul> |
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
@use "sass:math"; | |
@function rem-calc($size) { | |
@return #{math.div($size, 16px)}rem; | |
} |
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
// doc_version: v1 | |
// signald version: 0.14.1 | |
// signald commit: 227706969ee084c4e06b424bdf0a95a43bdeb051 | |
// v1 protocol | |
export namespace v1 { | |
/** | |
* Accept a v2 group invitation. Note that you must have a profile name set to join groups. | |
*/ | |
export interface AcceptInvitationRequest { |
- Polizeiinspektion - StadtKatalog #100161
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
{ | |
"framed":false, | |
"gmaps":false, | |
"promotionActivated":false, | |
"error":null, | |
"i18n":{ | |
"de":{ | |
"add-to-calendar":"Zum Kalender hinzufügen", | |
"at-no":{ | |
"vac":{ |
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
{ | |
"90100": [ | |
{ | |
"name": "SPÖ", | |
"mandate": 10, | |
"mandate_plusminus": 0 | |
}, | |
{ | |
"name": "FPÖ", | |
"mandate": 2, |
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
[ | |
{ | |
"name": "optimizedMaster", | |
"params": { | |
"auto": "compress,enhance,format" | |
} | |
}, | |
{ | |
"name": "smallSquare", | |
"params": { |
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
const rows = document.querySelectorAll("#pmoveswraper .row"); | |
const events = {}; | |
for (const row of rows) { | |
const date = row.querySelector(".date .kd").innerText.split("."); | |
const loc3 = row.querySelector(".locitem3") | |
const locItems = loc3.querySelectorAll(".item"); | |
const program = []; | |
for (const item of locItems) { program.push(item.innerText); } | |
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
[ | |
{ | |
"id": "5781", | |
"lokalname": "Alt Wiener Stuben", | |
"geolat": "48.23374735454747", | |
"geolon": "16.44308143530972", | |
"Standort": "Erzherzog-Karl-Straße 66", | |
"StoBezirk": "1220 Wien", | |
"phone": "012093652", | |
"website": "" |
NewerOlder