Tagged Questions
62
votes
84answers
6k views
Which programming tools do you pay for? [closed]
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 ...
59
votes
68answers
5k 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 ...
32
votes
33answers
3k 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 ...
26
votes
11answers
4k 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.
21
votes
18answers
2k views
Automatically tracking development time
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: to:). I've ...
14
votes
17answers
1k views
11
votes
5answers
241 views
Tools Budget [closed]
Does anyone work at a place that offers developers a "tools budget?"
I would like to argue that something like that would not only make for happy developers but more efficient use of resources. I was ...
9
votes
3answers
524 views
Seeking a true “tool-chain”
I just posted this as part of a reply to a question about the "best" bug-tracking software...
Well, a tool on its own is just a tool. And while all speak of a toolchain, most just mean a loose ...
9
votes
32answers
1k views
What's in your Utility Toolkit?
Some of the most efficient engineers, developers and IT professionals I know usually carry around a common "toolkit" of useful programs, add-ins or utilities which help them for day-to-day debugging, ...
8
votes
6answers
12k views
What tool to use to draw file tree diagram
Given a file tree - a directory with directories in it etc, what software would you recommend to create a diagram of the file-tree as a graphic file that I can embed in a word processor document
I ...
7
votes
7answers
994 views
Analyzing Multithreaded Programs
We have a codebase that is several years old, and all the original developers are long gone. It uses many, many threads, but with no apparent design or common architectural principles. Every ...
6
votes
1answer
3k views
which tools for drawing entity relationship diagram online and share with colleagues?
Is there any website that I can use a demo version to draw an entity relationship diagram and share it with my colleagues?
Thank you!
6
votes
9answers
2k views
Is there a good (visual) Git tool for Mac OS X or Windows?
I'm looking at porting my projects to Git from SVN (I'm convinced that Git is worth the move) and I'm trying to come up with a set of tools to use for the project. I've googled around for some tools ...
6
votes
4answers
3k views
What GNU tools for refactoring are there?
How to refactor c source code that compiles with gcc, preferably a tool that can be used from the command line?
5
votes
3answers
225 views
Redgate SQL Tools
I am testing the Redgate belt and the set of tools seems pretty amazing... but before I buy anything... could you recommend any other tools similar to these?
Thanks
5
votes
2answers
449 views
Seeking tool to graphically show (header) file dependancies in C/C++
I know that header guards avoid (most) trouble; call me @n@l if you like, but I just don't like a sloppy header-file tree.
If I draw on paper a box for each header file and connect them by lines ...
5
votes
29answers
563 views
Year end budget - what development software should be considered? [closed]
My department, and I assume many others, have an unusual year end problem: they haven't consumed all their budget. If they don't spend it all, then next year the budget will be reduced.
We've ...
5
votes
13answers
553 views
To Tool or Not To Tool: Visual Studio Plugin
My friend, Dave, and I have been talking about this, well mostly him, but I think it is an excellent question and has really got me pondering it lately.
Basically the question is this "Should you ...
5
votes
10answers
1k views
What do you use to create flowcharts?
I'm curious what tools people have found useful for building flowcharts. Obviously MS Visio and OmniGraffle come to mind but they both feel so bloated and also tend to emphasize the document ...
4
votes
10answers
472 views
Cross-platform C++ IDEs?
I'm looking for a good IDE for C++ that has most or all of the following properties (well, the first 4 or 5 ones are mandatory):
cross-platform (at least Mac, Linux)
of course, syntax highlighting ...
4
votes
6answers
7k views
Free MySQL synchronization tool
does anybody know some free tool for synchronization MySQL database (data and structure) like in Navicat for Windows ?
I'm using Structure and Data synchronization. Sometimes Data transfer. I was ...
3
votes
2answers
57 views
Track all Methods and Classes
I have a project with many packages and classes. It is obvious that it will have many Methods too. Currently, i am using Netbeans7.0 IDE. Is there any program, API or way to track all the possible ...
3
votes
2answers
417 views
Test Case Generation Tools
I am looking for tools or frameworks that can either generate test cases or aid in software testing.
So far I have found the following:
Feed4JUnit (Java) - ...
3
votes
7answers
149 views
Best way to explain to someone that software developers need to install tools (mainly build integration), and that end-users don't
I work at a software company where most of the people are afraid to install new tools to increase productivity. They give me excuses like:
I don't need to install something else.
I can do this ...
3
votes
12answers
579 views
An ASP.NET Developers Toolset
I posted a question early yesterday and got some really good responses back that got me thinking. I agree with everyone that using tools to get the job done and be more efficient is the right choice. ...
3
votes
8answers
688 views
Key ingredients for good tools policy?
A mere sub-standard screwdriver can turn a quick Do-It-Yourself job round the house into an exercise in frustration that makes you feel really exhausted, annoyed and helpless at the same time. This is ...
3
votes
4answers
228 views
You have impaired physical mobility. How do you program and surf the Internet?
I'm curious what assistive technologies tech-savvy SO users recommend. What tools do you use to facilitate text entry and web navigation? I'm especially interested in solutions that don't require ...
2
votes
5answers
118 views
Task managing tool
Me and a friend are working on a project. The project is a software that has many small independent functionalities. Our development process looks like this: Each of us picks one or more features and ...
2
votes
2answers
140 views
Resharper Dependency
As i code with Resharper, I sometimes wonder if i will always need it.
When i turn this devilish tool off, i find as if someone "took away my powers".
Should i be worried?
2
votes
3answers
231 views
What Are Basic Tools For A New Project?
For a long time, I thought that to start a new project we only need 3 basic tools.
1) A Build System (e.g. Maven & CruiseControl)
2) A Version Control System (e.g. CVS & SVN & GIT)
...
1
vote
3answers
154 views
how to download a full directory listing?
I need to download a full directory tree (and subfolders of course) in HTTP
https://cours.etsmtl.ca/gts840/laboratoires/
I want all the stuff in the directory instead of downloading one by one. ...
1
vote
1answer
71 views
Is there a meta-issue-tracker?
Like a lot of open-source developers I find myself interacting with maybe dozens of different projects' issue trackers - some for work, some as a hobbyist; some frequently, some more rarely; sometimes ...
1
vote
1answer
209 views
.NET diagnostic tools?
does anyone know some generic computer or/and application diagnostic tools for .NET applications?
For example a applications doesn't start on the computer of a customer. He can run the diagnostics ...
1
vote
1answer
16 views
Is there any tool that provides paragraph level premissions to be set on a document?
I'm in need of a tool/software that provides paragraph level permissions to be set on a document? If you have any idea about this or a similar software please suggest.
Thanks
1
vote
2answers
72 views
Can CodeRush with Refactor Pro and CodeItRight co-exist?
Does anyone know if these two products can coexist?
Will these tools get in eachothers way?
1
vote
2answers
2k views
Are there any alternitives to the WCFTestClient
Are there any open source (or not) alternatives to the WCFTestClient?
The WCFTestClient has a lot of limitations that make it hard to work with (for example it does not support Entity Framework ...
1
vote
8answers
6k views
Can I compare two ms-access files
I want to compare two ms-access .mdb files to check that the data they contain is same in both. Is there any tool or library exists for this type of comparison?
0
votes
0answers
20 views
Black Duck / Ohloh similar tool
I am doing a source that can manage FOSS one of them is by Black Duck Software which is also known for ohloh.net.
I am wondering if anyone knows quite similar tools ?
Thanks
0
votes
1answer
121 views
Fulltext search engine for binary files in SVN repository
Our developer team are using SVN not only for storing source code, but also for storing project documentation.
I'm looking for fulltext search engine which can works with files in PDF, MS Office ...
0
votes
0answers
32 views
Restful error catcher engine, working with Java and python, providing web reports
I have been told about Hoptoad and Errbit, two error-catcher engines permitting to log thrown exceptions and provide nice web reports. This two engines were initialy made for Rails applications.
As I ...
0
votes
1answer
75 views
Online coding collaboration tool
I was wondering if you guys have experience with any online tool that allows coding collaboration with notifications that gets fired each time a contributor edits/adds to the source file.
I was ...
0
votes
1answer
41 views
Tool for webdesign content sharing
Hi I'm looking for platform to : upload, catalog, tag and share pictures, links and files. It would be used as knowledge base for webdesign student group on my university. Do you know any specialized ...
0
votes
2answers
270 views
How to open large (HUGE) textfiles
I am writing a program to produce random records in a format that can be specified in code and optionally write it to disk as a text file so it can be used for datamining benchmarks.
My problem is ...
0
votes
2answers
49 views
How to keep a record how many changes (in terms of LOC) to I make?
I want to keep a record how many changes do I make to my source code in terms of LOC.
For example, let's say I have a directory with sources/header files, etc. I need a tool that shows me
what ...
0
votes
4answers
141 views
Get hyperlinks to all PDFs on a website
I need to download all PDFs (or any other files) available on a given website. I have a separate download module to which I provide a link to a pdf file and it downloads the file.I need a tool that ...
0
votes
1answer
230 views
Visual “strings” Tool for Windows
I'm looking for something that does what the unix "strings" program does, but in Windows. And visual, too.
Occasionally, I have a binary file and want to see if certain strings are present in it. ...
0
votes
2answers
130 views
Suggest a good story boarding tools for flash development
Are there any good, easy to use storyboarding tools to build rough animations before passing them on to flash designers?
0
votes
2answers
120 views
Reformatting Tools
Is there a good tool available (preferably opensource or free) that will take C# or VB.NET source code, prettify it (format it consistintly) and convert it into HTML source code (so I can post it on ...