Possible Duplicate:
Do you know of any language-aware diffing tools?
Hey Guys
I am after a differencing tool that supports the following
Ignore all white spaces
Has option to show differences only
Can ignore comments
Can do File and Folder compares
Would prefer an open source solution
Cheers
...
I'm working on a project where there are two sets of XML schema-generated objects which are two entirely different sets of classes with a similar structure. Conversion between the the two sets consists of a huge amount of boilerplate redundant coding (such as converting elements withing several nested layers of collections).
I'm interes...
I'm trying to determine which header declares a specific function. I've used grep to find instances of the function's use; now, I want to find which header is included by all the files. I'm aware of the comm utility; however, it can only compare two sorted files. Is there a Unix utility that can find the common lines between an arbitrary...
I need a control that allows loading a picture, performing some basic drawing tasks with it (including adding text, pencil, oval, horizontal and diagonal lines), and exporting it as bitmap.
Anything like that available?
Thanks
...
Hi Guys,
I would like to know which is best suited for displaying visitor stats in our websites
The key areas under our consideration are
1. User Count
2. Unique User Count
3. User Location
Regards,
naveenj
...
Is there a tool available which will take a set of source files and map (in graphic fashion) how they are linked via #include?
I would like to see where there are any circular references.
...
Is there any way I can get Eclipse to highlight the use of the == operator to test String equality? I keep mistakenly using it instead of calling .equals().
I'd really like to make that into a warning and require an @SuppressWarnings annotation to remove it, in the yet-to-happen case that I actually want to compare strings for object e...
My devices are having power issues. The battery is not lasting as long as we would like.
There are several components that I could guess are causing the battery issues.
Right now the best way I can see to find the culprit is to go through one by one and disable each of them, then conduct a test (that is about 6 hours long).
To ge...
I'm after a grep-type tool to search for purely literal strings. I'm looking for the occurrence of a line of a log file, as part of a line in a seperate log file. The search text can contain all sorts of regex special characters, e.g., []().*^$-\.
Is there a Unix search utility which would not use regex, but just search for literal oc...
Hi guys,
Yeah I know that SQL Server has got free express editions(2005/2008)
But what i want is a small simple opensource tool like Heidi Sql.
What are my options?
Regards,
naveenj
P.S: This is for my fellow Java developer who admonished me for entertaining the idea that he would install MS-SQL in his machine(lol)
...
Hi,
Is there any available tool in the wild that allows:
1) to figure out the encoding type of a file(e.g, UTF-8, Big5....etc)
2) to convert the encoding type. (EX. Big5 -> UTF-8)
Thanks in advance
...
I frequently search for a token, perhaps a function name, throughout my codebase. My traditional method would be to grep for the term itself. However, the codebase is so large that I can't do this efficiently (it takes minutes).
Is there a way to do this efficiently?
ack (which ignores irrelevent files such as revision control files) i...
Hi,
I would like to know if in IIS manager, when I export an application, there is a way to save components selected so, when I export next time, to select them by default (like appHostConfig). Thank you.
...
On every new professional project I tend to (re)-create the same helpers and utils classes.
It is not wheel re-invention, but rather some small tools that can fit in any project.
I wish I can keep them in a 'code toolbox' that I can re-use on each time. But I'm facing some problems (Legal question, version problem, dependencies, ...).
...
At my shop we do out code reviews in person and by printing out all the code on paper.
Printing out all those .h and .cpp files are a pain, and getting them in order is more of a pain. Is there any sort of program that will take all the files, print them out all at once and in order(specified by user), and include the line numbers and c...
What tools will come in handy to debug and monitor SaaS services built on WCF in production environment ?
FYI - No access to the actual server whatsoever. No remoting in, and no access to the file system.
...
So I've got a special offer newsletter today which offered this product: http://alphafivewiki.com/promo/ - "The fastest and easiest way to build powerful Windows database applications & modern AJAX Web 2.0 applications that perform with the richness and speed of desktop applications." Check the demo here http://www.screencast.com/users/r...
I'm wondering: on day 1 at a decent intermediate .NET developer position, what kind of tools or resources can you expect? (decent has variable definitions so we'll loosely define it as not your dream job but something you'd stay at for a long time).
Things like (but not limited to):
MSDN membership
VS Edition?
Are tools like resharper...
Hi.
I understand this question is very personal for everyone :), but still I'm forced to ask it.
Currently I'm using VIM and gVIM as my main editor, but imho it has a lot of downsides:
Very inconvenient scripting language.
Indentation and highlighting with regexps (real life shows that it's not the best idea).
Mixed file types issues ...
As per this plugin http://flowplayer.org/tools/demos/rangeinput/index.html
Does anybody know how to add second handle to the range? I've asked this on official site but still no answer :(
...