Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Organized

Objectives:

  • Storing and handling hardware
  • Sorting your stuff according to tags
  • Quick sorting algorithm

Compilation:

> make re

Usage:

You have to execute the following command:

> ./organized

Shell commands:

  • add [type][name] -> to add new hardware
  • del [id_number] -> to delete a hardware
  • sort [-r][Tags] -> to sort materials
  • disp -> to display the material

Definitions:

  • Type: Actuators, Devices, Processors, Sensors and Wires
  • Name: material name
  • Id_number: number assign to the material added (it does not repeat)
  • Tags: Type(ASCII order), Name(ASCII order) and ID(numerically ascending)
  • -r: sort in reverse

About

Epitech first year project: Organized

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages