tools

Where is the best place to learn about Security tools on linux ?

What's the best place to start learning this when you already have some background ? ...

Datamodeling tools

In early phases of software development projects the conceptual data model is designed. In my experience tools like ERwin and Visio helped with the process. Are there other tools better suited for the job? Is out there any comparison analysis on this sort of tools? ...

Is there a firebug-like tool for IE6?

Possible Duplicate: Firebug for IE I have no tool to inspect into DOM in IE6 now. ...

Mobile Development Frameworks

I have come across the following mobile development frameworks, that are either open source, commercial or both. Are there any other tools similar tools available other than the ones listed below? J2ME Polish MoSync SAP NetWeaver ...

Is there a tool to draw geometry shapes programatically?

Like rounded corner for web pages, I want to draw it by setting the parameters and programatically. EDIT It should be able to generate image like ...

Change Current Directory in Windows command environment

Seems it's not easy, I don't want to create a bat call an exe to do that. Is there a method to create a windows exe, that can change the current directory when it exit. ...

Network bandwidth assesment tool

I need to test the bandwidth I have on my USB RNDIS connection. I am using windows CE 6.0. I already tried looking into iperf for windows ce, but, sadly, I did not manage to compile it. Can anybody recommend of a tool/API to test the bandwidth under Windows CE? In case the answer involves an API, I am looking for something with minimal e...

Is there any static analysis tools that will report how closely the SOLID principles are followed?

The title says it all. I know blindly following any "best practice" can still lead to a stinking pile of crap that strictly adheres to the best practice. The SOLID principles are just that, principles. They don't apply to every situation but they are still very good heuristics for finding possible improvements in your code. The downsid...

VS tools for C++ that are similar to the .NET tools?

I'm writing in C++ again after primarily using C# for the past couple of years. I've grown quite fond of the refactorings from VS and CodeRushXPress in addition to searching by reference (i.e. tabbing on a variable takes me to every instance of that variable, but not others named the same). The VS "find" just won't cut it :D. Can people ...

Microsoft XP Windows - Mapping application to match access data - "Mappoint"

Does anyone know where I can find a good mapping tool to use in connection with Access data? Similiar to Mappoint but not even as detailed/in-depth. Anything that would work with Access or Excel would be really what I need. Thanks! ...

Stress and performance test on ASP.NET app

I want to conduct a stress and performance test on the front-end of my ASP.NET app. My goal is to: Identify bottlenecks Learn the number and the load of HTTP requests Easily determine the components that are using an Expires header and/or being gzipped Figure out where to increase download parllelization Locate duplicate scripts and u...

Best OS And Tools For SmallTalk Learning And Development

I'm starting to learn Smalltalk. What's the best OS (in terms of having more and better tools) and tools for development? ...

extreme programming SaaS collaborative tools

Hello, I'm looking for SaaS collaborative tools dedicated to extreme programming. Something like SocialText with back log, task and project management, dashboard, etc... Which tools are you using ? Thanks! ...

MySQL: How to study/analysis a MySQL DB tables relationships?

I'm given a MySQL DB that contain 108 tables. Is there a way or tool (software) to be able to see how these tables are connected (hopefully in a visual way) so I would be able to understand the usage of each table and how everything is working together. I'm accessing them through something called "MySQL Tools" -> "MySQL Administrator" w...

Tool for renaming the resource keys and their occurences in the source files

Is there any Workaround/Tool for renaming the Resource Keys from the resource file . I also need to replace all such occurences in the source code with my new (renamed resource key). Is there any tool available to automate this task.? Could someone put in some thoughts on this.? thanks, vijay ...

Your experiences with Matlab/F#/R for data analysis and modeling algorithms

I've been using F# for a while now to model algorithms before coding them in C++, and also using it afterwards to check the results of the C++ code, and also against real-world recorded data. For the modeling side of things, it's very handy, but for the 'data mashup' kind of stuff, pulling in data from CSV and other sources, generating ...

Vector drawing tool for iPhone development

This isn't strictly a programming question, but I'm asking it here because it's certainly a software development question, if you take "software development" to include all aspects of creating a software system. I am an independent iPhone developer. Except for translations, I handle all aspects of my apps myself—graphics included. I h...

Automatically Create UML diagrams from Visual Studio 2008

Is there any tool\Software that make automatically UML diagrams from an existing visual studio 2008 project (C#). (Tools work with Visual Studio 2010 also appreciated.) *UML Diagrams may be all types eg, object, class, domain, collaboration, componant, state, deployment etc and test cases etc I currently used .net framework 3.5. I hav...

How to determine what happens behind the scene in .Net

What tool or method can I use to see what code something like an anonymous method or LINQ statement gets compiled to? Basicly seeing what happens behind the scene? ...

How To "Bulk Up" Database for Performance Test?

I have an Oracle 10g database with about 11,000,000 rows of data. It's good for our usually performance tests, but I now have to test our app for a customer that will have an estimated 350,000,000 rows of data. Is there a tool or technique that I can use to "bulk up" the tables in my database to this size? Ideally, I'd like to use the e...