Octave Wiki | RecentChanges

CategoryScriptArchive

Archive

Introduction

Octave it's a great language but I (JavierArantegui) feel that we are reinventing the wheel time after time. I mean I can program an script to design a distillation column but probably a lot of people have done that before.

An archive would be great in several ways:

  1. Reuse other people code
  2. Share your code
  3. A good source of information for beginners (and not so beginners)

My objective is to have lots of classified and documented scripts:

Great idea! How can I help?

A lot of ways:

Barry O'Donovan wrote a short introduction to [GNU Octave - Functions and Scripts].

How can I include my script in the Archive?

It's really easy. You just need to send me an e-mail with the following information:

  1. Name of the script: It should be descriptive, avoid names as 'myscript' or 'javier'.
  2. Author(s): You could use a nickname, but I think that it's better if we use our real names.
  3. Keywords, to ease classification
  4. License: I don't know much about licenses. But, GPL sounds good to me. Well, Octave is distributed under the GPL.
  5. Description: What the script should do.
  6. Examples of use
  7. Known problems: Situations where the script fails, incompatibilities with different versions of Octave,...
  8. Contact e-mail or webpage: I think that it'd better to put a webpage, if you had. If you send me an e-mail address, I will put it in some way to avoid e-mail harvesters.
  9. Version number: Important if you release a new version.
  10. The script itself
  11. Installation guide, if needed
  12. Anything you wanted to include

And I will do the rest! The e-mail address is [javier.octave@gmail.com]