LinuxQuestions.org
View the Most Wanted LQ Wiki articles.
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices

Tags used in this thread
Popular LQ Tags , , , , ,

Reply
 
Thread Tools
Old 08-02-2006, 12:12 AM   #16
hs123
Registered User
 
Registered: Dec 2003
Posts: 2,832
Blog Entries: 4
Thanked: 9

Original Poster

[Log in to get rid of this advertisement]
If anybody finds a "dead" or dormant project in this list, I'll be glad to flag it that way.

dead - no update/news in over 2 years
dormant - no update/news in over 6 months
alive - update in about 6 months
active - frequent updates

Obviously this involves more work, but if somebody could help with this, it would be useful ot add this info.

Last edited by hs123; 08-02-2006 at 12:19 AM..
hs123 is offline     Reply With Quote
Old 08-02-2006, 12:21 PM   #17
tuxdev
Senior Member
 
Registered: Jul 2005
Distribution: Slackware
Posts: 1,636
Thanked: 18
A category "mature" would be good too. Something that looks dead or dormant, but it is really finished and there is nothing to do. I don't think any of this software falls under that category, though
tuxdev is offline     Reply With Quote
Old 08-04-2006, 10:39 AM   #18
Randux
Senior Member
 
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,707
Thanked: 19
Quote:
Originally Posted by Harishankar
If anybody finds a "dead" or dormant project in this list, I'll be glad to flag it that way.

dead - no update/news in over 2 years
dormant - no update/news in over 6 months
alive - update in about 6 months
active - frequent updates

Obviously this involves more work, but if somebody could help with this, it would be useful ot add this info.
I think Dev C++ is pretty much dead. Although there is news, I don't think anything has come out in a long long time. There was some discussion on the Code::Blocks forums about guys leaving Dev C++.

It's unfortunate, because Dev C++ is a very nice package and they include MINGW and some other stuff to make one stop shopping (for Winbloze users, anyway). I personally feel that Dev CPP is usable (especially for guys starting out in C++ that need a good learning environment and a nice IDE (everything is written in Delphi)) although I don't use C++ for anything serious so I'm not the best judge of it. The user community is also helpful if a little fragmented.

Maybe some other guys have some comments or more info.
Randux is offline     Reply With Quote
Old 08-04-2006, 10:41 AM   #19
Randux
Senior Member
 
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,707
Thanked: 19
Quote:
Originally Posted by tuxdev
A category "mature" would be good too. Something that looks dead or dormant, but it is really finished and there is nothing to do. I don't think any of this software falls under that category, though
That's a good point. Emacs should be in this category (whether they actually do anything or not is not the issue- they should have stopped a long time ago )
Randux is offline     Reply With Quote
Old 08-04-2006, 11:43 AM   #20
hs123
Registered User
 
Registered: Dec 2003
Posts: 2,832
Blog Entries: 4
Thanked: 9

Original Poster
Clarification: when I meant dead or dormant I didn't mean actual updates, but news from the project. I think we can say a project is dead when the developers don't even bother providing news updates once in a year.

If we get started with tagging this list, can anybody provide any info on the items in the existing list?

Last edited by hs123; 08-04-2006 at 11:44 AM..
hs123 is offline     Reply With Quote
Old 08-16-2006, 06:35 AM   #21
knobby67
Member
 
Registered: Mar 2006
Posts: 288
Thanked: 0
How about adding a list of debuggers or degugger interfaces?
Also how about people actually saying what they think of the IDE? I know this is subjective, but so's most things in life.
knobby67 is offline     Reply With Quote
Old 08-16-2006, 07:38 AM   #22
Randux
Senior Member
 
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,707
Thanked: 19
Quote:
Originally Posted by knobby67
How about adding a list of debuggers or degugger interfaces?
Also how about people actually saying what they think of the IDE? I know this is subjective, but so's most things in life.
That's a good question- is there anything available besides GDB, DDD, and GVD? The functionality is fine but the GUI interfaces are all hideous. It would be nice to find something really pleasant looking and easier to use.

The best thing with an IDE (or any app) is just to try it out. If you have problems with certain features or lack of features, ask about it and sometimes people can tell you how to make it work like you want or tell you another way of using it that will be more effective.

Something has to feel right to the guy using it before he gets the most benefit from it. The good news is it's all free and you don't have to make an expensive mistake trying something out.
Randux is offline     Reply With Quote
Old 08-16-2006, 07:47 AM   #23
hs123
Registered User
 
