Free sample data of our solar system
About two years ago I introduced a couple of free sample data sets on GitHub (https://github.com/gvenzl/sample-data). You can read the […]
About two years ago I introduced a couple of free sample data sets on GitHub (https://github.com/gvenzl/sample-data). You can read the […]
Sometimes you have the requirement to calculate percentages on some values of your data. There are multiple ways of doing
This is a short blog post about a tiny little feature that you are probably unaware of but can make
This is just a short little post on how to manually publish images to GitHub Container Registry (GHCR). Looking at
I have recently come across the Oracle Database Globalization Support again and the question of what character set is used
tl;dr Open ${ORACLE_HOME}/assistants/dbca/templates/XE_Database.dbc with a text editor Find <InitParamAttributes><InitParams> Add the following XML tag under <InitParams>: <initParam name=”cpu_count” value=”2″/>
Every time I try to create a copyright profile in IntelliJ (or PyCharm), I find myself googling around the web
One of the things that kept me busy lately was experimenting with how much an Oracle XE database setup could
The other day while writing up the blog post How to install Oracle Database 18c XE on Oracle Linux 8 I