]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/blob - student/sazonsta/index.mdwn
(no commit message)
[edu/osp-wiki.git] / student / sazonsta / index.mdwn
1 [[!meta title="Sazonov Stanislav"]]
2
3 **Project name and homepage:** [NetBeans IDE](http://netbeans.org/)
4
5 Assignment
6 ======
7
8 **Add s simple calculator to NetBeans IDE**
9
10 I would like to add command into NetBeans IDE (https://netbeans.org/). The clalculator will be shown on the main bar for quick evaluation expressions like:
11
12 <pre>
13 “R=5;(4/3)*Math.PI*Math.pow(R,3)” = <b>523.59</b>
14 “Math.sin(Math.PI/4)”             = <b>0.71</b>
15 </pre>
16
17 and so on
18
19 I think this featrure may be useful for developers.
20
21 <a href="https://drive.google.com/file/d/0B2jyTlrfLTQ4LUdWNFhIWVVmWU0/edit?usp=sharing">Mockup</a>
22
23 Links documenting the results of my work
24
25 =====
26
27 * [Presentation 1](OSP.pdf)
28 * [Presentation 2](OSP_2.pdf)
29 * [Published plugin on netbeans.org](http://plugins.netbeans.org/plugin/54129/?show=true)
30 * [Repository](https://github.com/sazonsta/NB-Calculator)
31 * [My communication with developers](Communication.png)
32
33 =====
34
35 * **[My kudorank is 5](https://www.ohloh.net/accounts/sazonsta/kudos)**
36 * [My commits](http://hg.netbeans.org/jet-main/log?rev=sazonov)