Category: Uncategorized
-
Debugging Python Using Visual Studio Code
Introduction The main purpose of the tutorial is to provide a way for you to debug projects that may run the code with different command line arguments rather than merely running a python script. This requires you to modify the launch.json file in Visual Studio Code. Microsoft provides a detailed page on how to setup…
-
Advanced Machine Learning Wiki
I dedicate this page to be a portal that links to many of the webpages that I viewed and learnt for the course “Advanced Machine Learning”. I could create other posts regarding AML and will put link to this master home page for further reference. Unsupervised Learning Projection Principle components analysis Variance, std deviation as…
-
Install newest Python as a normal user
Sometimes you and not the root user or admin, but you cannot fed up with the outdated python environment like Python3.6 or Python3.7. I tried to find out a solution, as a matter of fact, it is not difficult to do, we presume that one wants to install the python environment in on a Linux…
-
Troubleshooting Git Server 500 Error: Resolving Invalid Repo and I/O Error
Introduction: In this post, we will discuss a common issue that users may encounter when running a Git server, resulting in a 500 error. We will explore the error message and share the steps taken to troubleshoot and resolve the problem. Understanding the Error: The error message indicates an “Invalid repo” error with an exit…
-
Adding LaTeX support to WordPress
I cannot imagine typing equations without using LaTeX equations, the output of the equations are absolutely amazing and sorry about Microsoft Word on this battlefield. Adding LaTeX support to WordPress is fairly easy, just add one or one of the plugins, wrap up the code with the normal wrapper which is normally used for inline…
-
Handle a common WebGL deploy problem about compression
While deploying a 3d scada WebGL app for my boss, I found the following errors on the browser regarding js file. “Unable to parse Build/app.framework.js.gz! This can happen if build compression was enabled but web server hosting the content was misconfigured to not serve the file with HTTP Response Header “Content-Encoding: gzip” present. Check browser…