There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Koch-Curve-and-Snowflake-Python
Creates the koch curve or snowflake, using the python turtle objectJavaLinkList
Old school project where I made a link list. The methods included in the tree are find, insert, count, height, sum, average, max, and min.JavaBlackJackGame
Basic practice project where you play black jack against a dealer (although you get to cheat and see the dealers cards for testing purposes). Has full GUI, and is fully functional as a game in its current state.Number-Pyramid-MIPS-Assembly
A program which takes an int as user input, and creates a pyramid with the height of the int.Appointment-Calender-Planner-Java
A calendar program, can create and store appointments, leave notes, delete appointments and exit.Store-Inventory-and-Habit-Game-Python-
Final for my python class. Completely original project and code, further details and instructions given in readmeProgram-Arguements-Sort
Takes a list of doubles or ints as program arguments, then sorts the list and prints out the max valueFarenhiet-to-Celsius
A basic c++ program where you input a number in degrees Farenhiet and the program will tell you the equivalent Celsius temperature. It will loop to ask for another number after running.Python-Pyramid-Practice-Project
A practice python project which builds 3 types of pyramids, depending on user inputHotel-Booking-Demo
A C++ demo of a hotel reservation system. The demo takes a date (any int) from the user, and the program either makes a record under that date, or pulls up the existing record under that date. Tells the user the total number of all rooms available, reserved, or open. It then opens a menu to allow user to make a reservation, check the total revenue, or change the date. Meant to demonstrate an understanding of C++MPG-Calculator
A basic c++ program which uses 2 arrays, of miles and gallons. It takes those arrays, calculates the MPG and stores those values into a 3rd array. A very old basic practice program meant to learn arrays.Chess-Knight-Piece-Demo
A C++ demo program. Takes an int for the row and column (both 1-8 only) from the user and places the knight piece (represented by the #9) on the board. The other numbers on the board are where the knight can currently move. The program then offers to exit(E), or loop again by typing the number of the spot you want to move the knight too.Simple-Month-and-Day-User-Input-Program
My first ever C++ program, and is thus an incredibly basic program. It takes an int (1-12) from the user for the month, an int (1-31) for the day. The program will reject any month int not 1-12 and prompt user for a new input. For the day input, the program will not accept any invalid date (30th of February for example) and ask the user for new input.TailGate-App-Code-Java
Code written at LA Hacks, meant to pair with a radar device. The code takes radar data and tells the user/autonomous car whether they need to back up (they are talgating) or speed up as they are trailing behind (meant to help with traffic conjestion). Designed to eliminate fender bender accidents, and optimize car speed. Can pair with separate device or the computer of a smart car. Program uses recommended data from the DMVBattleShip-Demo
A C++ version of battleship! Type your coordinates to place your mark on the grid and see if you can sink the enemy's ships. Currently has 5 ship types, Airship(A), Battleship(B), Frigate (F), Sub(S), Destroyer(D). Also has commented out code, which can be uncommented and shows the enemy's board for testing (or cheating) purposesCircuit-Logic-Design-Demo
A practice project in circuit logic using MML (multimedia logic). The program demonstrates key pad inputs, 8 segment LEDS read and write registers, 2 to 4 and 4 to 1 multiplexors, update and clear register buttons, and more. Clear instructions and comments within the file show its full functionality, and best serves as a demo of my circuit logic design knowledge.Love Open Source and this site? Check out how you can help us