Skip to content

Dear Internet Explorer user: Your browser is no longer supported

Please switch to a modern browser such as Microsoft Edge, Mozilla Firefox or Google Chrome to view this website's content.

Install apps on Windows without Microsoft Store

Posted 19th October 2021

2 comments

How can you install Microsoft Store apps on your Windows 10 or Windows 11 machine if your administrator has blocked Windows Store?

Read the full story...

Micorosoft logo and Linux logos with a heart behind

Install Windows Subsystem for Linux in Windows 11

Posted 14th October 2021

No comments

With the release of Windows 11 comes a vastly easier method for installing the Windows Subsystem for Linux (WSL) on your PC.

Read the full story...

MyGov versus the Service Victoria app

Posted 12th October 2021

1 comment

My experience adding my COVID-19 vaccination digital certificate to the Service Victoria app on an Android phone. It took a few goes.

Read the full story...

Skip cells when running Jupyter Notebook scripts

Posted 27th September 2021

1 comment

There is a surprisingly simple way to turn off specific cells in Jupyter Notebook without having to manually comment-out chunks of code.

Read the full story...

Connect to GitHub via SSH on Linux

Posted 15th September 2021

No comments

If you’re tired of entering a username and password each time you push to a GitHub repository on the command line, a secure method for bypassig this is to set-up a connection using a set of SSH keys.

Read the full story...

Calculating “Feels Like” Temperatures

Posted 18th August 2021

3 comments

Use the Aeris Weather API to calculate Australian Ambient Temperature (AT) or “feels like” calculations from private weather station data published to PWSweather.

Read the full story...

Creating a custom unique ID in a SharePoint list

Posted 3rd August 2021

7 comments

Use Power Automate with SharePoint to create a customisable unique ID number in a list that does not rely on secondary lists to work.

Read the full story...

Python logo

Bounding rectangles in Python OpenCV

Posted 20th July 2021

No comments

There are two methods in OpenCV to derive a bounding rectangle and extract the relevant values of an object or series of objects in an image.

Read the full story...

PowerShell logo

Use selective criteria to count files in PowerShell

Posted 1st July 2021

No comments

Use Windows PowerShell to easily return some key statistics about the files contained on your computer or network drives using selective criteria.

Read the full story...

R logo

Changing date formats in R

Posted 21st June 2021

No comments

Dates come in all sorts of formats, but R generally prefers dates in the format YYYY-MM-DD. Here’s a quick method to convert date formats in R.

Read the full story...