Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
81 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
92 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
119 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
134 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
96 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
122 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
131 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
200 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
123 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
307 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
53 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?
9
votes
2answers
178 views

Are there any good tools for visualizing refactoring work?

Many of my co-workers take pride in writing complex algorithms and programs, ones which take significant time to completely grok. I (strongly) tend towards the opposite end. I'm proud when I write a ...
6
votes
1answer
139 views

Best way to visualize/keep track of different environments (test,int,production)

I have several application servers for different purposes (production, integration, test, etc.) with a database that also contain more or less different data states (test database, production clone, ...