Search found 191 matches

by tails
Thu Aug 25, 2011 7:11 pm
Forum: Challenges Solved
Topic: Real Simple Access
Replies: 7
Views: 2690

Real Simple Access

The message is a plain text, not a cipher.
I guess that's a mistake.
by tails
Sun Jun 05, 2011 10:13 pm
Forum: Challenges
Topic: Didactic Feedback Cipher Long 2
Replies: 21
Views: 41702

? I didn't make it.
by tails
Sat Mar 12, 2011 6:04 pm
Forum: The Hacker's Server
Topic: I am all right
Replies: 3
Views: 10574

I am all right

Hi all,
I'd just like to say that I am all right after the earthquake that occured yesterday in Japan.
Most people have normal life here in Tokyo.
TVs and newspapers say that a power plant nearby has meltdown but, at least for now, it doesn't seem very serious.
by tails
Thu Nov 25, 2010 9:40 pm
Forum: Challenges
Topic: Cavern Master
Replies: 45
Views: 91799

Socket.
I was solving the puzzles (Mortal Coil etc.) with C++. So I could just reuse a function for communicating with the server. That was the easiest way for me at that time.
by tails
Thu Nov 25, 2010 5:43 pm
Forum: Challenges
Topic: Cavern Master
Replies: 45
Views: 91799

I did it with C++, but I'd recommend C# for today.
by tails
Fri Nov 19, 2010 12:12 pm
Forum: Challenges Solved
Topic: Affirmative
Replies: 15
Views: 3630

Thanks for the invitation, Teebee.
I tried some problems there.
It's fun! :D
by tails
Wed Nov 17, 2010 5:19 am
Forum: Challenges Solved
Topic: Affirmative
Replies: 15
Views: 3630

I think it's still lengthy:

Code: Select all

print chr(-$_?3+($_<60).2:hex)for@chars
:D
by tails
Tue Nov 16, 2010 3:48 pm
Forum: Crossflip
Topic: Code optimization
Replies: 57
Views: 164920

Threading sounds good. I couldn't do that because I used a laptop with Celeron M (single core, single thread).
Also, I didn't even use SSE (just because I was lazy :-)).
So, I'm pretty sure we can do much quicker.
by tails
Tue Nov 16, 2010 9:10 am
Forum: Crossflip
Topic: Code optimization
Replies: 57
Views: 164920

Hi, it took 18 seconds for me to solve the last level.
I think we can do much quicker if we use a better algorithm and a better computer.
by tails
Thu Nov 11, 2010 1:17 am
Forum: BitBath
Topic: Radio from Cities
Replies: 3
Views: 21554

How do cities cast radio signals?
To my understanding about cities, only "build" is called and "think" is not called. And "build" can only return an integer, thus unabe to cast radio.
Am I missing anything?
by tails
Thu May 20, 2010 12:30 pm
Forum: Challenges
Topic: Please help me to solve 'One Minute Man' challenge
Replies: 20
Views: 34414

d) users who can find those three ...?
by tails
Fri May 14, 2010 1:46 am
Forum: Challenges
Topic: Didactic RGB
Replies: 3
Views: 11943

Hi, There are some C libraries that handle images. But, if you are really interested in understanding images, then I first recommend you to learn some major image file formats. It should be fun. BMP and TGA are relatively simple ones, so I think you can start with one of them. Well, I solved this ch...
by tails
Mon Apr 19, 2010 6:55 am
Forum: Challenges Solved
Topic: calculator
Replies: 20
Views: 4112

After optimization, my code has become 189 instructions long. :)
by tails
Sun Apr 18, 2010 10:02 pm
Forum: Challenges Solved
Topic: calculator
Replies: 20
Views: 4112

Thanks for enjoying this challenge :)

My code is 370 instructions long.
by tails
Sat Apr 03, 2010 7:22 am
Forum: Challenges
Topic: Colon implementation in SH
Replies: 10
Views: 13358

The example runs exactly the same way on both PHP and JS to me.
What difference do you have?
What do you mean by "include"?