Sponsored Content
Top Forums Programming Casio FX-CG50 Scientific Calculator and Python Post 303041407 by Neo on Friday 22nd of November 2019 11:07:19 AM
Old 11-22-2019
Yeah.. I have a cheap (like $15 buck or something) Casio FX-115ES PLUS on my desk which I use for quick Decimal to Hex and Binary Base N conversions.

This one. It's actually really great for the money, but I mostly work in very dim light (except for my big monitor), so I can barely read it at night:



But the problem is that the display is not backlit, so most of the time I cannot read it after 5PM! LOL ... but I did order a USB light from China a few days ago... but this Casio is 'da bomb... me thinks.

.... guess I will wait to see if the price drops a bit more by the weekend and then buy it and ship it here. It's twice as expensive here in TH even with Amazon shipping included!

I like the fact we can write Python on the computer and transfer to the Casio via USB and do data AQ as well; even though it is only MicroPython with limited capability, but still !!
 

9 More Discussions You Might Find Interesting

1. BSD

Casio CASSIOPEA BE-300 & fBSD

I just don't know how do I have to connect them... Connecting via USB, if some body knows, please post here... Thankue... (0 Replies)
Discussion started by: PomaH 6yxDAK
0 Replies

2. Shell Programming and Scripting

calculator program..

Hey can anyone tell me the korn script code to implement an interactive integer calculator using the shell's built in arithemetic expression evaluation (2 Replies)
Discussion started by: sahithi_khushi
2 Replies

3. Shell Programming and Scripting

Calculator

I am pretty new to the Unix word, and have created a working calculator script. I have one problem. It doesn't use any decimals, it rounds off to the nearest whole number. 1 #!/bin/ksh 2 while true; do 3 echo -n "Enter the first integer: "; read IN1 4 test... (2 Replies)
Discussion started by: ironhead3fan
2 Replies

4. UNIX for Dummies Questions & Answers

calculator

hi, im new to the unix system and scripting and was wondering if anyone could help me with this problem iv been havin... i want the system to: 1. ask me for a number 2. ask me for a command to use on that number (* + - /) 3. ask me for another number 4. then ask me for another command, if the... (2 Replies)
Discussion started by: jdougy
2 Replies

5. Shell Programming and Scripting

Help with calculator code

Hi Guys, I found this code in net.. it is working fine.. But can anybody explain me the sed statement used in the code.. echo "Enter the expression:\c" read express eval echo "$express"|sed 's/^/'$precision' \ /'|bc -l|\ sed -n '1,${ /syntax/!{ } ... (2 Replies)
Discussion started by: mac4rfree
2 Replies

6. Homework & Coursework Questions

Simple Calculator

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known/data: Script a simple calculator. In the command line enter the script file /home/etc/mycalc or /home/etc/mycalc 1 +... (6 Replies)
Discussion started by: herb bertz
6 Replies

7. Shell Programming and Scripting

**python** unable to read the background color in python

I am working on requirement on spreadsheet in python scripting. I have a spreadsheet containing cell values and with background color. I am able to read the value value but unable to get the background color of that particular cell. Actually my requirement is to read the cell value along... (1 Reply)
Discussion started by: giridhar276
1 Replies

8. Programming

Create a C source and compile inside Python 1.4.0 to 3.7.0 in Python for ALL? platforms...

Hi all... As you know I like making code backwards compatible for as many platforms as possible. This Python script was in fact dedicated for the AMIGA A1200 using Pythons 1.4.0, 1.5.2, 1.6.0, 2.0.1, and 2.4.6 as that is all we have for varying levels of upgrades from a HDD and 4MB FastRam... (1 Reply)
Discussion started by: wisecracker
1 Replies

9. Shell Programming and Scripting

Simple Scientific calculator for ADE, the UNIX environment for the AMIGA A1200(HD).

ADE is a UNIX environment for the ancient AMIGA A1200. By default this does NOT have the 'bc' command line calculator. Although I did a DEMO code to create a C source and compile it under python 1.4.0 and ADE using ksh88 and the gcc of the day, I decided to create this baby that requires no Python... (2 Replies)
Discussion started by: wisecracker
2 Replies
WMDISKMON(1)						      General Commands Manual						      WMDISKMON(1)

NAME
wmdiskmon - A dockapp to monitor disks usage. SYNOPSIS
wmdiskmon [options] DESCRIPTION
This manual page documents briefly the wmdiskmon command. WMDiskMon is a program to monitor disks usage. It is a dockapp that is supported by X window managers such as Window Maker, AfterStep, BlackBox, and Enlightenment. The dockapp has two modes. The default displays three devices at a time in a bargraph manner. The other displays only one device, but with numeric percentage and a longer name over three lines. In default mode, clicking on the arrows scrolls the devices list up and down. In single mode, it cycles through the list. In both modes, clicking with left button on the background toggles the back light. Clicking on the background with the middle button toggles displays of entries (devices or mount points). With the control key, the same action toggles mode. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -d, --display <string> Attempt to open a window on the named X display. In the absence of this option, the display specified by the DISPLAY environment variable is used. -bl, --backlight turn on back-light. -lc, --light-color <color> back-light color. (rgb:6E/C6/3B is default) -i, --interval <number> number of secs between updates. (1 is default) -h, --help show help text and exit. -v, --version show program version and exit. -w, --windowed run the application in windowed mode -bw, --broken-wm activate broken window manager fix -p, --partition <device> monitor the <device> partition (may be used more than once), a NFS device can also be specified (in fact all that is in the 1rst column of df -P, the POSIX df behavior) -n, --device show device instead of mount point -s, --single show only one device at a time (default behavior is to display 3) BUGS
The program uses the POSIX command df -P. If your system does not support this command, then you should send me a mail telling me with com- mand give the same result for your OS. SEE ALSO
df(1) AUTHOR
WMDiskMon was assembled by Thomas Nemeth <tnemeth@free.fr>. It is largely based on WMMemMon and WMCPULoad by Seiichi SATO <ssato@sh.rim.or.jp> and WMMemLoad by Mark Staggs <me@markstaggs.net>. February 13, 2004 WMDISKMON(1)
All times are GMT -4. The time now is 08:46 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy