Talk:Base64 encode data: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "==task requirements== Should the output be shown when converting the Rosetta Code icon (''favicon.ico'')? I would prefer to show something shorter/smaller (and can be used t...")
 
Line 4: Line 4:


I would prefer to show something shorter/smaller (and can be used to verify the various program's outputs) such as the five examples that the Wikipedia article on ''Base64''   [http://en.wikipedia.org/wiki/Base64]   that were used as illustrations (as used in the REXX example). -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 16:25, 27 August 2013 (UTC)
I would prefer to show something shorter/smaller (and can be used to verify the various program's outputs) such as the five examples that the Wikipedia article on ''Base64''   [http://en.wikipedia.org/wiki/Base64]   that were used as illustrations (as used in the REXX example). -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 16:25, 27 August 2013 (UTC)
:Now that I think of it I'd like it to split the task or to merge these tasks.
:*Base64 Encode a string
:*Base64 Encode an image
:*Base64 '''Decode''' a Base64'd string.
But these would require a change on the task requirements, I guess I didn't thought that well, before.. creating this draft. [[User:Rainb|Rainb]] ([[User talk:Rainb|talk]]) 04:37, 28 August 2013 (UTC)

Revision as of 04:37, 28 August 2013

task requirements

Should the output be shown when converting the Rosetta Code icon (favicon.ico)?

I would prefer to show something shorter/smaller (and can be used to verify the various program's outputs) such as the five examples that the Wikipedia article on Base64   [1]   that were used as illustrations (as used in the REXX example). -- Gerard Schildberger (talk) 16:25, 27 August 2013 (UTC)

Now that I think of it I'd like it to split the task or to merge these tasks.
  • Base64 Encode a string
  • Base64 Encode an image
  • Base64 Decode a Base64'd string.

But these would require a change on the task requirements, I guess I didn't thought that well, before.. creating this draft. Rainb (talk) 04:37, 28 August 2013 (UTC)