LinkList -
Categories:
Links
Research
Literature
Skript
http://www.netzmafia.de/skripten/index.html
Paper Search
“Schattenbibliotheken” wie Sci-Hub, LibGen, UbuWeb und AAARG
IT - Books
Books
Audio / Video
Rheinwerk open books
https://www.rheinwerk-verlag.de/openbook/
http://openbook.rheinwerk-verlag.de/it_handbuch/index.html
http://openbook.rheinwerk-verlag.de/python/
audiobooks
http://www.audiobookreviews.com/
Key: !cHzM6YY3JU3b65OzxecnmA!P3R21Yba
Share Logins
Web IDE
https://www.onlinegdb.com/online_java_compiler
Interesting web technologies
Message your customers, they’ll love you for it. Monitor and chat with the visitors on your website, mobile app or from a free customizable page.
Internet Live Stats
https://www.internetlivestats.com/
statische sites generatoren stats
Web UI
Web Tools owasp Phoenix/Tools
he free and open software security community
https://wiki.owasp.org/index.php/Phoenix
Explore Git
https://resources.oreilly.com/public
Web Mapping
Overpass API mit grafischem Ergebnis
Beispiele
//[out:xml];
// Ausgabeformat der CSV-Datei
[out:csv(
// Art des Geschäftes und Name
shop,
name,
// Informationen zur Adresse
"addr:street",
"addr:housenumber",
// öffnungszeiten
opening_hours,
// Infos zur Kontaktaufnahme
// traditionelles Tagging
website,
// Infos zur Kontaktaufnahme
// alternatives Tagging
"contact:website"
;
yes;
"|"
)
];
area[name=]->.searchArea;
(
node[shop]
(area.searchArea);
way[shop]
(area.searchArea);
relation[shop]
(area.searchArea);
);
out meta center;
/*
>;
out meta qt;
*/ </code>
//[out:xml];
// Ausgabeformat der CSV-Datei
[out:csv(
// Art des Geschäftes und Name
shop,
name,
// Bei Ladenketten den Betreiber und die Marke
operator,
brand,
// Informationen zur Adresse
"addr:country",
"addr:city",
"addr:postcode",
"addr:street",
"addr:housenumber",
// In welcher Etage liegt der Laden
level,
// Öffnungszeiten
opening_hours,
// Infos zur Kontaktaufnahme
// traditionelles Tagging
phone,
fax,
email,
website,
// Infos zur Kontaktaufnahme
// alternatives Tagging
"contact:phone",
"contact:fax",
"contact:email",
"contact:website",
// Informationen zur Zugänglichkeit mit Rollstühlen
wheelchair,
"wheelchair:toilets",
"wheelchair:description",
// Meta-Informationen von OSM
// Knoten, Weg oder Relation
// Individueller OSM-Schlüssel
// Wer hat wann zuletzt daran gearbeitet
// Geokoordinaten
::type,
::id,
::version,
::timestamp,
::uid,
::user,
::lat,
::lon
;
yes;
"|"
)
];
area[name=]->.searchArea;
(
node[shop]
(area.searchArea);
way[shop]
(area.searchArea);
relation[shop]
(area.searchArea);
);
out meta center;
/*
>;
out meta qt;
*/ </code>
Written on November 18, 2019