tools

MyEclipse: Is still worth to use it?

Since 2005 we are using MyEclipse as our standard development tool. We use it mainly for for Java applications, but from time to time we use it also for Groovy and may be other stuff, like DB navigator, etc. Our licences should be renewed in a couple of months and I am rethinking the decision of using it. A nice feature of MyEclipse w...

Google Code Search-like source code indexer and visualizer

I'm looking for a way to search through our subversion repository or just packaged source code. Are there any downloadable servers/tools like Google Code Search to index source code (preferable with support of version control systems like svn) and allow us to search in it? Is there any tool that will index documents too? ...

What tool visually maps out existing websites?

I used a tool a few months ago that scanned a specified website and created a visual hierarchy of the website's page links. It also represented each page with its appropriate screenshot. Does anyone know what tool this is? Or maybe something that performs the same basic features? ...

Useful tools for working with Subversion

There are a number of great tools out there which integrate with Subversion and do some really neat things. I’ve tried a number of them but ultimately only tend to use the following on a regular basis: Tortoise (the ubiquitous Explorer plugin) Visual SVN (IDE integration for VS) Visual SVN Server (light weight SVN server) SVN Monitor (...

Monitoring system for build, source control and integration servers

Do you know about any lightweight system that will monitor servers in terms of disk space, CPU usage, uptime/availability? I'm talking mainly about DB, Subversion, Hudson, integration, qa and build servers. All the advanced server monitoring tools are very hard to configure and use. So I'm looking for something simple. Open source tool...

OS X gcc "installation problem"

OS X 10.5.6, Xcode 3.1 with iPhone support. After compiling some apps for iPhone device in Xcode, I've noticed that calling GCC from command line no longer works: $ gcc gcc-4.0: installation problem, cannot exec '/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin//i686-apple-darwin9-gcc-4.0.1': No such file or directory Note ho...

Printing hard copies of code

I have to hand in a software project that requires either a paper or .pdf copy of all the code included. One solution I have considered is grouping classes by context and doing a cat *.extension > out.txt to provide all the code, then by catting the final text files I should have a single text file that has classes grouped by context. T...

Send Host header when accessing IP address in Firefox

This isn't really a programming question but more about programming and testing tools. Is there a way to get Firefox to send the header Host: mydomain.com when accessing a page at http://ip.address.goes.here/ so that Apache can route it to the correct VirtualHost? ...

Recommendation for a good entity relationship diagram building tool for occasional usage ?

Freeware is a plus. Could you also describe with one sentence why it should be good enough for occasional usage? Edit: You might check this cool link , providing more info about entity relationship diagrams and tools Edit: For the chosen answer couple of tips - click on entity even it looks like circle and type the name and Enter - it...

What are the main tools/frameworks used nowadays in Java?

I am a .NET / C++ programmer switching to Java. I had previous exposure to Java 10+ years ago in university. What would be the typical things to be learned in order to be able to program web applications in Java? I can think of: JSP/Servlets Eclipse EJB What else do people use these days? The idea would be to be able to land on a Jav...

Do you know a way to generate Microsoft Word documents using Sphinx?

Sphinx supports a few output formats: HTML separated files (with html or dirhtml) Latex which is useful for creating .pdf or .ps text Instead I would like to obtain a Microsoft Word file. With other doc generator I managed generating the single html output and then converting it to the Microsoft Word format using the Word applicatio...

What is the reason for the rise of programmers using Apple machines?

I noticed a rise in the number of developers (mostly doing web development) using Apple machines. Does Mac OS offer a better environment for programming or is it because of the hardware? What are the reasons? ...

Where does Eclipse store SSL keys?

I'm trying to use the JIRA dashboard plugin from tigris.org to connect to our in-house JIRA server, which has an invalid SSL certificate. I'd like to import the certificate into the keystore used by this plugin, whether that's the Eclipse keystore (which is where?) or its own. If it helps, here's the error message: sun.security.val...

Why is SvcTraceViewer included into Windows SDK and NOT to .NET Framework tools?

It is a WCF tool and why it is located within Windows SDK and not inside the .NET Framework? ...

where to find statistics on applications people are buying

im looking for information and statistics on how much and how many applications from type x people are buying or any such data . i need it for my research on what is the best application industry ...

Excuting sql sripts on a Access DB

I have a script with a few hundreds of sql queries that I need to execute on an Access DB. Since executing sql queries in Access is IMO quit awkward, you can only execute one at a time and does not recognize comment-lines starting with '--', I would like to know if there exist out there an easier way to do this. Is there a good alternat...

statically analysing Lua code for potential errors

I'm using a closed-source application that loads Lua scripts and allows some customization through modifying these scripts. Unfortunately that application is not very good at generating useful log output (all I get is 'script failed') if something goes wrong in one of the Lua scripts. I realize that dynamic languages are pretty much res...

Any FOSS alternatives of MSBuild Sidekick?

I've been playing around with MSBuild lately and it seems like a really powerful framework. However, the editing of the projects in VS2008 seems like an after thought. I saw that there is MSBuild Sidekick, which looks fantastic. So are there any FOSS options? FYI, I know that NAnt is very popular, but I am trying to stick to MSBuild....

High to Low: How to get an understanding of what's going on "underneath" a scripting language such as Ruby or Python

For those who want to skip the text wall, the question is at the bottom. Background I'm a self-taught programmer, and I've found that I learn best using a top down approach. For example, I started programming by setting up a PHP application, and then when I wanted to add some functionality, I started figuring out how it worked. The big...

Visual Editor for Django Templates?

Hello, Is there a tool out there for visually building Django templates? Thanks ...