Discussion:
[fricas-devel] Sandbox-download?
Ray
2018-10-31 17:10:27 UTC
Permalink
I made a silly mistake and corrected my sandbox page without having a
source copy.
Is there a way to download the Sandbox page as a *.input file, aside
from manually cut/paste?

RayR
--
You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fricas-devel+***@googlegroups.com.
To post to this group, send email to fricas-***@googlegroups.com.
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.
Bill Page
2018-10-31 21:48:25 UTC
Permalink
You could try 'Mathaction2Input' described very briefly here:

http://axiom-wiki.newsynthesis.org/FriCASContributions

This script converts the source text of a mathaction (FriCAS Wiki)
page containing text, FriCAS interpreter commands, SPAD, and Aldor
library code to a form that can be directly input to FriCAS. Example:

$ curl http://wiki.axiom-developer.org/SandBoxTest2/src | \
./mathaction2input > test2.input

(Click on Tangle to get the Python script.)
Post by Ray
I made a silly mistake and corrected my sandbox page without having a
source copy.
Is there a way to download the Sandbox page as a *.input file, aside
from manually cut/paste?
RayR
--
You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fricas-devel+***@googlegroups.com.
To post to this group, send email to fricas-***@googlegroups.com.
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.
Ray
2018-11-01 13:08:21 UTC
Permalink
Post by Bill Page
http://axiom-wiki.newsynthesis.org/FriCASContributions
This script converts the source text of a mathaction (FriCAS Wiki)
page containing text, FriCAS interpreter commands, SPAD, and Aldor
$ curl http://wiki.axiom-developer.org/SandBoxTest2/src | \
./mathaction2input > test2.input
(Click on Tangle to get the Python script.)
Post by Ray
I made a silly mistake and corrected my sandbox page without having a
source copy.
Is there a way to download the Sandbox page as a *.input file, aside
from manually cut/paste?
mathaction2input worked fine but the example syntax
curl
http://axiom-wiki.newsynthesis.org/SandBoxPolynomialSequencesMatrix/src
|./mathaction2input > PolynomialSequencesMatrix.input

gave me errors.

I had to do the actions separately

curl
http://axiom-wiki.newsynthesis.org/SandBoxPolynomialSequencesMatrix/src
Post by Bill Page
test.txt1
./mathaction2input fricasPoly_src.txt PolynomialSequencesMatrix.input

Probably my ignorance but I am not going to fix it now.

Thanks!
RayR
--
You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fricas-devel+***@googlegroups.com.
To post to this group, send email to fricas-***@googlegroups.com.
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.
Loading...