Skip to content
View Pouloo's full-sized avatar
Block or Report

Block or report Pouloo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Popular repositories Loading

  1. Multiplication_Table 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. Calculator 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. Conversion_Table 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