tools

Merging MySQL Structure and Data

I have a MySQL database running on a deployment machine which also contains data. Then I have another MySQL database which has evolved in terms of STRUCTURE + DATA for some time. I need a way to merge the changes (ONLY) for both structure and data to the DB in deployment machine without disturbing the existing data. Does anyone know of a...

Java for Beginners

I am familiar with Microsoft technologies. First time I am going to learn Java.Like Visual Studio ,is there any Java GUI IDE is available to compile and run Java programs? ...

What open source tools do you use when developing/testing for Android?

Guys I wanted to know what are the open-source tools other than the ones provided by android you are using.... ...

determine css style precedence

Hi, I was wondering if anyone knew of a tool that will, when given a number of css files/css rules and a selector - classname, id, element etc. Return all styles that apply with their precedence ordered. I not, is this doable via JavaScript - I can get the css rules applicable to an element at the time, but can I get those that have b...

Tool for interactive dev environment setup and tasks

I'm looking for a tool allowing to define interactive dev environment setups. I am not looking for a tool that automates downloading and installing tools such as IDEs, SDKs and the like. Nor am I looking for a '1 click' approach to setting up, replicating dev environments. Maybe it will be easier if I explain the kind of situation I am...

What is a good tool for the investigation of Database Connection usage in Java?

What is a good tool for the investigation of Database Connection usage in Java? A developer is supporting a complex Java program which is ocassionally exhausting the number of Database connections available. Since the problem is sporadic it would be useful to know which thread has opened multiple connections to the database to focus the...

What is the difference between Java Memory Analysis Tools and Memory Leak Detection Tools?

Is there any difference between Java Memory Analysis Tools (profilers like Yourkit Java Profiler) and Java Memory Leak Detection Tools? (From my searches, the difference is pretty hard to notice in what tools are concerned, but it sounds to me like a difference in the approach manner). If there is, are there any free (available for down...

How to extract text from resonably sane HTML?

My question is sort of like this question but I have more constraints: I know the document's are reasonably sane they are very regular (they all came from the same source I want about 99% of the visible text about 99% of what is viable at all is text (they are more or less RTF converted to HTML) I don't care about formatting or even pa...

A customizable diff tool that can produce report (in XML, HTML)

I want to provide a diff report for a non regression test. My program is Java based but I did not found any API filling my needs. So I'm using an external tool (CSDiff) that take 2 files as arguments and return an HTML report. That's nice and easy to setup. Now the only problem I have is that the HTML report needs some tweaks to be use...

Joomla development environment, toolchain and workflow

I have the tas to setup, design (devlop a Template), configure (menus, users, plugins etc.), provide the acutal content and administer/maintain a Joomla based website. What tools, IDEs etc. do you use in your development environment. Of course I would like to do as much of the development work as possible offline without the web fronten...

What tools must a C++ programmer be familiar with when programming in industry rather than recreationally?

I'm interested in the differences in work flow, code management, tools you might be expected to be familiar with etc. Not stuff like "your code will need more rigorous testing", or "your code will need to be more readable/maintainable" or "getting paid"! These are obvious I think. Also, I don't really want a list of the pros and cons ...

Best libraries, extras and things for C# (ASP.NET included)

I wanted to know what would some good libraries, IDE's, extras, for C# (include web development in ASP.NET be) for example: Libraries Mono Project - Cross platform C#.Net implementation, also able to run ASP.NET specific stuff IDE's Sharp Develop - OpenSource C# IDE (Includes compiler) MonoDevelop - OpenSource and cross platform C...

Tool JitterBit Integration

pls tell me abotu how to use jitterbit tool ...

How do you search through your own libraries of source code?

I write/modify code in multiple file formats like perl, html, css, php, javascript, autohotkey script, ... etc. I often search my personal library of source code for examples of syntax or complex logic for reuse in new code. Or, I will search through a directory tree for code references to a particular string (e.g. all references to a p...

Should I use FxCop and why?

I'm working on a project in C# .net and WPF. We're using StyleCop to help bring a consistent style to the project, and after disabling some rules we're quite satisfied with it. However, I've heard people talk about FxCop, and that this would bring value to the project too. From what I understand this is more on a code structure base..? ...

Auto-tuning tools for Postgres?

Hi, I am looking for tools to auto-tuning for postgresql database. Do you know any tools for postgres like DB2 Design Advisor in DB2, Database Tuning Advisor in Microsoft SQL Server or SQL Access Advisor in Oracle? Thanks for any links and ideas:). ...

Developing GWT apps - 3rd party tools for logging etc

Hi, I am developing a enterprise GWT app. FRom the many videos and web articles I have read on developing with GWT, I came across one that mentioned 3 3rd party libs that are highly recommended to use. My problem is that I cannot remember what they were or where I saw them! The most I can recall is that I think one was gwt-log where you...

Create a Fully-Featured Environment For MIPS Assembly Development

I'm giving a try to MIPS Assembly by reading the MIPS Assembly Language Programming book, but I don't know the tools that are suggested and that are optional. What I need is Tools that are needed What is the best emulator and how to configure it? At the time I just have cross-compiled binutils targeted to mips-elf. I'm using Linux U...

Can we have the two DSL language with same extension?

Hi I am developing a tool, and there are lots of Domain classes. I want to divide them in the different DSL's with same extension. So it is possible to have multiple DSL projects with same extension? And also after building the setup of all the dsl can we view all the Domain Classes of different DSL projects with same extension in To...

Jquery Tools Conflict Issue

Hi. I am designing a website using the jQuery Tools library for things like scrolling and tabs. I using their CDN to load jQuery and the Tools library. The problem is when I try to use some of my own jQuery it does not work & more specifically the conflict lies when using jQuery fadeOut. My code lies at the top of this page http://www.ni...