Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Ohmyzsh | 156,988 | 1 | 3 | a day ago | 1 | December 07, 2014 | 633 | mit | Shell | |
🙃 A delightful community-driven (with 2,100+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community. | ||||||||||
Terminal | 88,167 | 4 hours ago | 1,544 | mit | C++ | |||||
The new Windows Terminal and the original Windows console host, all in the same place! | ||||||||||
Tldr | 43,631 | 8 hours ago | 232 | other | Markdown | |||||
📚 Collaborative cheatsheets for console commands | ||||||||||
Bat | 40,348 | 1 | 35 | 2 days ago | 37 | September 10, 2022 | 177 | apache-2.0 | Rust | |
A cat(1) clone with wings. | ||||||||||
Cheat.sh | 34,865 | 18 days ago | 114 | mit | Python | |||||
the only cheat sheet you need | ||||||||||
Lazygit | 33,632 | 2 | 7 hours ago | 209 | July 18, 2022 | 443 | mit | Go | ||
simple terminal UI for git commands | ||||||||||
Httpie | 27,018 | 1,645 | 42 | 19 hours ago | 55 | May 06, 2022 | 143 | bsd-3-clause | Python | |
🥧 HTTPie for Terminal — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. | ||||||||||
Awesome Shell | 26,944 | 7 days ago | 82 | cc0-1.0 | ||||||
A curated list of awesome command-line frameworks, toolkits, guides and gizmos. Inspired by awesome-php. | ||||||||||
Fd | 26,885 | 2 days ago | 24 | May 29, 2022 | 78 | apache-2.0 | Rust | |||
A simple, fast and user-friendly alternative to 'find' | ||||||||||
Modern Unix | 25,548 | 2 months ago | 83 | |||||||
A collection of modern/faster/saner alternatives to common unix commands. |
Two important centers of triangles are the circumcenter and centroid. The circumcenter is found by constructng perpindicular bisectors from two or more sides of the triangle and finding their intersection. The circumcenter of a triangle is found by creating medians form two or more sides of the triangle and finding their intersections. Medians are lines that pass through the midpoint of two of the triangle's points and opposite vertex of a triangle
The circumcenter is important, because it is equidistant from all points on the triangle. For instance, a park owner would want to place the bathrooms equidistant from his three rides. He would need to locate the circumcenter for the exact location of his bathroom.
The centroid is important, because it is the center of mass or center of gravity for a triangle of uniform density.
This repo was created as an exercise in matplotlib and numpy
The parameters are:
IMPORTANT: When giving negative numbers replace the negative sign '-' with '~'
An example for generating a graph of the triangle and circumcenter for the triangle with points (2,3), (-1,0), (4,1):
$python main.py -p1 2,3 -p2 ~1,0 -p3 4,1 -s True -t circ
If done correctly, the program should output:
====================
circumcenter: (1.5, 0.5)
circumcircle radius: 4.949747
====================
Thank you for using Lachi Balabanski's triangle program
Thank you for using my triangle centers repository!