[Pkg-octave-commit] rev 499 - trunk/www
Rafael Laboissiere
rafael at costa.debian.org
Wed Mar 1 06:10:46 UTC 2006
Author: rafael
Date: 2006-03-01 06:10:44 +0000 (Wed, 01 Mar 2006)
New Revision: 499
Modified:
trunk/www/index.html.in
Log:
Added entry for the Octave Workshop in the Other Stuff section
Modified: trunk/www/index.html.in
===================================================================
--- trunk/www/index.html.in 2006-02-21 09:49:09 UTC (rev 498)
+++ trunk/www/index.html.in 2006-03-01 06:10:44 UTC (rev 499)
@@ -218,6 +218,19 @@
<ul>
<li>
+ <a href="http://www.math.mcgill.ca/loisel/octave-workshop/">Octave
+ Workshop</a>: integrated development environment for the GNU Octave
+ programming language, the open-source programming language for
+ scientific computing and engineering. With Octave Workshop, you can
+ do quick computations at the GNU Octave command prompt, using the
+ history buffer to recall previous computations and automatic
+ completion to quickly find a function or variable. For more complex
+ calculations, you may write GNU Octave programs in a full featured
+ text editor that will automatically indent and highlight your code.
+ With the Files tab, you can see at a glance the contents of the
+ working directory, and any .m program is only a double-click away.
+ </li>
+ <li>
<a href="http://www.nongnu.org/tftb/">Time-Frequency Toolbox</a>:
The Time-Frequency Toolbox (TFTB) is a collection of about 100
scripts for GNU Octave and Matlab (R) developed for the analysis of
@@ -256,15 +269,15 @@
</li>
<li>
<a href="http://www.dsp.sun.ac.za/~stefan/">Octave Avifile</a>:
- A wrapper for <a href="http://ffmpeg.sf.net/">FFMpeg</a>'s
+ A wrapper for <a href="http://ffmpeg.sf.net/">FFMpeg</a>'s
libavformat and libavcodec, allowing Octave to read and write AVI
(Audio/Video Interlaced) files.
</li>
<li>
<a href="http://atc.ugr.es/javier-bin/mpitb/">MPI Toolbox for
- Octave (MPITB)</a>: a LAM/MPI interface for the Octave
- programming environment, letting Octave users to develop
- their own parallel Octave applications in a Linux cluster.
+ Octave (MPITB)</a>: a LAM/MPI interface for the Octave
+ programming environment, letting Octave users to develop
+ their own parallel Octave applications in a Linux cluster.
</li>
<li>
<a href="http://www.ma.man.ac.uk/~higham/mctoolbox/">Matrix
@@ -393,11 +406,11 @@
</li>
<li>
<a href="http://driss.ghaddab.free.fr/cmo/">Concurrent
- Modules for GNU Octave (CMO)</a>: a library to help
- developing concurrent modules for GNU Octave, which communicate via
- an IPC channel using an object-oriented syntax. CMO implements an
- event queue within GNU Octave and can execute user-defined callback
- functions.
+ Modules for GNU Octave (CMO)</a>: a library to help
+ developing concurrent modules for GNU Octave, which communicate via
+ an IPC channel using an object-oriented syntax. CMO implements an
+ event queue within GNU Octave and can execute user-defined callback
+ functions.
</li>
</ul>
More information about the Pkg-octave-commit
mailing list