Need to do statistical analysis of your data, plot a graph, etc:
http://www.r-project.org/
[Update 3/12/2012]: I am using RStudio and it's a great tool!
http://www.r-project.org/
[Update 3/12/2012]: I am using RStudio and it's a great tool!
echo "2 i BINARY BITS p" | dc
echo "2 i 11000000111001 p" | dc
echo "2 o DECIMAL NUMBER p" | dcexample
echo "2 o 12345 p" | dc
"...cannot open shared object file: No such file or directory"when you trying to run your application (thanks to this post)
java -Djava.library.path=/usr/local/lib
Akka supports using Google Protocol Buffers to serialize your objects. Protobuf is a very efficient network serialization protocol which is also used internally by Akka. The remote actors understand Protobuf messages so if you just send them as they are they will be correctly serialized and unserialized. - from Akka websiteSounded good to me, so I've tried to compile some Akka sample code with Netbeans 6.9 IDE (did I mention that I also love Netbeans? well I do). Akka website gives you instructions how to set-up your developing environment. Basically you have several options:
These are used in the core of Akka, so you need these.
- configgy-X.jar
- netty-X.jar
- protobuf-java-X.jar
- multiverse-alpha-X.jar
- jsr166x-1.0.jar
- geronimo-jta_1.1_spec-1.1.1.jar
- jgroups-2.9.0.GA.jar