Search found 16 matches
- 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 ...
- 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...
- Tue Feb 01, 2022 3:01 pm
- Forum: The Hacker's Server
- Topic: I miss this site...
- Replies: 15
- Views: 30248
- Tue Feb 28, 2017 6:57 pm
- Forum: Challenges
- Topic: Portal to the Future
- Replies: 5
- Views: 18537
- Fri Feb 17, 2017 2:17 pm
- Forum: Challenges
- Topic: VIndicated
- Replies: 24
- Views: 47430
- Fri Feb 17, 2017 8:54 am
- Forum: Challenges
- Topic: Portal to the Future
- Replies: 5
- Views: 18537
- Sat Jun 14, 2014 11:14 pm
- Forum: Challenges
- Topic: Primal Pi
- Replies: 33
- Views: 46484
- Fri Jun 13, 2014 5:56 pm
- Forum: Challenges
- Topic: Snake Arithmetic
- Replies: 40
- Views: 73337
- Fri May 16, 2014 6:07 pm
- Forum: Challenges
- Topic: Once upon a time
- Replies: 24
- Views: 37845
- 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...
- Fri May 03, 2013 3:38 pm
- Forum: Challenges
- Topic: Bug in 'Type Fastest'?
- Replies: 7
- Views: 13589
- Fri May 03, 2013 2:44 pm
- Forum: Challenges
- Topic: Growing Bacteria
- Replies: 39
- Views: 53853
- 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...
- Tue Apr 30, 2013 7:30 pm
- Forum: Challenges
- Topic: Blizzard
- Replies: 16
- Views: 32204
- Tue Apr 30, 2013 7:18 pm
- Forum: Challenges
- Topic: Descartes
- Replies: 4
- Views: 10120