Ejpi

m (e**(j pi) + 1 = 0)
(wikify slightly)
Line 3: Line 3:
The interface focuses on history manipulation and quick access to functionality through something like pie menus. It takes advantage of pythons type system under the hood for support of integer, float, and complex operations. For integers it tracks the base used and tries to persist that through the operations.
The interface focuses on history manipulation and quick access to functionality through something like pie menus. It takes advantage of pythons type system under the hood for support of integer, float, and complex operations. For integers it tracks the base used and tries to persist that through the operations.
-
The name (e^(j pi) + 1 = 0, or shortened ejpi) is [http://en.wikipedia.org/wiki/Eulers_identity Euler's Identity]. If you do not understand the beauty of it, I recommend reading the article. Why "j"? I come from an [http://en.wikipedia.org/wiki/Imaginary_unit#Alternative_notations engineering background]. Yeah, it put a smile on my face when I learned Python and found out it used "j".
+
The name (e^(j pi) + 1 = 0, or shortened ejpi) is [[:wikipedia:Euler's identity|Euler's Identity]]. If you do not understand the beauty of it, I recommend reading the article. Why "j"? I come from an [[:wikipedia:Imaginary unit#Alternative notations|engineering background]]. Yeah, it put a smile on my face when I learned Python and found out it used "j".
-
[http://en.wikipedia.org/wiki/Reverse_Polish_notation RPN]? I've just always been a fan of its simplicity to understand, simplicity to code, uniformity in action, less mental tracking, etc. Yes, I own several HP calculators.
+
[[:wikipedia:Reverse Polish notation|RPN]]? I've just always been a fan of its simplicity to understand, simplicity to code, uniformity in action, less mental tracking, etc. Yes, I own several HP calculators.
=== Features ===
=== Features ===
Line 27: Line 27:
Getting ejpi
Getting ejpi
-
* Maemo 4.1: Available in [http://wiki.maemo.org/Extras extras] through the Application Manager.
+
* Maemo 4.1: Available in [[extras]] through the Application Manager.
-
* [http://maemo.org/downloads/product/Maemo5/ejpi/ Maemo 5] or available in [http://wiki.maemo.org/Extras extras] through the Application Manager.
+
* [http://maemo.org/downloads/product/Maemo5/ejpi/ Maemo 5] or available in extras through the Application Manager.
* [http://ejpi.garage.maemo.org/ejpi.deb Ubuntu]
* [http://ejpi.garage.maemo.org/ejpi.deb Ubuntu]
Line 46: Line 46:
ejpi is available under the [http://www.gnu.org/licenses/lgpl-2.1.html LGPL v2.1 license]
ejpi is available under the [http://www.gnu.org/licenses/lgpl-2.1.html LGPL v2.1 license]
-
=== Trouble Shooting and Reporting of Bugs ===
+
=== Troubleshooting and Reporting of Bugs ===
-
A very beneficial log can be found at "~/.ejpi/ejpi.log"
+
A very beneficial log can be found at "<code>~/.ejpi/ejpi.log</code>"
[[Category:Software]]
[[Category:Software]]

Revision as of 10:00, 4 October 2010

Contents

e**(j pi) + 1 = 0

The interface focuses on history manipulation and quick access to functionality through something like pie menus. It takes advantage of pythons type system under the hood for support of integer, float, and complex operations. For integers it tracks the base used and tries to persist that through the operations.

The name (e^(j pi) + 1 = 0, or shortened ejpi) is Euler's Identity. If you do not understand the beauty of it, I recommend reading the article. Why "j"? I come from an engineering background. Yeah, it put a smile on my face when I learned Python and found out it used "j".

RPN? I've just always been a fan of its simplicity to understand, simplicity to code, uniformity in action, less mental tracking, etc. Yes, I own several HP calculators.

Features

Basic features:

  • Pie Menu like system for buttons: Quick access to functionality without cluttering the display
  • History manipulation: Just drag the items around, click on the "x" to delete individual items, click on the entered equation or the result to copy it, etc
  • Persistent history
  • Plugin system: Add all the constants or custom equations you want
  • Tracks numbers as integers (with base), floating point numbers, and complex numbers
  • Comes by default with some basic operations, logic operations, and trig

Keyboard Shortcuts

  • Ctrl+Enter - toggle between fullscreen
  • Ctrl+w, Ctrl+q - quit
  • Ctrl+l - Copy the debug log contents
  • Ctrl+c Copy
  • Ctrl+v Paste

Getting ejpi

Getting ejpi

  • Maemo 4.1: Available in extras through the Application Manager.
  • Maemo 5 or available in extras through the Application Manager.
  • Ubuntu

ejpi has been tested on:

  • Ubuntu 10.04
  • Maemo 4.1
  • Maemo 5

Contribute

ejpi is available under the LGPL v2.1 license

Troubleshooting and Reporting of Bugs

A very beneficial log can be found at "~/.ejpi/ejpi.log"

Retrieved from "http://wiki.maemo.org/Ejpi"