Author |
Message |
Topic: Radio - shuts off when think returns null |
Captain Segfault
Replies: 3
Views: 20861
|
Forum: BitBath Posted: Tue Mar 18, 2008 3:42 am Subject: Radio - shuts off when think returns null |
I've noticed that if you return an object with a 0 command type it sets the radio without stopping the bot.
It also keeps the radio up. |
 |
Topic: Puzzle ends at 1000 |
Captain Segfault
Replies: 7
Views: 31445
|
Forum: OneOfUs Posted: Thu Mar 13, 2008 5:36 pm Subject: Re: Puzzle ends at 1000 |
(level 1000 took segfault 10 seconds or so.)
Actually, it took the solver only 0.3313 seconds, although there was at least one level that took over 20.
Unlike runaway I'm absolutely certain ... |
 |
Topic: Herd declares class variables - I don't understand why |
Captain Segfault
Replies: 3
Views: 20884
|
Forum: BitBath Posted: Thu Mar 13, 2008 9:29 am Subject: Re: Herd declares class variables - I don't understand why |
public static final int CITY = 0;
public static final int GRUNT = 1;
public static final int HOVERCRAFT = 2;
public static final int ARTIL = 3;
These are constants. The point of the &quo ... |
 |
Topic: Levels 242 and above |
Captain Segfault
Replies: 17
Views: 55012
|
Forum: OneOfUs Posted: Thu Mar 13, 2008 8:33 am Subject: Re: Levels 242 and above |
everything else is the same. this should get us to level, hmmn, 2000 or so. i'd say we'll never make it, but you never know...
Good question. |
 |
Topic: Instructions |
Captain Segfault
Replies: 2
Views: 17819
|
Forum: BitBath Posted: Wed Mar 05, 2008 5:26 am Subject: Instructions |
It's java bytecode instructions; each time an instruction executes the count goes up by one. You can use javap to disassemble your bytecode to see exactly what the instructions are.
A line of code ... |
 |
Topic: SDK v244 |
Captain Segfault
Replies: 2
Views: 11438
|
Forum: BitBath Posted: Thu Nov 15, 2007 4:48 am Subject: SDK v244 |
The simulator isn't working with this: ojvm.data.MethodNotFoundE: Method (DDDDZIIDDDD[D[D[I[I[I[[I)Ljava/lang/Object; think not found
"Native" works fine, though. |
 |
Topic: BitBath launches! |
Captain Segfault
Replies: 2
Views: 9927
|
Forum: BitBath Posted: Wed Nov 14, 2007 4:34 am Subject: BitBath launches! |
Is it possible for a unit to radio without stopping?
Or, more generally, how does radio work? Ie, what does a bot need to do to have its radio array show up in someone else's incomingRadio? For how ... |
 |
Topic: didn't find a local variable: are you sure you called your f |
Captain Segfault
Replies: 1
Views: 9857
|
Forum: BitBath Posted: Tue Nov 13, 2007 4:38 am Subject: didn't find a local variable: are you sure you called your f |
The following code produces an exception:
import java.util.Random;
public class wtfbot {
public int orderType = 1; // always a move order
public double destX, destY; // the move ... |
 |
Topic: Lessons for Newbies |
Captain Segfault
Replies: 31
Views: 35128
|
Forum: The Hacker's Server Posted: Sun Sep 16, 2007 10:24 pm Subject: Lessons for Newbies |
Okay, this is probably a really stupid question, but when I make the BAT file and run it, it instantly closes when I open it, I've been playing around in C++ too and when I make those little beginner ... |
 |
Topic: Visual basic please |
Captain Segfault
Replies: 9
Views: 12722
|
Forum: The Hacker's Server Posted: Sun Sep 16, 2007 10:19 pm Subject: Re: Visual basic please |
do anyone know where I can install visual basic??
You probably want to get "Visual Studio Express", which is a free version of visual studio targeted at the sort of person who would ask t ... |
 |
Topic: how to use harddisk to be RAM? |
Captain Segfault
Replies: 2
Views: 8810
|
Forum: The Hacker's Server Posted: Thu Sep 13, 2007 1:51 am Subject: Re: how to use harddisk to be RAM? |
hi guys
do tou know how to make harddisk as RAM or VGA RAM?
This happens automatically in most operating systems, that's called a "swap file".
Usually you won't swap out video memo ... |
 |
Topic: Runaway Robot Puzzle |
Captain Segfault
Replies: 47
Views: 110879
|
Forum: Runaway Robot Puzzle Posted: Sat Sep 08, 2007 8:02 pm Subject: Runaway Robot Puzzle |
Interestingly, I got to level 511 on an NP algorithm
Nitpick: algorithms aren't NP. Languages/problems are NP. NP does not mean "non polynomial".  |
 |
Topic: How to Avoid "Not enough Memory" error in c progra |
Captain Segfault
Replies: 12
Views: 16365
|
Forum: The Hacker's Server Posted: Sat Sep 08, 2007 2:57 pm Subject: How to Avoid "Not enough Memory" error in c progra |
the command which i am using is "execl("file name","argument 1","argument 2","argument 3");", it's an 'c' command to run the child process.......... ... |
 |
Topic: FTP |
Captain Segfault
Replies: 11
Views: 15317
|
Forum: The Hacker's Server Posted: Fri Sep 07, 2007 3:36 pm Subject: FTP |
than can you tell us a good and free password crackrer programme
Unless you get a copy of the password hash any such program will need to attempt online. That's going to take prohi ... |
 |
Topic: programme |
Captain Segfault
Replies: 6
Views: 12478
|
Forum: The Hacker's Server Posted: Fri Sep 07, 2007 3:30 pm Subject: programme |
John the Ripper is kinda the standard one.
http://www.openwall.com/john/ |
 |