Console calculator
Author: w | 2025-04-24
A console calculator made with Python. python console calculator console-application console-calculator py-calculator py-calc Updated ; Python A console calculator made with Python. python console calculator console-application console-calculator py-calculator py-calc Updated ; Python
GitHub - isharakhov/Console-calculator: Console calculator with
Nitro33 Posts: 7 Joined: Sun Jul 16, 2006 2:24 pm Console Calculator #1 Post by nitro33 » Sun Jul 16, 2006 2:30 pm i found this freeware/portable calculator. i could not find in on our portable archive, so if you would be kind enough confirm my observation and post Console calcultor. the program website is , thanks Andrew Lee Posts: 3181 Joined: Sat Feb 04, 2006 9:19 am Contact: #2 Post by Andrew Lee » Sat Jul 22, 2006 6:41 am This is a neat little app, but unfortunately, it writes tons of settings to the Windows registry. lyx Posts: 84 Joined: Mon Feb 15, 2010 1:23 am Re: Console Calculator #3 Post by lyx » Wed Feb 24, 2010 5:11 am I think you should look at this again. I just discovered this app today on the net while looking for an alternative inline calculator to tabbycalc or the one in minipad2 (both dont support high precision, among other things). The current version creates an .ini file in the app dir, and from what i can see, all its settings are stored in it. It may still write stuff to the registry - haven't checked that - so it may possibly not be stealth - but it does seem to be portable now. guinness Posts: 4118 Joined: Mon Aug 27, 2007 2:00 am Contact: Re: Console Calculator #5 Post by guinness » Wed Feb 24, 2010 6:48 am Tested: PortableAlot of values written to HKCU\Software\Microsoft\Windows\ShellNoRoam\BagMRU, which seems alot than. A console calculator made with Python. python console calculator console-application console-calculator py-calculator py-calc Updated ; Python A console calculator made with Python. python console calculator console-application console-calculator py-calculator py-calc Updated ; Python A console calculator made with Python. python console calculator console-application console-calculator py-calculator py-calc Updated ; Python; Improve A console calculator made with Python. python console calculator console-application console-calculator py-calculator py-calc Updated ; Python; Improve Download ND Console Calculator for free. The console calculator, written in VB.NET. The console calculator, written in VB.NET Download Console Calculator latest version for Windows free to try. Console Calculator latest update: Janu. Console Calculator is a calculator with a simple (parameter) => { console.log(parameter);};edf→exports default function export default function fileName (parameter){ console.log(parameter);};ecl→exports default class export default class Calculator { };ece→exports default class by extending a base one export default class Calculator extends BaseClass { };Class helpersTriggerContentcon→adds default constructor in the class constructor() {}met→creates a method inside a class add() {}pge→creates a getter property get propertyName() {return value;}pse→creates a setter property set propertyName(value) {}Various methodsTriggerContentfre→forEach loop in ES6 syntax array.forEach(currentItem => {})fof→for ... of loop for(const item of object) {}fin→for ... in loop for(const item in object) {}anfn→creates an anonymous function (params) => {}nfn→creates a named function const add = (params) => {}dob→destructing object syntax const {rename} = fsdar→destructing array syntax const [first, second] = [1,2]sti→set interval helper method setInterval(() => {});sto→set timeout helper method setTimeout(() => {});prom→creates a new Promise return new Promise((resolve, reject) => {});thenc→adds then and catch declaration to a promise .then((res) => {}).catch((err) => {});Console methodsTriggerContentcas→console alert method console.assert(expression, object)ccl→console clear console.clear()cco→console count console.count(label)cdb→console debug console.debug(object)cdi→console dir console.dircer→console error console.error(object)cgr→console group console.group(label)cge→console groupEnd console.groupEnd()clg→console log console.log(object)clo→console log object with name console.log('object :>> ', object);ctr→console trace console.trace(object)cwa→console warn console.warncin→console info console.infoclt→console table console.tablecti→console time console.timecte→console timeEnd console.timeEndComments
Nitro33 Posts: 7 Joined: Sun Jul 16, 2006 2:24 pm Console Calculator #1 Post by nitro33 » Sun Jul 16, 2006 2:30 pm i found this freeware/portable calculator. i could not find in on our portable archive, so if you would be kind enough confirm my observation and post Console calcultor. the program website is , thanks Andrew Lee Posts: 3181 Joined: Sat Feb 04, 2006 9:19 am Contact: #2 Post by Andrew Lee » Sat Jul 22, 2006 6:41 am This is a neat little app, but unfortunately, it writes tons of settings to the Windows registry. lyx Posts: 84 Joined: Mon Feb 15, 2010 1:23 am Re: Console Calculator #3 Post by lyx » Wed Feb 24, 2010 5:11 am I think you should look at this again. I just discovered this app today on the net while looking for an alternative inline calculator to tabbycalc or the one in minipad2 (both dont support high precision, among other things). The current version creates an .ini file in the app dir, and from what i can see, all its settings are stored in it. It may still write stuff to the registry - haven't checked that - so it may possibly not be stealth - but it does seem to be portable now. guinness Posts: 4118 Joined: Mon Aug 27, 2007 2:00 am Contact: Re: Console Calculator #5 Post by guinness » Wed Feb 24, 2010 6:48 am Tested: PortableAlot of values written to HKCU\Software\Microsoft\Windows\ShellNoRoam\BagMRU, which seems alot than
2025-04-04(parameter) => { console.log(parameter);};edf→exports default function export default function fileName (parameter){ console.log(parameter);};ecl→exports default class export default class Calculator { };ece→exports default class by extending a base one export default class Calculator extends BaseClass { };Class helpersTriggerContentcon→adds default constructor in the class constructor() {}met→creates a method inside a class add() {}pge→creates a getter property get propertyName() {return value;}pse→creates a setter property set propertyName(value) {}Various methodsTriggerContentfre→forEach loop in ES6 syntax array.forEach(currentItem => {})fof→for ... of loop for(const item of object) {}fin→for ... in loop for(const item in object) {}anfn→creates an anonymous function (params) => {}nfn→creates a named function const add = (params) => {}dob→destructing object syntax const {rename} = fsdar→destructing array syntax const [first, second] = [1,2]sti→set interval helper method setInterval(() => {});sto→set timeout helper method setTimeout(() => {});prom→creates a new Promise return new Promise((resolve, reject) => {});thenc→adds then and catch declaration to a promise .then((res) => {}).catch((err) => {});Console methodsTriggerContentcas→console alert method console.assert(expression, object)ccl→console clear console.clear()cco→console count console.count(label)cdb→console debug console.debug(object)cdi→console dir console.dircer→console error console.error(object)cgr→console group console.group(label)cge→console groupEnd console.groupEnd()clg→console log console.log(object)clo→console log object with name console.log('object :>> ', object);ctr→console trace console.trace(object)cwa→console warn console.warncin→console info console.infoclt→console table console.tablecti→console time console.timecte→console timeEnd console.timeEnd
2025-04-152010 2:02 am SYSTEM wrote:The above is everything I remember about the changes in 3.0.2. OK Thanks. beamer145 Posts: 3 Joined: Mon Aug 23, 2010 2:33 am Re: Console Calculator #11 Post by beamer145 » Mon Aug 23, 2010 2:43 am Thanks for link to the latest 3.02 versionThe changelog for 3.02 from google cache : Monday July 5, 2010 * Added some tweaks for better Wine compatibility. * Cleaned up menu items a bit. * Financial mode automatically chooses appropriate significant figures. * (2010-07-05)I've added the manual from google cache below, hope it is readable on the forum (Update: I cp'ed the body part of the htm page).The google cache link is: ... =firefox-a)I am really hoping the domain expiration is just an administrative mistake, this is one of the few programs I gladly payed for Last edited by beamer145 on Mon Aug 23, 2010 2:46 am, edited 1 time in total. beamer145 Posts: 3 Joined: Mon Aug 23, 2010 2:33 am Re: Console Calculator #12 Post by beamer145 » Mon Aug 23, 2010 2:44 am Code: Select all home of the console calculator zoesoft Moderator Edit: At the request of users, this entry has been truncated. The full HTML document can be downloaded here. SYSTEM Posts: 2049 Joined: Sat Jul 31, 2010 1:19 am Location: Helsinki, Finland Re: Console Calculator #14 Post by SYSTEM » Mon Aug 23, 2010 6:52 am beamer145 wrote:The changelog for 3.02 from google cache : Monday July 5, 2010 * Added some tweaks
2025-04-05