Tagged Questions

3
votes
13answers
642 views

Best C++ Debugger For Linux

Hello, I'm learning C++ and i want to know what is the best C++ debugger for Linux, because there are some things, that is better to use a debugger to get here in Stack Overflow a …
31
votes
16answers
4k views

What Are Some Good .NET Profilers?

What profilers have you used when working with .net programs, and which would you particularly recommend?
2
votes
3answers
230 views

SQL Scripting Tool That Beats MS Query Analyzer?

I'm using MS Query Analyzer (as part of SQL Server 2000) to write T-SQL scripts to pull data out of a DB. This involves querying some tables, iterating through the results (using a …
-1
votes
0answers
83 views

graphic design software for a programmer? [closed]

which graphic design software you recomend for a programmer? gimp like, but more simple, paint-like but more complex. I need to design a logo for my software. I forget to menti …
2
votes
6answers
237 views

medical software - should i write my own or use existing?

i know nothing about medical records but im sure there's great opportunity in it now. im planning to either find software that manages records or build my own. if i do build my …
4
votes
4answers
455 views

Where can I find good open source code flow visualization software?

I am working on an academic research regarding some very long functions in the Linux kernel (link, link). For that research, I would like to use some code flow visualization tool, …
5
votes
5answers
121 views

Image Optimizer for images used on the web (jpg, gif and png)

Does anyone know of an online app or an app for mac that will optimize images to be smaller in size for use on the web? It needs to be able to support .jpg, .gif and .png Thanks …
0
votes
4answers
466 views

Are there any C# open source log viewers?

I'm just implemented a proper logging system for media browser, there are so many logging frameworks to choose from, some are heavier, some are lighter but at the end of the day mo …
1
vote
4answers
151 views

.Net Application performance monitoring tool

is there any .Net Application performance monitoring tool? I've an application in C#.net stand alone application. I've to look at the performance of that application. Performanc …
0
votes
0answers
35 views

What BASE database development applications are available?

What applications/IDEs are out there to develop BASE database systems from? BASE systems (Basically Available, Soft state, Eventually consistent) are an alternative to RDBM …
1
vote
1answer
86 views

How would you align pictures?

I have a bunch of gif files which would be much more useful as animation. Unfortunately, they are not exactly the same size, and main features (country borders) shift a bit from pi …