What are the best free software products that improve productivity?
|
closed as not constructive by casperOne♦ Jul 31 '12 at 19:28
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
One of the best compilation of productivity tools for developers -- at least for Windows -- is Scott Hanselman's Ultimate Developer and Power Users Tool List for Windows Many, but not all of them, are free. |
||||
|
|
|
No, really. I use it to read the blogs of tons of great programmers, which is a great learning tool in and of itself. But, then, when I find a particularly interesting tidbit, I'll tag it and save it for later. I have different tags for different areas of development, so when I need help or advice in a particular area I go to that tag and I have a treasure trove of applicable advice and code-samples waiting for me. |
||||
|
|
|
Obviously everyone's environment is very different, but I use the following all the time and find each of them very useful:
Of course there are many other products that I use day-to-day, especially the Google products and sites like this, but this list includes things that I use all the time and I think are amazing free packages in their own right. |
||||
|
|
|
stackoverflow :-) |
|||||
|
|
Firefox and its extensions. http://www.mozilla.com/en-US/firefox/ such as:
(I'm sure there are many, many more) |
||||
|
|
|
Has to be said: Emacs. |
||||
|
|
|
All currently free of charge and all outstanding:
|
||||
|
|
|
The winner is GNU/Linux/Debian/Ubuntu in a landslide! |
||||
|
|
|
Paint.NET - I use it for all of my graphics needs. |
||||
|
|
|
Launchy (Windows & Linux) AutoComplete for running programs. Smart and zero effort UI. You press Alt-Spacebar an start typing an app name or folder, etc. And Launch auto completes for you. |
||||
|
|
|
I'd say LaTeX. It's a document markup language. It makes writing anything involving mathematical symbols a breeze, and the documents can be immediately compiled into postscript or pdf format. It's the standard tool of choice for scientists publishing research papers. Personally, I've used it to write math homework, my resume, personal letters...once you learn it you'll never use MS Word again. Download and documentation can be found here. Best of all it's completely free, both as in speech and as in beer! |
||||
|
|
|
The GNU tools, from the helpful non-standard switches (-q on grep) to bash, I don't miss the bad old days of using a non-GNU userland. Linux has already been mentioned, but only once. vim and gvim, especially with the :vsp (vertical split screen). Eclipse is big and heavy, but it can be very handy as a window manager when working on big projects on large multi-monitor desktops. Strange, but that's how I use it. OpenOffice has been the standard office suite for documentation the last few start-ups I've done. OpenOffice 3.0 is a HUGE improvement, especially on the Mac. It also finally supports side-by-side pages (2-up editing) in the word processor. Bugzilla isn't pretty but has nearly everything I want in a bug tracking system to be able to quantify bug metrics. |
||||
|
|
|
GCC, definitely. As a Mac programmer, I can't do my job without it. |
||||
|
|
|
My favorites: |
||||
|
|
|
Beside the above answers, I would mention some free general utilities (for Windows) that are time saver in my life of programmer, even if they are not necessarily programming tools:
and lot more, but I listed most of those I use daily. I omitted text editors (SciTE) and graphic editors (mostly Gimp). |
||||
|
|
|
There are lots of great free software tools I use to keep my productivity high, but the software I use continuously all through the day is OpenSSH and VI. |
||||
|
|
|
On OSX: GUI SVN Client - http://www.versionsapp.com GUI MySQL Client - http://code.google.com/p/sequel-pro/ GUI Vi - http://code.google.com/p/macvim/ IRC client - http://colloquy.info/ <= IRC, especially freenode.net has a wealth of resources available for most of your OSS projects. Often, you'll actually run into the devs as well... Teamviewer - http://www.teamviewer.com - Crossplatform 'VNC' over firewalls, great for remote support MacPorts - http://www.macports.com - Decently sized library of BSD/Unix apps for your OSX machine. Easiest way of installing Wireshark. Neta - http://code.google.com/p/neta/ - Network Analyzer, a Wireshark light implementation Charles - http://www.charlesproxy.com/ - My favorite webdebugging proxy. (free for demo, anyhow.) Macfuse - http://code.google.com/p/macfuse/ - Mount remote filesystems via a number of different protocols - http://code.google.com/p/macfuse/ |
||||
|
|
|
||||
|
|
|
Besides many already mentioned tools, I use:
|
||||
|
|
|
Code::Blocks. It works and looks the same in Windows and Linux, plus has a profiler built in and all the bells and whistles you need from a good C/C++ IDE. It's much snappier than Eclipse or Visual Studio. |
||||
|
|
|
ECLIPSE is by far the best IDE that I've used. And because I've started a few months ago developing RCP applications it's proven to be more than an IDE. |
||||
|
|
|
This one is for distribution, but we can't forget Inno Setup |
||||
|
|
|
ProGuard Java code obfuscator/shrinker. Shameless self plug: I also find my own RefactorBuddy invaluable. |
||||
|
|
|
There is an article that I wrote on this very subject a few years ago. Called Top OSS For Coders, I can't really say that I would change the list all that much except for this update that I posted later. |
||||
|
|
|
http://www.taskcoach.org/ and google docs are good for organising self. Having good clipboard control is also a great time saver. http://clipdiary.com |
||||
|
|
|
A really nice tool is WinMover, which allows you to move windows (except the Command Prompt window - argh!) by Alt + clicking anywhere in the window and dragging (just like in Linux). Half the usefulness is lost because it can't move the Command Prompt window, but still a great tool. Also in the "getting cool stuff from Linux to Windows" camp, Virtual Dimension comes in handy for using multiple desktops. This isn't the only solution out there, but it's as good as any, perhaps better. Unintrusive, reasonably configurable & gets the job done. Another tool, useful for screen sharing, is CrossLoop. It makes it very easy to give someone access to your desktop (including allowing them to share control of your mouse/keyboard) and it works well through firewalls (i.e., you just get an access code from the other party, you paste it & bang!, you're connected). Fans of Total Commander looking for a free(r) alternative might be interested in FreeCommander. Not so smooth-looking as TC, but almost on par feature-wise, and even with some extra features (or better implementations of the same features). |
||||
|
|
|
I'm surprised that no one has mentioned the one truly indispensible tool for the modern programmer, google.com! |
||||
|
|