• tech-internship-winter-2021 – Tech Internship Seminar Winter 2021
  • Babylon5Name – This program takes user input and uses it to create a new name for the user, a name which is similar to the names in a popular culture show called Babylon 5. The program asks for the users first and last name, their favorite city, and the name of of one of their friends in order to forge their new Babylon 5 name.
  • CarbonCalculator – This project calculates the carbon footprint of a single car or flight trip using accurately researched data and a proven algorithm for calculating carbon footprints. The program asks the user a few questions to determine the nature of the trip, including whether the user travelled in a car or flight, the model of the car/type of seat on the flight, the miles travelled/starting and ending airports, and whether it was a round trip. Using this user-inputed informations, as well as known data, the program will output the carbon output of the user’s trip in terms of metric tons.
  • Pong – A game where a ball is falling and the player’s goal is to not let it touch the ground using a bar they can slide with the arrow keys. The ball is constantly moving and bouncing off the bar and walls and the player only has 3 lives; once the ball touches the ground 3 times, the game is over and the player loses. To play the pong game, you may use this link: https://s2js.com/mishpup/pong, which is also provived in the index file along with the rest of my code.
  • TextAnalyzer – This project analyzes text from imported books (using Beowulf as an example) and outputs the most common non-simple (words that are not articles, pronouns, etc.) words to provide an idea of what the text might be about.
  • StrategicTicTacToe – This project implements a bot that can play Tic-Tac-Toe with a human opponent but never lose.
  • GiftRecoApp – This project asks the users some basic questions and suggests gift ideas with appropriate links to purchasing the gifts on Amazon.