I am releasing the source only here and in my own boards for now.
Author: Helios(me
)
Language: Python
Time: All day =)
Lines of code: 289(for now)
HCalculator is a multi-functional shell calculator.
First you have to download Python.
Then, after you will install Python and extract the program from the .zip file you will be able to activate it in your shell by this command(working for *nix systems.. dunno about windows):
python HCalculator.py
If you have any questions, reports or anything else you would want to say personally, send me an email: helios1234@gmail.com .
SORRY IF I HAD SPELLING/GRAMMAR MISTAKES!
ENGLISH IS MY 3RD LANGUAGE SO PLEASE CORRECT ME AND I WILL FIX THE MISTAKES!
Whatīs your opinion?
Download(You have to register first, sorry):
http://novab.frihost.net/smf/index.php?topic=22.0
Cīmon people.. I worked really hard on that one!
Please give me some comments =P
I really want to try out if i can, but i don't want to download Python or resgister all over the place. Can you show a screen shot or make it easier to download?
| dark_paladin wrote: |
| I really want to try out if i can, but i don't want to download Python or resgister all over the place. Can you show a screen shot or make it easier to download? |
yea. one way is to just place it in public_htmll like i did.
iīll publish version 1.0f soon,
then iīll just post the direct link here.
Last edited by Helios on Fri May 27, 2005 8:09 pm; edited 1 time in total
Maybe posting some screenshots and a more indepth summary of what the program does will intrigue some members to try it out.
first ss:
http://n.domaindlx.com/noil2/HCalc.jpg
Iīm adding even more functions now..
if you wonder why the hell did i make a calculator for,
first it is realy easy and fast to calculate with it(even more that with a hand calc) and itīs a project for my course =P
Maybe iīll make a graphical interface too..
not sure about that..
err yeah, nice calc...
btw, nice desktop, is that suppose to be a linux or a mac or a micro..?
It is windows.. 
| Helios wrote: |
It is windows..  |
wow.
btw, can your calculator find the answer of 22 divide by 7 ?
also known as that thing you use to count to get the area of circles (pie or something like that)
ermm i didnīt understand you =P
you ment, can my calculator calculate: 22 / 7 ?
if so, yes it can.
and what about pi?
You know, I am actually more impressed with your desktop than with the calulator. Where do you get the theme? Did you make it yourself?
BTW, can your calculator graph? I see that there is a geometry function, what does it do?
It can calculate some parabola functions.. =\
I will add more stuff for sure..
but it canīt draw graphs(yet).
If I wonīt get bored of making this proggie I will probablt make a graphical interface too
Donīt know yet.. but now, i donīt have time for that =(
Where can u get the theme?
www.gnome-look.org
| Helios wrote: |
ermm i didnīt understand you =P
you ment, can my calculator calculate: 22 / 7 ?
if so, yes it can.
and what about pi? |
no..i meant there isn't an answer for 22/7 ..it goes on and on, so can it find the end of it?
It has a limit to the digits after the point, so it wonīt crash.
the output from my calc:
| Code: |
Basics@mode> 22/7
= 3.14285714286
Basics@mode> |
BTW!
Pi isnīt infinite, a group of scientists have already found the last digit of Pi.. but I lost the site where the whole Pi is written =(
Download it here, itīs under GPL.
Look at the code, modify it if you want.. do what you can do with it according to the GPL.
http://novab.frihost.net/HCalculator_v1_by_Helios_Zepp.zip
i know that the code is preety noobie right now cuz iīm not that advanced in Python..
But i am learning =\
You don't have to use C++ to create a calculator. It's easier to use visual Basic. I know c++ and basic. And i can easily say that if you use c++ for that programs, it will be harder. I'm typing a game engine code. and i cannot use basic now. Use Basic for easier programs.