A Conversation for How do I...?
View ASCII source code?
Apollyon - Grammar Fascist Started conversation Dec 20, 2006
I'm playing the Notpron Internet game, and one of the riddles apparently requires me to look at the source code in ASCII.
I know how to view the HTML source code, but how do I convert it to ASCII?
View ASCII source code?
Traveller in Time Reporting Bugs -o-o- Broken the chain of Pliny -o-o- Hired Posted Dec 20, 2006
Traveller in Time trying to decode characters
"That is as good as you can get.
ASCII stands for 'American Standard Code for Information Interchange' it is the character set generated by hour computer to make things readable. Computers work wit bits, grouped together as bytes, as it happens the first 127 values of the possible 255 for a byte are defined as characters, ASCII characters. An alternative for viewing a file would be Hexadecimal, the values of the bytes written in base 16, this is much more complex.
Although ASCII represents characters this does not mean the code behind it is meant to be readable language, however even in binary files some parts of the code, the string constants will form human readable words. This is also the case with HTML, most of it is for the machine but parts to be presented to the user will be in human language. "
View ASCII source code?
dElaphant (and Zeppo his dog (and Gummo, Zeppos dog)) - Left my apostrophes at the BBC Posted Dec 21, 2006
You could try doing it by hand, just use the chart at http://www.asciitable.com/
I'm assuming you have a series of numbers, in which case you just look for the number in the decimal column, and find the corresponding letter in the chart.
There's probably web sites that do the conversion for you, all you would have to do is type or paste in the numbers. But you'll have to search for that, I'm not going to take all the fun out of the game.
View ASCII source code?
dElaphant (and Zeppo his dog (and Gummo, Zeppos dog)) - Left my apostrophes at the BBC Posted Dec 21, 2006
And it just occurs to me that I may have misunderstood. Are they giving you a file, and you need to view the contents of the file as ascii instead of what normally happens when you double-click it? In that case, change the last three letters of the name (after the period) to "txt". If you don't see the period and last three letters, change your folder view options to show filename extensions, then change the last three letters.
Then double-click.
View ASCII source code?
Apollyon - Grammar Fascist Posted Dec 21, 2006
Right...
I clicked on 'View,' the clicked on 'Source'. I got a page of text with lots of HTML tags in it ( and and stuff like that). I think I'm supposed to view this source code in ASCII instead of HTML to get some numbers, but I don't know how to view it in ASCII instead of HTML.
I checked the game forum, and the hints were all of the type 'Are you looking at the *right* source code?
View ASCII source code?
Traveller in Time Reporting Bugs -o-o- Broken the chain of Pliny -o-o- Hired Posted Dec 21, 2006
Traveller in Time coding
"Parts between <!-- and --> are supposed to be comment, they are ignored from display. Hiding text in HTML happens by commenting it out of sight that way. "
View ASCII source code?
dElaphant (and Zeppo his dog (and Gummo, Zeppos dog)) - Left my apostrophes at the BBC Posted Dec 21, 2006
I'd guess then that you're *not* looking at the right source code. HTML *is* ASCII (or unicode, but then ASCII is a subset of unicode) so there's no trick there. Is there an image on the page? Try saving the image, then use the trick of changing the ".gif" or ".jpg" to ".txt" before opening it. Or if there is a flash animation, you can try decompiling that to get the source - I don't know how to do that however.
View ASCII source code?
Not him Posted Dec 22, 2006
look at the html source code, at the bottom line.... commented, as expected. that's hot the source code is relevant.
View ASCII source code?
dElaphant (and Zeppo his dog (and Gummo, Zeppos dog)) - Left my apostrophes at the BBC Posted Dec 22, 2006
Just got through that bit, yes the source code is relevant. And misleading. The obvious hint in the source code is not the part you want to look at.
Key: Complain about this post
View ASCII source code?
- 1: Apollyon - Grammar Fascist (Dec 20, 2006)
- 2: Traveller in Time Reporting Bugs -o-o- Broken the chain of Pliny -o-o- Hired (Dec 20, 2006)
- 3: dElaphant (and Zeppo his dog (and Gummo, Zeppos dog)) - Left my apostrophes at the BBC (Dec 21, 2006)
- 4: dElaphant (and Zeppo his dog (and Gummo, Zeppos dog)) - Left my apostrophes at the BBC (Dec 21, 2006)
- 5: Apollyon - Grammar Fascist (Dec 21, 2006)
- 6: Traveller in Time Reporting Bugs -o-o- Broken the chain of Pliny -o-o- Hired (Dec 21, 2006)
- 7: dElaphant (and Zeppo his dog (and Gummo, Zeppos dog)) - Left my apostrophes at the BBC (Dec 21, 2006)
- 8: Not him (Dec 22, 2006)
- 9: dElaphant (and Zeppo his dog (and Gummo, Zeppos dog)) - Left my apostrophes at the BBC (Dec 22, 2006)
More Conversations for How do I...?
Write an Entry
"The Hitchhiker's Guide to the Galaxy is a wholly remarkable book. It has been compiled and recompiled many times and under many different editorships. It contains contributions from countless numbers of travellers and researchers."