Voor mijzelf een klein script gemaakt die een eigen tabel bijhoudt met de F1 kalender events. Je kan deze weergeven als poster, compact of compleet overzicht. Elke dag om 12:05…
Interessante lezing door professor David Smeulders van TU Eindhoven. De lezing werd gehouden in Vreeland tussen Amsterdam en Utrecht waar men van plan is 4 enorme windturbines te bouwen. In…
Vandaag het Basisdiploma AI-geletterdheid certificaat behaald. Dit in het kader van de Europese AI-Act. Vanaf februari 2025 moeten alle medewerkers die gebruik maken van AI kunnen aantonen dat ze AI-Geletterd…
I wanted to merge a srt (subtitle) file into a mkv video file, because vlc seems to ignore subtitle files. ChatGPT explained to me that hardcoding was an option, but…
The column width in the Twenty Seventeen template I am using on my Classicpress website (Streamclub) is too narrow. I have found a way to easily widen the lay-out on…
Function to prevent problems during object creation to crash your program. When problems arise, your program might be unable to continue, but at least you can show the user what…
It is very possible to automate spreadsheets from Visual Foxpro using VBA/ COM automation. Here I wil document the parts I need. Connecting to Excel oExcel = CreateObject("Excel.Application") if vartype(oExcel)…
This Java based development framework makes developing a (enterprise) web app as easy as defining your data model. Your main task is to create a good data model, pour it…
I am using Gliffy a lot. It is a great graphic tool (free Chrome extension) to create flowcharts, UML diagrams, network diagrams and much more. Very important is the rubber-banding…
node-windows node-windows is a standalone module that makes it possible to offer a Node.js script as native Windows services.. Prerequisite: You have succesfully installed Node.js. Install with npm using the…
Node.js org offers a complete install package at https://nodejs.org/en/download/ . The install is a complete developer's package that sets you up with a complete set of tools you need to…
An article in Computer Totaal mentioned this App. It is said to be a kind of game to learn programming bit by bit. By solving puzzles you gain points, thus…
If it's not a real production build, you probably test your React Apps in a sub folder at your hosting space. The information on this is scattered and explained way…
The free FTP solution FileZilla has been around for quite a while now. It's an unbeatable combination: it does what it should, and it's free! Thanks sponsors! I've visited your…
I needed to test whether some ports were enabled or blocked. This tool/ service is great: It simply accepts any port request and tells you if it succeeded. From the…