I realize that it can depend on certain things (and obviously how efficient the code is written); but, in general, what is the most suitable and perhaps efficient language to use in writing cron jobs?
I have heard a lot that PHP is slow compared other languages. Is the speed difference noticeable enough that I should switch to another开发者_如何转开发 language? And if so what other language would y
Is there any way to \"auto-magically\" create Class Diagrams from Java code?I am open to using any eclipse plugins, or any other solutions..I don\'t care how many types of data I have to import/export
Is it possible to initialize an object that I want开发者_运维知识库 to pass as an argument without writing it on a special line?:
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_StackOverflow社区
Using VB.Net and C#.Net. For Example Am Using More than one form If am as开发者_Go百科signing a variables like this.
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I am writing a key value store API (like ODBC, just the interface, not the underlying store) in many different languages and while I do not want to transliterate the API between languages, I do not wa
A former co-worker left us with thousands of lines of code looking like this. This is more a curiosity, since I rewrote everything he did in less obscure languages :-)
In my reading on dynamic and static typing, I keep coming up against the assumption that statically typed languages are compiled, while dynamically typed languages are interpreted. I know that in gene