We are looking for open source tool for hosting our internal projects like "Google Project Hosting". The tool should support individual wiki and version control for each project and it should be easy to configure for each project like in google code. We explored trac but seems it lack good support for multiple projects. The tool will be ...
As my Maven project grows, I'm trying to stay on top of the project structure. So far, I have a nested directory layout with 2-3 levels, where there's a POM on each level with module entries corresponding to the directories at that level. POM inheritance (parent property) does not necessarily follow this, and is not relevant for the purp...
I just realized that I've been doing as much coding in Beyond Compare as in my IDE (Eclipse). I'm finding it's very handy to have two copies of my project and to be able to always see the diff between the last known good copy and the working copy.
However, BC isn't that great an IDE, it's merely a decent text editor. Eclipse has a Compa...
I'm curious if there are any tools available* that will help me generate visuals of keyboard shortcuts for the application I'm working on?
Being able to see on a picture of a keyboard what combinations are in use, the relationships between normal, ctrl, shift, and alt combinations, and especially what combinations are NOT in use, would ...
Why would developers need the latest or best in software and hardware?
When this came up in discussion in my team, I thought we need things more stable than "the latest" can provide, even if that means sacrificing some measure of "best".
...
I am doing some web development on some long forms. There are many fields for me to fill out to get through the form.
Instead of typing out the same things every time (contact information, address, business information) I'm hoping there is some tool out there / combination of tools that will assist me in filling this out.
Requirem...
I find that I now often work with code bases that have different amounts of indentation. Some use 2 spaces, some use 4 space, some even use tabs! Once in a while, I have to share code between these codebases, or, sometimes I use an incorrect amount of indentation by mistake. Is there a tool or a text editor feature that will convert betw...
I have solaris servers I tried to look throught the open source code review tools seens like most are quite hard to install is there any easy to install code review tools?
...
I've to create a dataset from some text files, writing them as vectors of features.
Something like this:
doc1: 1,0.45 6,0.001 94,0.1 ...
doc2: 3,0.5 98,0.2 ...
...
each position of the vector represent a word, and the score is given by something like TF-IDF.
Do you know some library/tool/whatever for this? (java is better)
...
When running an external tool in VS 2008, open modified fiels aren't save anymore before the tool executes. That's a PITA change from VC6, and has caused us a lot of trouble already.
Is there any way to get this functionality back?
...
I tested fairly extensively with Ubuntu 10.04 Beta 2 Server in a VM, and was able to simply copy (read tar x) a cross compiled tool chain from an Ubuntu 8.10 VM. I created the tar myself, which is essentially a lot of stuff in \usr\local.
Now that I've got a bare metal installation of Ubuntu 10.04 proper, the copy isn't working. In p...
When a build fails, VS pops up with an option to run the last successful build. Someone clicked "Yes" and "Don't show this dialogue box again" on my machine, and now I'm stuck with that setting. How can I reset it?
...
Is there a freely available GUI tool that will allow interaction with Microsoft SQL Server (via T-SQL) that provides an auto-format feature?
I constantly find myself writing queries in SQL Query Analyzer (Microsoft’s standard GUI tool for T-SQL) and cutting/pasting the whole thing into SQLyog (a GUI tool for MySQL), where I can press F1...
PostgreSQL comes with the excellent pgAdmin-tool for managing the database but lacks GUI data-modeling utility?
I found this list: http://www.databaseanswers.org/modelling_tools.htm
but don't have time to evaluate them.
Which one do YOU recommend?
...
Is there a refactoring tool available for SQL (TSQL in particular). Is there any tool that can do automatic simplification of SQL?
I have a set of views where only the top two are used, and I'd like to refactor this into only two views, hence 10+ queries into two queries.
...
General Problem
Though I may be diagnosing the root cause of an event, determining how many users it affected, or distilling timing logs in order to assess the performance and throughput impact of a recent code change, my tools stay the same: grep, awk, sed, tr, uniq, sort, zcat, tail, head, join, and split. To glue them all together, U...
Hi there
I would like to write an application, for my own interest, that graphically visualizes some network concepts. Basically I would like to show the output from tools like ping, traceroute and nmap.
The most obvious approach seems to be to use pipes to call out to these tools from my C program, and process the information they re...
I have a large codebase which has suffered many changes over the years. I would like to remove the functions that are no longer called or relevant. Is there a tool that will analysis the codebase and determine if a method is ever used?
I'm also using phpunit/xdebug which reports which functions have not been run for the unit tests, how...
I'm trying to generate top-level abstract class with JCodeModel library, but I can't find any way to change class modifiers.
It's possible for nested classes (JDefinedClass API provides methods that get modifiers as parameters). But for creation of top level classes I found only JCodeModel API methods that get fully qualified name with ...
Hi,
I'm looking for free tools to design the UI for my web app.
I'm pretty new to this field, so please point me to acceptable solutions.
Basically, I need to fill a "screen" with some controls, that's it.
Thanks.
EDIT: Well, as soon as nobody answers, maybe somebody can help me with this problem for some framework other than Cappuccino...