LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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


Reply
  Search this Thread
Old 03-28-2011, 06:21 AM   #106
lupusarcanus
Senior Member
 
Registered: Mar 2009
Location: USA
Distribution: Arch
Posts: 1,022
Blog Entries: 19

Rep: Reputation: 146Reputation: 146

Another couple of tutorials, in video-form:
http://www.youtube.com/watch?v=tyVhn0FWWB4
&&
http://www.youtube.com/watch?v=GMx_G05cqYI
 
Old 04-06-2011, 03:20 PM   #107
Ramurd
Member
 
Registered: Mar 2009
Location: Rotterdam, the Netherlands
Distribution: Slackwarelinux
Posts: 703

Rep: Reputation: 111Reputation: 111
Gave a look to QT and QT Develop as the IDE; Supports (at least) C++; Fairly easy to learn (e.g. came back from years of not programming to programming again and getting the first results after just a few days of exploring and fiddling around. (It helps that I started developing this thing in PHP first :-))

It's cross-platform (I find that quite important), looks modern and consistent with platforms (also a point I find important), is free for non-commercial use. (http://qt.nokia.com)
 
Old 06-16-2011, 08:32 AM   #108
unclejed613
Member
 
Registered: Mar 2009
Posts: 352

Rep: Reputation: 32
Video Test Bench.... written by me back in the day....

i released it as freeware last year, and the quickbasic source code is available if anybody is curious

http://www.electro-tech-online.com/b...-freeware.html


there's also a 32/64 bit quickbasic available at www.qb64.net

Last edited by unclejed613; 06-16-2011 at 08:49 AM.
 
Old 09-30-2011, 08:07 AM   #109
hitmen
Member
 
Registered: Jun 2011
Distribution: Kubuntu 10.04
Posts: 158

Rep: Reputation: Disabled
If I wish to learn perl and bash, will netbeans be ok ?
 
Old 10-05-2011, 03:44 AM   #110
cabrilo
LQ Newbie
 
Registered: Nov 2004
Posts: 17

Rep: Reputation: 0
Quote:
Originally Posted by hitmen View Post
If I wish to learn perl and bash, will netbeans be ok ?
Generally speaking, if you wish to learn any language, it's probably best to start without an IDE at all - it may get in your way. A basic text editor and commandline should suffice. That being said, if you want to learn bash, I would suggest using just a plain text editor. The main advantage of an IDE over a regular text editor is that IDE allows you to browse the code quickly, manage multiple projects with many files, they integrate debugging, version control, etc. All of that is really unnecessary for most BASH projects I have ever seen.

As far as perl goes, you can certainly get started on it with NetBeans. However, like I said before, better start with something that will be less in your way - e.g. Geany is a good cross between a full blown IDE and a simple text editor, as well as Gedit with some plugins or TextMate if you are on OS X.
 
Old 10-13-2011, 08:31 PM   #111
henry48
LQ Newbie
 
Registered: Sep 2011
Location: taxes
Posts: 2

Rep: Reputation: 0
Hello,

Thanks to share this link.I search the information about list of free software and freeware IDEs.finally i visit this resources.

link removed

Last edited by Mara; 10-16-2011 at 04:47 AM. Reason: Spam link removed
 
Old 10-13-2011, 09:14 PM   #112
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,217

Rep: Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309
Quote:
Originally Posted by henry48 View Post
Hello,

Thanks to share this link.I search the information about list of free software and freeware IDEs.finally i visit this resources.

[spam payload removed]
I know what bad form it is to reply to a spam post after reporting it as spam, but this I can't resist. Here's a copy-and-pasted, unedited quote from one of the pages at that link:

Quote:
Press Release Submissions sent out to various authority news sources to increase Brand Recall and other Yada Yada are also Done Perfectly.
Real reputable business you're promoting there.
 
Old 10-13-2011, 11:53 PM   #113
unclejed613
Member
 
Registered: Mar 2009
Posts: 352

Rep: Reputation: 32
i guess it loses something in translation...
 