Registered: Dec 2003
Posts: 2,832
Blog Entries: 4
Thanked: 9

Original Poster
I'm thinking the same. Are there so many free debuggers to justify an additional list. I don't mind some suggestions as I've never used stand-alone debuggers before.
hs123 is offline     Reply With Quote
Old 08-21-2006, 12:45 PM   #24
Randux
Senior Member
 
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,707
Thanked: 19
Quote:
Originally Posted by taylor_venable
GNU Emacs used to be the ugliest editor, but...

GNU Emacs from CVS can be built using the GTK+ 2 toolkit, just run configure with the --with-gtk option. I've not had any problems with Emacs version 22.0.50.1 (running under FreeBSD 6-STABLE with GTK 2.8.19). It's very cleanly integrated, too; not that I usually use any the GUI elements. One feature about it that is kind of nice is that you can tear off the menus.
Hey Taylor,

How much different is the look than the "standard" Emacs? Do you have any screenshots?

Thanks,
Rand

Last edited by Randux; 08-29-2006 at 08:37 AM..
Randux is offline     Reply With Quote
Old 08-29-2006, 12:11 AM   #25
moeminhtun
Member
 
Registered: Dec 2002
Location: Singapore
Distribution: Fedora Core 6
Posts: 647
Thanked: 0
Great!!
And Netbeans is the best Java IDE on earth. With the Netbeans 5.0, NetBeans beat Eclipse in Java IDE although Eclipse might be a better generic IDE framework.
moeminhtun is offline     Reply With Quote
Old 08-29-2006, 02:34 AM   #26
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris, under a rock ...
Distribution: Solaris & OpenSolaris based distros, Ubuntu
Posts: 8,132
Thanked: 84
You can add C/C++ to the supported languages by NetBeans
In the freeware section, you can add:
Java Studio Enterprise - Solaris/Linux/Windows - Java
Java Studio Creator - Solaris/MacOS/Linux/Windows - Java
Sun Studio - Solaris & Linux - C/C++/Fortran
jlliagre is offline     Reply With Quote
Old 08-30-2006, 02:35 AM   #27
Nishant Desai
Member
 
Registered: Jul 2006
Posts: 100
Blog Entries: 1
Thanked: 0
Dear All,

This is a real good effort to list the freewares available.
I am relatively new to the Linux and i want some information that as you talk about IDE, we are using the MULTI IDE from the Green hills, but it is a Windows based software and we want the same kind of IDE in Linux, is there any IDE which is compatible to MULTI? i m unable to understand in this case cos i m not aware of the products u r talking in thid thread? can anybody help me?

Thanks,
Nishant
Nishant Desai is offline     Reply With Quote
Old 08-30-2006, 07:26 AM   #28
Randux
Senior Member
 
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,707
Thanked: 19
That IDE is probably big money and for sure not open source or "Free Software". Don't they have a Linux version?
Randux is offline     Reply With Quote
Old 08-30-2006, 07:35 PM   #29
Jcooper
LQ Newbie
 
Registered: Jul 2006
Location: Cluj - Romania
Distribution: Debian sid
Posts: 8
Thanked: 0
Motor I love it
Jcooper is offline     Reply With Quote
Old 08-31-2006, 01:47 AM   #30
Nishant Desai
Member
 
Registered: Jul 2006
Posts: 100
Blog Entries: 1
Thanked: 0
Quote:
Originally Posted by Randux
That IDE is probably big money and for sure not open source or "Free Software". Don't they have a Linux version?
You are right Randux, it costs much bludy bucks, but if we gon a purchase its linux version, we also have to spend much more bludy bucks, so the better option is to go with the free IDE, and that is why i am looking for the free IDE.

Do u have any idea about that kind of IDE, which doesn't costs us much bludy bucks.

Thanks,
Nishant
Nishant Desai is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there freeware Network Simulation software? jimdaworm Linux - Networking 8 10-20-2006 09:06 AM
freeware fractal software rblampain Linux - General 5 06-06-2006 09:25 PM
Free Software, Free Society: Selected Essays of Richard M. Stallman irfanhab Linux - General 1 11-09-2004 07:22 AM
Free Gillete Products + list of other free stuff looksmart123 General 1 08-08-2004 04:38 PM
How can I get list of all the non-free software I have? *IP* Debian 6 01-08-2004 07:59 AM


All times are GMT -5. The time now is 09:59 PM.

Main Menu
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration