Ports Search

Results 4,4914,500 of 5,824 for /net/.(0.004 seconds)
math/gnuplot-1.8 (Score: 0.01738722)
Python interface to gnuplot plotting program
Gnuplot.py is a Python package that interfaces to gnuplot, the popular plotting program. It allows you to use gnuplot from within Python to plot arrays of data from memory, data files, or mathematical functions. If you use Python to perform computations or as `glue' for numerical programs, you can use this package to plot data on the fly as they are computed. And the combination with Python makes it is easy to automate things, including to create crude `animations' by plotting different datasets one after another. Commands are communicated to gnuplot through a pipe and data either through the same pipe (as "inline" data) or through temporary files. It has been written and tested on a Unix computer. This package has an object-oriented design that allows the user flexibility to set plot options and to run multiple gnuplot sessions simultaneously. If you are more ambitious, it is not difficult to add entirely new types of plottable items by deriving from the `PlotItem' class. For a demonstration, run the python file by typing `python demo.py'.
math/gsl-2.1.1 (Score: 0.01738722)
Python interface to GNU Scientific Library
Python interface to GNU Scientific Library
math/theano-0.8.0 (Score: 0.01738722)
Optimizing compiler for evaluating math expressions on CPUs and GPUs
Theano is a Python library that allows you to define, optimize, and efficiently evaluate mathematical expressions involving multi-dimensional arrays. It is built on top of NumPy.
math/viper-1.0.1 (Score: 0.01738722)
Minimalistic scientific plotter and visualization module
Viper is a minimalistic scientific plotter and run-time visualization module. Viper has support for visualizing meshes and solutions in DOLFIN.
math/wcalc-2.5 (Score: 0.01738722)
Natural-expression command-line calculator
Wcalc is a powerful arbitrary-precision calculator. It has standard functions (sin, asinh, logtwo, floor, etc), many pre-defined constants (pi, e, c, etc.), variables, "active" variables, command history, and hex/octal/binary i/o, conversions, and more.
misc/e2fsprogs-1.43.3 (Score: 0.01738722)
Blkid library from e2fsprogs package
Block device identification library from the e2fsprogs package.
misc/e2fsprogs-1.43.3 (Score: 0.01738722)
UUID library from e2fsprogs package
UUID library from the e2fsprogs package.
misc/excel-writer-15 (Score: 0.01738722)
Ada package for easily creating Excel files with basic formats
Excel_Out is a package that can generate basically formatted Excel files. * Ideal for the automatic production of reports * Fast: on a HP Mini netbook (Intel Atom, 1.66 GHz), Excel Writer produced 50 sheets per second where each sheet had 10,000 data cells * Totally portable and no external library required * No interation with MS Office software
misc/freeguide-0.11.1 (Score: 0.01738722)
Interactive TV guide which will create personalized TV listings
FreeGuide is a TV guide program. It uses parser programs to extract TV information from web pages and stores them for viewing without the need to connect to the Internet. The viewer allows the user to view television listings and create customised TV guides by selecting programmes and by building up a favourites list. It works with listings for many countries.
misc/detachtty-9 (Score: 0.01738722)
Run interactive programs non-interactively
detachtty is a Unix utility that lets you run interactive programs non-interactively, and connect to them over the network when you do need to interact with them. It's intended for use with long-running server processes running in Common Lisp implementations.