The tag has no wiki summary.

learn more… | top users | synonyms

-3
votes
2answers
101 views

Suggestions for useful “databases health” dashboard [closed]

Background: I work as a dev at a face-paced start-up where we use several MySql instances. My non-dev colleagues, who consume our internal services fairly often send emails to our group complaining ...
1
vote
0answers
73 views

Modern analog of DDD (Data Display Debugger)

I if there are visual applications for debugging code in popular languages (like C, Pytho, Javascript). By visual I do not mean debugger with UI which is bundled with almost every IDE, I'm rather ...
2
votes
1answer
69 views

How to properly diagram lambda expressions or traversals through them in Architecture Explorer?

I'm exploring a piece of code in Architecture Explorer in Visual Studio 2010 to study the relations between methods. I noticed a strange behavior. Take the following source code. It generates a hello ...
2
votes
1answer
166 views

Hash Algorithm Randomness Visualization

I'm curious if anyone here has any idea how the images were generated as shown in this response: Which hashing algorithm is best for uniqueness and speed? Ian posted a very well-received response but ...
2
votes
2answers
101 views

Testing of visualization projects

We develop small to large visualization projects for different tasks and industries and sometimes while rewriting them a couple of times in the process we hit walls because we discover that we need to ...
2
votes
1answer
103 views

replacement for fanfold paper printouts

Back in university, we were able to print "unlimited" printouts on wide fanfold paper, (perhaps 128 characters wide or maybe more). I could then unfurl the printed code out across the desks or the ...
6
votes
1answer
176 views

Visualizing temperature levels across a city

I have a list of temperature levels (0 - 30 degrees) in different parts of a city. I would like to visualize the different temperature levels in the different parts of the city. Hot places should be ...
4
votes
2answers
155 views

Modelling project structure for Management

The project I am putted in is running awful. :-) Main Problem is a missing architecture and a missing guidline how to organize projects. In this case I have done a sample project architecture with UML ...
0
votes
1answer
142 views

Does branch mapping design software exist, useful for visualizing code while debugging? [closed]

I'm looking for a piece of software where I can basically draw branches, almost in a tree structure and have headings and text for each node. While stepping through legacy code I often find myself ...
4
votes
2answers
158 views

Suggestions for tree (as a visualization tool) editing software?

I'm trying to generate a call tree for code I'm working on (I didn't write it) to help me understand it. I want to be able to manually enter each function and the functions it calls (as children), ...
1
vote
2answers
162 views

Which license for a scientific software [closed]

Me and a friend developed an advanced scientific visualization application and would like to understand which licensing should be better for us both in terms of income maximization and as possibility ...
4
votes
1answer
233 views

Visualizing a CUP grammar

I am implementing a grammar in CUP, and it would often be helpful to see everything at a glance. This could also be useful in finding errors quickly. Are there any programs out there that will ...
1
vote
1answer
153 views

Any good examples of visualizations of performance test data?

I run some basic performance tests in C# on simple methods, but there are also legacy monolithic pieces written in C# as well as other languages. So, when testing, I often end up working with a black ...
6
votes
3answers
506 views

What is (are) the most useful technique/visualization for overall project status?

For reasons "above my pay grade", we're developing an issue/project tracking system where I work (similar to Trac, FogBugz, etc). The managers want a useful tool to be able to track the overall health ...
2
votes
1answer
56 views

Is there software available to generate visualizations for Path and Loop Testing?

Is there software that takes your code as input outputs logic flow diagrams for Path and Loop testing? Should it exist, come as an actual independent application or is it part of a framework?

1 2
15 30 50 per page