It took me quite a while to get a gnuplot call running from Java instead of the terminal. An example terminal call looks like: Note that the quotes around the -e parameters must not be inserted in the command string. mehr »
Mein Elster-Zertifikat läuft bald ab und ich versuchte, es laut Hinweis in Elster auf der Webseite Elsteronline zu aktualisieren. Beim Klick auf "Verlängertes Zertifikat speichern" kam allerdings immer eine Fehlermeldung und ein automatischer Logout:… mehr »
I got this weird error after copying a MapReduce program from one project to the other one. The output types of Map match the ones defined in the job. I found that Netbeans replaced . This caused the method not to override its default parent… mehr »
This issue is due to a change in the functionality of WooCommerce in combination with a custom theme. Up to now, the template file cart.php used both do_action('woocommerce_cart_collaterals'); and woocommerce_cart_totals(); to show the cart totals. In t… mehr »