Pinned Repositories
Automation-Scripts
Includes scripts that I wrote to automate some tasks for me
CarDealerProgram
This was my mid-term project for my C++ (Data Structures) class. The objective was to make a program that would help a car dealership store information about cars and retrieve the information when needed. I've implemented Binary Search Trees as my data structure for saving data.
Connect-Four
'Connect Four' or 'Four In a row' game for two players to play in windows console - C++
HackerRank
I will post my solutions to Hacker Rank challenges here (This won't include every single one)
LocationMocker
Location-Mocker is an android app that lets users fake their current location.
Prism
SimpleCalculator-Android
A simple, clean and neat calculator app for android.
SunnyDay
A weather app for iOS. I created it to learn more about iOS App Development/Swift.
Udacity-AIND
My code for the Udacity Artificial Intelligence Nanodegree projects
WordsUnscrambler-Android
An Android app that lets you unscramble almost any scrambled English word.
pbhoiwala's Repositories
pbhoiwala/Automation-Scripts
Includes scripts that I wrote to automate some tasks for me
pbhoiwala/LocationMocker
Location-Mocker is an android app that lets users fake their current location.
pbhoiwala/WordsUnscrambler-Android
An Android app that lets you unscramble almost any scrambled English word.
pbhoiwala/SimpleCalculator-Android
A simple, clean and neat calculator app for android.
pbhoiwala/CarDealerProgram
This was my mid-term project for my C++ (Data Structures) class. The objective was to make a program that would help a car dealership store information about cars and retrieve the information when needed. I've implemented Binary Search Trees as my data structure for saving data.
pbhoiwala/Connect-Four
'Connect Four' or 'Four In a row' game for two players to play in windows console - C++
pbhoiwala/HackerRank
I will post my solutions to Hacker Rank challenges here (This won't include every single one)
pbhoiwala/Prism
pbhoiwala/SunnyDay
A weather app for iOS. I created it to learn more about iOS App Development/Swift.
pbhoiwala/Udacity-AIND
My code for the Udacity Artificial Intelligence Nanodegree projects
pbhoiwala/FB-Messenger-Weather-Bot
This is a Facebook Messenger bot that provides weather information to user. User can enter "What's the weather in New York?" and the bot will provide current weather forecast for NYC.
pbhoiwala/GradeTracker
An android app that let's students predict/calculate their grades based on course's grading criteria and current assignment grades.
pbhoiwala/GravityGroupAssignment
The goal of this exercise was to design an API for a dating service like Dil Mil. There are several endpoints that client app can use. Below is the breakdown and description on how to use them.
pbhoiwala/Hangman
This is a simple "Hangman" game I created in C++ (Visual Studio)
pbhoiwala/Intro-To-Machine-Learning
Intro To ML is a free online course offered by Udacity. It covers lots of important concepts, processes and algorithms involved in Machine Learning.
pbhoiwala/jobox-coding-assignment
This was the take home coding assign from Jobox. It's an android app that fetches news and displays it in multiple layouts.
pbhoiwala/oppia
Tool for collaboratively building interactive lessons.
pbhoiwala/Planner
This is a windows console application that I created for myself. It helps me organize and keep track of my thoughts and tasks. It has two parts to it: Notes and To-do list. I put my thoughts in 'Notes' section and I put tasks in 'To-do list' section. In to-do list section, I also have the option to prioritize my tasks as well as set due dates.
pbhoiwala/StopWatch-iOS
A simple stopwatch app that I created mainly to learn Swift and get into iOS Development
pbhoiwala/TicTacToe
A Tic-Tac-Toe game (player vs player) - C++
pbhoiwala/TicTacToe-computer
A Tic-Tac-Toe game (player vs computer) - C++
pbhoiwala/UnscrambleWords
This application will unscramble almost any scrambled words - C++
pbhoiwala/WidgetExamples
Android Widget Tutorials with 4 Examples
pbhoiwala/WordJumble
A simple Word Jumble game - C++
pbhoiwala/WordSearchGame
A word search game - C++