William Kennedy (williamkennedy)

williamkennedy

Geek Repo

Location:Dublin, Ireland

Home Page:williamkennedy.ninja

Twitter:@_williamkennedy

Github PK Tool:Github PK Tool

William Kennedy's repositories

javascript-algorithms

Algorithms and data structures implemented in JavaScript with explanations and links to further readings

Language:JavaScriptLicense:MITStargazers:0Issues:0Issues:0
Language:RubyLicense:MITStargazers:0Issues:0Issues:0
Language:RubyStargazers:0Issues:0Issues:0

administrate-field-shrine

Shrine field plugin for Administrate

Language:RubyLicense:MITStargazers:0Issues:0Issues:0

LinkedLists

This is Part of The Odin Project: A linked list is a linear collection of data elements called nodes that "point" to the next node by means of a pointer. Each node holds a single element of data and a link or pointer to the next node in the list. A head node is the first node in the list, a tail node is the last node in the list. Below is a basic representation of a linked list: [ NODE(head) ] -> [ NODE ] -> [ NODE(tail) ] -> nil

Language:RubyStargazers:0Issues:0Issues:0

depot

Agile Web Developement with Rails 4 by Sam Ruby, Dave Thomas and David Hansson. This is following tutorial from there fantastic Rails book.

Language:RubyStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0
Language:RubyStargazers:0Issues:0Issues:0

zendesk_william

Pair programming challenge I did as part of the interview process at Zendesk

Language:RubyStargazers:0Issues:0Issues:0
Language:RubyStargazers:0Issues:0Issues:0

Fushioneer_test

Part of an technical test for Fushioneer

Language:RubyStargazers:0Issues:0Issues:0

micro-reddit

Let's build Reddit. Well, maybe a very junior version of it called micro-reddit. In this project, you'll build the data structures necessary to support link submissions and commenting. We won't build a front end for it because we don't need to... you can use the Rails console to play around with models without the overhead of making HTTP requests and involving controllers or views

Language:RubyStargazers:0Issues:0Issues:0

theodinproject

These are a collection of Rails and Ruby programming challenges from The Odin Project

Language:RubyStargazers:0Issues:0Issues:0
Language:CSSStargazers:0Issues:0Issues:0

LearnRubyHardWay

This is all the completed exercises from the book "Learn Ruby the Hard Way" by the amazing Zed Shaw.

Language:RubyStargazers:0Issues:0Issues:0

blogger

This is the Jumpstart Labs Blogger tutorial from I0 to I4. This is part of the Odin Project curriculum.

Language:RubyStargazers:0Issues:0Issues:0

AdvancedBuildingBlocks

These are the projects from The Advanced Ruby Building Blocks as seen here http://www.theodinproject.com/ruby-programming/advanced-building-blocks

Language:RubyStargazers:0Issues:0Issues:0

OdinRubyBuildingBlocks

These are challenges from The Odin Project: Ruby Building Blocks which can be found here http://www.theodinproject.com/ruby-programming/building-blocks

Language:RubyStargazers:0Issues:0Issues:0

10miwc

The last make it with code project

Language:CSSStargazers:0Issues:0Issues:0

TestFirstRubySolutions

The Odin Project: Web Development. This is the first Ruby project

Language:RubyStargazers:0Issues:0Issues:0

google-homepage

A copy of the Google Homepage

Language:CSSStargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0

railsbridge

A test app for rails.

Language:JavaScriptStargazers:0Issues:0Issues:0

Artboard

This an artboard based on Paper.js

Language:JavaScriptStargazers:1Issues:0Issues:0

notepad

First Android App

Language:JavaStargazers:0Issues:0Issues:0

WilliamCalculator

GUI Calculator

Language:JavaStargazers:0Issues:0Issues:0

JavaCalculator

GUI Calculator Using Swing

Stargazers:0Issues:0Issues:0

FizzBuzzJavaSolution

FizzBuzz Solution in Java

Language:JavaStargazers:0Issues:0Issues:0

Coursera-Algorithms_Part1

Weekly Assignment Solutions in Python along with the Sample Inputs

Language:PythonStargazers:0Issues:0Issues:0