ADAMS is a flexible workflow engine aimed at quickly building and maintaining data-driven, reactive workflows, easily integrated into business processes.
Instead of placing operators on a canvas and manually connecting them, a tree structure and flow control operators determine how data is
... [More] processed (sequentially/parallel). This allows rapid development and easy maintenance of large workflows, with hundreds or thousands of operators.
Operators include machine learning (WEKA, MOA, MEKA) and image processing (ImageJ, JAI, BoofCV, OpenImaJ, LIRE, ImageMagick and Gnuplot). R available using Rserve. WEKA webservice allows other frameworks to use WEKA models. Fast prototyping with Groovy and Jython. Read/write support for various databases and spreadsheet applications. [Less]
SciTools is a Python package containing lots of useful tools for scientific
computing in Python. The package is built on top of other widely used
packages such as NumPy, SciPy, ScientificPython, Gnuplot, etc.
SciTools also comes with a plotting interface called Easyviz, which is a
unified
... [More] interface to various packages for scientific visualization and
plotting. Both curve plots and more advanced 2D/3D visualization of scalar
and vector fields are supported. The Easyviz interface was designed with
three ideas in mind: 1) a simple, Matlab-like syntax; 2) a unified interface to lots of visualization engines (backends): Gnuplot, Matplotlib, Grace, Veusz, Pmw.Blt.Graph, PyX, Matlab, VTK, VisIt, OpenDX; and 3) a minimalistic
interface which offers only basic control of plots: curves, linestyles, [Less]
Some scripts to improve the work with gnuplot.
So far we have:
gplot
-quick plot:
gplot file
-plot from stdin:
seq 1 10 | gplot quick eps: gplot -o nic.eps
-file replot when file is changed:
gplot --replot file
gp2eps
-Convert gnuplot script to eps directly:
gp2eps
... [More] plot.gp
-Allows to scale numbers different than labels:
gp2eps -r X.X plot.gp
-Flexible font size: gp2eps -s X.X plot.gp
tricktex
-Take many eps pics and make an pdf:
tricktex --pic *.eps
-Text to eps:
tricktex 'A text'
-Formulars to eps:
tricktex '\omega' [Less]
P-rout may be useful for owners of one of the various types of a solar energy appliance called PowerRouter, manufactured by Nedap N.V.
The appliance is connected to the Internet and uploads data to an HTTP server (logging1.powerrouter.com) that is owned by the manufacturer, who provides another
... [More] HTTP server where customers can view their data.
This project does basically the same while keeping everything on the owner's premises. It provides a data-collecting HTTP server where the PowerRouter can upload. Data is stored in a PostgreSQL database and
can be reviewed on a second HTTP server.
P-rout is intended to be installed on a single-board computer with two network interfaces. [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy