tools

.Net framework 2.0 Configuration Tool

I recently installed windows 7, visual studio 2008, and .net framework 3.5. With these installed, I was unable to find the .net framework configuration tool. It should be located in %windir%\Microsoft.net\framework\v2.0.507727\ with the file name mscorcfg.msc The only place I found something similar is in %windir%\Microsoft.net\fr...

Any Tools to generating mapping-file & class for NHibernate in C#

Hi, Any opensource tools for Generating NHibernate mapping file as well as class in C#? If any other that are helpfull in using NHibernate, Please give me tools list. Thanks. ...

How do I get Eclipse to resolve classes generated with Maven 2?

I'm using Google Protocol Buffers to generate some Java classes for my project. Using Maven 2 and its "antrun" plugin, these classes are freshly generated before compile, output to target/generated-sources and put on the classpath during the build. So building the project from the POM is no problem. However, Eclipse doesn't know how to ...

Can my software which I made using Java be transformed to .exe software?

Without learning new programing languages, can we using Java get .exe (executable windows file) software directly? And is there away to make .jar (Java ARchive) software transform to.exe (executable windows file)? Would this conversion effect the performance of the software? ...

project manangement software chosing war - developers vs PM

Hello, We are constantly trying to find tools that helps us better manage our projects. But all the time we have a dilemma, we find some tools that are better as far as the developers are concerned, but suck as far as project managers. The best example is: as a developer the best choice would be TRAC as a Project manager i would go fo...

Is there a Java tool to automate the reduction of class and method visibility?

I'm looking for a Java tool which can automate reducing the visibility of classes and methods which don't need to be public. I want to reduce the amount of methods/classes that are public so that the only remaining public ones are the ones I want to expose as part of the public API. I have quite a lot of classes and methods so would li...

Anybody using Gibraltar debugging tools?

Looks like these guys have bought some StackOverflow ad space. I watched the Video Tour on their site and read the blurb. Is anybody using this app? Is it actually as helpful as they claim, or even just 5% as helpful? ...

jquerytools overlay function doesnt seem to exist

Hi there im using overylay from jquery tools, however I cant seem to get the example working I get the following error: "$("a[rel='overlay']").overlay(function() {" is not a function In my HTML file i have the jquery/overlay package then i have "common.js" where I call overlay for all links with rel=overlay // jQuery functions...

How to gather profiling information for a Java 1.4 application?

A Java application I support that runs on JRE 1.4.2_12 is hanging near midnight every night. I'd like to try and record as much profiling information as I can to discover if there is an issue in the JVM or external to the app. I'd like to use HPROF to collect as much information as possible. Is there a way to have HPROF dump its cpu s...

ASP.NET based SQLite admin tool.

Does such a thing exist? I'm thinking of a asp.net page I could drop on my server and point at a SQLite file (also on the server) and get most of the functionality I'd get out of a command shell. The simplest things would be a text box where anything submitted in it gets run and any result sets get displayed DataGrid controls. Anything ...

Do N-Space font variants exist?

Programmers often fall back on monospace font variants for legibility, however some programmers blogs I read are starting to laud variable width fonts. It seems to me that the best of both worlds would be a font where all character widths are small multiples of the space width (so M might be three or four spaces) Does anyone know if s...

What tools should I use for C# having previously been mainly a Java developer?

Hi, I am new to C#, having previously been a Java developer. I am used to tools such as Eclipse, JUnit and Ant - are there C# equivalents I can use - or could you recommend some of the most popular tools? I've heard of Resharper and Nant. Please avoid documentation tools as I have asked this as a separate question. Also in your opini...

Low overhead (statistical) profiler for Win32 platform with managed capabilities

Anyone can recommend a LOP on Windows? Similar to Linux's OProfile or to OS X's Shark. must be able to sample non-instrumented binaries capable of resolving CLR stacks preferable delayed PDB resolution of symbols impact low enough to be able to get a decent reading on live, production systems ...

In NetBeans IDE, is there a key combo to select up or down many lines?

I always run into this situation: cursor is on line 5 and I want to select everything down to line 16. I have to resort to shift-arrow, arrow, arrow, or use the mouse. NetBeans has "go to line" (Control-G) but you can't hold down shift while doing that, so no good for selecting. There's also "bookmarks," but same problem. Anyone know o...

There is any tool for UI Unit Testing iPhone application(Not SenTestCase)

Hi EveryOne, I am looking for any tool or approach using which I can do UI unit test for iPhone application, I am aware of SenTestCase framework however which is used to do that testing for code I am looking for UI unit testing. Any suggestion will be great help to me. Thanks in advance. Regards, Satish. ...

Java/Flex ORM/DTO Generation Tool

Is there a tool out there that I can point at a Java DTO (Data Transfer Object) and it generates a corresponding Flex/AS Domain Object? Vise-Versa? I'm using BlazeDS for my DataService over an AMF line. Thanks. ...

Is there any tool to track source code contributions made to a project?

To protect ourselves from later patent claims etc. we feel the urge to track contributions being made to the core code of a future open source project. We thought of the following procedure if we get contributions: a contributor has to do a quick registration with us if he commits more than just small bugfixes to our main codebase (st...

build tool to detect autoboxing?

Does anyone know of any style checkers or build tools that would flag autoboxing and unboxing from the build server? I already have the eclipse option to flag it on my end, but not everyone in the project uses the same IDE or same settings. Finding it on the build side seems the only way to detect where it might creep into the project...

Mysql migration tool, source parameter string | connection string for sql server

Hi all, I always got failed to "fetching of list failed error" this is my connection string in asp.NET "Data Source=maywood\XSQLSERVER;Initial Catalog=maywood_test;Integrated Security=SSPI" What exactly i should input at Mysql migration tool for source parameter string FYI,'maywood' is my conputer name and i am using sql sevrer 2000. ...

What tools are available for documenting JavaScript?

Hi, I have some JavaScript to document and am not sure which tool is best to use - ideally I would like to publish the docs online but also have an offline browsable version. I know there are more tools about than jsdoc nowadays - any experiences of different doc tools for JavaScript would be useful. If it has a maven plugin that would...