Skip to content

Instantly share code, notes, and snippets.

View fsteeg's full-sized avatar

Fabian Steeg fsteeg

View GitHub Profile
@fsteeg
fsteeg / gnd-frame_20160126.jsonld
Last active July 3, 2017 08:57
A JSON-LD frame for serving data from the Integrated Autority file (GND) as JSON-LD.
{
"@context": "https://gist.githubusercontent.com/acka47/98035a3f215c783bdc00/raw/5699ab4e89b5e7ab896ac69442c84fcf7f50ad66/gnd-context_20160126.jsonld",
"@type": "http://d-nb.info/standards/elementset/gnd#TerritorialCorporateBodyOrAdministrativeUnit"
}
@fsteeg
fsteeg / oo_cell_properties_macro.txt
Created January 11, 2017 13:33 — forked from mrdwab/oo_cell_properties_macro.txt
Cell-properties as function-results
REM ***** BASIC *****
Function CELL_NOTE(vSheet,lRowIndex&,iColIndex%)
Dim v
v = getSheetCell(vSheet,lRowIndex&,iColIndex%)
if vartype(v) = 9 then
CELL_NOTE = v.Annotation.getText.getString
else
CELL_NOTE = v
endif
End Function
dbs-id bibliothek hbz-id plz
Stadtbücherei Wernau DE-2026 73249
WG548 Stadtbibliothek Stavenhagen DBS-WG548 17153
Stadt- und Schulbücherei Gunzenhausen DE-855 91710
WH759 Gemeindebibliothek Hohenleipisch DBS-WH759 4934
Kinder- und Jugendbibliothek Hüfingen DBS-HA486 78183
HJ874 Stadtbücherei Mayen DBS-HJ874 56727
AL145 Stadtbibliothek Kempten DE-145 87439
GY312 Stadtbibliothek Heubach DE-2072 73540
Bibliothek Hamburger Kunsthalle DE-H13 20095

Keybase proof

I hereby claim:

  • I am fsteeg on github.
  • I am fsteeg (https://keybase.io/fsteeg) on keybase.
  • I have a public key whose fingerprint is D4FE 6418 1373 0EF3 C432 4DFE E11D 4726 241E 47B2

To claim this, I am signing this object:

/* ``I put the word truth upon my tray
* Ina the hieroglyphic of the modern day''
* — Midnite, Hieroglyphics */
counter ! "incr"
counter ! "incr"
counter ! "get"
counter tell "increment"
counter tell "increment"
@fsteeg
fsteeg / gist:4195746
Created December 3, 2012 15:33
Imbiss-Aufgabe, Prolog-Kurs
% ein imbiss fuer eine person ist essen
% und trinken das zueinander passt und
% das die person mag
imbiss(Person,Essen,Trinken):-
trinkt(Person,Trinken),
isst(Person,Essen),
passt(Essen,Trinken).
% ------------------ regeln: gerichte