This vera is a special GNU edition of V.E.R.A., a list dealing with
computational acronyms. This is a dictionary converted from the
original one into JIS X 4081 format (that is a subset of EPWING V1) by
FreePWING. So it can be used by EPWING viewer on Unix and the other OS
(e.g. Windows or MacOS). URL for this converted dictionary is
"WDC" is Wired and Wireless Dictionary (or the Weird network
Dictionary). This is a dictionary converted from the original one
into JIS X 4081 format (that is a subset of EPWING V1) by
FreePWING. So it can be used by EPWING viewers on Unix and the other
OS (e.g. Windows or MacOS).
o URL for WDIC:
http://www.wdic.org/
o URL for this converted dictionary:
Waeijiro is a dictionary compiled by E.D.P. For details, such as how to
obtain the whole data, visit EDP's Web site.
http://member.nifty.ne.jp/eijiro/
-- E.D.P.
Data in this port are converted from the original dictionary into JIS
X 4081 format (that is a subset of EPWING V1) by FreePWING. So this
can be used by EPWING viewers on Unix and the other OS (e.g. Windows
or MacOS).
o URL for this converted dictionary:
-- S.TAOKA
Armed Bear
The right of the people to keep and arm bears shall not be infringed!
Armed Bear Common Lisp (ABCL) is an implementation of ANSI Common Lisp that runs
in a Java virtual machine. It provides a runtime system, a compiler that
compiles Lisp source to JVM bytecode, and an interactive REPL for program
development.
ABCL runs on platforms that support Java 1.5 (or later), including Linux,
Windows, and Mac OS X.
Mono is an open source implementation of .NET Development Framework. Its
objective is to enable UNIX developers to build and deploy cross-platform
.NET Applications. The project implements various technologies developed by
Microsoft that have now been submitted to the ECMA for standardization.
Mono provides the necessary software to develop and run .NET client and
server applications on BSD, Linux, Solaris, Mac OS X, Windows, and Unix.
Open Dylan compiles to native code and has a full-featured IDE including an
incremental development mode, browsing of runtime objects, remote debugging,
etc. Open Dylan currently only runs on the x86 platform and the IDE does not
yet run on the Linux version. Open Dylan is in many ways a mature
implementation. If you are new to the language, choose Open Dylan if you can.
Fancy biff program under X11 environment.
Hbiff is a replacement for xbiff that flashes when new mail arrives like the
traditional xbiff. In addition, if you click on the hbiff icon, a window
will popup showing the mail headers. This makes hbiff better than xlbiff
where privacy is an issue since the headers are only displayed when you
request. hbiff can also run the MUA for you.
Elmo (ELectronic Mail Operator) is an ncurses-based program for
receiving, filtering, reading, composing, and sending mail from a
character terminal. It speaks POP3 and SMTP and can work with
maildir or Berkeley-formatted mailboxes.
This version is a development version, but is rather stable, and
is known to work better than the stable version on FreeBSD 4.x.
Before running elmo, users should run elmoconf.pl to generate an
~/.elmorc file.
clRNG
a library for uniform random number generation in OpenCL.
Streams of random numbers act as virtual random number generators.
They can be created on the host computer in unlimited numbers, and
then used either on the host or on computing devices by work items
to generate random numbers. Each stream also has equally-spaced
substreams, which are occasionally useful. The API is currently
implemented for four different RNGs, namely the MRG31k3p, MRG32k3a,
LFSR113 and Philox-4x32-10 generators.
This module was adapted from Math::Vector.
It uses most of the same algorithms, and currently preserves the same
names as the original functions, though some aliases have been added
to make the interface more natural.
The "object" for the object oriented calling style is a blessed array
reference which contains a vector of the form [x,y,z]. Methods will
typically return a list.