Recently, I came across a resource that allowed me to download the entire collection of UTZOO NetNews Archive of the earliest USENET posts. These were essentially the earliest available discussions...
Read full article →The following article describes how to fix Python nntplib.NNTPDataError: line too long. I found the issue to be related to NNTPLIB, which breaks when the overview responses (during message aggregation)...
Read full article →The following article is a step-by-step guide on how to sync Fitbit data into a Google spreadsheet. This method of synchronizing Google Spreadsheet with Fitbit data is based on the...
Read full article →The following is a simple example of how to post multiple parameters to a backend PHP script, take the returned JSON and update DOM with it. HTML <h2> How to...
Read full article →Recently I came across an issue while building ANN with TensorFlow 2.0, where IntelliJ complained about not being able to load the dynamic library 'cudart64_100.dll'. The below instructions outline the...
Read full article →Just a short demo of how to go about creating/editing of Windows registry keys by using Python. This should be trivial, but as a matter of fact, not that many...
Read full article →Over the past 20+ years, my family took tens of thousands of photos while visiting countries all around the world. As the years went by, the total number of stored...
Read full article →The following article presents the programming solution to automatically add the diacritics to unaccented words typed using a regular English keyboard. There are solutions for Chrome browser or Firefox, but...
Read full article →Splunk Enterprise is presumably one of the best platforms for gaining real-time intelligence from data. The following short tutorial explains how to install Splunk server (on Windows or Linux server)...
Read full article →The following is a short article on the basics of creating graphical user interfaces (GUI) in Python by leveraging Tkinter (interface to the Tk GUI toolkit). We'll cover fundamentals such...
Read full article →