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.

An ImageJ batch processing macro that works

Posted 15th March 2017

No comments

A helpful generic ImageJ macro script that can be used to loop through files of type in a selected directory and then do something to them.

Read the full story...

PowerShell logo

UNC path from local path in PowerShell

Posted 23rd February 2017

2 comments

Use this simple PowerShell code to convert a local path into an UNC path.

Read the full story...

Access Virtual Application files via the Q-drive

Posted 22nd February 2017

No comments

A simple technique to obtain access to the virtual environment (Q-drive) of an application in Microsoft Windows.

Read the full story...

R logo

Update R from within the console

Posted 14th February 2017

No comments

A useful protocol for updating the R statistical package from within the R console window.

Read the full story...

HTTPS for Free

Posted 29th January 2017

No comments

For those wishing to serve their website securely over HTTPS (Hypertext Transfer Protocol Secure) via SSL/TLS, there is now a free option for obtaining the necessary certificates.

Read the full story...

Download all PDFs from a web page via PowerShell

Posted 6th December 2016

4 comments

Use PowerShell to download every PDF from a web page and save them to a nominated folder.

Read the full story...

Unzip .tar.gz files in Windows

Posted 24th November 2016

No comments

Use this one-liner in the command prompt to extract the contents of .tar.gz files on Microsoft Windows machines.

Read the full story...

Enabling SSL and HTTPS on a WordPress site

Posted 13th November 2016

No comments

Step-by-step instructions for enabling your WordPress blog or website to be served over HTTPS using SSL or TLS.

Read the full story...

Upload files to an SFTP server via PowerShell

Posted 11th November 2016

2 comments

Easily transfer files from a local drive to a Secure File Transfer Protocol (SFTP) server using PowerShell. This script is useful for automating file transfers.

Read the full story...

Perl script to unzip files

Posted 9th November 2016

2 comments

A Perl script that will unzip files by extracting contents and saving them to a new directory named after the source zip file.

Read the full story...