Old 11-13-2011, 09:24 AM   #114
lesleyb
Member
 
Registered: Sep 2003
Distribution: Debian, OpenBSD 3.9 & 3.7
Posts: 79

Rep: Reputation: 17
The Padre Perl IDE

Quote:
Originally Posted by hitmen View Post
If I wish to learn perl and bash, will netbeans be ok ?
Please take a look at http://padre.perlide.org/ for the multi-platform modern Perl IDE.
 
Old 11-15-2011, 03:06 AM   #115
Ramurd
Member
 
Registered: Mar 2009
Location: Rotterdam, the Netherlands
Distribution: Slackwarelinux
Posts: 703

Rep: Reputation: 111Reputation: 111
Noticed many of the links in the fipo were broken by now (it doesn't seem to be maintained for quite some time now) so I did a search on the net; Given that the first post does not seem to be maintained anymore (last update was 12-16-06) I am thinking about creating a new thread that will be maintained. For now I have this updated list of URLs, as I think this is a great topic to discuss... it does help new kids on the block (or old kids on the block for that matter) finding a nice IDE that will work for them.

Updated links:
Ajunta: http://ajunta.org
eric: http://eric-ide.python-projects.org/index.html
Quanta: http://quanta.sourceforge.net/release2.php
Vide: http://vide.sourceforge.net/
Freeride: http://rubyforge.org/projects/freeride/
Radrails: http://www.aptana.com/products/radrails
Pida: http://pida.co.uk/

MinGW Studio: http://koti.mbnet.fi/vaultec/mingwstudio.php
JBuilder: http://www.embarcadero.com/products/jbuilder

Syn Text Editor: http://sourceforge.net/projects/syn/
 
Old 11-15-2011, 03:16 AM   #116
graemef
Senior Member
 
Registered: Nov 2005
Location: Hanoi
Distribution: Fedora 13, Ubuntu 10.04
Posts: 2,379

Rep: Reputation: 148Reputation: 148
Their is a wiki page for this, which was set up a while ago for the exact same reason ... http://wiki.linuxquestions.org/wiki/...nt_Environment
 
1 members found this post helpful.
Old 12-17-2011, 01:21 AM   #117
cnxsoft
Member
 
Registered: Nov 2010
Location: Thailand
Distribution: Fedora 12, Ubuntu 10.10
Posts: 166

Rep: Reputation: 29
ARM recently released Development Studio 5 Community Edition.
http://www.arm.com/products/tools/so...tion/index.php

It's free of charge and mainly for Android development.
 
Old 02-07-2012, 02:33 PM   #118
DJOtaku
Member
 
Registered: Oct 2004
Location: USA
Distribution: Fedora 25;CentOS 7; Kubuntu; Debian
Posts: 860

Rep: Reputation: 37
QT Creator - IDE for QT Quick/QML
 
Old 03-24-2012, 07:40 PM   #119
jarubyh
Member
 
Registered: Aug 2011
Location: $HOME
Distribution: Slackware, FreeBSD, Debian
Posts: 50

Rep: Reputation: 1
TextMate, a brilliant IDE for OS X.
 
Old 04-01-2012, 11:27 AM   #120
deltrem
Member
 
Registered: Dec 2010
Posts: 36

Rep: Reputation: 0
a textmate clone for linux

My current favorite, a textmate clone for linux, Sublime Text 2 isn't posted here nor in texteditors.org.
 
  


Reply

Tags
development, editors, free


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 10 04-18-2016 08:52 PM
freeware fractal software rblampain Linux - General 5 06-06-2006 08:25 PM
Free Software, Free Society: Selected Essays of Richard M. Stallman irfanhab Linux - General 1 11-09-2004 06:22 AM
Free Gillete Products + list of other free stuff looksmart123 General 1 08-08-2004 03:38 PM
How can I get list of all the non-free software I have? *IP* Debian 6 01-08-2004 06:59 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 08:26 AM.

Main Menu
Advertisement
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
Twitter: @linuxquestions
Open Source Consulting | Domain Registration