Note Cruncher

By Author: transmogrifox
Console based notepad number cruncher makes calculations fast and simple, yet with ample features under the hood. With log turned on, you can record your session on-the-fly from any open instance of the program.

Feature

  • Minimal initialization steps enables fast launching of the program.
  • Ignores meaningless characters so you can put comments and text within the calculation, or simply use it as a note-taking tool. The program picks out patterns matching variable names, numbers and operators to return a relevant answer.
  • Designed to log session line-by-line. If log is turned on, it automatically saves each line to disk.
  • Aims to avoid using external dependencies to keep the application self-contained and portable between operating systems.
  • Convenient shell-scripting utility or shell calculator -- takes commandline arguments and passes them to calculator the same as commands entered at the prompt, so quick single-line expressions can be evaluated and immediately returned.
  • Allows access to system commands so shell commands and scripts can be invoked from the calculator shell.
  • A classic problem with other CLI calculators is a need to use "" when passing arguments with shell operators. This application aims to provide alternate operators so fast calcs can be passed with minimal keystrokes. Example: Allows use of '[]' and '{}' interchangeably with '()' to work around conflicts when passing arguments from the shell.
  • Define and use variables.
  • Behaves like a shell, so you can scroll back to see past calculations. Up/Down keys repeat commands.

Advanced Trigonometry Calculator

Advanced Trigonometry Calculator is a rock-solid calculator allowing you perform advanced complex math calculations. Enter your complex math expression on its integrity and in the final press “Enter” button, after some instants the solution for your expression will be displayed. Anyone can use this .........

Similar: 13%

FractalNow

FractalNow provides users with tools to generate pictures of various types of fractals quickly and easily. It is made of both a command line tool, FractalNow, and a graphical tool, QFractalNow. The graphical tool, based on Qt library, allows users to explore fractals intuitively and generate picture.........

Similar: 12%

Numerical Systems Calculator

Have you ever imagined not having to do math to convert the various number systems and still make arithmetic calculations with different numerical systems in the same expression? That's what makes this application. You can mix decimal, binary, octal and hexadecimal arithmetic operations using the sy.........

Similar: 12%

rechne.exe

Easy-to-use command-line calculator for basic and scientific calculations....

Similar: 10%

mathSuite

mathSuite is a very powerful Mathematical Suite which deals principally with complex algebric and geometric operations. It is powered by the fabulous ExprEval C Parser. The main purpose of this project is fast math-oriented algorithm virtualization, with an optimized direct text interface. Also it g.........

Similar: 10%

Function Plotter

"Function Plotter is a simple-to-use application that provides you with a quick and easy solution for plotting 2D mathematical functions. No advanced mathematics or programming knowledge is required, and the program can draw functions in milliseconds." It's based on Qt 5.5.0 Framework (GUI), openGL.........

Similar: 10%

yafu

YAFU (with assistance from other free software) uses the most powerful modern algorithms (and implementations of them) to factor input integers in a completely automated way. The automation within YAFU is state-of-the-art, combining factorization algorithms in an intelligent and adaptive methodolog.........

Similar: 10%

Deutsche Bank Forex Strategy

To start: Use the PDF No comments or further support will be provided once my workflow goal is complete. See below for these workflow details. Rationale of this project: There will be more wrong than right in this project as it is strictly for learning to reverse engineer a real world research p.........

Similar: 9%

Javaluator

Evaluate an arithmetic expression is as simple as: Double result = new DoubleEvaluator().evaluate("(e^3-1)*sin(pi/4)*ln(pi^2)"). But Javaluator provides you with much more ... Key features: - Functions support, including variable argument count. - Constants support: e, pi, etc ... - Variables supp.........

Similar: 9%

CalclipseMath

CalclipseMath – CalM for short – is a math parser written in Java. With a few lines of code CalM enables your application to evaluate user-supplied mathematical expressions, such as "e^(sin .25pi)" and "(sqrt e)^(sqrt 2)". The standard configuration of the parser has a wide variety of mathematical o.........

Similar: 9%