How to use Omnisode

by Dennis Darland Mail To: pal at dennisdarland dot com

dennisdarland.com

Comments welcome

The shell scripts

  1. tm.sh odefile
    Generates and runs Maple program to solve problem given in odefile.
    Opens results in emacs (also mint output).
  2. tx.sh odefile
    Generates and runs Maxima program to solve problem given in odefile.
    Opens results in emacs.
  3. tcpp.sh odefile
    Generates, compiles and runs C++ program to solve problem given in odefile.
    Opens results in emacs..
  4. tc.sh odefile
    Generates, compiles and runs C program to solve problem given in odefile.
    Opens results in emacs..
  5. tr.sh odefile
    Generates and runs Ruby program to solve problem given in odefile.
    Opens results in emacs..
  6. tml.sh odefile results_subdirectory ["comment on test"]
    Generates and runs Maple program to solve problem given in odefile.
    In addition adds row to table.html in html/results/results_subdirectory
    And inserts comment in table.
    If necessary the subdirectory and table will be created.
    The results may then be viewed with a web browser
    in html/results/results_subdirectory/table.html
  7. txl.sh odefile results_subdirectory ["comment on test"]
    Generates and runs Maxima program to solve problem given in odefile.
    In addition adds row to table.html in html/results/results_subdirectory
    And inserts comment in table.
    If necessary the subdirectory and table will be created.
    The results may then be viewed with a web browser
    in html/results/results_subdirectory/table.html
  8. tcppl.sh odefile results_subdirectory ["comment on test"]
    Generates, compiles and runs C++ program to solve problem given in odefile.
    In addition adds row to table.html in html/results/results_subdirectory
    And inserts comment in table.
    If necessary the subdirectory and table will be created.
    The results may then be viewed with a web browser
    in html/results/results_subdirectory/table.html
  9. tcl.sh odefile results_subdirectory ["comment on test"]
    Generates, compiles and runs C program to solve problem given in odefile.
    In addition adds row to table.html in html/results/results_subdirectory
    And inserts comment in table.
    If necessary the subdirectory and table will be created.
    The results may then be viewed with a web browser
    in html/results/results_subdirectory/table.html
  10. trl.sh odefile results_subdirectory ["comment on test"]
    Generates and runs Ruby program to solve problem given in odefile.
    In addition adds row to table.html in html/results/results_subdirectory
    And inserts comment in table.
    If necessary the subdirectory and table will be created.
    The results may then be viewed with a web browser
    in html/results/results_subdirectory/table.html
  11. NOTE: either the scripts must be in your path or preceded by "./", e.g. ./tml sin trigtests "testing sin function".
SourceForge Logo