Pinned Repositories
Core-Plot
Core Plot is a 2D plotting library for iOS, Mac OS X, and tvOS. It uses Apple frameworks like Quartz and Core Animation. In this project, I will leverage the raywenderlich tutorial to learn how to use Core Plot to create Pie Charts and Bar Graphs as well as chart interactions
FriendlyChat
An app that allows real time chat and authentication using Firebase
How-To-Design-Programs-Scheme
Systematically learning how to design programs through a design recipe
iOS-Programming-BNR
Learning iOS Development through perusing the iOS Programming The Big Nerd Ranch Guide
MyLocations-App
An app that uses Core Location Framework to obtain GPS coordinates of a user's whereabouts...
On-The-Map
This is an app with a map that shows information posted by students. The map contain pins that show the location where other students have reported studying. By tapping on the pin users can see a URL for something the student finds interesting. The user will be able to add their own data by posting a string that can be geocoded to a location, and a URL.
PitchPerfect
An iPhone app that records a conversation and plays it back to make you sounds like a chipmunk or Darth Vader!
Quiz
A simple iOS application that reveals the answers to certain questions
Recover-Photos
This program implemented in C recovers deleted jpeg files from a hard disk or corrupted disk (raw file)
Swift-Programming-BNR-Challenges
My implementations of the challenges at the end of The Big Nerd Ranch Swift Programming chapters
seabjackson's Repositories
seabjackson/FriendlyChat
An app that allows real time chat and authentication using Firebase
seabjackson/Structure-and-Interpretation-of-Computer-Programs
These are the practice exercises completed as I peruse the venerable text Structure and Interpretation of Computer Programs
seabjackson/Cassini
Using scrollView and asynchronous network calls to retrieve large image data files from space
seabjackson/Concentration
Simple app that simulates how to play Match Match, or the game Concentration
seabjackson/Core-Classes
seabjackson/Core-Fitness
Basic App that allows a user to browse a list of classes and to search by title
seabjackson/EclecticXcodeTheme
This is essentially an attempted theme that looks akin to the Xcode theme at WWDC 2023 and 2024. However, it leverages the FiraCode font. Fira Code is a free monospaced font containing ligatures for common programming multi-character combinations.
seabjackson/EmojiArt
An app that allows you to drag and drop emoji unto a background to creating a drawing
seabjackson/EssentialFeed
seabjackson/iampoorapp
This is a simple app that launches a screen saying I am poor
seabjackson/Image-Gallery
Implementatiom of am Image Gallery using Bootstrap
seabjackson/ios-short-continuous-integration
This repository contains resources for Ensuring App Quality with Continuous Integration.
seabjackson/iOSEssentials
Projects as I learn in the iOS Essentials Lead Course
seabjackson/Landmarks
seabjackson/leetcode
Leetcode solutions
seabjackson/Memorize
seabjackson/MemorizeApp
seabjackson/NYC-Schools-Open-Data
Tinkering with the NYC DOE Open Data and showing schools with respective SAT Scores
seabjackson/Planet-Tour
An app with basic info on all the planets
seabjackson/PlayingCard
Learning how to draw in iOS by creating cards
seabjackson/practical-python
Practical Python Programming (course by @dabeaz)
seabjackson/Print2PDF
printing pdf forms from an iOS app
seabjackson/QR-Code-Reader
A basic application that leverages AVFoundation to read QR codes, or barcodes
seabjackson/QuizApp
seabjackson/QuizEngine
seabjackson/Startup-Landing-Page
Creation of a startup landing page using basic HTML, CSS, and Bootstrap
seabjackson/Swift-Programming-Language
These are just the practice codes as playgrounds as I peruse Apple's Swift Programming Language
seabjackson/thinking-in-swiftui-sample-code
Sample code for the Thinking in SwiftUI book
seabjackson/ToDo
A basic to do list app implemented using Test Driven Development
seabjackson/Weather-App-POP
This is a basic Weather app implemented with via Protocol Oriented Programming