Skip to content
View smmcgrath's full-sized avatar
:octocat:
:octocat:
Block or Report

Block or report smmcgrath

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. MyFirstApp MyFirstApp Public

    Built in Node.js open source server framework. In this project I moved from client-side development (using JavaScript, HTML, and CSS) to building a server-side web application using the Express.js …

    HTML 1 2

  2. Beer-Song Beer-Song Public

    Simple java script designed to iterate through "99 bottles of beer on the wall" using while loops and if statements. Built in a Linux Teminal environment using a raspberry pi.

    Java

  3. ExponentiationBySquaring ExponentiationBySquaring Public

    Exponentation by squaring is an algorithm that will quickly calculate x^n given user input. x and n are integers in this case. This implementation uses recursion, whereby a function calls itself wi…

    Java

  4. CrystalBall CrystalBall Public

    Building a digital crystall ball with an Arduino board using a tilt switch and an LCD screen to output.

    Arduino

  5. FibonacciSequence FibonacciSequence Public

    Two implementations in Java to generat the Fibonacci sequence to a length chosen by the user. One recursive and one using iterative for loop. Switch statement is used to control flow.

    Java

  6. Quick-Sort Quick-Sort Public

    Quick Sort is another example of a divide and conquer algorithm. It requires the identification of an arbitrary pivot point (ideally somewhere near the centre) around which the other values of the …

    Java 1