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.

Run an ImageJ macro directly from GitHub Gist

Posted 23rd May 2018

No comments

Simple code that enables you to host your ImageJ macro scripts on GitHub Gist but execute them from a local machine.

Read the full story...

Easily create QR Codes in Word

Posted 16th May 2018

18 comments

Did you know that it is possible to generate fully-functional QR codes in Microsoft Word using mail merge without the need for third-party plugins?

Read the full story...

Firefox logo

Enable NTLM Single Sign On in Firefox

Posted 14th May 2018

1 comment

A simple procedure for enabling Single Sign On (SSO) in Firefox.

Read the full story...

Create a non-superuser role in PostgreSQL

Posted 18th April 2018

No comments

Use this easy procedure to establish a non-superuser role in PostgreSQL.

Read the full story...

PowerShell logo

Run a PowerShell script directly from GitHub Gist

Posted 9th April 2018

2 comments

Simple code that enables you to host your PowerShell scripts on GitHub Gist but execute them from a local machine.

Read the full story...

Timestamp generation as a string in ImageJ macros

Posted 20th March 2018

No comments

Generate a timestamp in the format yyyyMMddhhmmss within a macro for ImageJ.

Read the full story...

R logo

Changing the default library folder path in R

Posted 30th November 2017

6 comments

A simple procedure in Microsoft Windows for setting the default library folder for installations of R.

Read the full story...

R logo

Resolving ‘Unable to move temporary installation’ in R

Posted 29th November 2017

32 comments

A simple solution to overcoming the “Unable to move temporary installation” fault when installing packages in R

Read the full story...

Export a PostgreSQL query to a CSV

Posted 24th November 2017

2 comments

Export the contents of a database table to a CSV file using the psql PostgreSQL utility in PuTTY.

Read the full story...

R logo

Transferring packages between different versions of R

Posted 31st July 2017

No comments

Use a couple of small scripts to easily “transfer” installed packages between different installations or versions of R.

Read the full story...