Kalkulon is a programmable expression calculator for programmers available for your Windows, Linux and Android device.
If you just need a simple calculator Kalkulon is probably not what you are looking for.
But if you are looking for a scientific calculator with the following features
* C-like syntax, e.g.: (0x10>>3)+(6|4)*7
* variables, e.g: bitmask = 0x0F0F; 0x1234&bitmask
* user defined formulas and scripts, e.g.: AddMul(a,b,c)=(a+b)*c; AddMul(1,2,3)
* fully programmable, e.g.: if, while, do, etc.
* result history (out, outl), e.g.: 3+4; out+8; outl[0]+outl[1]
* casts, e.g.: ((u8)-1)<<8
* dec, hex and bin number format, e.g.: (128+0x3d)&0b01101100
* strings and list, e.g.: list = {"Hallo ", "World"}; list[0]+list[1]
* syntax coloring for easy use of long expressions
* autoload file ("autoload.k") for user defined variables, formulas, programs
* GPL license
which can share formulas and scripts between your desktop and mobile device you should give Kalkulon a try.
For devices without hardware keyboard I recommend Hacker's Keyboard!
Details:
On the Android device the example and help files are automatically copied into "SDCARD/Kalkulon" folder on first start. This is also the working directory for Kalkulon. Put your Kalkulon scripts here, e.g. from your desktop PC.
The Exec() command works a little bit different on Android:
If the command is ACTION_EDIT or ACTION_VIEW, e.g.
Exec("ACTION_EDIT", "runregtest.k")
an Android Intent is sent to start an external Activity.
For all other commands a normal system() call is executed, e.g.
Exec("echo 1 > xxx") writes "1" into file "xxx" in Kalkulon folder.
For more details have a look at http://www.kalkulon.de
Change log:
2.3:
- adjust colors for better readability (with and w/o syntax highlighting)
2.2:
- add syntax highlighting
2.1:
- new setting for simple output (suppress "outl[i]" prefix)
- enlarge layout of list views for easier touching
- "Clear session" now visible in Action Bar
2.0:
- add: text size of input can be set via "Settings ..." menu
1.9:
- add: support of octal numbers with prefix "0o" (zero "o") -> "0o1234567"
1.8:
- add: text size can be changed by zoom gesture
1.6/1.7:
- fix: keep soft keyboard open for Android >= 4.x
1.5:
- add: Android 4 look and feel (please report issues to contact@kalkulon.de)
- add: select and copy from output window
1.4:
- add: "Clear input history" menu item
1.3:
- add: Exec() now supported on Android (see description in overview)
- fix: error messages were cut-off
- fix: LinePos() returned wrong line number
1.2:
- check if user deleted application data
All APK files available here:
https://bitbucket.org/jholetzeck/kalkulon-for-android/downloads
Kalkulon अपने विंडोज, लिनक्स और Android डिवाइस के लिए उपलब्ध प्रोग्रामर के लिए एक प्रोग्राम अभिव्यक्ति कैलकुलेटर है.
आप सिर्फ एक सरल कैलकुलेटर Kalkulon जरूरत है शायद आप के लिए देख रहे हैं क्या नहीं है.
लेकिन आप निम्नलिखित विशेषताओं के साथ एक वैज्ञानिक कैलकुलेटर के लिए देख रहे हैं
* वाक्यविन्यास सी की तरह है, जैसे: (0x10 >> 3) (6 | 4) * 7
* चर, जैसे: बिटमास्क = 0x0F0F, 0x1234 और बिटमास्क
* उपयोगकर्ता सूत्र और लिपियों, जैसे परिभाषित: AddMul (क, ख, ग) = (क + ख) * ग; AddMul (1,2,3)
* पूरी तरह से प्रोग्राम, जैसे: करते हैं, जबकि, अगर, आदि
* परिणाम इतिहास (बाहर, outl), उदाहरण के लिए: 3 4, 8 बाहर; outl [0] + outl [1]
* डाले, जैसे: ((U8) -1) << 8
* दिसम्बर, हेक्स और बिन संख्या स्वरूप, जैसे: (128 0 X3D) और 0b01101100
* तार और सूची, जैसे: सूची = {"नमस्ते", "दुनिया"}; सूची [0] + सूची [1]
लंबे भाव के आसान उपयोग के लिए * वाक्यविन्यास रंग
उपयोगकर्ता परिभाषित चर, सूत्र, कार्यक्रमों के लिए * autoload फ़ाइल ("autoload.k")
* GPL लाइसेंस
अपने डेस्कटॉप और मोबाइल डिवाइस के बीच सूत्र और लिपियों साझा कर सकते हैं जो आप Kalkulon एक कोशिश देना चाहिए.
हार्डवेयर कीबोर्ड बिना उपकरणों के लिए मैं हैकर कीबोर्ड की सिफारिश!
विवरण:
एंड्रॉयड डिवाइस पर उदाहरण और मदद फ़ाइलें स्वचालित रूप से पहले शुरू करने पर "SDCARD / Kalkulon" फ़ोल्डर में नकल कर रहे हैं. यह भी Kalkulon के लिए कार्य निर्देशिका है. यहाँ अपने Kalkulon लिपियों रखो, उदा अपने डेस्कटॉप पीसी से.
चलाना () आदेश Android पर थोड़ा अलग काम करता है:
आदेश ACTION_EDIT या ACTION_VIEW, जैसे है
चलाना ("ACTION_EDIT", "runregtest.k")
एक Android आशय एक बाहरी गतिविधि शुरू करने के लिए भेजा जाता है.
अन्य सभी आदेशों के लिए एक सामान्य प्रणाली () कॉल निष्पादित किया जाता है, जैसे
चलाना ("गूंज 1> XXX") Kalkulon फ़ोल्डर में फ़ाइल "XXX" में "1" लिखता है.
Http://www.kalkulon.de पर एक नजर है और अधिक जानकारी के लिए
लॉग इन बदलें:
2.3:
- बेहतर पठनीयता के लिए रंग (साथ और w / ओ वाक्य रचना हाइलाइटिंग) को समायोजित
2.2:
- वाक्य रचना हाइलाइटिंग जोड़
2.1:
- सरल उत्पादन के लिए नई सेटिंग ("outl [मैं]" उपसर्ग को दबाने)
- आसान छूने के लिए सूची दृश्य का लेआउट विस्तार
- क्रिया पट्टी में "साफ़ सत्र" अब दिखाई
2.0:
- जोड़: इनपुट के पाठ के आकार के द्वारा निर्धारित किया जा सकता है "सेटिंग ..." मेनू
1.9:
- जोड़: अष्टाधारी संख्या का समर्थन उपसर्ग "0o" (शून्य "ओ") के साथ -> "0o1234567"
1.8:
- जोड़: पाठ आकार ज़ूम इशारे से बदला जा सकता है
1.6/1.7:
- तय:> = 4.x Android के लिए नरम कुंजीपटल खुला रखना
1.5:
- जोड़: एंड्रॉयड 4 देखो और महसूस (contact@kalkulon.de को रिपोर्ट मुद्दों करें)
- जोड़: चयन और उत्पादन खिड़की से नकल
1.4:
- जोड़: "साफ़ इनपुट इतिहास" मेनू आइटम
1.3:
- जोड़: चलाना () अब Android पर समर्थित (सिंहावलोकन में विवरण देखें)
- तय: त्रुटि संदेश गया कट ऑफ
- तय: LinePos () गलत लाइन संख्या लौटे
1.2:
- उपयोगकर्ता आवेदन डाटा नष्ट अगर जाँच
सभी APK यहाँ उपलब्ध फाइलें:
https://bitbucket.org/jholetzeck/kalkulon-for-android/downloads