Skip to content

Instantly share code, notes, and snippets.

View ShaneCunn's full-sized avatar

Shane Cunningham ShaneCunn

  • Sleepless
  • Galway, Ireland
View GitHub Profile
@ShaneCunn
ShaneCunn / cv.txt
Created April 25, 2017 13:59
cv desc
Presently completing a Java 8 Programmer Certification course to complement my IT skills and knowledge. Also Completed a Higher Diploma in Software Design and Development with MCSA. With four years’ experience as a system administrator for E-commerce website’s and a sound understanding of configuring and installing Microsoft and Linux operating systems. Highly skilled in creating visual user guides to reduce IT support requests.
I was previously engaged in a software internship developer internship with Sidero Ltd which included testing software and servers during a system upgrade. My greatest strengths are being able to write Java programs in accordance with a brief, investigate and analyse defects. I consider myself to be a result-oriented, dependable, and capable worker; who is not easily affected by job stress and will be a strong asset to your department and organisation in a variety of duties. I am certainly receptive to any company training and I am a fast learner in any on the job training situation
{
"id": 1,
"name": "A green door",
"price": 12.50,
"tags": ["home", "green"]
}
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package calculator;
import java.net.URL;
import java.util.ResourceBundle;
import javafx.event.ActionEvent;
package Question1;
import java.util.LinkedList;
public class Question1 implements Runnable {
// Linkedlist is faster if your search for data in the beginning or the
// middle of the array
private static final LinkedList<Character> infiList = new LinkedList<>();