Pages
(Move to ...)
Home
Info
HowTo
Code
Publications
Finance
Links
Legal
▼
22/12/2023
[Google Sheets] Import data from Yahoo Finance
›
DISCLAIMER: This is not a stock picking recommendation, the tickers shown are used as example and not provided as financial or investment ad...
09/11/2023
[Windows 11] Default show more options explorer right click menu (old UI behavior)
›
One change with Windows 11 is that the right click menu in Explorer was replaced with some condensed version where the old behavior is hidde...
06/11/2023
[Tampermonkey] Disable Bing Chat search integrations
›
When using Bing search there are multiple places that integrate the Chat functionality with the ChatGPT AI. Some of these integrations are a...
23/09/2023
[Kodi] 5.1 audio output
›
Kodi is possibly the greatest home media center project ever, and here I just want to point out this page for audio setup which I think ha...
30/08/2023
[Spring] Synchronized methods and separate transactions
›
When marking a method as synchronized , it's important to remember that synchronization does NOT change the transactionality settings of...
09/08/2023
[Spring] Execute method in separate transaction
›
In Spring annotating a method as requiring a new transaction will not work if the caller of the method is in the same class . We can easily ...
21/12/2021
[Docker] Include Dockerfile in another Dockerfile
›
Docker does not support including a Dockerfile in another Dockerfile, luckily the Dockerfile plus project comes to the rescue. Simply setup...
‹
›
Home
View web version