Author: johayek
-
what is EditorConfig?
http://EditorConfig.org EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs.
-
diving into “Bootstrap”, the front-end web development framework
https://en.wikipedia.org/wiki/Bootstrap_(front-end_framework) http://getbootstrap.com http://blog.getbootstrap.com I am quite thrilled …
-
Ida Fink was a Polish-Israeli author who wrote about the Holocaust in Polish
https://en.wikipedia.org/wiki/Ida_Fink http://www.imdb.com/title/tt1252616 – Uri Barbash’s movie on Ida Fink (get hold of the movie, it definitely is “publicly” available) https://www.amazon.de/Ida-Fink/e/B00JGZ4CAY/ – Ida Fink auf Amazon
-
“duck test”, “duck typing”
https://en.wikipedia.org/wiki/Duck_test https://en.wikipedia.org/wiki/Duck_typing If it looks like a duck, swims like a duck, and quacks like a duck, then it probably is a duck.
-
Denis Komnenovic and his German bashing on the Perl Jobs facebook group
https://www.facebook.com/groups/perljobs https://www.facebook.com/groups/perljobs/permalink/1585527605076553 https://www.facebook.com/profile.php?id=100011030958298 – Denis Komnenovic, the guy who started a silly and immature German bashing on the Perl Jobs facebook group I really wonder, why nowadays Serbs prefer writing in Croatian over writing in Serbian. (Just a silly joke, never mind – I am quite able to grasp the reason). Just that it looks like…
-
HTML: Microformat, Microdata, …
https://en.wikipedia.org/wiki/Microformat https://en.wikipedia.org/wiki/Microdata_(HTML)
-
a backticked command in Perl resp. Shell – what about $? ?
In the Shell $? reflects the exit code of the previously executed command. h=$(ls foo) # supposing there is neither a file nor a directory by that name echo “=$?=>{$?}” In Perl $? reflects the exit code … as well: http://perldoc.perl.org/perlvar.html : $CHILD_ERROR $h = $(ls foo); print “=$?={$?}n”;
-
a microdata format for marking up a website: schema.org
http://www.heise.de/ct/ausgabe/2016-19-Wie-lokale-Anbieter-ihren-Web-Auftritt-auf-Besucherwuensche-hin-optimieren-koennen-3306807.html = http://heise.de/-3306807 – the article (in German) that pointed me to “schema.org” https://en.wikipedia.org/wiki/schema.org http://getschema.org – “a wiki with markup examples” https://schema.org https://schema.org/docs/gs.html https://schema.org/LocalBusiness https://schema.org/openingHours – a microdata property describing “opening hours” https://meta.schema.org/OpeningHoursSpecification – I am a little confused, how openingHours, OpeningHoursSpecification, and specialOpeningHoursSpecification are to be distinguished. https://meta.schema.org/specialOpeningHoursSpecification And this page lists quite a few more interesting pages: https://meta.schema.org/Intangible like https://meta.schema.org/JobPosting https://meta.schema.org/ComputerLanguage …:…