Search found 18 matches
- Mon Mar 14, 2011 7:22 am
- Forum: The Hacker's Server
- Topic: Trouble configuring HTTPS proxy as man in the middle.
- Replies: 2
- Views: 9072
- Fri Mar 11, 2011 11:45 pm
- Forum: The Hacker's Server
- Topic: Trouble configuring HTTPS proxy as man in the middle.
- Replies: 2
- Views: 9072
Trouble configuring HTTPS proxy as man in the middle.
I have bitten off more than I can chew, as is my style. It's how I learn quickest. Both the proxy client and server are machines I have full access to. I plan on using the server for content adaptation after I get the proxy thing down. This guy at overclockers forum wants to do something similar, an...
- Tue Sep 30, 2008 8:43 pm
- Forum: BitBath
- Topic: Struggling with learning concepts.
- Replies: 4
- Views: 22050
Thanks
I appreciate the input Rotekian, I look forward to giving it a try! Thanks so much.
- Mon Sep 29, 2008 5:09 pm
- Forum: BitBath
- Topic: Struggling with learning concepts.
- Replies: 4
- Views: 22050
- Thu Sep 11, 2008 1:46 am
- Forum: BitBath
- Topic: Struggling with learning concepts.
- Replies: 4
- Views: 22050
Struggling with learning concepts.
I mentioned in earlier posts that I am teaching myself how to program so I can play this game. I taught myself basic on a TI82 more than 10 years ago, well enough to make a little game for myself, so I know how to use booleans, logic and math. I don't feel like I am a lost cause. I do feel like I hi...
- Thu Sep 11, 2008 1:10 am
- Forum: The Hacker's Server
- Topic: Cell phone Denial of Service
- Replies: 2
- Views: 8476
Frequency jamming operates conceptually the same way and with the same effect as Denial of Service via packet flooding. It is of course illegal in the US with a fine of up to 11,000$. You may want to do a bit of research on cell phone jammers, they are commercially availible from other countries. Wi...
- Wed Sep 10, 2008 2:44 am
- Forum: BitBath
- Topic: Game Rebalance and new SDK 389
- Replies: 5
- Views: 27852
- Thu Apr 24, 2008 11:54 am
- Forum: BitBath
- Topic: Amount of randomness on destination
- Replies: 2
- Views: 17990
Seems reasonable
I don't doubt your numbers, although I haven't checked them (I don't know how :( ). I see no reason to allow or account for the randomness when it can be virtually eliminated. Yes, it can be eliminated, or at least vastly reduced, with a few instructions and a couple extra variables. I am sure you n...
- Thu Apr 24, 2008 11:28 am
- Forum: BitBath
- Topic: Request - Add a Win % column to Bot Detail page.
- Replies: 1
- Views: 16761
Request - Add a Win % column to Bot Detail page.
There are enough bots that it takes a little mental computing to determine which bots put up a better fight against mine. Having the dominant bot in a matchup highlighted is a great help, but that same idea could be expanded by a column that computed Wins/TotalGames for each bot matchup. Typically I...
- Sun Mar 16, 2008 8:07 pm
- Forum: BitBath
- Topic: Radio - shuts off when think returns null
- Replies: 3
- Views: 22052
I am sure it's my fault, but I feel like there is a misunderstanding. When you say the radio will not be updated, it implies to me that the last update will continue to transmit. That is not the behavior my example demonstrates. My example code always returns the bot after changing the radio, so if ...
- Sun Mar 16, 2008 5:51 am
- Forum: BitBath
- Topic: Radio - shuts off when think returns null
- Replies: 3
- Views: 22052
Radio - shuts off when think returns null
I've had a heck of a time making the radio work the way I expect. What I understood from this thread and the SDK was that the radio variable would be read regardless of what was returned via think. The behavior I seem to be able to count on is different. Returning the instance of the bot (via this) ...
- Thu Mar 13, 2008 11:28 pm
- Forum: The Hacker's Server
- Topic: Can some one tell me how can i download image from ftv.com
- Replies: 5
- Views: 7728
just a thought
If you are viewing it, you have downloaded it?
Have you tried grabbing it out of your temporary internet folder?
Have you tried grabbing it out of your temporary internet folder?
- Thu Mar 13, 2008 11:04 pm
- Forum: BitBath
- Topic: Herd declares class variables - I don't understand why
- Replies: 3
- Views: 22095
thanks
That's good to know. I'll go ahead and start using it myself now to get in the habit of it. I have zero previous experience programming so anything done by convention not mentioned in Sun's java tutorial is going to escape me. Thanks for taking the time out to consider and respond to my newbish ques...
- Sun Mar 09, 2008 5:07 pm
- Forum: The Hacker's Server
- Topic: Lessons for Newbies
- Replies: 31
- Views: 37565
fun times
I am interested. I could use lessons, and I am a newbie. I knew what the hosts file is/does. I did know what echo did. I did not know that >> printed to a file. I did know that I needed to run from a command prompt if I wanted to see the results. When echo didnt print to the screen for the hosts fil...
- Fri Mar 07, 2008 6:51 pm
- Forum: BitBath
- Topic: Herd declares class variables - I don't understand why
- Replies: 3
- Views: 22095
Herd declares class variables - I don't understand why
I'm trying to understand what the static modifier does for the example bot Herd provided in the SDK. From what I do understand, each instance has it's own memory space, thus nullifying the use of static members between seperate instances. This makes it seem to me that the declared static has no effe...