Skip to content

Pedro2um/tbotrab1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tbotrab1

tbotrab1 is a command-line application developed in C, designed to perform specific tasks efficiently. The project leverages modular programming practices and includes examples and scripts to facilitate understanding and usage.

Features

  • Modular codebase with clear separation of concerns.
  • Includes example files to demonstrate functionality.
  • Shell script (Executa.sh) provided for easy execution.
  • Cross-platform compatibility.

Installation

  1. Clone the repository:

    git clone https://github.com/Pedro2um/tbotrab1.git
    cd tbotrab1
  2. Build the project:

    make

    This will compile the source code and generate the executable.

Usage

After building the project, you can run the application using the provided shell script:

./Executa.sh

This script sets up the necessary environment and executes the program with predefined parameters.

Project Structure

tbotrab1/
├── .vscode/           # Visual Studio Code configuration files
├── client/            # Client-side source code
├── exemplos/          # Example files demonstrating usage
├── include/           # Header files
├── outrasMains/       # Additional main programs for testing
├── saidas/            # Output files generated by the application
├── source/            # Core source code
├── Executa.sh         # Shell script to execute the application
├── LICENSE            # MIT License file
├── README.md          # Project documentation
└── makefile           # Build configuration file

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your enhancements.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

Developed by Pedro2um and contributors:

About

tbotrab1 is a command-line application developed in C, designed to perform specific tasks efficiently. The project leverages modular programming practices and includes examples and scripts to facilitate understanding and usage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors