arturoreyes93
Senior iOS Engineer Mechanical Engineer from The University of Texas at Austin.
Identify HealthAustin, Texas
Pinned Repositories
AI-Sudoku-Solver
Algorithm with Artificial Intelligence methods such Elimination, Only Choice and Search to solve a Sudoku Puzzle.
Benford-Census
reads the concesus data and prints the count of numbers for each leading digit and the their percentage
Books-Word-Frequency
compares the frequency of words in two books
Calculate-Pi
calculates the value of PI using the dart board approach and outputs a column with the calculated value and the difference to the real one starting at 100 hundreds shots and ending at 10000000
CountriesSwiftUI
CurrencyConverter
gifmaker-swift
iOS App originally written in Objective-C and ported to Swift as part of a project in the iOS Developer Nanodegree.
On-The-Map
iOS App that posts user-generated location information to a shared map, pulling the locations of fellow Nanodegree students, with custom messages about themselves or their learning experience.
PitchPerfect
iOS App that allows the user to record a sound and then play it with another voice such as Darth Vader's or a chipmunk.
Virtual-Tourist
iOS App that creates an album with geo-tagged photos from Flickr based on the user's chosen location on a map.
arturoreyes93's Repositories
arturoreyes93/AI-Sudoku-Solver
Algorithm with Artificial Intelligence methods such Elimination, Only Choice and Search to solve a Sudoku Puzzle.
arturoreyes93/Books-Word-Frequency
compares the frequency of words in two books
arturoreyes93/CountriesSwiftUI
arturoreyes93/CurrencyConverter
arturoreyes93/gifmaker-swift
iOS App originally written in Objective-C and ported to Swift as part of a project in the iOS Developer Nanodegree.
arturoreyes93/On-The-Map
iOS App that posts user-generated location information to a shared map, pulling the locations of fellow Nanodegree students, with custom messages about themselves or their learning experience.
arturoreyes93/PitchPerfect
iOS App that allows the user to record a sound and then play it with another voice such as Darth Vader's or a chipmunk.
arturoreyes93/Virtual-Tourist
iOS App that creates an album with geo-tagged photos from Flickr based on the user's chosen location on a map.
arturoreyes93/Credit-Card
Input a credit card number and determine if it is valid and output the brand.
arturoreyes93/Deal-Probability-Game
calculates the probability of winning the prize by switching doors in the lets make a deal game
arturoreyes93/DNA-Sequences
opens a text file and outputs the longest common sequence of the text in the lines
arturoreyes93/Easter-Sunday-Calculator
Calculate the date of easter sunday given the year desired by the user
arturoreyes93/FernHealthChallenge
arturoreyes93/Fibonacci-Base
inputs a decimal number and outputs the fibonacci binary representation of that number
arturoreyes93/Goldbach-Pattern
inputs a range of numbers and outputs all the sums of prime numbers in the even numbers of that range according to the Goldbach's Conjecture
arturoreyes93/Grid
reads a text file with a nxn matrix and prints the greatest product of 4 consecutive numbers horizontally,vertically and diagonally
arturoreyes93/Guessing-Game
guesses a number between 100 and 1 in less than 7 tries
arturoreyes93/Hailstone-Sequence
prompt the user to input a range of numbers and output the greatest cycle length of the hailstone sequence with the respective number in the range
arturoreyes93/Intervals
reads a text file with interval numbers in strings and prints the non intersecting intervals
arturoreyes93/ios-short-continuous-integration
This repository contains resources for Ensuring App Quality with Continuous Integration.
arturoreyes93/ISBN-Numbers
reads a text file with isbn numbers and creates another text file with the isbn numbers saying if they are valid or invalid
arturoreyes93/Mathematical-Pattern-Numbers
Determining certain patterns and number types
arturoreyes93/MatLab-Numerical-Methods-Robotic-Arm
Program that plots the movement of a robotic arm using differential numerical methods
arturoreyes93/MemeApp1.0
iOS App that allows the user to create, save and share a meme from an image picked from photo library or camera.
arturoreyes93/NLP-83Creative
arturoreyes93/Obj-C-Problem-Set
Interopability between Objective-C & Swift Problem Set
arturoreyes93/plaid-node
Node bindings for Plaid
arturoreyes93/Study-Notes-Python
List of various mathematical algorithms using python
arturoreyes93/Week-Day-Checker
prompt the user to enter a date so the program outputs the day of the week of that date
arturoreyes93/Word-Counter