Git Product home page Git Product logo

seniorthesis's Introduction

Overview

My Senior Thesis was about the benefits of modularizing code during the software development process. The project I worked on was based on Soccer data analytics and animation. The project was divided into 3 modules. One module, JSONCreator, would parse the raw data and convert it to a more convenient and human readable JSON format. Another module, DataAnalyzer, was designed to calculated useful statistics (such as Pass Completion %, Shot Accuracy, Goal Scorers, etc.) from the data. Some of the code for that can be seen in the DataAnalyzer directory. The last module was the GUI designed for an interactive experience with the data. Not only could the data be analyzed in real time as the game is played using the DataAnalyzer module, the game could be drawn and the trajectory of the ball could be viewed. I created a rough GUI prototype using C# and WinForms (a Double Buffered Panel was used for the animation of the ball's trajectory). A screenshot of this can be seen below:

Prototype

seniorthesis's People

Contributors

emondai 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.