up vote 18 down vote favorite
16
share [g+] share [fb]

I'm curious about what types of tools and specific tools people can't live without in their daily work. Anyone interested, please post up to 10 categories of tools you can't live without, and then with it as many specific implementations of that tool that you use. The reason for this category/implementation split is to compensate for the disparate backgrounds of all the readers here. I'll try to collate responses back into this question as responses come in. Here are mine to get things started:

  1. Web browser (Firefox)
  2. Remote machine management (SecureCRT, Remote Desktop, VNC)
  3. Text editor (vi/vim for *nix, gvim for Windows, BBEdit for Mac OS X)
  4. IM client (Pidgin, MS OCS)
  5. Email client (pine, Outlook, Lotus Notes)
  6. Data visualizer (Perl + MS Excel's graphing functions)
  7. Network sniffer (tcpdump for linux/Mac OS X, snoop for solaris, Wireshark for Windows and visualizing dumps from other tools)
  8. VPN client (Cisco VPN client)
  9. scripting tools (ksh, Perl)

Looking through this list the big ones I would expect to see from others that I don't use are an IDE (I'm not a professional programmer anymore) and version control (which I ought to rely on but don't at this point).

EDIT: while I think my question was asked from a different POV, it looks like the answers in the thread Essential Programming Tools would be along the same lines as this one. Believe it or not I did look before I posted =)

link|improve this question
show 2 more comments
feedback

41 Answers

1 2

It's hard to beat coffee and common sense, but they're the tools you need for life in general, not specifically programming.

For linux development, I'd second the PuTTY recommendation, but I would struggle without X, and the Cygwin server is the best I've found. WinSCP is handly for transferring files.

link|improve this answer
feedback

I'm surprised no one has mentioned any tools to keep track of what they need to do, and for that I recommend FreeMind. I use it to keep track of all the various facets or a task, like what questions I need answer, what resources I need, random ideas I have, related links I've found, etc. I use this for both programming and non-programming tasks, e.g. I have one that holds the various home improvements I need to do or want to investigate doing.

link|improve this answer
feedback

I work on .NET based (WCF & ASMX) web services pretty often with both COM & .NET clients. Sometimes I need to see the actual SOAP generated by the serializer. There are good Visual Studio trace tools for WCF based service but not much for ASMX. My go-to tool for quick easy peeks is Fiddler (http://fiddler2.com). If you need to see the HTTP/HTTPS traffic, this is the tool. It free and lets you see everything you'd ever need in HTTP requests & response. It's even extensible and supports scripting using jscript.net.

link|improve this answer
feedback
  1. A whiteboard
  2. DBWin32
  3. Visual Studio
  4. Notepad++
  5. Firefox with Noscript
  6. Any decent hex editor
  7. ICOFx
  8. Process Explorer
  9. Source Control
  10. CuteFTP

I would have added Paint Shop Pro, which I've used for years, but since Corel took over it's been turned into a hopelessly slow bloated travesty of its former self. I'm currently looking for something better. Or just less awful...

link|improve this answer
feedback

Applications

  • WAMP
  • MySQL GUI tools
  • NuSphere PHPed
  • Firefox
    • Firebug
    • Delicious bookmarks
    • NoScript
  • FileZilla
  • Photoshop
  • Pidgin
  • Foobar2000 (Audio player)

Websites

  • php.net
  • gmail.com
  • google.com
  • regexpal.com
link|improve this answer
feedback

sh cat make cc

link|improve this answer
feedback

From a Gnome user's perspective...

link|improve this answer
feedback
  • tightVNC as I tend to work on remote machines
  • putty just for termianal acess
  • vim for coding
  • foobar2000 for music (I can't work without it...)
link|improve this answer
feedback

IE7 (and 8 beta 2 in an emulator) for general website design and testing, Opera 9 for sanity checking the same. TextPad to actually write the site's PHP code, and a WAMP kit to bind it all together.

For my game dabblings; TextPad again and Usenti, a very nice little pixel art editor geared towards console development. Especially the GBA and DS. For more large-scale art needs, Paintshop Pro 8.

link|improve this answer
feedback

ide: visual studio / netbeans (zip file!, almost portable)

editor: notepad++ (portable) with monaco font

file comparison: winmerge (portable)

source control: subversion, tortoise

ticket control: redmine

file manager: free commander (portable)

explorer: IE, FF (portable), chrome (portable), iron (chrom without google crap, also portable), qtweb, arora,

FF plugins: firebug, web developer, xmarks

imclient: pidgin

mail client: gmail

download manager: free download manager (portable)

sites: STACKOVERFLOW!!!, gotapi... and google, all the time...

miscelaneous: launchy (can't live without it!)

virtualization: virtual box (I have a machine image for every environment)

office: openoffice (portable)

lamp stack: xammp (portable!)

disk usage: windirstat (portable), scanner (portable)

pdf viewer: foxit (portable), sumatrapdf (portable)

uncompressor: 7-zip portable

M$ sql comparison tool: sql delta

M$ sql management: visual studio sql manager

mysql

mysql management: phpmyadmin, manager provided with mysql

uninstaller utility: revo unistaller (portable)

registry cleaner: ccleaner (portable)

ftp: filezilla (portable)

as you may have noticed, I have a special predilection for portable applications...

link|improve this answer
feedback
  1. Web browser (IE8)
  2. IDE (Visual Studio 2008 + Team Server)
  3. Remote machine management (Remote Desktop)
  4. Text editor (Notepad)
  5. IM client (MSN Messenger)
  6. Email client (Outlook)
  7. Virtualization (VMWare)
  8. File Encryption (CryptoForge)
link|improve this answer
feedback
1 2

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.