Domain: netcomputing.de
Stories and comments across the archive that link to netcomputing.de.
Comments · 9
-
cross platform IDE ..
Code::Blocks, The open source, cross platform Free C++ IDE
http://www.widestudio.org/
http://www.netbeans.org/
http://www.netcomputing.de/html/main.html
was: how about...(Score:1) -
Re:You might have it backwards.
I'll admit, there is very few pieces of demo-ware that I've bought. Though, there is one piece that I did. AnyJ has a cool way of doing it. You can download as many times as you want. Every one of the features are there to use. If you try to open a project older than 90 days, it reminds you that you should register, but lets you continue anyway. For those reasons, I bought a personal license. And in fact, my past two companines have switched from their IDE's to AnyJ because of the demo's they tried.
I guess what I'm trying to say is that many other posters out here. Do not require an email address until they buy the software. Do not cripple the program from the start. If you treat your customers like pirates, pirates they will become (see RIAA). If you treat your customers like people you want to please, then some will buy, and some will decide your product isn't worth it. That's the chance you take. -
AnyJ?
How about AnyJ? There's a free version for linux users. Windows version isn't too expensive. Wouldn't run on linux on my ppc tho...
-
Re:I use
I'm a huge fan of AnyJ. Wonderful syntax highlighting, runs in several operating systems, and free for Linux use.
It's written in Java so it's a memory pig, but it's stable as hell. One thing though, it doesn't have the memory leaks that plague may other IDE's. -
AnyJ
AnyJ is also a good one to use. It supports Windows, Mac and Linux.
-
Let's Make Linux Useful for My Mom and DadEver helped your mom fix her PPP connection on Windows or Mac OS? Did you do it in person, or over the phone?
Now help your mom download, apply, configure, compile and install a source code patch!
I know people who are blessed with parents who know how to program, but my mom wanted to go back to CompuServe after Dad fixed her up with Earthlink because earthlink gave them netscape on the installation CD to read her email with.
She didn't know, until I came to visit, downloaded and tested every email client available for the Mac OS, and set her up with Sono Software's Musashi that everyone's email wasn't hardwired to their ISP. I tried to explain to her before I visited that she could get a different mail program, but didn't understand - she didn't know she was running Netscape to read her email, she thought she was reading her email in Earthlink.
My dad knows a little programming - FORTRAN IV on an IBM 360 via punchcards.
If something breaks on their little Mac (and they manage to do it somehow), it stays broken until their son the software consultant flies home to visit.
Please contribute articles to the Linux Quality Database on how to write quality software, test it, or send in links to quality information and resources that I can link to from the page or write articles about.
Especially important are articles that are accessible to ordinary users or inexperienced programers on how they can contribute in a meaningful way to QA testing of the Free Software product of their choice. An example is my article (still in progress) Using Test Suites to Validate the Linux Kernel.
Planning for the kernel testing database that I have in mind is still in a vaporware phase. If you know about designing database schemas I could really use your help in architecting this thing. I could write the database access code myself but I don't want to plan the schema because I'm sure I'd make a mess of it. I've never designed a real schema before.
I'd like to use Enhydra as the application server - it's pretty good and open source. You can integrate it with Apache or the Netscape server, or it comes with its own Java HTTP server built-in that you can use either for testing or production.
When you use the Enhydra multiserver in development the whole enhydra system can run in one Java VM process. I echoed out the java command line from the startup script to find out what all the parameters were then put the command line into NetComputing's AnyJ debugger (free as in beer for Linux) to run a whole web application in a source debugger. Much nicer and more effective than printing "here I am" to the console.
I believe they have Enhydra running under Kaffe now. It didn't when I tried it but the startup scripts now support it as an option. I reported the problem to the Kaffe folks quite a while ago and I guess they fixed it.
-
Let's Make Linux Useful for My Mom and DadEver helped your mom fix her PPP connection on Windows or Mac OS? Did you do it in person, or over the phone?
Now help your mom download, apply, configure, compile and install a source code patch!
I know people who are blessed with parents who know how to program, but my mom wanted to go back to CompuServe after Dad fixed her up with Earthlink because earthlink gave them netscape on the installation CD to read her email with.
She didn't know, until I came to visit, downloaded and tested every email client available for the Mac OS, and set her up with Sono Software's Musashi that everyone's email wasn't hardwired to their ISP. I tried to explain to her before I visited that she could get a different mail program, but didn't understand - she didn't know she was running Netscape to read her email, she thought she was reading her email in Earthlink.
My dad knows a little programming - FORTRAN IV on an IBM 360 via punchcards.
If something breaks on their little Mac (and they manage to do it somehow), it stays broken until their son the software consultant flies home to visit.
Please contribute articles to the Linux Quality Database on how to write quality software, test it, or send in links to quality information and resources that I can link to from the page or write articles about.
Especially important are articles that are accessible to ordinary users or inexperienced programers on how they can contribute in a meaningful way to QA testing of the Free Software product of their choice. An example is my article (still in progress) Using Test Suites to Validate the Linux Kernel.
Planning for the kernel testing database that I have in mind is still in a vaporware phase. If you know about designing database schemas I could really use your help in architecting this thing. I could write the database access code myself but I don't want to plan the schema because I'm sure I'd make a mess of it. I've never designed a real schema before.
I'd like to use Enhydra as the application server - it's pretty good and open source. You can integrate it with Apache or the Netscape server, or it comes with its own Java HTTP server built-in that you can use either for testing or production.
When you use the Enhydra multiserver in development the whole enhydra system can run in one Java VM process. I echoed out the java command line from the startup script to find out what all the parameters were then put the command line into NetComputing's AnyJ debugger (free as in beer for Linux) to run a whole web application in a source debugger. Much nicer and more effective than printing "here I am" to the console.
I believe they have Enhydra running under Kaffe now. It didn't when I tried it but the startup scripts now support it as an option. I reported the problem to the Kaffe folks quite a while ago and I guess they fixed it.
-
Xfree 4.x can be a little flaky
This isn't a Debian issue (I'm using 4.0.1 on my mongrel RH workstation), but I have noticed recently that the X server will SIG 11 at odd times. I haven't pinned down the common thread yet, but it seems to happen at the point of initial start up of some programs (e.g. the AnyJ java ide thingy from www.netcomputing.de, which gets to the splash screen and _blammo_, X server dies). When I first installed X 4.0, it would SIG 11 when I right clicked on a variable in DDD. So anyway, my point is be cautious, as for all the improvments in XFree 4.x (and don't get me wrong, it is nicer, especially in the font managment realm), it still has some odd stability issues.
--
-
Re:IDE Performance - AnyJ
Sorry to disagree, but it seems you havent used AnyJ (http://www.netcomputing.de/) before. In IBM 1.1.8 it tops JBuilder in completion and editing by levels