• Stars
    star
    1
  • Language
    Assembly
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A program which takes an int as user input, and creates a pyramid with the height of the int.

More Repositories

1

JavaLinkList

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.
Java
1
star
2

Store-Inventory-and-Habit-Game-Python-

Final for my python class. Completely original project and code, further details and instructions given in readme
Python
1
star
3

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.
Java
1
star
4

Appointment-Calender-Planner-Java

A calendar program, can create and store appointments, leave notes, delete appointments and exit.
Java
1
star
5

Koch-Curve-and-Snowflake-Python

Creates the koch curve or snowflake, using the python turtle object
Python
1
star
6

Program-Arguements-Sort

Takes a list of doubles or ints as program arguments, then sorts the list and prints out the max value
Assembly
1
star
7

Farenhiet-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.
C++
1
star
8

Python-Pyramid-Practice-Project

A practice python project which builds 3 types of pyramids, depending on user input
Python
1
star
9

Circuit-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.
1
star
10

Hotel-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++
C++
1
star
11

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.
C++
1
star
12

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.
C++
1
star
13

JavaShapeandArrayDemo

Has 1 parent class shape, and 3 child classes circle, triangle, and rectangle. Also uses an array to store multiple shape objects and their corresponding data (height, width, radius etc.). Finally, it prints out the total area of all the objects within the array.
Java
1
star
14

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.
C++
1
star
15

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 DMV
Java
1
star
16

BattleShip-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) purposes
C++
1
star