Giter VIP home page Giter VIP logo

oss_final's Introduction

2021-1 OSS Lab Class Final Project

22000551 Yongseok Lee

Project name

Ticket Sales Management Program

Inspiration

  In Handong, there are many concerts that sell tickets. I’ve seen most of them writing sales record by hand.
  This way is slow, you can’t sort, if you want to get some meaningful info from the data you have to calculate every time a new dataset comes in.

What does this project do?

● This project makes managing ticket sales much easier.

● Enter reservation info and save in file.

● Calculates, sorts, and searches data from the list.

Why is this project useful?

● You can easily open an existing file to continue writing.

● Saves list in a file for later.

● Calculates and searches meaningful data for sales.

How do I get started?

1. Only thing you need is a raspberrypi computer connected to internet.

2. Download zip file or clone this project.
   
   $ git clone https://github.com/YSLee551/oss_final.git

3. In terminal, go to the directory where the file is located.

4. Compile oss_final.cpp file with g++. If you don't have g++, you can easily download with apt-get.

    $ sudo apt-get update
    $ sudo apt-get install g++

    $ g++ -o management_program oss_final.cpp
    
5. Run compiled file.
    
    $ ./management_program
    
6. Enter the name of your list file. The names of sample list files are <ticket.txt> and <new_ticket.txt>.

7. Enter an option number to use functions.

8. You can save the result with option <7. Save≥>.

Where can I get more help, if I need it?

Contributions

I, Yongseok Lee, came up with idea, designed, and developed on my own.
I referenced binary search tree algorithm from Data Structure class.

Presentation Video -> https://youtu.be/1qw6ul-of9Y

oss_final's People

Contributors

yslee551 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.