Tagged Questions

6
votes
3answers
207 views

Java source code display in a browser?

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, ...
6
votes
3answers
761 views

Algorithm visualization for C#

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 ...