Sircjarr
2018 graduate with a BS in Computer Science and Psychology from Oklahoma State University. Software developer at Paycom.
PaycomOklahoma City
Pinned Repositories
AppForReddit
This app displays subreddit posts in a custom list using Retrofit XML.
CS-2133
Computer Science 2 programs from the 2017 spring semester.
CS-2433
C++ course work for the 2017 spring semester.
EulerProblems
Solution to ten problems from ProjectEuler.net.
Expense-Tracker
Team project keeping track of capital and operational expenses for a business. With an external database, managers are able to create, read, and update expenses which is reflected in a web application for corporate users to see. The web app source code is not included in this repo since I did not make it.
LapApp
An app that helps joggers keep track of their workout times and statistics, on a lap-by-lap basis.
LicensePlateGame
Tap on the state in the list when you see a license plate with that state. Each state tapped increases the score.
LocationGetter
An app that can display the user's location on a Google map. Addresses of favorite places can be added to a list and revisited.
MoviesFromTheDB
An app using Volley to populate RecyclerViews with details about upcoming and popular movies.
TopStoriesForHackerNews
An application that pulls the top stories from Hacker News and stores them remotely in a SQLite Database. AsyncTask and Retrofit are both implemented for execution time comparisons.
Sircjarr's Repositories
Sircjarr/FirebaseImageFeed
A social image-sharing app using Google Firebase cloud storage.
Sircjarr/LapApp
An app that helps joggers keep track of their workout times and statistics, on a lap-by-lap basis.
Sircjarr/LocationGetter
An app that can display the user's location on a Google map. Addresses of favorite places can be added to a list and revisited.
Sircjarr/TopStoriesForHackerNews
An application that pulls the top stories from Hacker News and stores them remotely in a SQLite Database. AsyncTask and Retrofit are both implemented for execution time comparisons.
Sircjarr/AppForReddit
This app displays subreddit posts in a custom list using Retrofit XML.
Sircjarr/CS-2133
Computer Science 2 programs from the 2017 spring semester.
Sircjarr/CS-2433
C++ course work for the 2017 spring semester.
Sircjarr/EulerProblems
Solution to ten problems from ProjectEuler.net.
Sircjarr/Expense-Tracker
Team project keeping track of capital and operational expenses for a business. With an external database, managers are able to create, read, and update expenses which is reflected in a web application for corporate users to see. The web app source code is not included in this repo since I did not make it.
Sircjarr/LicensePlateGame
Tap on the state in the list when you see a license plate with that state. Each state tapped increases the score.
Sircjarr/MoviesFromTheDB
An app using Volley to populate RecyclerViews with details about upcoming and popular movies.
Sircjarr/RandomSample
Simple program that outputs random points within a predefined grid.
Sircjarr/WhatsTheWeather
An app that retrieves the current weather of a specified city anywhere in the world. Includes a favorites list ideal for quick searches.