tools

Tool to compare/diff HTML in bulk

I have a lot of HTML files (10,000's and GBs worth) scraped from a server and I want to check to make sure the server produces the same results after some modifications but ignore kinds of differences that don't matter, e.g. whitespace, missing newlines, timestamps, small changes in some kinds of number, etc. Does anyone know of a tool ...

What good graph layouting, editing & drawing tools are there?

While doing software development I periodically come across the need to draw some graphs for my own use. Sometimes they illustrate relationships in a DB, sometimes they illustrate relationships of code files or classes, other times there are other objects... Anyway, the basic need is the same - I've got some set of nodes & edges that I w...

A tool to list down the user defined functions, classes in Visual Basic, C#, C++ ?

Hello, I need a tool which parses and lists down the user defined functions / classes in the source code of my project. The code can be in either Vb, C#. Please let me know if there exists such tool. Tried a lot of google search But i did not see any such tool. Project Analyzer, codesmart do not have such feature. Thanks in advance ...

A tool that can detect redundant database tables

I'd like to find a tool that can detect redundant/unused tables and stored procedures in a sybase database. The DB is accessed from a Java application which uses JDBC to access both the tables and the stored procs. There are neraly 400 tables and a similar number of stored procedures. Any suggestions? ...

Tool or Utility to manage & organize icon libraries

This is not exactly a programming question, but it involves software development. Like many of you, I'm sure we find lots of interesting icon sets everywhere on the web and we download copies locally. But then you have the challenge of organizing them into some system that works for whatever project you are on. What software tools/uti...

Integration testing in python, suggested tools and practices?

I've some hard time understanding Integration testing in general, I want to do some integration testing in python expecially for network programming in twisted (but I want to know something more in general). There are any good resource I must read, and tools (python tools if possible), practices that introduces me in integration testing...

Extracting Nodes from multiple xml files

Hi there, I have three xml files of similar structure and I would like to use an xpath-expression to extract all matching nodes in these files and write them to a thrid one. Do you know a good tool to handle this? I am thinking of something like $supermagicxpathtool -x "//whoopdee" file1.xml file2.xml file3.xml > resultfile.xml ...

Silverlight GDR 1 Ruined my Developer Tools. Now I can't debug in VS2010

I have Silverlight 4.0.50524, but I have Silverlight SDK 4.0.50401. This makes me not able to debug Silverlight apps in VS2010. Can anyone point me to a download link for the Silverlight 4 GDR 1 SDK. ...

AutoIt web equavlient tool?

I wonder if there is an AutoIt equavlient tool for web development that has the same features, and be compatible with ASP.NET? If there, I hope if it's free. ...

Any good tools for skimming over a set of icons?

Hello, I have a set of 1400 icons and need a good way of previewing them and determining which one is needed from time to time. Are there any good programs out there to do this? Windows Explorer sorta sucks for it because every time I have to wait for all the icons to be loaded when scrolling through the huge list. ...

Comments on Multiverse

Hi, I recently found out about a tool to create MMOG or 3D virtual worlds. The url is multiverse.net. Before, I want to delve into this tool, I would like to hear the comments from the people used it. Thank you ...

Tomcat on Windows - Free profiling and metrics gathering tools?

Hi there We're using Windows 2008 and we are thinking of switching application servers from Adobe ColdFusion 9 to Railo 3.1. This would mean using a new Java servlet container, so instead of Adobe JRun 4, we're looking at Apache Tomcat. Adobe have a helpful perfmon plugin for CF9. We can gather most stats with that. The problem is, as...

What is your (simple) continuous integration solution for Django projects?

Hi, In one of my Django projects I have a suite of unit tests that are based on TransactionalTestCase class (it takes much longer than TestCase). It is impossible to run tests after each change in code because it takes more than 0.5 hour to run all tests. We looked some time ago for some easy contiuous integration tool that could allow ...

How to use the eclipse Hibernate Tools with grails and MySQL

I've managed to connect from eclipse Hibernate Tools to my MySql Database used with grails, classes mapped by GORM. Now I'd like to perform HQL queries on the DB using the Hibernate Tools. However Hibernate Tools tells me for every table that it is not mapped. My question: Do I really need to write all the class mappings manually into ...

Tool suggestions for mocking up web templates

I have traditionally done "back-end" parts of websites. However, I am working on a project in my spare time that will necessitate creating my own HTML templates, and I am looking for a toolset. I am fairly comfortable with manipulating HTML and CSS, and although my Javascript is amateur at best I want to use this side project to really...

Extensible DB editor

I'm using MySQL. In my DB there are several tables, containing fields with data, serialized in custom binary format. (Actually, these fields contain lists of fixed-format records, like a "sub-table".) I need a tool to be able to edit those fields by hand while my own fancy data administration UI is still in development. I wonder, if t...

Cheap, hosted Tracks installation?

Hi, (I am not sure whether this belongs on StackOverflow or SuperUser. Admins: feel free to move it.) I am trying to get started with GTD, and I would like to use the excellent tool Tracks. However, I don't have a server for it to run on, and I would like it to be in cloud. Does anyone know of a company that provides a Tracks 1.7 inst...

Import profile data into generic analysis and visualization tool

I have a mechanism for generating profile data of a couple of different types. Are there any tools that will import profile data from external sources and produce useful interactive visualizations? It seems like there are many profiling tools out there that all implement their own rendering engines, but there really isn't much difference...

What are some free sql server management studios on a mac

What are some sql server management studios tools (preferably free) for the mac that can be used to do development work on MS Sql Server? ...

DOS debug like program for 32-bit x86 assembly

Many of you may recall the old DOS program--debug. Though outdated in many respects, one of the nice things about it was that one could easily find the byte-sequence for a given instruction without having to go through the steps of writing a program, compiling, disassembling, examining the file contents, .... Enter the instruction, the...