Re: [fricas-devel] Sandbox-download?

2018-11-01 Thread Ray



On 10/31/18 5:48 PM, Bill Page wrote:
> 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.)
> 
> On Wed, Oct 31, 2018 at 1:10 PM Ray  wrote:
>>
>> 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
>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+unsubscr...@googlegroups.com.
To post to this group, send email to fricas-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.


Re: [fricas-devel] Sandbox-download?

2018-10-31 Thread Bill Page
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.)

On Wed, Oct 31, 2018 at 1:10 PM Ray  wrote:
>
> 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+unsubscr...@googlegroups.com.
To post to this group, send email to fricas-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.


[fricas-devel] Sandbox-download?

2018-10-31 Thread 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+unsubscr...@googlegroups.com.
To post to this group, send email to fricas-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.