Forgot your password?
typodupeerror

Comment QtCreator (Score 1) 543

The best IDE I've used is QtCreator, just because it is simple, the UI is clean and it does not get into your way. Lets use the points on this article to add it to the comparsion: - speed: much faster/lean than Eclipse, netbeans and Visual Studio. - usability: second place, have a nice debug view, but nothing as flexible as Eclipse perpective. - overwhelming: first, as I've said, have lots of features that do not make the UI big/fat/dirty. - customizability: last. You basicaly don't, just some panels you can change/add. But this is actually part of it's beauty: keeping the UI clean. - code: while it supports basically C/C++, Qt Crerator is one really good IDE. In one project, made in C++/Boost, that we used VS to build, we had to use QtCreator, as VS could not follow functions/symbols correctly, while QtCreator did without any delay. Plugin support is there, but you will only find a few like doxygen. But I would put it in second, as perspectives and custom-builds (like the Flex Builder IDE) makes Eclipse an all-in-all language and coding support. QtCreator is a really decent IDE, that sadly is not known by most people, but if you are developing a project in C/C++, I recommend you give it a try, you could end up being in love with it ;)
Programming

Graph-View of Collaborative Development At GitHub 14

VindictivePantz writes "In an interesting graphical view on collaborative development, FlowingData writes: 'GitHub is a large community where coders can collaborate on software development projects. People check code in and out, make edits, etc. Franck Cuny maps this community (with Gephi), based on information in thousands of user profiles.'"
PHP

PHP 5.3 Released 120

Sudheer writes "The PHP development team is proud to announce the immediate release of PHP 5.3.0. This release is a major improvement in the 5.X series, which includes a large number of new features and bug fixes. Some of the key new features include: namespaces, late static binding, closures, optional garbage collection for cyclic references, new extensions (like ext/phar, ext/intl and ext/fileinfo), over 140 bug fixes and much more."

Comment keys (Score 1) 708

"the appeals court said an encryption key is no different than a physical key and exists separately from a person's will"

Well, at least here in Brazil, you have the right to do not give your keys to the police, but if they have a warrant, they can kick down your door.
So, they could stole my encryptation keys, but not force me to give it to them.

User Journal

Journal Journal: Hello World

I want just to say: Hello World! ;-)

Slashdot Top Deals

One possible reason that things aren't going according to plan is that there never was a plan in the first place.

Working...