software-tools

Flowcharting tool/add-in for Visual Studio

A 2 part question: Are flow-charts, as tool to analyze source-code, no longer considered useful? The reason I ask this question is that if you Google for source-code to flowchart tools for Visual Studio, there are no relevant results. Also, Microsoft does not seem to have a tool for this purpose. Are people just not using flowcharts th...

Plot (image) comparision tool for test automation?

IS there any open source tool available for plot comparison ...

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 objects). So I am looking to see if there is anything else out there that may be better (or even different). ...

Migrating document libraries from sharepoint 2003 to sharepoint 2007 with version history tool problem

I'm actually trying to get splistcp to work (referenced in hxxp://stackoverflow.com/questions/272630/how-to-documents-from-sharepoint-2003-to-sharepoint-2007-with-versioning/884609#884609), it seems perfect for my situation. However I keep getting a message saying that there was a problem accessing the destination SharePoint list web ser...

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 while there, but I was still required to use MS Office and various Adobe products. For a myriad of reasons, I found a new job, but I'm cu...

What are good Linux tool(s) for MySQL administration and profiling?

While Windows releases of MySQL administration and profiling tools seem to be a dime a dozen, I'm having a very hard time finding very many designed for Linux. Note that I'm not looking for monitoring software ala Nagios/Munin here. This would be something more along the lines of a SQLYog. While I could write some basic scripts to han...

Should developer tools, languages, frameworks, etc. be standardized across an organization?

The organization that I currently work for seems to be heading in the direction of dictating to software developers which tools, languages, frameworks, etc. must be used. However, nobody has convinced me that this is a good thing. The main argument I have heard is that it will make training easier. But, after developing software for over...

Comparison: Tools for generating Excel-documents on the server

Hi! I have a requirement to generate Excel-documents, for Excel XP and forward. I also need to be able to export data from Excel-documents. The requirements are: This needs to be done on the server. No automation of Excel. Sometimes rather large amount of data (~10 000 rows) The Excel-documents should be based on a predefined document...

Downloading images

I have a requirement where a user can specify a url http://www.mysite.com/displaythread.php?t=863 He then specifies total no of pages in that thread and the software automatically loops through all pages and downloads images For eg: If no of pages is 20, then the pages looped will be in following manner http://www.mysite.com/display...

Comparison of static code analysis tools in Linux?

Has anyone done any comparisons on static code analysis tools available to Linux? What are the strengths and weaknesses of the following tools: Lintian, Sparse, Splint, RATS, Using the -Wall option. Would you consider that using just one of these tools is adequate? I'm not looking for recommendations (I can find plenty of those) b...

Invaluable development tools for mobile phones

In an era of smart phones becoming increasingly powerful each month, often having 300+ MHZ processors, 64+ MB of RAM and true multimedia and multi-tasking capabilities, it is also getting obvious that mobile phones can now also be used as mobile computers, sometimes even for development purposes by developers, when they may either have n...

Is there a semi-automated way to perform string extraction for i18n?

We have a Java project which contains a large number of English-language strings for user prompts, error messages and so forth. We want to extract all the translatable strings into a properties file so that they can be translated later. For example, we would want to replace: Foo.java String msg = "Hello, " + name + "! Today is " + day...

Project planning, Note taking tool for developers

i am looking for a project planning tool that include features like a organizer, todo list, target * deadlines of projects. since i am a developer, it will be good to have a tool that can also do modelling like UML/ERD etc. i am also looking for something that can do note taking. something like a blog with code snipplets - so with sy...

What is your experience with the tool Imagix 4D?

Our SW Engineering department suggests we use the tool Imagix 4D to analyze our preemptive C code in order to detect data consistency risks. By data consistency risk we mean cases where one task/thread/ISR accesses data that another thread was in the process of accessing. By looking at the website of the tool, it looks promising. Howeve...

TestDriven.NET vs NCover

The company I work at is going to buy some software tools for me to use, but I do have a budget to work with. I have some unit tests written for NUnit, and am looking at getting TestDriven.NET, NCover, or perhaps both. I'm using Visual Studio 2008. My questions are: Is there a good reason to get both of them? If you had to choose o...

serverside-javascript code coverage

but most of our javascript code is run serverside and can't be executed in a browser. the ecmascript implementation used is Rhino. i have checked all the javscript coverage tools that where suggested, like the ones here: http://stackoverflow.com/questions/53249/are-there-any-good-javascript-code-coverage-tools the suggested coverage t...

Software quality metrics

I was wondering if anyone has experience in metrics used to measure software quality. I know there are code complexity metrics but I'm wondering if there is a specific way to measure how well it actually performs during it's lifetime. I don't mean runtime performance, but rather a measure of the quality. Any suggested tools that would he...

Is there any SQL Server studio managment and redgate sqlcompare/datacompare like tools for MySQL?

I'm looking for SQL Server studio management-like and redgate sqlcompare/datacompare-like tools for MySQL. What have you used that is as close to these tools or better for MySQL? ...

Best Code Review Tool for Large Userbase?

I am looking for a code review tool, which: Should support at least 6000 users. Have integration with GNATS Bug tracking tool. Should have a command-line interface to fetch review data using query. Should support Oracle Database. Should have web-base review feature. Good to have email-based review feature also. Do you have any sugges...

How to convince my boss to start the new project in latest version softwares?

HI, We are about to begin a new project and its quite large. We were developing our existing projects using Visual Studio 2003 and SQL Server 2000. Currently our team decides to do our upcoming project in Visual Studio 2008 and SQL Server 2005. But our boss still decides to stick with the older one. He is asking why we should do a migra...