tools

ant scripts for configuring a new machine with relevant software

A new developer machine needs a variety of software (e.g. java, eclipse, ANT, maven, SVN client), are there any scripts or tools which will set the environment / path variables after retreiving the software from binary distributions. ...

C++: How to count all instantiated objects at runtime?

I have a large framework consisting of many C++ classes. Is there a way using any tools at runtime, to trace all the C++ objects that are being constructed and currently exist? For example, at a certain time t1, perhaps the application has objects A1, A2 and B3, but at time t2, it has A1, A4, C2 and so on? This is a cross platform fra...

Are there any tool for monitoring HTTP response?

Are there any tool for monitoring HTTP responses? so open such tool up. give it URL. And it goes to it and brings you back not only body of http response but all http response. ...

Copy Field and Methods

I am new to java. I was wondering if there is a tool to copy fields and method easily. E.g if I have private String foo; // with getter/setters I should be able to select foo and type bar car in a textbox and the tool should generate fields bar and car with their getter/setters. EDIT : I use eclipse and know how to use the ide. Bu...

iPhone - Memory Management - Using Leaks tool and getting some bizarre readings.

Hey all, putting the finishing touches on a project of mine so I figured I would run through it and see if and where I had any memory leaks. Found and fixed most of them but there are a couple of things regarding the memory leaks and object alloc that I am confused about. 1) There are 2 memory leaks that do not show me as responsible. ...

Simple free database schema modelling tool

I need a simple tool for visually modeling a database schema for an SQLite database. I do not need it to generate code, I just want some visualization. I really liked WWW SQL Designer but when I use it locally I am not able to save or load anything. It is also very poorly documented as it is still relatively young. Can anyone suggest ano...

Code review tool for CM synergy

I am looking for a code review tool which can be configured with CM synergy .We are having java project with Eclipse 3.4 as IDE.And need a simple code review tool on windows XP. http://www.windriver.com/cgi-bin/partnerships/directory/viewProd.cgi?id=1451 ...

Using Jquery Tools can one center the Expose window?

I tried using position:relative with the width,height, and margin: 0 auto; but it does not affect the overlay window. I'm using the minimal setup for overlay http://flowplayer.org/tools/demos/overlay/index.html It seems css wont affect how the expose/overlay window is aligned. ...

reStructuredText tool support

I am a great fan of reStructuredText, however the tools that support it are scattered all over the Internet. The official tool list is incomplete and/or outdated, and can be updated only via commit privileges. For some time there was a comprehensive list at the Wikipedia reStructuredText page, but this apparently "did not meet the notabi...

Where/When do C# and the .NET Framework fail to be the right tool?

In my non-programming life, I always attempt to use the appropriate tool for the job, and I feel that I do the same in my programming life, but I find that I am choosing C# and .NET for almost everything. I'm finding it hard to come up with (realistic business) needs that cannot be met by .NET and C#. Obviously embedded systems might r...

Looking for WebAii Framework free edition online - before the Telerik merge

Art of Test produced a nice UI testing tool for free -- WebAii Framework-- that I've been using to add client-side DOM unit tests to my projects. Recently they merged with Telerik and it's now a commercial product. From free to >$1500 is suddenly very expensive. Does anybody know if the community edition is still available, or if the las...

[H2 database] Frontends tool to manage H2 database

Hi all, what's the best frontend tool to manage H2 database? Create table, alter table, add coloumn ecc ecc.. Thanks. ...

Does Visual Studio 2010 have tooling support for IronRuby?

I am interested in the following features: Code highlighting, Intellisense, Refactorings, Code navigation (Go to Definition etc.). If this functionality is missing from Visual Studio 2010 maybe Microsoft is planning to add these features in the future or there are community project to develop IronRuby tooling add-in? ...

Moving from CodeRush to ReSharper (or vice-versa). Any resources/help for making the transition?

I've been using CodeRush with Refactor! Pro for a while, but I'm considering moving to ReSharper. Once I uninstalled CodeRush, I immediately began to miss some key features, including: navigating references using the Tab key, renaming variables, methods, etc. with the F2 key, basic refactorings such as Extract Method, etc. I'm sure ...

Mscorcfg.msc .net Configuration Tools problem

I'm trying to run Microsoft's .NET Framework Configuration Tool (Mscorcfg.msc). I have Visual Studio 2008 installed. I also have the following installed on my PC: Microsoft .Net Framework v1.0.3705 Microsoft .Net Framework 2.0 Service Pack 2 Microsoft .Net Framework 3.0 Service Pack 2 Microsoft .Net Framework 3.5 SP1 Microsoft .Net Fra...

How do you keep track of what you have released in production?

Tipically a deploy in production does not involve just a mere source code update (build) but requires a lot of other important tasks like, for example: Db scripts Configuration files (differents from test\production) Batch to schedule Executables to move to the correct path Etc. etc. In our company we just send an email to a "Release...

Which tools do you use in agile development especially Java Environment?

I am searching tools for agile software development. I use maven bugzilla jira hudson Do you have any other suggestions? ...

What is better: paper and pencil, diagraming software, or whiteboard?

This question has been asked several times: what is the best tool for design? And I think that it is actually a combination of all, and they have their own specialized use. I am talking for almost any kind of design that make use of shapes and lines, regardless of the architecture, platform or computer language. The audience could be yo...

Design tools for creating skins for Flex 4 components

I'm looking for a tool to create just the skins for different kinds of Flex 4 components. Are there any? I'd like to be able to create the components myself and have the designer/artist do the skin, but I don't think they'd like the idea of doing them by writing MXML files. ...

Any email sending web service out there?

I need a REST, XML-RPC or SOAP web service to make my client application capable of sending emails. Of course I can make one myself, but is anybody aware of any hosted providers of such? I don't need to do mass mailing, it's just individual emails, nothing more, but I'd like to get rid of dealing with SPF, DomainKeys and other hassle lik...