Code Monkey home page Code Monkey logo

just-for-the-lols's People

Contributors

kero76 avatar

Watchers

 avatar  avatar  avatar

Forkers

davincilord

just-for-the-lols's Issues

[Style] - Implements MathJax

Implements MathJax to draw beautiful mathematics formulas for algorithms and formulas descriptions.
See Mathjax for more information about implementation.

[Mathematics] - Algorithm for figures

Algorithm for figures

Triangle

This algorithm must compute (from angles and side's length) :

  • the perimeter of the figure
  • the area of the figure
  • Indicate the type of triangle (Right, Equilateral, Right, Isocel, ...)
  • the altitude of the triangle
  • Draw the figure expected

Quadrilateral

This algorithm must compute (from angles and side's length) :

  • the perimeter of the figure
  • the area of the figure
  • Indicate the type of quadrilateral (Square, Rectangle, irregular quadrilateral) (More detail here)
  • Draw the figure expected

[Physics] - Calculate voltage, electrical intensity, resistance and electrical power

Definition of the symbol used in formula :

  • U : Voltage
  • I : Intensity
  • P : Power
  • R : Resistance

Voltage calculation formulas :

  • U = P / I
  • U = R x I
  • U = √(P x R)

Intesity calcultation formulas :

  • I = P / U
  • I = U / R
  • I = √(P / R)

Power calcultation formulas :

  • P = U x I
  • P = R x I²
  • P = U² x R

Resistance calcultation formulas :

  • R = U / I

[Mathematics] - Intercept Theorem

Intercept Theorem

The intercept thorem also known as Thales' Theorem consist in let ABC be a triangle, and two points M and N of the lines (AB) and (AC) so that the line (MN) is parallel to the line (BC)

So we have: AM / AB = AN / AC = MN / BC

Thales_exercices_2

[Mathematics] - Draw Triangle

When a user type the 3 sides of the triangle, the app drawing the triangle to give an idea of the final form of the triangle.

[Mathematics] - Computing data about any geometrical figure

Computing data about any

An interesting update would be to be able, from the sides of any geometrical figure, to calculate anything can be compute.
For example, with 3 side of a triangle, wa cen compute the angles, the area or the perimeter, to name only them.

[Mathematics] - Update Pythagorean

Update Pythagorean

Update Pythagorean with the converse of the theorem :

For any three positive numbers a, b, and c such that a2 + b2 = c2, there exists a triangle with sides a, b and c, and every such triangle has a right angle between the sides of lengths a and b.

Quote from wikipedia : Pythagorean Theorem Converse

[Template] - Move common template to external file

Move common template to external file

Currently, all commons templates are rewrite on each new views.
So to avoid rewriting same code, move all common templates like Breadcrumb, Header or Footer in specific file.

[Hub] - News Banner

Develop a news banner with fake, joke and useless news at the top of the website.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.