Hi list Apologies for quite a lame question, and one not directly related, but I've looked everywhere and can't find an answer. How do you download stuff from the archives that people have sent as attachments? I guess you copy-paste the text from Mozilla (I'm on Linux) into a new file and decode it...but how? Any help appreciated. Cheers Stefan
___________________________________________________________ALL-NEW Yahoo! Messenger - all new features - even more fun! http://uk.messenger.yahoo.com
Copy the text into [insert favorite text editor], and name with .pd extension. The name of the file should be in the header somewhere. Be careful of multiple files!
Hope that answers things for you.
good luck, d.
Stefan Turner wrote:
Hi list Apologies for quite a lame question, and one not directly related, but I've looked everywhere and can't find an answer. How do you download stuff from the archives that people have sent as attachments? I guess you copy-paste the text from Mozilla (I'm on Linux) into a new file and decode it...but how? Any help appreciated. Cheers Stefan
Thanks Derek and Patrick for replies. That's cool for patches, but what about .tars and the like? I'm specifically thinking of a post from Frank from ages back with freeverb~ attached as a .tgz (if I remember correctly) and since I can't find a (working) Linux binary anywhere else I want to give that a go. I've (re-)attached the first few lines of it below: the question is, how do I decode it?
Cheers, apologies for continued stupidity Stefan.
--wac7ysb48OaltWcw Content-Type: application/x-gtar Content-Disposition: attachment; filename="freeverb~-linux.tgz" Content-Transfer-Encoding: base64
H4sIANtCjEAAA+w8bWwcx3Unl7JJWXTo1krVQEbHLOXekcfj3ZEUKVNySYmkyPpEnY4URUUf 1PJuj7fS3u1ld08kbSsVwDggcXEtoK7hH/4RNwXqAA1QtA5gJEUhR2oUVA4QwG1MAkzq9k8J 2G7cP21+BGXfm5n93jseKSlFUQ7E3Z0372tm3rz3ZnZPWVUUr4nqzFc7Ag+tRKNd0Z6eHrhH etc...
--- derek holzer derek@x-i.net wrote:
Copy the text into [insert favorite text editor], and name with .pd extension. The name of the file should be in the header somewhere. Be careful of multiple files!
Hope that answers things for you.
good luck, d.
Stefan Turner wrote:
Hi list Apologies for quite a lame question, and one not directly related, but I've looked everywhere and
can't
find an answer. How do you download stuff from the archives that people have sent as attachments? I
guess
you copy-paste the text from Mozilla (I'm on
Linux)
into a new file and decode it...but how? Any help appreciated. Cheers Stefan
-- derek holzer ::: http://www.umatic.nl ---Oblique Strategy # 143: "Simple subtraction"
___________________________________________________________ALL-NEW Yahoo! Messenger - all new features - even more fun! http://uk.messenger.yahoo.com
how do I decode it?
-gunzip
AvS
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .....................................................................
` |Schreck Ensemble . . . . . . . . . . . . . . . . . . . . +
` |# -laboratory for live electro-acoustic music- # |
| http://www.schreck.nl/ |
| http://www.xs4all.nl/~schreck/ |
` *===========================================================++
` |Compositions http://www.xs4all.nl/~schreck/html/compo.html |
` |Samples http://www.xs4all.nl/~schreck/html/samp.html |
` |Patches http://www.xs4all.nl/~schreck/html/pat.html |
` |Videos http://www.xs4all.nl/~schreck/html/video.html |
` |Scores http://www.xs4all.nl/~schreck/html/scores.html |
*===========================================================++
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .....................................................................
At 15:50 +0100 on Oct 01, Stefan Turner said this:
Thanks Derek and Patrick for replies. That's cool for patches, but what about .tars and the like? I'm specifically thinking of a post from Frank from ages back with freeverb~ attached as a .tgz (if I remember correctly) and since I can't find a (working) Linux binary anywhere else I want to give that a go. I've (re-)attached the first few lines of it below: the question is, how do I decode it?
I'm guessing - but try the "decode-base64" command if you're in *nix to get binary out of that ascii. Or just read it with 'mail -f filename'.