Pinned Repositories
Birthdays
A simple app to show all the upcoming birthdays on an iPhone's contact lists.
ContractExample
Simple example of Design by Contract in Swift 2.0.
EulerMachine
Project Euler solutions 1 to 15. Written in Swift for running on an iPad.
MazePlayground
A swift playground file containing simple maze algorithms.
MinimalClock
A very simple digital clock.
Rainbow
An exercise in handling multiple storyboards.
ScratchCard2
A scratch (disposable) project, exploring playing card handling using SpriteKit.
SnowSeeker
Paul Hudson's Hacking with SwiftUI tutorial project (with notes to self).
UnionFlag
A correctly proportioned Union Flag in HTML/CSS.
vjosullivan's Repositories
vjosullivan/NewProjectWithSwiftLint
A clean SwiftUI project with a SwiftLint Run Script and a sample .swiftlint.yml.
vjosullivan/DeskClock
A simple clock app that shows the time and date, for use on a night stand.
vjosullivan/SnowSeeker
Paul Hudson's Hacking with SwiftUI tutorial project (with notes to self).
vjosullivan/Maze
A exploration of mazes (sic) using Swift and iOS.
vjosullivan/ZCards
Card game musings.
vjosullivan/DateScroll
A prototyping project for Smokeline.
vjosullivan/Birthdays
A simple app to show all the upcoming birthdays on an iPhone's contact lists.
vjosullivan/vjosullivan.github.io
Personal page
vjosullivan/ViperWeather
A demo app using a VIPER style architecture (to display weather, etc.)
vjosullivan/Rainbow
An exercise in handling multiple storyboards.
vjosullivan/Locator
A weather app, powered by Dark Sky.
vjosullivan/ScratchLister
vjosullivan/ScratchXib2
Very simple MVVM application displaying a UITableView.
vjosullivan/ScratchXib
Temporary exercise. A very simple PoC MVVM model using only simple delegates and observers.
vjosullivan/Lister
A list management app. For shopping lists, reminders, tasks, etc.
vjosullivan/Robert
A simple card game.
vjosullivan/MinimalClock
A very simple digital clock.
vjosullivan/scratchSVC
A sample of an app using a high level View Controller to co-ordinate lower level VCs.
vjosullivan/scratchMMVC2
A sample of an app using a high level View Controller to co-ordinate lower level VCs.
vjosullivan/ScratchCard2
A scratch (disposable) project, exploring playing card handling using SpriteKit.
vjosullivan/SampleWeb
Experimental, disposable website.
vjosullivan/MazeyPassages
An exercise in maze generation, using Swift.
vjosullivan/MazePlayground
A swift playground file containing simple maze algorithms.
vjosullivan/Snap_1
Prototype card game app.
vjosullivan/ScratchScroll
vjosullivan/Weather01
vjosullivan/SymbolTables
Chapter 3 of Algorithms, 4th ed. - [Sedgewick, Wayne] worked through in Swift.
vjosullivan/AlgorithmsSearching
Swift version of Algorithms book code.
vjosullivan/VOSForecast
A (forecast.io based) weather station application.
vjosullivan/Algorithms-Sorting
Sorting algorithms from Sedgewick and Wayne.