Three dimensional borders
An extremely short list of 3D borders, e.g. those that can not be inferred from a 2D map alone: https://en.wikipedia.org/wiki/Hallein_Salt_Mine
An extremely short list of 3D borders, e.g. those that can not be inferred from a 2D map alone: https://en.wikipedia.org/wiki/Hallein_Salt_Mine
Recipe Ideas Veggie Putenesca: [https://cookieandkate.com/vegan-spaghetti-alla-puttanesca/](Cookie and Kate) Chunky tomato sauce Kalamata olives Capers Garlic Red pepper flakes Parsley Broccolli & Orrichiete https://www.feastingathome.com/orecchiette-pasta-with-broccoli-sauce/ Walnuts & gorgonzola Spinach, tomatoes, spinach Cacio e Pepe Lemon Garlic Pasta: [https://pinchandswirl.com/lemon-garlic-pasta/](pinch and swirl) 1 lemon Parsley Red pepper flakes Garlic Butter Pasta alla Norma https://scrummylane.com/pasta-alla-norma-eggplant-and-tomato-pasta/ 1 eggplant Tomato sauce Basil Mozarella Parmesan Garlic Kalamata olives Other Lists [https://insanelygoodrecipes.com/vegetarian-pasta-recipes/]
Some rules to decide whether something is a Der, Die or Das word based on the word’s ending.1’2’3’4’5 Der These words are almost always Der: -er (except: die Butter, das Fenster, die Leiter, die Mutter) -or (Autor, Direktor, Doktor) -ling (Feigling, Lehrling, Pfifferling) -ant (Emigrant, Fabrikant, Lieferant) -ast (Ballast, Palast, Morast) -ent (Absolvent, Agent, Dirigent) -ist (Artist, Jurist, Journalist) -ich (Gänserich, Kranich, Pfirsich) -ig (Essig, König, Honig) -eig (Zweig, Teig, Steig) -eich (Bereich, Teich, Deich) -us (Campus, Exitus)3 -ismus (Alkoholismus, Atheismus, Faschismus) Die -e (90%: Bete, Seite, Zeile)6 -ie (Demokratie, Energie, Fotografie)7 -ei (Bäckerei, Bücherei, Druckerei) -in (when referring to female persons Ärztin, Köchin, Sekretärin) -ung (Bewegung, Endung, Entfernung) -keit (Einigkeit, Einsamkeit, Geschwindigkeit) -schaft (Feindschaft, Freundschaft, Gesellschaft) – -tät (Aggressivität, Aktivität, Humanität) -tion (Aktion, Diskussion, Information) -sion (Version, Dimension, Illusion) -ik (Fabrik, Klinik, Politik) -ur (Agentur, Diktatur, Natur) -heit (Frechheit, Freiheit, Geborgenheit) In addition, foreign words with these endings are also Die:...
Sources https://askubuntu.com/questions/402353/how-to-add-home-username-bin-to-path https://serverfault.com/questions/261802/what-are-the-functional-differences-between-profile-bash-profile-and-bashrc?newreg=7c32ccbe1d9a469eb04d26ce56510c39 https://superuser.com/questions/183870/difference-between-bashrc-and-bash-profile/183980#183980
Blog Posts / Documentation https://docs.jboss.org/envers/docs/ https://vladmihalcea.com/the-best-way-to-implement-an-audit-log-using-hibernate-envers/ https://thorben-janssen.com/hibernate-envers-getting-started/ https://sunitc.dev/2020/01/21/spring-boot-how-to-add-jpa-hibernate-envers-auditing/ https://www.bytefish.de/blog/hibernate_envers_versioning_and_auditing.html https://hibernate.atlassian.net/browse/HHH-10212?attachmentOrder=asc https://developer.jboss.org/thread/152642 https://developer.jboss.org/thread/166705 https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.4/html/developing_hibernate_applications/hibernate_envers Further Issues @CreatedDate, @CreatedBy, etc. Annotations https://www.baeldung.com/database-auditing-jpa https://rashidi.github.io/spring-boot-data-audit/ @CreatedDate, @CreatedBy, @LastModifiedDate, and @LastModifiedBy. createdBy and modifiedBy fields will be automatically populated if Spring Security is available in the project path. @CreatedDate & @LastModifiedDate https://stackoverflow.com/questions/49170180/createdby-and-lastmodifieddate-are-no-longer-working-with-zoneddatetime https://stackoverflow.com/questions/43236431/register-a-new-date-converter-auditable-in-spring-data-mongodb-for-zoneddatetime https://stackoverflow.com/questions/49170180/createdby-and-lastmodifieddate-are-no-longer-working-with-zoneddatetime java.lang.IllegalArgumentException: Invalid date type for member <MEMBER NAME>! Supported types are [org.joda.time.DateTime, org.joda.time.LocalDateTime, java.util.Date, java.lang.Long, long]. https://github.com/spring-projects/spring-data-commons/issues/880 Which finally contains this amazing quote:...
https://tinkerlog.dev/journal/downloading-a-webpage-and-all-of-its-assets-with-wget
On macOS Cloning the Repository Create a Github account. Open a terminal. Make sure that you have installed ‘brew’ by following the installation instructions. Install git by running brew install git. Install hugo by running brew install hugo. We’re going to duplicate a repository by using the steps described here. Follow the steps below: On github.com, create a new repository with your desired newname. Open a terminal. Navigate to a suitable directory to clone into by making use of the cd command....
Rice:1 300g rice 350-360g water For the dressing:1 50-55g rice vinegar 2 tablespoons of sugar 1 teaspoon of salt justonecookbook.com/how-to-make-sushi-rice/ ↩︎ ↩︎
https://stackoverflow.com/questions/4486787/jackson-with-json-unrecognized-field-not-marked-as-ignorable @JsonIgnoreProperties(ignoreUnknown = true)
Can we Couple a Spring boot repository to a ‘VIEW’ https://stackoverflow.com/questions/53508168/jpa-springboot-repository-for-database-view-not-table https://stackoverflow.com/questions/53508168/jpa-springboot-repository-for-database-view-not-table Is it a good idea? Can be more performant, but do take into account possible read only nature https://thorben-janssen.com/spring-data-jpa-views/ Alternatives? Projections?