Search found 11 matches

by John Bedlam
Sat Sep 16, 2006 1:17 am
Forum: Off Topic
Topic: How to hiddenly show another page in IE?
Replies: 6
Views: 1398

Well, you could code a webserver.
by John Bedlam
Wed Sep 13, 2006 8:24 pm
Forum: Off Topic
Topic: Worlds worst hacker...
Replies: 10
Views: 1979

Isn't this story as old as hacktools themselves? Not to say it's not funny, but it's been done.
by John Bedlam
Mon Sep 11, 2006 10:55 pm
Forum: General Discussion
Topic: Using PB to detect fraud on mexican elections?
Replies: 21
Views: 3208

I probably made some mistakes in this, but if I understood the structure of the database correctly, and my code is right, there are close to two million votes more than there are people who have voted?

If OpenFile(0, "G:\PREP2006-Presidente\PREP2006-Presidente.txt")
RecordsRead.l = 0 ...
by John Bedlam
Fri Sep 08, 2006 9:46 am
Forum: Off Topic
Topic: Candid pictures :)
Replies: 36
Views: 5146

Character wrote:Looks like a Belgian power outlet: is it yours Berikco?
Hey now, no Belgium jokes! We should respect our Southern neighbours.

Even if they talk funny.
by John Bedlam
Thu Sep 07, 2006 9:25 pm
Forum: Off Topic
Topic: Candid pictures :)
Replies: 36
Views: 5146

FrankenNetwork :shock:

Even I would clean up such a cable hell.
by John Bedlam
Mon Sep 04, 2006 6:26 pm
Forum: Coding Questions
Topic: Multiple window event handling?
Replies: 15
Views: 5521

Trond wrote:Problem: WindowEvent() doesn't work very well.

Code: Select all

MainWindow = OpenWindow(#PB_Any, 0, 0, 512, 384, "")
Repeat
  Event = WaitWindowEvent()
  Debug WindowEvent()
ForEver
You're dropping half the events.
by John Bedlam
Mon Sep 04, 2006 3:37 pm
Forum: Off Topic
Topic: Steve Irwin dead :c(
Replies: 26
Views: 3923

I always liked it when there was some venomous, ferocious, angry creature trying to chase him away (or just eat him), and he'd be in awe over the beauty of it. :(
by John Bedlam
Mon Sep 04, 2006 1:48 pm
Forum: Coding Questions
Topic: Noob wondering.
Replies: 7
Views: 1941

Ah, okay. Didn't know that. I need a Linux box... :roll:
by John Bedlam
Mon Sep 04, 2006 12:54 pm
Forum: Coding Questions
Topic: Noob wondering.
Replies: 7
Views: 1941

There is no compiler menu in Linux. No IDE even, if I remember correctly.

In the TODO file in the linux package I just pulled from purebasic.com:
Console:
ClearConsole: not supported
ConsoleLocate(): not supported
ConsoleColor(): not supported
ConsoleTitle(): not supported
ConsoleCursor ...
by John Bedlam
Sun Sep 03, 2006 1:53 pm
Forum: Game Programming
Topic: Diablo?
Replies: 23
Views: 8289

Winrar
You can get it at http://www.rarlab.com
by John Bedlam
Sat Sep 02, 2006 2:19 pm
Forum: Tricks 'n' Tips
Topic: TCP & UDP connection table
Replies: 3
Views: 3074

Good code.

long2ip(longIP.l) does the same thing as IPString(IPAdress) in the network library. ;)