• Welcome to Valhalla Legends Archive.
 

My bot plan. Need help.

Started by Sorc.Polgara, January 06, 2005, 06:01 PM

Previous topic - Next topic

iago

The simple answer is, "You run it the same way you run it under Dos".

In other words, you get a commandline (which Mephisto explained about), and you type the program's name.  The commandline is actually like :"cmd.exe" running, except on the remote server.
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


Banana fanna fo fanna

Quote from: Mephisto on January 07, 2005, 04:53 PM
If you're going to be using Linux you'll need to compile your programs on Linux, or a Linux compatable OS, unless you're using a language like Java (ew).

I'll race you. I'll write a program in Java or Python, you write it in C/C++/ASM. If you can write a cross-platform program and our two programs are exactly compatible and you finish before me, you win.

Forged

Quote from: Arta[vL] on January 07, 2005, 08:58 AM
NetBeans is horrific. Slow, bulky, ugly, totally ew.
So like Java?
QuoteI wish my grass was Goth so it would cut itself

tA-Kane

Is NetBeans written in Java?

A language isn't _truly_ awesome until it can write its own de/compiler.
Macintosh programmer and enthusiast.
Battle.net Bot Programming: http://www.bash.org/?240059
I can write programs. Can you right them?

http://www.clan-mac.com
http://www.eve-online.com

OnlyMeat

#19
Quote from: tA-Kane on January 08, 2005, 01:30 AM
Is NetBeans written in Java?

A language isn't _truly_ awesome until it can write its own de/compiler.

And how exactly would you compile the compiler the first time?

Also the java JIT is so slow it would take forever to compile a program.

If you are going to make a program why not just make it the best it can be rather than a sluggish bloated peice of crap that java produces?

Even C# and vb.net are faster than java overall as they only JIT methods once per program lifetime. And before you say they are not cross platform their are projects developing .net JIT's for other platforms

MyndFyre

Quote from: OnlyMeat on January 08, 2005, 03:17 AM
Quote from: tA-Kane on January 08, 2005, 01:30 AM
Is NetBeans written in Java?

A language isn't _truly_ awesome until it can write its own de/compiler.

And how exactly would you compile the compiler the first time?

Also the java JIT is so slow it would take forever to compile a program.

If you are going to make a program why not just make it the best it can be rather than a sluggish bloated peice of crap that java produces?

Even C# and vb.net are faster than java overall as they only JIT methods once per program lifetime. And before you say they are not cross platform their are projects developing .net JIT's for other platforms


Well...  I wouldn't say that the Java JITter is extremely slow.  It's not that bad until you throw an exception.  But yes, the .NET languages do generally outperform Java (although this is not true of every operation).

For .NET on Linux: www.go-mono.com

For .NET on Mac: http://www.microsoft.com/downloads/details.aspx?FamilyId=3A1C93FA-7462-47D0-8E56-8DD34C6292F0&displaylang=en (Shared Source CLI)
QuoteEvery generation of humans believed it had all the answers it needed, except for a few mysteries they assumed would be solved at any moment. And they all believed their ancestors were simplistic and deluded. What are the odds that you are the first generation of humans who will understand reality?

After 3 years, it's on the horizon.  The new JinxBot, and BN#, the managed Battle.net Client library.

Quote from: chyea on January 16, 2009, 05:05 PM
You've just located global warming.

Arta

I use Ultraedit for everything Visual Studio doesn't do :)

iago

#22
Quote from: tA-Kane on January 08, 2005, 01:30 AM
Is NetBeans written in Java?

A language isn't _truly_ awesome until it can write its own de/compiler.

Yes, NetBeans is written in Java.  NO, it's not a compiler.  Java has only one compiler, it's called "javac", and it's proprietary and closed source (which is gay).

Why don't all y'all take a language debate somewhere useful, like its own thread? Or maybe somebody could clean up this thread.

But the bottem line is, use the right language for the project.  I'm not going to say that C or Java or Python or Perl are better, because they all have good points.  I would use different ones for different projects, depending on which was best suited for the job.  A programmer who can't do that will find himself doing extra work to implement features from one language in another.

Java is slower to run, but on modern computers it barely makes a difference.  Python runs even slower, but you can produce code a lot faster (I'd actually like to learn Python at some point, we'll see where that goes).  Perl runs fast for producing text files, but it gets messy when you start using functions and classes.  C/C++ take longer to write code in, but it's faster and you have more control.  Emacs Lisp is good if you're trying to do a specialized text file editor.  They all have uses, and a good programmer would know them all and know when it's appropriate to use one or the other.
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*