Search found 735 matches

by sli
13 Jul 2009, 13:04
Forum: Misc
Topic: OH MY GOD, STOP FUCKING PMING ME
Replies: 1
Views: 3367

OH MY GOD, STOP FUCKING PMING ME

THIS GOES FOR EVERYONE. For the most part.
by sli
07 May 2009, 14:37
Forum: Development Help
Topic: Closing openkore instead of showing errors
Replies: 3
Views: 3366

Re: Closing openkore instead of showing errors

Was this thread changed since I posted?

Anyway, yes, iamanoob has the code to remove halting on errors. Just do this:

Code: Select all

:start
openkore
goto start
...or...

Code: Select all

#!/bin/sh
while [ 1 ]
do
    ./openkore.pl
done
by sli
04 May 2009, 01:05
Forum: Development Help
Topic: Closing openkore instead of showing errors
Replies: 3
Views: 3366

Re: Closing openkore instead of showing errors

I can only help with this on Linux/Unix and most derivatives. Something like...

Code: Select all

pe -e | grep ([0-9]+) perl.*? | kill -9
...or even better...

Code: Select all

alias killps="awk '// { print \$2 }'  | xargs kill"
ps -ef | grep perl | grep -v grep | killps
You can get grep, cat, awk, and kill for Windows, though.
by sli
29 Apr 2009, 09:54
Forum: Development Help
Topic: which method more faster?
Replies: 8
Views: 5319

Re: which method more faster?

The fancy, computer science term would be O$b. That "O" should actually be a math symbol, but the symbol looks just like an "O."
by sli
28 Apr 2009, 08:39
Forum: Development Help
Topic: which method more faster?
Replies: 8
Views: 5319

Re: which method more faster?

Oh, I figured you were a programmer. :lol: At least you learned something today!
by sli
28 Apr 2009, 00:00
Forum: Developers Corner
Topic: Proposal for Group Routing
Replies: 38
Views: 21339

Re: Proposal for Group Routing

The whole purpose of flocking is specifically to keep the bots together so none of them will wander off. I'm trying to discuss flocking , not a shared AI. And think about it: flocking is just simple math, but a shared AI would contain ALL the environment data and AI routines for every bot in the gro...
by sli
27 Apr 2009, 23:57
Forum: Announcements
Topic: PM NOMIONATIONS: An Open Call for an OK Leader
Replies: 73
Views: 209069

Re: PM NOMIONATIONS: An Open Call for an OK Leader

I'm going to have to decline the position. kLab and I have way too many ideological differences for me to work directly under him (everyone on IRC knows this), so I'm going to defect the position to someone else. My sole interest when I came back was being project manager, since I'm not a Perl hacke...
by sli
27 Apr 2009, 23:08
Forum: Developers Corner
Topic: Proposal for Group Routing
Replies: 38
Views: 21339

Re: Proposal for Group Routing

Technology wrote:(sli, does that mean that you don't want to program anything in perl anymore?)
You're assuming I ever wanted to program in Perl. :lol:
by sli
27 Apr 2009, 19:59
Forum: Developers Corner
Topic: Proposal for Group Routing
Replies: 38
Views: 21339

Re: Proposal for Group Routing

That's cute, but I live in the real world where there are better paradigms. Like code that you can read.
by sli
27 Apr 2009, 19:55
Forum: Announcements
Topic: VisualKore is NOT supported anymore
Replies: 39
Views: 139290

Re: VisualKore is NOT supported anymore

Because the authentication server is gone.