Code Monkey home page Code Monkey logo

sports-tv-management's Introduction

Table of contents

Description

Sports TV management program written in C language. The goal is to automate the choice of match to broadcast on a given day.

What's included

Repository structure

folder_name/
├──── main.c
├──── TV_LLC_BIBLIO.c
├──── TV_LLC_BIBLIO.h
├──── rang.txt 
├──── Equipes.txt
└──── images

Features

  • Choose the match to broadcast from the schedule and team ranks and display it.

  • Enter match results at the end of the day.

  • Update the rank file "rang.txt".

  • Create a rank file for each

  • A rank text file "rang.txt" in which the data of each team in the championship: Rank: rank of the team in the championship from 1 to 16- Eq: Name of a team formed by 10 characters maximum

    • Npt: Total points of the team
    • NbJ, NbG, NbN, NbP: number of games played, won, drawn and lost of the team
    • BP and BC: for goals scored and conceded
    • And finally Diff which represents the difference between the goals scored and the goals conceded by each team
  • This file is considered completed for the previous X-1 days. The fields are separated by blank space and each team will be on a different line.

Notes

For each match, the names of the teams will be taken from the schedule of the daytime.

Compile and Run

Compile : gcc -Wall main.c TV_LLC_BIBLIO.c -o prog

Run : prog

Creators

Copyright and license

Code and documentation copyright the authors. Code released under the MIT License.


sports-tv-management's People

Contributors

mohamed-imed-eddine avatar

Watchers

 avatar

Forkers

loueiy

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.