code-visualization Questions

19

Solved

When I type git diff, I'd like to see a side-by-side diff, like with diff -y, or like to display the diff in an interactive diff tool like kdiff3. How can this be done?
Lanalanae asked 6/10, 2011 at 3:10

2

Solved

Are there any tools that can visualize R code? I have some very complex R code split between several scripts that I need to understand. Part of the difficulty of this is that there are so many nes...
Echols asked 21/2, 2018 at 21:42

0

When reading some big open source projects' codes, it'd be pleasant if there's a view that shows the visualization result of program executing flow when debugging JavaScript. So if there're any t...

7

Solved

I am a newbie in Java. I am trying to figure out how to work this code. It seems to me that it would be very useful if in the beginning I get the general structure of the code (which methods exists...
Strong asked 28/1, 2010 at 9:11

3

Solved

examples below. I am pretty sure that there is online free tool that can do it. But I lost a link :( May be someone has the link? http://habrastorage.org/storage2/c43/58e/013/c4358e0133268a...
Apriorism asked 24/7, 2013 at 5:48

10

Solved

I have an application written in Java. In is stored in several files. It uses different classes with different methods. The code is big and complicated. I think it would be easier to understa...
Byers asked 6/10, 2010 at 10:14

3

Does anyone know of any static class/code explorer/visualisation tools for Objective-C? Something to help become familiar with large code-bases? Thanks!
Bucktooth asked 3/9, 2011 at 2:43

2

I just picked up a MATLAB codebase that's light on documentation and original developers (who all shot through long ago). I'm comfortable with MATLAB but could still use some static analysis tool...
Eichman asked 26/3, 2012 at 0:8

1

Solved

Is there a code visualization website for Racket programs (for novice WeScheme users) similar to what is available at Online Python Tutor? Needless to say, it would provide a great self-teaching or...
Nur asked 20/2, 2012 at 17:25

3

Solved

I have my Java source code in the standard src/ lib/ test/ directory structure for my project. I want to generate a web view of my source code where I can fire up a browser and see syntax-highlight...

1

Solved

I have a lot of classes which interact with other classes through signal&slot mechanism, composition, inheratance etc. I wonder, is there any tool which visualizes(such as:UML-like diagrams) d...
Yardman asked 23/9, 2010 at 8:16

3

Solved

Is there any software that visualizes algorithms from code? As a flow chart of something similar. Not dependencies, inheritance and that kind of thing, but the code inside a function, or a series o...
Orling asked 17/10, 2009 at 8:6
1

© 2022 - 2024 — McMap. All rights reserved.