Andrew's Tutorial Blog
Wednesday, 17 July 2019
Get Raspberry Pi board details from Raspbian
›
I have a Raspberry Pi that I didn't use regularly. I brushed off the dust and wanted to play around with the hardware again but I wasn...
Saturday, 15 June 2019
org.junit.jupiter.api.extension.ParameterResolutionException: No ParameterResolver registered for parameter [java.lang.String arg0] in method [void ParametrizedTest.test(java.lang.String)].
›
I was experimenting with JUnit 5 and Parameterized Tests and hit the following error. org.junit.jupiter.api.extension.ParameterResolut...
1 comment:
Saturday, 7 October 2017
Unity3d Change Costume of a 2d Character
›
In this tutorial we will look at re-skining a 2D character and applying a costume to them in Unity. Here's what the main character loo...
Monday, 25 September 2017
Iterate Over Lists in Kotlin
›
Create a list, add, remove and then iterate over a list. fun main(args: Array<String>) { var list = mutableListOf<String>...
Iterate Over an Array in Kotlin
›
In this example we create an array, called array. The contents of the array are created by using the Kotlin arrayOf function. To iterate ove...
Friday, 28 April 2017
Unity3d - Share Image on iOS and Android
›
The purpose of this code is to read in the title and body of the text getting shared. Then it takes a screenshot of the current screen in th...
5 comments:
Saturday, 25 June 2016
Set up a Git Repository on Raspberry Pi with SSH
›
I have a Raspberry Pi on my local network and I wanted to set it up as a git repository on my local network. First thing I did was SSH o...
›
Home
View web version