Skip to content
View Pouloo's full-sized avatar

Block or report Pouloo

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. c_multiplication_table c_multiplication_table Public

    This project is a simple implementation of a multiplication table generator. It allows users to input the desired size of the table and generates a formatted multiplication table in the console or …

    C 1

  2. c_calculator c_calculator Public

    This project is a basic calculator which takes 2 integers as intput from the user, to then output the beforehand selected type of operation (multiplication, division... etc) of the 2 inputted numbe…

    C

  3. c_conversion_table c_conversion_table Public

    This project is program allowing for the conversion of a value of a certain metric unit its equivalent in another metric unit.

    C

  4. shell_documentation shell_documentation Public

    The following project is a personnal documentation for Shell basics, and Shell programming. It is meant to be both as descriptive and as simple as possible to help in remembering the various elemen…

  5. bash_calculator bash_calculator Public

    A simple implementation of a bash scripted calculator that lets the user choose one type of operation amongst 5 available, and takes two numbers as input to subsequently output the result of the op…

    Shell

  6. bash_multiplication_table bash_multiplication_table Public

    This project is a implementation of my previously made multiplication table generator, this time as a BASH script. It allows users to input the 'n'th integer up which to print a multiplication tabl…

    Shell