Search found 16 matches

by meis
Mon Feb 14, 2022 3:26 pm
Forum: Challenges
Topic: Your Turn, Part Two
Replies: 48
Views: 59141

I wasn't expecting to get stuck in this challenge, since it seems fairly easy, but... here I am. I'm using Postman to test my API, and it seems to work perfectly, then i submitthe challenge and suddenly it doesn't execute the code. The request arrives, but it seems to stop for no apparent reason (I ...
by meis
Thu Feb 10, 2022 2:53 pm
Forum: Challenges
Topic: Snake Arithmetic
Replies: 40
Views: 73337

Alright, before I go on with my comment here, it's best I do a little prologue. This challenge is my nemesis. I love math, always have, and I started tackling this challenge for the first time when I was around 16/17 years old (more or less when I created my account here). From there on I started do...
by meis
Tue Feb 01, 2022 3:01 pm
Forum: The Hacker's Server
Topic: I miss this site...
Replies: 15
Views: 30248

Kilo wrote:
D.A. wrote:
Grand_Master wrote: I fourth that
I fifth that
I sixth that
I seventh... this?
by meis
Tue Feb 28, 2017 6:57 pm
Forum: Challenges
Topic: Portal to the Future
Replies: 5
Views: 18537

I produced a .java file with that, fixed it in some parts and then recompiled/executed
by meis
Fri Feb 17, 2017 2:17 pm
Forum: Challenges
Topic: VIndicated
Replies: 24
Views: 47430

i have a problem too, my decrypred string arrived at the last "A" looks like:

"ithe answer is _______".

I'm not sure what I've done wrong but I have that "i" and I don't know how to get rid of it
by meis
Fri Feb 17, 2017 8:54 am
Forum: Challenges
Topic: Portal to the Future
Replies: 5
Views: 18537

I did the easy part too. I thought "Oh well, let's remove all the junk code and let's see if it works."
It worked, it compiled, it produced a number... but it's not the correct one. Maybe I don't see well what should i do in relation to "the future"
by meis
Sat Jun 14, 2014 11:14 pm
Forum: Challenges
Topic: Primal Pi
Replies: 33
Views: 46484

I was sure I had a script capable of dealing with all the possible subsequences of a limited portion of pi... but it doesn't. I rote it in Python, can I PM someone to let him/her control my script?
by meis
Fri Jun 13, 2014 5:56 pm
Forum: Challenges
Topic: Snake Arithmetic
Replies: 40
Views: 73337

I transformed D(n) in something not-recursive. Am I on the right path? Can I do the same with N(n)? I can't find a pattern...
by meis
Fri May 16, 2014 6:07 pm
Forum: Challenges
Topic: Once upon a time
Replies: 24
Views: 37845

I can't find it on 15th May 2007, only 19th May 2007... Is that the cause of the uncorrect answer?

EDIT: did it, had to look... elsewhere :P
by meis
Sat Jun 01, 2013 3:16 pm
Forum: Challenges
Topic: Random Problem Challenge
Replies: 8
Views: 17090

I've rewritten it in PHp to read it better (I'm more familiar with it). So I have: <?php function bucketFromRandom($randomNumber) { $a = array(); for ($i = 0; $i < 10; $i++) $a[$i] = $i * $randomNumber; $index = abs($randomNumber) % 10; return $a[$index]; } echo bucketFromRandom(2147483648); ?> Will...
by meis
Fri May 03, 2013 3:38 pm
Forum: Challenges
Topic: Bug in 'Type Fastest'?
Replies: 7
Views: 13589

I wrote a PHP script that gets the content of the page, gets only the right message w/out FOOs and redirects to the page... but everytime it says it's incorrect. why???

I still do'n know why, maybe the redirect changed the words? bah, nevermind... done via javascript
by meis
Fri May 03, 2013 2:44 pm
Forum: Challenges
Topic: Growing Bacteria
Replies: 39
Views: 53853

Oh, now I get it, I've made a mistake in the understanding of the moment of the reproduction. Done :D
by meis
Tue Apr 30, 2013 7:57 pm
Forum: Challenges
Topic: Didactic XOR Cipher 2
Replies: 9
Views: 15236

I have a problem, i'm doing this w/ PHP, like about every other challenge. My script does the following: for every char of the string, it converts in base 2 (binary) and xores it with 79 in base 2, then converts the result in base 16 and concatenates them. It gives me a string (27112711274e2710274f2...
by meis
Tue Apr 30, 2013 7:30 pm
Forum: Challenges
Topic: Blizzard
Replies: 16
Views: 32204

I thought the image could not only be an image, i opened w/ VLC, i converted to a zip, i looked at it in the notepad, maybe in the code of the image there was a "your answer is: blahblahblah"... but nothing...
by meis
Tue Apr 30, 2013 7:18 pm
Forum: Challenges
Topic: Descartes
Replies: 4
Views: 10120

I searched for a descartes cipher, but i found nothing. The olny thing i found was: “Perfect apple numbers bananas are cherry like date perfect elderberry men fig. They gooseberry are huckleberry very kiwifruit rare lemons." It's a quotation from himself, if you take away the fruits you get: &q...