103
votes
42answers
8k views
Best Diff Tool?
For all my present Diff / Merge needs I'm using Beyond Compare; when I decided to buy a license for it I tried other similar tools, both payware and freeware.
Now BC is at version 3, and I think it's …
45
votes
81answers
5k views
Which programming tools do you pay for?
With so many open source (or simply freely available) alternatives for nearly every programming tool category, which software do you (or your boss) pay for and why? Is the decision based on saving …
38
votes
16answers
1k views
Pirated software at a company?
I recently had a position at a small web development shop in the US where virtually all software used on a daily basis was cracked. My own IDE was paid for, and I used open source software personally …
35
votes
82answers
7k views
What is your bug/task tracking tool?
This is a placeholder for overviews of bug/task tracking systems.
What i want to do here is:
List all tools used in the industry (please provide a link to the tool discussed)
Gather opinions on …
31
votes
68answers
3k views
Software worth buying
What software products do you use at work that cost money and are totally worth it? Anything from dirt cheap (regex buddy) to expensive (Rational Purify). I'm at windows shop. My manager asked me …
30
votes
32answers
2k views
Useful Vim features
Vim is my editor of choice, and I feel I am above average in my use of it. I do recognize, though, that the feature list of vim is huge. With this in mind, I was wondering what features you vim …
24
votes
38answers
1k views
Why are developers generally opposed to purchasing software tools?
As I wrote the title to this question, I reworded it a handful of times because I'm hoping to get good, well thought out feedback from the community. Not just "off the cuff" answers of emotion.
Over …
22
votes
9answers
2k views
Can I develop flash without buying anything? [closed]
I'm a little lost here. I don't know flash, but I want to learn - especially since Adobe's opened up the spec. I don't want to learn badly enough to shell out for the real tools, though.
What sort …
21
votes
30answers
2k views
What is your best list of ‘must have’ development tools?
I recently burned up my development laptop (it literally emitted smoke from the vents). After pulling the hd I was unable to get it to spin with a USB device attached to a home tower. Since I was on a …
20
votes
112answers
3k views
What is your single favorite development tool?
What is your single favorite development tool?
18
votes
19answers
784 views
Automatically tracking development time
Hi all,
I'm working on a personal project and I'd love to be able to say at the end:"I've spend X hours on this project". Now one way to solve this, is to use a manual time tracker (worked from: …
16
votes
31answers
2k views
Free/Cheap Task/Bug Management software
I am looking for a Task and Bug management software that I can use both as a way to manage things that need to be done a website with multiple admins and a way for clients of the site to report …
15
votes
15answers
3k views
Best tail (log file visualization) freeware tool ?
I have many programs generating tons of logs in files.
What freeware do you know, either for Windows or for multi-platforms (if they are in java for instance), able to tail (display the end of) those …
13
votes
5answers
523 views
Automatic code quality tool for Ruby?
One thing I really miss about Java is the tool support. FindBugs, Checkstyle and PMD made for a holy trinity of code quality metrics and automatic bug checking.
Is there anything that will check …
13
votes
9answers
791 views
Tool to track #include dependencies
Any good suggestions? Input will be the name of a header file and output should be a list (preferably a tree) of all files including it directly or indirectly.
