forum.ubuntuusers.de/topic/wlan-probleme-mit-acer-v3-371-36m2-und-ubuntu-/
askubuntu.com/questions/613794/wireless-on-acer-aspire-v3-371-very-poor-or-not-working-at-all-what-can-i-do
digitz.org/blog/wifi-issue-on-acer-laptops-running-linux-qualcomm-atheros-device-0042/
Master PDF Editor
code-industry.net/get-masterpdfeditor/ smime.p7s
https://code-industry.net/public/master-pdf-editor-4.3.89_qt5.amd64.deb (Version 4 ohne Wasserzeichen)
Infinite Scrolling
Load legacy app versions
dog Deutscher Online Gazetteer
postgis feature compare
gis.stackexchange.com/questions/8409/postgis-feature-compare-function
-- return the id and geometry from the updated table if the attributes -- or -- geometry have changed or it's a new feature. select t2.id, t2.geom from t1, t2 where ( t1.id = t2.id and row(t1.att1, t1.att2, t1.geom) != row(t2.att1, t2.att2, t2.geom)) or t2.id not in (select id from t1)
count multipart polygons
postgis feature compare
gis.stackexchange.com/questions/8409/postgis-feature-compare-function
-- return the id and geometry from the updated table if the attributes -- or -- geometry have changed or it's a new feature. select t2.id, t2.geom from t1, t2 where ( t1.id = t2.id and row(t1.att1, t1.att2, t1.geom) != row(t2.att1, t2.att2, t2.geom)) or t2.id not in (select id from t1)