Skip to content

Instantly share code, notes, and snippets.

View GingerGeek's full-sized avatar

Zed Spencer-Milnes GingerGeek

View GitHub Profile
@GingerGeek
GingerGeek / keybase.md
Created October 15, 2017 20:06
Keybase Proof

Keybase proof

I hereby claim:

  • I am gingergeek on github.
  • I am gingergeek (https://keybase.io/gingergeek) on keybase.
  • I have a public key ASBrD_JgURXLYHCtZxLHbulhl-VpuAd4fhXz7KxB6rxmwgo

To claim this, I am signing this object:

@GingerGeek
GingerGeek / DongleRounding.java
Created December 12, 2015 13:48
These are the two tasks which dev candidates had to do live whilst I watched for the interview. The first one is a test of algorithmic skillz where the second is about seeing if you can adapt to new APIs by reading docs.
package net.cubecraft.devtask.donglerounding;
public class Main {
/*
Welcome to Dongle Rounding!
SHOW OF YOUR KNOWLEDGE OF TESTING. USING A TESTING FRAMEWORK OF YOUR CHOICE, WRITE A TEST CLASS FOR THIS
You will be given a double, in the method double dongleRound(double roundMe);
@GingerGeek
GingerGeek / Expect.txt
Created November 2, 2013 16:38
I have a logical problem to do with for loops calling another instance of themselves. I am using Bash
0 <-- Dollar One
5 <-- Dollar Two
i is equal to: 0
i is equal to: 1
i is equal to: 2
i is equal to: 3
I am about to execute ForLoop. i is 3
6 <-- Dollar One
10 <-- Dollar Two
i is equal to: 6