software-tools

Automatically reformat long-lined Java code to 80 columns and still compile?

My apologies if this is a duplicate, I've seen a couple threads on the subject of 80-column code, but didn't see an answer to this specific problem: My team is developing Java code in a couple different IDEs, with differing numbers of columns. It's worked well so far, but we've been asked to deliver compilable code to a partner with th...

FREE tool to play back keystrokes and mouse clicks?

Every time I test my program, I have to go through a bunch of the same keystrokes and mouse clicks. I am looking for a tool to automate this like a Macro recorder. The tool needs to save the clicks and keystrokes one time. Then every time my program runs, I hit a keyboard shortcut and it does its work. I see a lot of such shareware tool...

Best Practices/Software for Object-Oriented Analysis

I read this book: Head First Object-Oriented Analysis and Design Now i am looking forward to find a Software that make it easy to collect all my Ideas etc (specific Software for OOA). At the moment i am using my Whiteboard to collect/design Ideas etc. Afterwards i am taking pictures of it and add text to our Wiki/Trac. ...

Best charting tool for silverlight and wpf

I came across the following till now visifire Teechart Silverlight toolkit chart Dundas has anyone worked on a charting project in silverlight/wpf !! which charting tool would you recommend ? I want to make a wrapper around charts for historical/real time data . Want the chart to have a datamodel which can be extended easily . ...

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 the span of my career, I've been witness to, and a part of, many situations where there was a need for a particular software tool. However,...

Static Analysis Tools for Database Design

I'm looking for Static Analysis Tools for Database Tier. I got some answers for reviewing PLSQL, TSQL code, i'm wondering what are the options available for reviewing database design for naming conventions of tables and their columns, foreign key constraints and triggers etc. There is MSDN article which talks about ApexSQL Enforce, but ...

Can anyone recommend any UML tools with validation

Unfortunately I'm not familiar with UML (yet) and I don't know what validations are in place in the standard tools. But after reading this it seems validation is missing so I ask SO for advice. I want it to find stuff like logical inconsistencies disconnected parts (islands) unreachable parts (for example a state with only from transi...

Is there an opensource web based media player which can play all video formats,podcasts ,ppt slideshow and word doc presentation ?

Is there any open source, Flash- or Javascript-based media player which can play all video formats (like youtube) and pdf slide presentation (like scribd)? Is there any media player that can do both? Thanks in advance. ...

Other Debuggers with graphical output like DDD

Is there any other debugger that tries to give some more graphical representation of datastructures after hitting a breakpoint? I'm planning to write a Debugger myself and would like to see what the competition can do. Especially for (dynamically typed) script languages i think it would be nice as often you can only guess what data is e...

what is the best software to draw ERD for a mysql database for windows

hi all, i am looking for the best software to draw ERD in windows for a mysql database. ...

How do I manage large art assets appropriately in DVCS?

Is there any good way to handle large assets (i.e. 1000's of images, flash movies etc.) with a DVCS tool such as hg and git. As I see it, to clone repositories that are filled with 4 GB assets seems like an unnecessary overhead as you will be checking out the files. It seems rather cumbersome if you have source code mixed together with a...

File compare tool with combined file view feature

I'm looking for a file compare tool with a "combined file" view. To me, this makes the best use of screenspace because unchanged lines are only shown once and also I don't have to move my eyes much to move from "before" to "after". The screenshot below shows what I mean - the blue and red text show the differences, the black text on whit...

Tools to find included headers which are unused?

I know PC-Lint can tell you about headers which are included but not used. Are there any other tools that can do this, preferably on linux? We have a large codebase that through the last 15 years has seen plenty of functionality move around, but rarely do the leftover #include directives get removed when functionality moves from one im...

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? ...

What software tools to use to debug "paused" response times on IIS6?

Adrian Tools was excellent for Sun, but what do you use to troubleshoot a Microsoft 2003 Web server running IIS6 extreme slow downs? It is a 64 bit system with 8 gig of RAM, and an 8 hard drive Dell PERC raid. CPU never usually goes above 25 percent, having two physical CPUs with two cores each. It's not a consistent slowness; it is v...

Which code generation tools do you use?

If you use one of course, which one? MyGeneration T4 UML Transformation Tool (precise which one) ... All others not listed above since there are so many ...

Best Java RAD web framework

What is the best web framework in Java for RAD development? Preferably,actual Java web app and not just JVM. ...

Which development environment to use for developing JEE and EJB 3?

Hi all, I have to work with a project in which it is mandatory to use JEE and EJB 3. Can anyone suggest the best development environment for development of these technologies? And any useful links with some samples and how-tos to start with? ...

Creating Non-Destructive Software

From here I was shocked to learn the massive destructive capabilties of untested software (Read Ariane5 integer overflow and Therac -25). They say that not all software logical conditions can be tested in a lab environment, I don't know how true it is? What can I do to thoroughly test my software in the lab before it leaves for the field...

In-House Propriety vs. Open Source

Is there a reason not to use wordpress and develop your own blogging system? Same goes with Durpal and our own CMS. I am wondering since my marketing women disagrees with me that we should develop our own in house solutions because there are better solutions. She also says that we might even loose time and money on it since it is our ...