Giter VIP home page Giter VIP logo

penandpaper's Introduction

penandpaper's People

Contributors

devonfulcher avatar

Stargazers

 avatar

Watchers

 avatar  avatar

penandpaper's Issues

Add threads

In my Computer Systems class, we are talking about threads. Right now the program executes in about 30 seconds. Implementing threads would be a useful exercise and applicable to this program as it reads in a lot of files. This read in process could be parallelized as well as other parts of the program.

Create detailed README.md

This should be neatly formatted with Markdown. Anybody should have enough information from our README to install all software and run our program. View-access links should be provided to our final report and survey. We should also document changes that have taken place since we wrote our final report. Our README will also have information on our motives. Finally, our README should mention how and why we are achieving our goals.

Change .txt files to .csv files

I believe many of our input .txt files could actually be .csv files with minimal change to our code. This will decrease the amount of effort required from our users. Instead of changing input files from .xlsx to .csv then from .csv to .txt, our users could simply change their .xlsx files to .csv files.

JUnit tests

Our code has been largely untested. We should change this with JUnit tests.

Make our program easier to use

This will allow the admissions office to use our program without our help, hopefully for many years. There are various possible ways that we could accomplish this. We should create a way that our program can be run without installing Eclipse. This could possibly be done by forming our final program into a .jar file that is executable by a .bat file. There may be other ways to allow our program to be run without Eclipse. Also, we could make a graphical user interface to make it easier for our users.

Reorganize/Refactor code

The majority of our code is in the Main.java file which is currently 827 lines long. We can break up this code into multiple files. This will make our code easier to understand and maintain.

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.