We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

Note Cruncher

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.

The SourceForge Speed Test measures Latency/Ping, Jitter, Download Speed, Upload Speed, Buffer Bloat, and Packet Loss. Upon completion, you can view detailed reports about your connection. This HTML5 speed test does not require Flash or Java, and works on all devices including tablets and smartphones. Host on your own infrastructure or use ours. For licensing, inquire today.

Website https://crunchcalc.sourceforge.io
Tags
License
Platform
Features
  • 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.