Search found 18 matches

by Tenebrar
Sat Feb 13, 2021 1:07 pm
Forum: General
Topic: Flash player not working for Bricolage. Any fixes?
Replies: 4
Views: 20387

I have gotten the flash games to work by installing ruffle as a browser extension
by Tenebrar
Fri Jan 25, 2019 7:00 pm
Forum: Challenges
Topic: Find me
Replies: 21
Views: 47452

I don't know what I'm doing wrong, but no way are these coordinates forming an X, and if they did, it'd be above the ocean, with no island or city in sight.
Any hint on what's "wrong" with the coordinates would be greatly appreciated
by Tenebrar
Wed Sep 13, 2017 12:22 pm
Forum: Challenges
Topic: What Time Is It?
Replies: 4
Views: 14067

If the answer is indeed a time, in what timezone and format should it be given?
by Tenebrar
Wed Jun 29, 2011 1:01 pm
Forum: Crossflip
Topic: Stuck at level 91? (Server fault?)
Replies: 30
Views: 96754

I got it to work with: String host = "www.hacker.org"; int port = 80; String path = "/cross/index.php"; String data = "name=" + $name + "&password=" + $password + "&sol=" + sol; InetAddress addr = InetAddress.getByName(host); Socket socket = ...
by Tenebrar
Wed Jun 29, 2011 12:29 pm
Forum: General Puzzles
Topic: submission with POST
Replies: 5
Views: 28415

How would you do a POST request in java? I'm at level 92 of crossflip, and my code no longer seems to work: URL u; u = new URL("http://www.hacker.org/cross/index.php?name=" + $name + "&password=" + $password + "&sol=" + sol); InputStream is = u.openStream(); Buf...
by Tenebrar
Wed Jun 29, 2011 12:17 pm
Forum: Crossflip
Topic: Stuck at level 91? (Server fault?)
Replies: 30
Views: 96754

I'm stuck at level 92, with the same thing apparently (no messages of error, except for too small). I'm trying to send in my solution using java, but when I try using an InputStream it basically just reloads the page, instead of submitting a solution. If I try submitting using a POST request using a...
by Tenebrar
Sun Feb 06, 2011 11:46 am
Forum: Challenges
Topic: harmonic
Replies: 44
Views: 66011

If I look at the spectrum, i get the following notes as peaks: FCEACDEFGAABCDDFFF, but I can't seem to make a word with them. Have I got the wrong letters (too many, but maybe the first are right?). The answer is a word (or 2 words put together) right? Could someone at least post the correct number ...
by Tenebrar
Thu Jul 29, 2010 1:07 pm
Forum: Challenges
Topic: Inscrutable
Replies: 11
Views: 25653

The challenge seems to be down: I get an intenal server error.

Also the e-mail adres the error message tells me to mail doesn't seem to be around anymore.
by Tenebrar
Tue Jul 20, 2010 2:12 pm
Forum: Challenges
Topic: Didactic Blue
Replies: 44
Views: 84805

Could somebody post some useful information, like: - Is the answer contained in the bytes that make up the blue in the image? - Is there any significance to the straightforwardly decoded text, especially the words: 'here', 'look' and 'main'? - Is there any significance to the letters that seem visib...
by Tenebrar
Mon Mar 23, 2009 3:36 pm
Forum: Wormageddon
Topic: See my Bot battle other bots
Replies: 5
Views: 28448

You should just wait a while for Adum to notice, I think, and then he will run some battles. This may take a few hours (the noticing, no clue how long the running of battles takes).
by Tenebrar
Mon Mar 23, 2009 11:31 am
Forum: Wormageddon
Topic: See my Bot battle other bots
Replies: 5
Views: 28448

If you click the name of your bot, you should be able to view all the battles it has done.
by Tenebrar
Wed Feb 25, 2009 1:29 pm
Forum: Challenges
Topic: Captcha
Replies: 13
Views: 21959

So, the repeated word is actually twice the exact same picture? I had assumed at least the angle of the word would be different.
by Tenebrar
Tue Feb 17, 2009 10:16 am
Forum: Challenges
Topic: Sounds Same Warmup
Replies: 8
Views: 21218

Am I missing something here? Without knowing what those pairwise relationships are, how are we supposed to check our solution if only gibberish is coming out anyway? I could try every possible way of "deciphering" this and still not have a clue which is the correct one. The only thing I ca...
by Tenebrar
Tue Jan 06, 2009 3:23 pm
Forum: Challenges
Topic: Super Small Hello World
Replies: 6
Views: 14314

Super Small Hello World

How would sizes for SuperHack programs be calculated exactly?

Would:

Code: Select all

123
4
5
and

Code: Select all

123
  4
  5
be of the same length? Would that length be 5 or 9? Or would the first be of length 5 and the last of length 9?
by Tenebrar
Fri Nov 28, 2008 9:50 am
Forum: Challenges
Topic: HVM online works right?
Replies: 4
Views: 9721

I have the same problem in Safari, though it does print the correct number first. If you just add a ! at the end, the program won't give an error. For solutions to be given as answer to a challenge the ! is not needed.

edit - Just found out it's a different error I get