Tagged Questions
The uuencode tag has no wiki summary.
8
votes
5answers
4k views
how to base64 encode /dev/random or /dev/urandom?
cat /dev/urandom is always a fun way to create scrolling characters on your display but in that output, there is too many non character output.
now i was thinking, is there an easy way to encode on ...
1
vote
2answers
110 views
How can we figure out why certain uuencoded files are not decoding properly using Python?
We are trying to decode some uuencoded PDF files that are embedded in a txt file.
The problem we have is that most of the PDF files decoded just fine using Python's uuencode library. Here is the ...
1
vote
1answer
93 views
UUencode checksum fault
I have a stream of data that im attempting to encode with UUencode, in order to pass the data on to an external chip. The chip accepts 512 bytes of raw data at once. I encode 512 bytes with UUencode.
...
1
vote
2answers
161 views
Trying to determine if file has been uuencoded
I am trying to process a large collection of txt files which themselves are containers for the actual files that I am wanting to process. The txt files have sgml tags that set boundaries for the ...
1
vote
1answer
241 views
Are ther any special variatons of uuencoding / uudecoding?
i have written a small program which can encode/decode a text with uuencode/uudecode. The code is based on the algorithm described on Wikipedia. It works fine when I encode/decode a string. But I have ...
0
votes
1answer
37 views
HTML email with attachments
A friend of mine wants me to help him make a HTML email template that contains a header and footer image.
Originally I thought it would be easy enough to just create a tabular html email that used ...
0
votes
3answers
129 views
Send a mail using 'sendmail' with uuencode, and having a subject alongwith
I am trying to send a mail with attachment using sendmail. The problem is I am unable to send a subject line along with this.
The following command line fires two mails instead of one - one with the ...
0
votes
0answers
62 views
PNG file with uuencode on Solaris - Corrupting?
We have a Python script that uses Matplotlib to produce two PNG files.
These PNG files are then piped through uuencode, and sent via mailx.
(uuencode "Foobar - FOO - FOO BAR.png" "Foobar - FOO - FOO ...
0
votes
2answers
332 views
UUENCODE data in the iPhone SDK
Is there any way to uuencode data in the iPhone SDK? An API call or perhaps a library?