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…
You can use the new Windows 10 clipboard tool with the combination Windows-Shift-S (Try it now). It has nice possibilities like selecting a rectangle, free shape, current window or complete…
I am using Teamviewer professionally, but It's pricey and not very well put together. We have a branded quicksupport online, so I receive an e-mail whenever someone starts this program.…
Motivation We are using our Canon MG5350 some time now. For the (very) accidental print, and for digitizing our documents. The printer works fine, even printing from our tablets without…
Stuff I collect because it's interesting, but has to be organized. Script to add mobile usage to the body class (Wordpress) <script type="text/javascript"> if(navigator.userAgent.match(/(Android|iPod|iPhone|iPad|BlackBerry|IEMobile|Opera Mini)/)) { document.body.className += " using-mobile-browser…
Wayback Machine: Find archived versions of web pages. Very useful if pages are lost! https://web.archive.org/ Dutch vehicle registration lookup. See all kind of gathered info for any license. https://ovi.rdw.nl/ Bright…
Header files (.H) contain declarations and sometimes code. Software uses codes for specific actions or settings, but these codes are illegible for most humans. The header file for Microsoft Word…
Draait een programma al? Door jasperdg op 16 Jul 2007 Het is soms niet handig als je een programma start terwijl dit al draait. Vooral bij programma's die bewerkingen uitvoeren…
Foxpro nieuwste versie programma starten Door jasperdg op 14 Feb 2008 In Visual Foxpro compileer je een programma naar een executable (.exe). Als echter het programma reeds in gebruik is…
Foxpro convert date and time to DateTime variable By jasperdg on Mar 13, 2008 On the net some silly, unusable answers have been posted where programmers just concatenate DTOC() and…
Hide Mouse Cursor in Visual Foxpro Today I needed to hide the mouse cursor for a presentation program. Objects in VFP have a MousePointer property with which you can select…