TRIP 0.99.8 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News TRIP 0.99.8 (Default branch)
# 1  
Old 10-08-2008
TRIP 0.99.8 (Default branch)

TRIP is a general computer algebra system dedicated to celestial mechanics. It includes a numerical kernel and has interfaces to gnuplot and xmgrace. Computations can be performed with double, quadruple, or multi-precision. Users can dynamically load external libraries written in C, C++, or Fortran. License: Free To Use But Restricted Changes:
A SCSCP-compliant server and client component were introduced to communicate with other computer algebra systems. Comparison of strings is supported and a global variable was added to disable warning messages. Error messages on a valid code were corrected. Syntax coloring was added for the editors vim and PSPad. The msg command now works with the non-default numerical mode. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. What is on Your Mind?

Trip Report: My Experience in a Koh Tao Diving Factory

First of all, this review (my observations) of a Koh Tao dive factory, or my experience there, is only based on one dive center. It certainly is not written to imply other, any or all dive centers on Koh Tao are like this. I cannot be the judge of that. Unfortunately, this experience has... (0 Replies)
Discussion started by: Neo
0 Replies
Login or Register to Ask a Question
oggz-rip(1)						      General Commands Manual						       oggz-rip(1)

NAME
oggz-rip -- Extract one or more logical bitstreams from an Ogg file. SYNOPSIS
oggz-rip [-o filename | --output filename ] filename oggz-rip [-h | --help ] [-v | --version ] Description oggz-rip extracts one or more tracks from an Ogg file. In Ogg terminology, oggz-rip extracts one or more logical bitstreams. For example, to extract just the Vorbis audio track from any Ogg file: oggz-rip -c vorbis input.ogx > output.ogg This will removed any other tracks: Skeleton, Theora, image, etc. The output will be a valid Ogg Vorbis I file, suitable for use on hard- ware players that do not support multiplexed (ie. multi-track) Ogg files. If the input file contains multiple Vorbis, the desired once can be specified by serialno with the -s option. Use oggz-info to view the serialno of each track in a file. Options oggz-rip accepts the following options: Miscellaneous options -o filename, --output filename Write output to the specified filename instead of printing it to standard output. -h, --help Display usage information and exit. -v, --version Output version information and exit. Filter options These options can be used multiple times. Pages matching ANY of the filter options will be included into the output. -s serialno, --serialno serialno Output streams with given serialno. -i index, --stream-index index Filter by stream index. These are assigned to streams in the order of their BOS pages, starting at 0. -c content-type --content-type content-type Filter by content-type. Run oggz-known-codecs(1) for a full list of codecs known by the installed version of oggz. EXAMPLES
Extract all bitstreams from file.ogg: oggz rip -o output.ogg file.ogg Extract only the Theora bitstream from file.ogv: oggz rip -c theora -o output.ogv file.ogv AUTHOR
David Kuehling January 1, 2005; COPYRIGHT
Copyright (C) 2005 CSIRO Australia SEE ALSO
oggz-merge(1), oggz-chop(1), oggz-dump(1), oggz-diff(1) hogg(1) oggz-rip(1)