tools

does anyone have any tips for Pingdom?

After copious recommendations i've just started using Pingdom, does anyone have any tips? ie. i recall someone mentioning something about tweaking to response-time to look for a specific node so that it gives the actual page load time? is this even possible? ...

Why is Dev Tools bar empty?

I'm using Chrome-compatible SRWare Iron 5.0.381 on XP, and was checking out what Chrome has to offer to developers, eg. inspecting the contents of the DOM of a currently-loaded web page. But when I hit CTRL-SHIFT-I, the bar is totally empty: http://img230.imageshack.us/img230/3664/srwareiron50381emptydev.jpg Does someone why this is? D...

Is the Subversion client for Windows available with no registration required?

Basically, I want to get an update of the standard command-line subversion client for Windows. I used to be able to get downloads of this quite easily, but it seems like registration is required these days. I object to registration, but equally, I prefer not to use workarounds that e.g. involve registering with details that won't stay v...

Blogging Software - Wordpress vs BlogEngine.NET vs Anything else

Basically I need to choose one so that, I can get familiar with it quickly and then customize it to my needs. I'm a .NET developer and know classic ASP too. But I think understanding PHP will not be a problem for me and also think that it won't be that difficult. What will you like to recommend me? UPDATE:- Sorry that I'm adding thi...

SQL Server Stress Test Tools?

I am looking for a stress tool for SQL Server. I've seen a lot of suggestions on Google. But nothing of what I really need. I look for: I really look for a tool that could run a list of stored procedures in parallel to see how much contention on resources. The collect and reporting feature is not that important. But I also want somethi...

QT Creator compile C++ file? Very simple question

#include <iostream> using namespace std; int main () { cout << "Hello World!"; return 0; } This code works, but it run then close windows immediately. Need a fix :) ...

Missing mingwm10.dll

I am coding a c++ project with Qt Creator. Everything is working fine (debug, release), but when I run the compiled .exe directly (go to exe file and run it) it says mingwm10.dll is missing. What can I do about this problem? ...

Favorite tools for monitoring cache for windows?

Hi, I am trying to profile my application but apparently it is too large for the profiler to even process. I am using IBM Quantify and suspect the same problem will show up if I try to use a different profiling tool. So I'm looking for a program that will monitor cache and i/o activity and performance that will run in the background an...

Reference about testing distributed system

Hi, Do you know any good reference about testing distributed systems? It could be about main types of test for distributed systems, major tests, who are the main authors about it ... Thanks for any help, Giovanni ...

Portable .Net debugging tools...

As a .net developer there are times when one is asked to debug at different machines (32 & 64 bit) other than ones own developer machine. Lot of times some important tool is missing and I have to install them first to start the debugging. Then I started to collect some portable tools in a 1GB memory stick. Currently it contains Windbg ...

How to compare class definitions

Hello, I would like to compare two versions of a class. I have used WinDiff, but it shows a lot of differences because of different commenting etc. Does anyone know of a tool to compare two class definitions (fields, methods etc.) for .NET? Thanks, Martin ...

Why aren't whole program optimizations more prevalent now?

Main question: Why aren't general or even specialized whole program optimizers part of our daily lives? I started thinking about this after reading SuperCompilers, LLC's White paper, which discusses their method of "supercompiling" or metacompiling a program's source to (generally) achieve a faster version that does the same functionali...

Quality diagnostics tool for database model

I´m looking for one tool capable to analyse an existing db model (an Oracle schema in my setup) building a report with quality metrics, potential causes of problems (circular constraints, for example), etc. We have this kind of features for Java code using tools like PMD or checkstyle. Does anyone know about some tool like this for d...

Tool to Surround or Wrap Highlighted Text

StackOverflow's WYSIWYG has the ability to quickly surround highlighted text through keyboard shortcuts. For example, when I push Ctrl+B on some highlighted text, it would bold the text or surround it with two stars. I am looking for a tool that will give me this function but with "custom-input". That is... instead of bolding the word,...

Subversion for beginners

Hi! I'm doing a web project when I discovered that I need to save my other versions of a file I'm editing so I can easily revert back if something odd happens. I did a little research and found Subversion. But I really don't get the idea of Subversion. Please help me! I'm thinking twice if I can really use it for my project or not. I wan...

Using cmd tools when hosting a site

Do webapp hosting sites such as webfaction.com support the use of cmd tools such as pdftk and pdftotext? For example, if in my django-powered site I do something like subprocess.Popen("pdftk.exe....") would this still work when I begin hosting the site? ...

What are some essential tools to install on your machine?

I am going to be starting at a new clients site as a software developer. Obviously they will provide their project specified IDE (Eclipse). I am curious though, what are some essential programs that you all install? Note: Please list one app per post Note: This is directly related to software development. Kind of applications are deve...

Looking for a Toad for oracle feature in mysql

Hi, Does anyone know any free tools that will generate insert statements given a result set? I know TOAD for Oracle does it, i would need this for a mysql database. For example, if I execute this query select colA, colB from mytable where colC = 'numbers'; //returns many rows |colA | colB | |1 | 'one' | |2 | 'two' | |3 | '...

Print informative, well formatted mysql errors in PHP

Mysql errors are among the most common ones you see during development, and I am searching for a pleasant and informative way to output them. phpMyAdmin apparently has a decent pretty-printer for mySQL queries: However, it prints errors as simple text: Whereas in the latter example, the text after for the right syntax to use near ...

Strict ISO C Conformance Test

I am currently working on a C project that needs to be fairly portable among different building environments. The project targets POSIX-compliant systems on a hosted C environment. One way to achieve a good degree of portability is to code under conformance to a chosen standard, but it is difficult to determine whether a given translati...