473,395 Members | 1,578 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

A Challenging Puzzle

10 1418
drhowarddrfine
7,435 Expert 4TB
Well, that's cute. I didn't figure it out right away though I was on the right track. Maybe I'll look again later.
Jul 26 '07 #2
Andelys
47
I beatet it! Damn I did it! :D

It took me about 25 mins to solve it, BUT i did :D
Aug 2 '07 #3
Andelys
47
Actually is was quiet easy if you write all the javascript in a textbox.

I wrote this small program in python, just to get the html souce because Firefox wouldn't display the source:
Expand|Select|Wrap|Line Numbers
  1. import urllib
  2. a = raw_input("URL: ")
  3.  
  4. b = urllib.urlopen(a)
  5. open("source.html", "wb").write(b.read())
  6.  
Try if you can solve it. It's quiet fun :D
Aug 2 '07 #4
Send me the hidden message via PM and I'll tell you if you got it right -- then I will reply via PM and tell you how to solve it in 10 seconds using Firefox.

JP
Aug 2 '07 #5
Andelys
47
Send me the hidden message via PM and I'll tell you if you got it right -- then I will reply via PM and tell you how to solve it in 10 seconds using Firefox.

JP
You don't think i am so stupit, don't you?
Aug 2 '07 #6
You don't think i am so stupit, don't you?
I don't know what you mean, Andelys -- please clarify.

JP
Aug 2 '07 #7
Andelys
47
I don't know what you mean, Andelys -- please clarify.

JP
I'm saying that i don't beleave that you have solved it..
Aug 2 '07 #8
drhowarddrfine
7,435 Expert 4TB
I'm saying that i don't beleave that you have solved it..
Um, he created the puzzle so I think he has the solution at hand.
Aug 3 '07 #9
I'm saying that i don't beleave that you have solved it..
That is easily resolved -- I will PM the hidden message to drhowarddrfine -- you do the same. OK?

JP
Aug 14 '07 #10
Um, he created the puzzle so I think he has the solution at hand.
PM sent to you containing the hidden message solution,dear sir.

JP
Aug 14 '07 #11

Sign in to post your reply or Sign up for a free account.

Similar topics

11
by: George | last post by:
Was my question too challenging for everyone? I thought I would get a much quicker response, complete with witty and (sometimes) condescending remarks Here's my question again, in case you missed...
5
by: alainpoint | last post by:
Hi, I have what in my eyes seems a challenging problem. Thanks to Peter Otten, i got the following code to work. It is a sort of named tuple. from operator import itemgetter def...
1
by: xavier vazquez | last post by:
I have a problem with a program that does not working properly...when the program run is suppose to generate a cross word puzzle , when the outcome show the letter of the words overlap one intop of...
0
by: xavier vazquez | last post by:
have a problem with a program that does not working properly...when the program run is suppose to generate a cross word puzzle , when the outcome show the letter of the words overlap one intop of the...
5
by: ashish0799 | last post by:
HI I M ASHISH I WANT ALGORYTHMUS OF THIS PROBLEM Jigsaw puzzles. You would have solved many in your childhood and many people still like it in their old ages also. Now what you have got to do...
3
by: oncue01 | last post by:
Word Puzzle Task You are going to search M words in an N × N puzzle. The words may have been placed in one of the four directions as from (i) left to right (E), (ii) right to left (W), (iii) up...
6
by: Phoe6 | last post by:
Hi All, I would like to request a code and design review of one of my program. n-puzzle.py http://sarovar.org/snippet/detail.php?type=snippet&id=83 Its a N-puzzle problem solver ( Wikipedia page...
2
by: Gio | last post by:
I'm getting K&R (it's on the way), should I also get the Answer Book? And while I'm there, should I get the Puzzle Book? Or should I save the Puzzle Book for when I'm more advanced? - Gio ...
4
by: honey777 | last post by:
Problem: 15 Puzzle This is a common puzzle with a 4x4 playing space with 15 tiles, numbered 1 through 15. One "spot" is always left blank. Here is an example of the puzzle: The goal is to...
5
by: dmf1207 | last post by:
Hi All! I'm new to javascript and need a little help with a simple puzzle im trying to design. I have a 600x100 pixel picture that I have sliced into 6 100x100 rectangles making a table of of 6...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.