How can I Forward an Email to FogBugz and Have it Make it into a Bug?
I didn't see it in the help but I figure it's possible. Also how do I find out what email address to use? ...
I didn't see it in the help but I figure it's possible. Also how do I find out what email address to use? ...
There's not a lot to add to the subject really. I am after a free task board/ burndown reporting tool for Windows. ...
For a long time, I thought that to start a new project we only need 3 basic tools. 1) A Build System (e.g. Maven & CruiseControl) 2) A Version Control System (e.g. CVS & SVN & GIT) 3) A Bug Tracking System (e.g. Bugzilla) Yesterday, a senior guy told me that we need at least one thing more. That is KPI(Key Performance Index). W...
I am working on a web application that needs to support the widest possible audience. I have errors popping up in Konqueror that don't occur in major browsers. So I'm curious, are there any JavaScript (or CSS for that matter) debugging tools for any low-market share browsers, or is there some platform agnostic way to ensure proper execu...
The main user-case is: Create the 2D floor plan See the 3D view of the room in colors and in dynamic lighting (switching on and off the lamps) Select the furniture from the large library of predefined samples. Change the color and texture of the furniture samples. Create the photos of the 3D room view from different points. Also user c...
I am starting to learn the Clojure programming language. Are there any recommendations for Clojure editors/IDEs on Mac OS X? Update 2009-09-23: The Clojure space has changed tremendously since I originally posted this question. Many of the links below, especially those that refer to clojure-mode with Emacs, are out-of-date. The best Clo...
I am investigating a production system where there are several Windows services communicating with each other through TCP/IP sockets. I'm trying to figure out which executable is listening to which IP address and which port on a given machine. Other than rummaging through each windows service's obscure configuration files, is there a sy...
I am curious about what tools are used to build the next version of themselves. For example, Delphi has long claimed that "Delphi is written in Delphi". I assume Visual Studio is written using Visual Studio. What are some other examples of tools that written in themselves? ...
I'm looking for a linux utility that can alter the payloads of network packets based on a set of rules. Ideally, I'd use iptables and the netfilter kernel module, but they don't support generic payload mangling: iptables will alter various header fields (addresses, ports, TOS, etc), and it can match arbitrary bytes within a packet, but ...
Model Driven Software Development. As I understand it it raises the abstraction level of the design to better reflect the domain the software will attempt to run in. That's alot to say in just one sentence. The communication between the domain experts (customer) and the developers is crucial to make this methodology work. What I want...
What is the best free FTP software? (After Filezilla of course) Duplicate of this question. ...
I have a bunch of JUnit 3 classes which extend TestCase and would like to automatically migrate them to be JUnit4 tests with annotations such as @Before, @After, @Test, etc. Any tool out there to do this in a big batch run? ...
I'm looking for a low-key tool to handle a simple ranked task list (aka backlog in the agile lingo). This will be used by several users, and will most likely change frequently. We already have a bug tracking system, but it's a bit too complex and heavyweight for the kind of casual, day-to-day planning we'll be doing. Really, what we ne...
I am looking for a tool to replace multiple lines through out a project. For example: #include "../DiscreteIO/Discrete.h" #include "../PCI/pci.h" #include "../Arinc429/ARINC429.h" with #include "../PCI/pci.h" #include "../DiscreteIO/DiscreteHW.h" #include "../DiscreteIO/Discrete.h" I have tried two tools that work for this type of ...
I need a tool for collecting feedback and new ideas inside our company regarding our internal IS product. The problem is the acceptance level for such a tool. Most of our colleagues are not IT oriented, so a solution like BugZilla or Jira is way to complicated for them to use. You need to create an account, take care of a lot of paramete...
Hi! I can't find any other post which addresses this topic on a purely general level. I'm very unexperienced in developing full scale websites. I get around using HTML and PHP for simple tasks. Now I'm looking at developing a more elaborate site and want to get hold of a good tool which doesn't eat my wallet to the bones. I guess I ...
Most of the time, I've seen release management handled as a defined process with the supporting tool as the version control system (usually via branching and tagging). However, are there any tools dedicated to release management? I'm looking for both open source and closed source tools, if any exist. ...
Hi, I have a program that runs osql.exe from microsoft sql server tools directory and runs a script. The problem is that on computers that don't have an installation of sql server, this tool is missing. So my question is whether or not is possible to run it as a standalone( along with any dll that may be required ) meaning that run th...
What are the tools for Assembly of Mashups? The one I know is IBM Mashup Center, but it is too expensive. ...
Does anybody know if there is a way to make autocompletion work in MySQL Command Line Client under Windows? It's working nicely under Linux for me, but simply moves the cursor under Windows instead. ...