All Projects → Cwoodall6 → quickcalc

Cwoodall6 / quickcalc

Licence: MIT License
Simple Menu Bar Application For Mac

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Labels

Projects that are alternatives of or similar to quickcalc

quich
Just an advanced terminal calculator.
Stars: ✭ 59 (+59.46%)
Mutual labels:  math
cray
A real-time interactive progressive path tracer on the GPU.
Stars: ✭ 35 (-5.41%)
Mutual labels:  math
yt-channels-DS-AI-ML-CS
A comprehensive list of 180+ YouTube Channels for Data Science, Data Engineering, Machine Learning, Deep learning, Computer Science, programming, software engineering, etc.
Stars: ✭ 1,038 (+2705.41%)
Mutual labels:  math
minisketch-rs
Rust bindings to @sipa's minisketch library
Stars: ✭ 16 (-56.76%)
Mutual labels:  math
Computer-Vision
implemented some computer vision problems
Stars: ✭ 25 (-32.43%)
Mutual labels:  math
math
Useful m-scripts for DSP (CIC, FIR, FFT, Fast convolution, Partial Filters etc.)
Stars: ✭ 15 (-59.46%)
Mutual labels:  math
utils.js
👷 🔧 zero dependencies vanilla JavaScript utils.
Stars: ✭ 14 (-62.16%)
Mutual labels:  math
mathlion
Mathlion is an advanced math plugin for Kibana's Timelion
Stars: ✭ 77 (+108.11%)
Mutual labels:  math
DoubleFloats.jl
math with more good bits
Stars: ✭ 102 (+175.68%)
Mutual labels:  math
calculus-notes
微积分学笔记,包含极限论、微分、积分、级数理论.
Stars: ✭ 67 (+81.08%)
Mutual labels:  math
card-shuffling
The Math of Card Shufflig
Stars: ✭ 33 (-10.81%)
Mutual labels:  math
MROGeometry
♊️ Mirror of http://purl.mro.name/ios/MROGeometry | √ C and Objective C math and geometry helpers
Stars: ✭ 58 (+56.76%)
Mutual labels:  math
dogma
Things and stuffs.
Stars: ✭ 22 (-40.54%)
Mutual labels:  math
Algorithm-Math
算法 & 数学知识 & 重拾基础知识系列文章编写和收集
Stars: ✭ 19 (-48.65%)
Mutual labels:  math
bcmath-extended
Extends php BCMath lib for missing functions like floor, ceil, round, abs, min, max, rand for big numbers. Also wraps existing BCMath functions.
Stars: ✭ 59 (+59.46%)
Mutual labels:  math
mlib
A math and collisions library for Lua.
Stars: ✭ 68 (+83.78%)
Mutual labels:  math
purescript-quantities
Physical quantities and units
Stars: ✭ 44 (+18.92%)
Mutual labels:  math
math-app-ml
Essential mathematics for applied machine learning and data science
Stars: ✭ 43 (+16.22%)
Mutual labels:  math
WordMat
WordMat is an add-in to MicroSoft Word enabling math functionality
Stars: ✭ 25 (-32.43%)
Mutual labels:  math
pi
A little project for celebrating PI day
Stars: ✭ 16 (-56.76%)
Mutual labels:  math

quickcalc Simple Menu Bar Application For Mac and Windows

GitHub release Github All Releases

pageres

A Calculator That Does More 👍

Alt Text

Functions To Help Your Daily Life

Alt Text

Let's Do Some Math

Alt Text

Install

macOS 10.9+, Windows now available!

macOS

Download, unzip, and move quickcalc.app to the /Applications folder.

Windows

Download, unzip, and use quickcalc.app.

Functions

Math

  • Calculations can be simple or complex 5 + 4 (4**3)/(4839-32+423)
  • + plus
  • - minus
  • * multiply
  • / divide
  • % modulo
  • ** exponent
  • :sqrt returns square root ex. :sqrt(4)
  • :abs returns absolute value ex. :abs(4-7)
  • :log returns log (base 10) ex. :log(100)
  • :ln returns natural log (base E) ex. :ln(50)
  • :e returns e^x ex. :e(2)
  • Trig functions are within code but aren't guarenteed to give a desired answer, so they aren't included in this list.

Date and Time

  • :today returns the current date; you may add or subtract days ex. :today + 5
  • :datein returns the date plus the value you pass ex. :datein 3
  • :daysof returns the amount of days in the value passed ex. :daysof jan :daysof 3 years 5 months
  • :time returns current time

Money 💸

  • :off returns a percentage off of a value ex. 20% :off 300 3% :off 50.50
  • :of returns percentage of a value ex. 50% :of 40 16% :of 32.70

Misc. 🖥

  • :color takes a Hex color code and displays a rectangle of inputed color ex. :color(#000)

Shortcuts

  • Quit: command + Q

Future Iterations

  • May Change UI
  • More Keyboard Shortcuts
  • Parenthesis
  • Auto Updater (IMPORTANT)
  • More Functions
  • Correct Trig functions
  • Dark Mode

Ispiration and Thanks

  • Devin Rousso Thanks for your guidance and help with getting me in the right direction. Go grab the GroupMe client.

License

MIT © Chaz Woodall

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].