octave-netcdf
Matlab compatible NetCDF interface for Octave
This package contains the Octave binding to the NetCDF library,
allowing the creation, the reading, and the display of meta-data of
NetCDF files.
jazip
Mount and unmount Iomega Zip and/or Jaz drives
It combines Grant Guenther's original command line utility, ziptool, with
Jaz drive support, a nice X interface and additional utilities to allow
users to easily mount and unmount disks formatted in either ext2 or fat.
r-cran-fnn
GNU R fast nearest neighbor search algorithms and applications
Cover-tree and kd-tree fast k-nearest neighbor search algorithms and
related applications including KNN classification, regression and
information measures are implemented.
jcc
code generator producing a Python extension from Java classes
JCC is a code generator for producing a Python extension providing
access to a set of Java classes. For every Java class, JCC generates
a C++ wrapper class that hides the gory details necessary for
accessing methods and fields from C++ via Java's Native Invocation
Interface. JCC can also generate C++ wrappers that make it possible
to access these classes from Python. When generating Python
wrappers, JCC produces a complete Python extension via the distutils
package that makes it readily available to the Python interpreter.
JCC is a project maintained by the Open Source Applications
Foundation.
jd
simple browser for "2ch-style" web forum sites
JD offers a comfortable browsing experience on 2ch-style bulletin board
systems. Its features include:
jflex
lexical analyzer generator for Java
It is also a rewrite of the very useful tool JLex which was developed
by Elliot Berk at Princeton University. As Vern Paxon states for
his C/C++ tool flex : They do not share any code though.