A project with differents things develop just for the lols :D
A simple algorithm use to reverse the content of a text. For example, if you type the following sentence :
"Where is Brian ?"
The algorithm return the following result :
"? nairB si erehW"
A simple algorithm to check if a text send in parameter is a palindrome.
As a reminder, a palindrom is a word that can be read indifferently from right to left as from left to right.
For example the string "kayak" can be read from left to right or from right to left.
Morevoer, the algorithm supports the case sensitive.
You just enter the 3 size's side and the app return a message to indicate if the triangle is right or not.
If you type only two side of the 3 possible side, the application compute the third size of the triangle and return the result.
The Intercept Theorem can compute the ratio present between 2 segments present in a triangle.
The converse consist in validating if 2 segments are parallel or not.
To use the Intercept Theorem, you just type 4 of 6 segments size and the app compute the other length and display it.
To use the converse of the Intercept Theorem, you just enter the length of the segment [AD], [AB], [AE] and [AC] and the app show if the lines [DE] and [BC] are parallel to each one.
This algorithm consist it get the greatest common divisor or GCD between two numbers.
You just enter the first and the second numbers to get the GCD.
This algorithm consist in getting the Least Common Multiple between 2 number.
You just enter the first and the second number to get the LCM.
A converter to convert volumes, masses and distances into another unit.
A simple page to compute the voltage, the intensity, the power or the resistance in function of 2 of these 4 values. You just type 2 of the 4 value in the field and the app compute instantly the 2 other values.
This project is develop with many languages, frameworks and tools.
This project contains the following languages :
- HTML5 / CSS3
- JavaScript
- JsRender language script
- Sass
This project contains the following frameworks :
- JQuery to improve html node selection
- Bootstrap 4 for the design
- Font Awesome 4.7 as icon library
- JsRender as Template Engine
- Sass as preprocessor scripting language to generate CSS file
This project is develop with :
- Visual Studio Code as IDE
- Koala as SASS compiler
This project is under MIT License. See more information on License.txt