tools

How can i see differences between two .sdf files?

I need a tool that show me the differences between two .sdf files. Is there something I can download or do I have to write some code? ...

Looking for a binary image layout tool

I am looking for recommendations for a tool that will let me construct a binary image out of a series of smaller images. I have an embedded system with a flash ROM that I program using a single image. That image consists of a series of smaller objects (data, compiled code, etc) placed at specific offsets. The build system I inherited ...

Tool to edit CSS color-scheme

Is there a tool that allows me to load a CSS file, and apply filters to the color scheme? Like rotating hue of all color, change global lightness/darkness, saturation... Something like a photoshop of the CSS world! Thanks! ...

Personal tool for authoring & organizing user stories?

My company uses Jira for storing requirements, which are written in the form of User Stories ("As a ... I want ... So that...") with details in the subtasks ("Given ... when ... then..."). I write requirements, usually an iteration ahead of the developers. I tend to draft my requirements in a word processor before putting them in Jira....

Any tool to show you all elements/pages in a site that are affected by a particular CSS rule?

Of course we can use tools like Firebug to highlight portions of HTML and see what all CSS is being applied. But what about the reverse? Is there some kind of tool which would allow you to highlight a particular CSS rule and show you all the pages on a site (either static HTML pages or their dynamic templates) that it applies to? Exam...

Seeking tool to graphically show (header) file dependancies in C/C++

I know that header guards avoid (most) trouble; call me @n@l if you like, but I just don't like a sloppy header-file tree. If I draw on paper a box for each header file and connect them by lines representing #include, I like to see a neat hierarchy. But what I usually see is a complex web. Maybe I am @n@l, but to me that tangled ...

Keeping FTP Folder Constantly Up To Date Based On Local Folder

Does anybody know a decent freeware FTP utility, preferably that can run in the background, that can mirror a local folder, constantly checking the files there for changes, and then automatically refreshing the FTP folder when the local files change? ...

Threaded access log replayer for Tomcat?

Hi, Suffered a "DOS" attack, which brought down my Tomcat 6 server by issuing numerous GET requests. I would like to replay the access file, preferably with multiple threads. Anyone know a good tool, or do I need to write it myself? ...

Apache 2 Administration Tools on Ubuntu or Windows

Hi There... I am totally new to Apache and Ubuntu, is there an admin tools where the available functions and features and settings are more accessible? I am finding it very difficult to do even the simplest things.... please help. Cheers. ...

jquery tools - tabs mouseover - 2nd.

I use this tool to show text when moving the mouse over the pix: http://flowplayer.org/tools/demos/tabs/mouseover.htm Does anybody have an idea how to force that the "context" of the second pic is shown when opening the demo-page instead of the context of the first pic (default)? Thanks for any help! ...

How do I use AIDL tool from command line using SDK sample code?

My question concerns using aidl.exe (on a Windows system) from the command line. This question has nothing to do with Eclipse, Netbeans, etc. Included with the Android SDK are the following three AIDL definition files: IRemoteService.aidl IRemoteServiceCallback.aidl ISecondary.aidl located in the following directory: C:\androi...

Is there a tool to open a text-file directly from a remote (WM) device?

I have asked this question on superuser as well, but have not yet gotten a satisfactory answer. Since I feel that this question is relevant to (Windows Mobile) developers, I decided to ask it here as well. If you feel this is inappropriate, please don't hesitate to close or delete this question. When I browse the files on a remote Win...

Free PIC C compiler

I am looking for a free, and possibly open source C compiler for PIC. I might go without C, but I would like to get both options. There are various compilers out there, but since I have never done PIC development before, I am looking for user experience and advice. I am targetting the PIC16F88x family ...

Successful Non-programmer, 5GL, Visual, 0 Source Code or Similar Tools?

Can anyone give me an example of successful non-programmer, 5GL (not that I am sure what they are!), visual, 0 source code or similar tools that business users or analysts can use to create applications? I don’t believe there are and I would like to be proven wrong. At the company that I work at, we have developed in-house MVC that we u...

Help finding old SQL tool that rewrote queries

There was this old sql server tool called Lectoneth or something like that, you'd put sql queries in it, and it would rewrite it for you. I think quest bought them out, but I can't find where to download a free copy of that software. Really helps when you have no dba, and have lots of sql queries to rewrite. Thanks Craig ...

Stack Level Too Deep in Production Rails App - How to Get Details?

Hey, I am getting up and running with Spree in production on a 256MB Slicehost slice with MySQL, Mongrel, and Nginx. I am getting this error every time I try to access any URL in the app: SystemStackError (stack level too deep): compass (0.8.17) lib/compass/app_integration/rails/action_controller.rb:7:in `process' vendor/plugins/...

Is there a tool for refactoring SQL, a bit like a ReSharper for SQL

The sort of stuff I'm after right now is quite basic: Auto format Detect ununsed variables Variable naming convention checking I wouldn't be surprised if there was a tool available that could handle more complex refactorings such as those found in Refactoring Databases, but I appreciate that the added complexities introduced by curr...

What in your opinion is the single best tool for any back-end web developer?

It doesn't matter if the back-end is done with PHP, Ruby, Python, ASP.NET, etc. In your opinion, what is the single best tool is for a back end-developer? Why? ...

Tools for NHibernate

Can anyone throw some light on tools that can be used with NHibernate and which perform the below mentioned tasks: Generates the Mapping File Generates the Entity Class Generates the Configuration file And also provide information whether these tools are open source or licensed. Thanks ...

grep replacement with extensive regular expression implementation

I have been using grepWin for general searching of files, and wingrep when I want to do replacements or what-have-you. GrepWin has an extensive implementation of regular expressions, however doesn't do replacements (as mentioned above). Wingrep does replacements, however has a severely limited range of regular expression implementation...