Skip to main content
Filter by
Sorted by
Tagged with
2 votes
2 answers
720 views

I'm currently working on a project involving real-time code execution visualization in Node.js, using React on the front end with Socket.io for communication. The key components include user-written ...
Vishawjeet -124's user avatar
1 vote
0 answers
293 views

since im new in coding using a visual debuger is a big help for me to understand the codes im writing , using pythontutor.com or thonny app is very helpful as long as we do not import any external ...
zorg's user avatar
  • 23
-1 votes
2 answers
1k views

I recently started learning more about recursion in Python and quickly got myself into the Tower of Hanoi problem. I already have a recursive solution in Python, which prints the moves I should play ...
miguelcamposfernandes's user avatar
0 votes
1 answer
220 views

I'm building a project to solve TSP using genetic algorithms in C++. I'm looking for C++ plotting libraries that I can use to visualize the solution. I found a video on youtube & was wondering if ...
ransomware's user avatar
1 vote
5 answers
2k views

I got a quiz question in my Full Stack Web Development online course that states the following: let sum = 0; for (let i = 0; i < 5; i++) { for (let j = 0; j < 2; j++) { sum = sum + i ...
AstonJay's user avatar
1 vote
1 answer
121 views

Currently I am working with the glmtree() function in R. I have some factor variables with 20+ levels. The problem comes with the representation of the tree. There is some information at certain leafs ...
vog's user avatar
  • 836
-3 votes
1 answer
2k views

Is there some sort of software that can do so? Specifically, I would like to visualize Resnet18. Is there no other way other than to just draw it myself? Here is an example of what I want to see: ...
JasonLLu's user avatar
6 votes
0 answers
615 views

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 tools ...
TerrySu's user avatar
  • 168
-2 votes
1 answer
1k views

As the title suggests, I'm hoping for a static code visualization tool that can support any language. I'm hoping there is some tool which can be given some information about the language, and ...
user1999728's user avatar
12 votes
2 answers
4k views

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 nested ...
Stonecraft's user avatar
1 vote
0 answers
151 views

I would like to generate a code visualization that displays full source code file with arrows connecting lines Syntax highlighting (initially PHP, but extensible) To clarify, I have an analysis that ...
malaverdiere's user avatar
  • 1,557
2 votes
2 answers
121 views

I'm working on some beginner programming tutorials and am finding it difficult to keep track of the many modules and functions involved, their purpose (abstractly), and their interrelationships. I'd ...
Ryan Lue's user avatar
  • 1,007
-2 votes
1 answer
236 views

I would like to develop a visualization tool that able to read c programming syntax. The code will includes some functions call, timing information and some triggering mechanism. By recognizing all ...
Yeo's user avatar
  • 61
0 votes
0 answers
824 views

I am trying to make an image like the below (generated in MATLAB) in R. I need to use ggplot because I need to add rectangles to the "grid" one by one and set the background of each rectangle ...
lrthistlethwaite's user avatar
2 votes
2 answers
826 views

I have one very old code-base which consists of C++, VB and Classic ASP nonsense and I am trying to understand some code flows there. Unfortunately, there are many projects written in different ...
Vladimirs's user avatar
  • 8,659
2 votes
1 answer
1k views

     I would like to be able to use a tool that lets you visualize a program's control flow(s) in the context of its source code. To clarify, such a tool should basically ...
RandomDSdevel's user avatar
1 vote
2 answers
580 views

recently I started to work on some big project written in php/js. It is really big and I have constant problem of backtracing what functions are called where. Is there any tool, that would import ...
SubjectX's user avatar
  • 926
20 votes
3 answers
13k views

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/...
user929298's user avatar
4 votes
1 answer
5k views

I have source code that contains more than hundred source files and it is hard to understand what it does, how functions use each other, what is the flow of the execution.... Are there any programs ...
Roman's user avatar
  • 132k
5 votes
1 answer
716 views

I want to write Lisp/Scheme/Clojure code like this (map inc (range 0 5)) And have it visualized somewhat like this map -- inc \\ range -- 0 \ -- 5 I want to see ...
MRocklin's user avatar
  • 57.5k
8 votes
2 answers
4k views

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 tools ...
berad's user avatar
  • 91
5 votes
1 answer
1k views

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 ...
lifebalance's user avatar
  • 1,937
2 votes
0 answers
94 views

I was staring at my code thinking how boring the text looks. All I see is text, with no visualizable structure. Visualizable structures would be awesome: Background graphics such as 3D half-pipes on ...
Triynko's user avatar
  • 19.3k
285 votes
20 answers
201k views

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?
user avatar
13 votes
3 answers
3k views

Does anyone know of any static class/code explorer/visualisation tools for Objective-C? Something to help become familiar with large code-bases? Thanks!
user366126's user avatar
1 vote
2 answers
743 views

I have to figure out how a huge JavaScript code base works and I'm wondering if there are any CASE/UML tools to analyze its structure. I understand that there are several limitations because of the ...
Asimina Pappas's user avatar
7 votes
3 answers
4k views

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-highlighted, ...
pathikrit's user avatar
  • 33.7k
3 votes
2 answers
918 views

I'm looking for a visualization tool for net code dependency graphs similar to Dependency Graphs feature of VS 2010 Ultimate. http://msdn.microsoft.com/en-us/library/ee847415.aspx Since VS 2010 ...
George Polevoy's user avatar
1 vote
3 answers
901 views

I have a weird Scheme question. This is a part of something bigger that I'm helping a friend with. I need to convert a Tree:Data into an image that accurately represents the tree (I'm sorry I don't ...
inspectorG4dget's user avatar
47 votes
10 answers
35k views

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 understand the ...
Roman's user avatar
  • 132k
3 votes
1 answer
5k views

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) ...
metdos's user avatar
  • 14k
1 vote
1 answer
2k views

Is there code visualizer available (preferred as eclipse plugin)?
John Doe's user avatar
3 votes
2 answers
737 views

I have a maven project imported into Eclipse. I'm trying to understand the code pattern (architecture). What is the best way to do this? will use any UML Eclipse plugin help on this? will use ...
cometta's user avatar
  • 35.9k
7 votes
7 answers
4k views

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 ...
Roman's user avatar
  • 132k
7 votes
3 answers
3k views

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 of ...
Egor Pavlikhin's user avatar
2 votes
1 answer
162 views

Is there a way to configure code_swarm to only create the .png files. I think it would speed up the processing if it wasn't trying to display as it created the images. I've looked in the FAQ, but ...
grieve's user avatar
  • 13.5k