MAR-AM
Hi there 🚀 Passionate coder | Software Developer Student💻 | Open Source Enthusiast 🌟 | Constant learner 📚 | Building cool stuff with Js, python, Html, CSS
ISGIMorroco
Pinned Repositories
-Animating-Geometric-Transformations-A-Colorful-Square-Journey-
This HTML and CSS code creates a captivating animation by applying keyframe transformations to a square div element.
-Banking-System-Management-
This Python script simulates a basic banking system management, differentiating between agents and clients. Agents can add or delete accounts, while clients can perform various account-related operations such as changing passwords, checking balances, depositing money, and withdrawing money.
-Creative-Box-Placement-Playing-with-Colors-and-Transformations-
This HTML and CSS code showcases a creative arrangement of colored boxes, each with unique styles.
-CSS-Styling-Exploring-Div-Element-Transformations-
This HTML and CSS code showcases the art of styling div elements using CSS transformations. Two div elements, each with a distinct class, are presented.
-Loop-and-Variable-Comparison
This JavaScript code comprises two sections.
-Min-Max-Number-Comparison
This JavaScript script defines two arrow functions, 'test1' and 'test2', which accept two parameters 'x' and 'y'. 'test1' returns the smaller of the two numbers using Math.min, while 'test2' returns the larger number using Math.max...
-Outdoor-Adventure-Services-Showcase
This HTML code creates a visually appealing webpage showcasing various outdoor adventure services. With a background image of a camping scene, it sets an adventurous tone.
First_Example
In this exercise, we ask the user to enter three points obtained in the exams, and then this program gives him his general average and the merit obtained.
Library-Management-System
Library Management System is a Python-based application built using the Tkinter library for creating a user-friendly graphical interface. This system allows library administrators to efficiently manage library membership information, track book details.
MAR-AM
Welcom to my profile..!
MAR-AM's Repositories
MAR-AM/-the-amount-including-tax
A store offers these customers a 15% reduction for purchase amounts above 200 dh. Here is an example of an algorithm in Python allowing you to enter the total price excluding tax and calculate the amount including tax, taking into account the reduction and VAT=20%.
MAR-AM/-the-sum-of-odd-integers
Here is an example of an algorithm in Python that calculates the sum of odd integers from 1 up to an integer N entered by the user. for Example N=8 Sum = 1 +3+5+7= 16
MAR-AM/A-telecom-operator
Here is an example of a function in Python which takes as a parameter a duration of communication of the month and returns a list (of four elements) of the cost total to be paid at the end of the month for each formula offered.
MAR-AM/class-Mobile-
This class Mobile , it's a class which takes companyName, storage, serialNum, name, dualSim, support4K as attributes and which uses the following methods: call(), sendMessage(), playMedia().
MAR-AM/class-vector2D-vector3D
A Python program presenting a 2D Vector class designed to take vector information and return the distance () , the norm () .then we have the 3D vector the derivative of the vector2D class.
MAR-AM/class_Car
This class Car , it's a class which takes name, model, color, speed, nitroSpeed as attributes and which uses the following methods: start(), turn(), accelerate(), brake(), boost () .
MAR-AM/class_Rectangle
Here is an example of a class in Python that return the length , width, perimeter, Air, and if a rectangla is a square or not.
MAR-AM/classPlayer-on-JAVA
This classPlayer , it's a class which takes name, age, rank as attributes and which uses the following methods: pass(), pass2(), shoot(), jump(), score
MAR-AM/cLassRectangle-on-java
Here is an example of a class in JAVA that return the length , width, perimeter, Air, and if a rectangle is a square or not.
MAR-AM/even-or-odd
Here is an example of an algorithm in Python that displays whether an integer entered on the keyboard is even or odd.
MAR-AM/exchanges-the-contents
Here is an example of an algorithm in Python that exchanges the contents of two integers A and B entered by the user. and display these integers after the exchange.
MAR-AM/Form-validation
MAR-AM/leap_years
This is a leap_years(century) function that displays the leap years of the past century as a parameter.
MAR-AM/My-first-classes-in-python
Various classes...!
MAR-AM/My-first-CSS-example
MAR-AM/My-second-CSS-example-
MAR-AM/One-Piece-characters-ANIME-
MAR-AM/Please-log-in-
a form for login ...
MAR-AM/Point-JAVA-class
This is a Java program defines a Point class coordinates, offering methods for coordinate manipulation and distance calculation.
MAR-AM/Point-Python-Class-
A Python program showcasing a Point class designed to take The point information and return the distance () , Norm()
MAR-AM/Register...-Inscrivez-vous-...-
Registration Form
MAR-AM/sing_of_product
Here is an example of an algorithm in Python that asks the user for two numbers m and n and then informs them whether the product of these two numbers is positive or negative. We include in the program the case where the product may be zero.
MAR-AM/the-absolute-value-
Here is an example of an algorithm in Python that calculates the absolute value of an integer entered by the user.
MAR-AM/the-biggest-number
Here is an example of an algorithm in Python that displays the largest of three integers entered on the keyboard.
MAR-AM/the-sum-from-1-to-N
Here is an example of an algorithm in Python to calculate the sum S=1+2+3+...+ N, where N entered by the user. Using the While loop.
MAR-AM/the-sum-of-a-sequence
Write an algorithm to calculate the sum S= 1+2+3+...+ 10. Using the While loop.
MAR-AM/the_averge
Here is an example of an algorithm in Python that calculates the average of three integers entered by the user.
MAR-AM/Under-Array
this is a function underArray which takes as parameters an array, and two indexes and returns an array with the values ​​of the boxes between the two indexes
MAR-AM/say-Good-evening
Here is an example of an algorithm in Python that displays the message "Good evening" 10 times. Using the While loop.
MAR-AM/validated_or_not
Here is an example of an algorithm in Python that allows you to evaluate a note entered on the keyboard (if the note exceeds 10 then it displays validated otherwise not validated (NB: the note between 0 and 20).