Skip to content

Instantly share code, notes, and snippets.

[fruit]
apple.color = "red"
[fruit.apple.texture] # you can add sub-tables
smooth = true
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<ul>
<li>Aktuelle Fallzahl: <input id="m" type="number">
@pyfisch
pyfisch / README.md
Created February 3, 2019 14:29
SCRIPT-8
@pyfisch
pyfisch / README.md
Created February 2, 2019 18:56
SCRIPT-8
@pyfisch
pyfisch / README.md
Created February 2, 2019 18:56
SCRIPT-8
@pyfisch
pyfisch / README.md
Created February 2, 2019 18:47
SCRIPT-8
@pyfisch
pyfisch / README.md
Created February 2, 2019 18:47
SCRIPT-8
@pyfisch
pyfisch / README.md
Created February 2, 2019 17:59
SCRIPT-8
@pyfisch
pyfisch / README.md
Created February 2, 2019 17:14
SCRIPT-8
@pyfisch
pyfisch / query
Last active December 9, 2018 21:08
SELECT ?item ?itemLabel WHERE {
?item wdt:P31 wd:Q5 .
?article schema:about ?item .
?article schema:isPartOf <https://hu.wikipedia.org/>.
?item rdfs:label ?itemLabel.
FILTER((LANG(?itemLabel)) = "hu")
FILTER(REGEX(?itemLabel, "\\(.*\\)$"))
}
SELECT ?item ?version ?itemLabel ?itemDesc WHERE {