Tagged Questions
A flowchart is a type of diagram that represents an algorithm or process, showing the steps as boxes of various kinds, and their order by connecting these with arrows. This diagrammatic representation can give a step-by-step solution to a given problem.
11
votes
9answers
10k views
javascript flowchart library for workflow visualization
I need to generate flowchart from business process specification (tasks, their input, output points, roles applicable for each task... ) stored in a database.
What I need is javacript (preferably, ...
10
votes
7answers
4k views
Best Flowchart Software (Online or Offline, Preferrably free)? [closed]
I would like to hear from some of you veteran programmers out there about your preference for flowchart software, so if you wouldn't mind saying what you use for your programs, and why?
Thanks, I'm a ...
10
votes
16answers
992 views
How much planning do you do before starting to code?
When you're starting a new project, how do you plan for it or how long does it take?
Pseudocode?
Flowcharts?
Do you try to think of all the classes in advance?
TBH, i never plan anything. I get ...
9
votes
10answers
2k views
Online Flowchart Diagram Tool (run from private wiki)
Is there some flowchart diagram tool that would (or could be made to) integrate with a self-hosted wiki?
Requirements:
basic functionality (e.g., drawing some boxes and some arrows)
would ...
8
votes
4answers
7k views
JavaScript flowchart / flow diagram lib
Are there any javascript libraries for client-side rendering and manipulation of flow-charts? My preference would be for jQuery, but I'd settle for others.
This question has been asked before, but ...
7
votes
4answers
439 views
tool to show diagramatic representation of c code
Is there any tool to show diagrammatic rep of flow of program if we input a C file?
Thanks.
6
votes
1answer
617 views
Simple, but dynamically generated flow chart or process chart view for iOS
Perhaps "flow chart" or "process chart" isn't even the correct terminology for what I'm looking for, but it's the best analog I can come up with. Basically, I'm trying to find a library or class that ...
6
votes
2answers
1k views
Automatic Flowchart Generator - Python
Does anyone know any flowchart generator's that support Python, besides Visustin?
Thanks,
6
votes
3answers
497 views
Flowcharting functional programming languages
Flowcharting. This ancient old practice that's been in use for over 1000 years now, being forced upon us poor students, without any usefulness (or so do I think). It might work well with imperative, ...
6
votes
15answers
2k views
free, cheap or open source UML and Visio-like tool
We're looking for free/cheap or open source UML tools. What tools have you used ?
It's OK if there are 2 tools, one each for Flow charts and UML.
If a UML tool or Flow Chart tool is cheap(we're a ...
5
votes
5answers
7k views
Is there any free C/C++ code to flowchart generator tool available on the net?
Is there any free C/C++ code to flowchart generator tool available on the net for download?
5
votes
2answers
2k views
Automatically Generate a FlowChart in Python
I would like to automatically generate a flowchart similar to this one ( http://en.wikipedia.org/wiki/File:%281%29_2008-04-07_Information_Management-_Help_Desk.jpg ) with Python.
Do you have any ...
4
votes
5answers
494 views
Is there any tool for flow-diagram available?
is there any tool available, to make a flow diagram or Flow Chart out of code. or make any other diagram like class diagram from the code.
4
votes
1answer
525 views
How can I include a .eps figure within a Tikz simple flow chart?
I would like to create a simple flow chart in latex with the TikZ package similar to the following example
http://www.texample.net/tikz/examples/simple-flow-chart/
However I would like to include ...
4
votes
4answers
5k views
tool to convert c++ source code to flow chart
I have an old C++ code with multiple nested if else
Is there a tool that will take C++ code and produce a flow chart ?
a free tool will be the best ;-)
3
votes
3answers
88 views
Django Flowchart Model
Is anyone aware of a Django app for designing and storing flowcharts in a database? After searching for variations of "Django flowcharts", I've only found flowcharts of Django's internal design, not ...
3
votes
2answers
275 views
Free space (3D) flow chart or UML diagram software?
Are there any mature tools or libraries out there which let you create flowcharts or UML diagrams in 3D? It would be nice, for example, to be able to have a plane of "swim lanes" representing process ...
3
votes
5answers
363 views
Flowchart diagrams vs. UML activity diagrams
What is the practical difference between using flowchart diagrams and UML activity diagrams?
I have some thoughts, but maybe I'm missing an elephant in the room?
Flowchart diagram:
Widely used;
...
3
votes
1answer
247 views
Using flow chart or diagram for routines across programs
I have a busy set of routines to validate or download the current client application. It starts with a Windows desktop shortcut that invokes a .WSF file. This calls on several .VBS files, an .INI ...
3
votes
3answers
75 views
How can I restructure this control flow to avoid use of goto?
As a homework assignment for my introductory programming course I have to design and implement a program that generates a random number(1-100), then gives the player 7 guesses to correctly guess the ...
3
votes
5answers
2k views
Flow chart generator from source files
I'm searching for a tool that let me generate a flow chart for a given project. It is difficult understand others code by looking at code, a flow chart can be very helpful.
My Project is in VS 2010 ...
3
votes
3answers
711 views
C# designer flow chart app - how?
Hi
I'm new to C# WPF.
There's a flowchart WPF program in C#.
The program can display objects and connecting arrows between them.
ie eg
======== ========
| | | |
| obj1 ...
3
votes
7answers
543 views
Designing a complex workflow diagram
We've got a surprisingly complex workflow that needs to be monitored by a quasi-technical employees with an in-house webapp. There's about 30 steps, some of which are manual (editing), some are ...
3
votes
2answers
136 views
How can I generate images of basic figures with Perl?
I am using jalava library as a diagram drawing tool.
It displays figures as images in order to maintain compatibility with majority of browsers.
When diagram block is being resized a request is being ...
3
votes
6answers
1k views
Is there a free (as in beer) Flow chart generator for COBOL Code?
Hi
I've never read COBOL in my life and have been tasked with rewriting the old COBOL code in a new language.
Are there any free or free-to-try software packages out there that will generate a flow ...
3
votes
5answers
2k views
How could I represent a interrupt (for microcontrollers) in a flowchart?
Does anyone have any visual examples?
3
votes
2answers
1k views
Free Code-to-Flowchart/UML tool for C# code
I'm looking for a free tool similar to Visustin. Are there any like that that exist?
3
votes
3answers
3k views
Embedding a flowchart design surface in a .net application
I need to incorporate a flowchart design surface into an app we're developing to allow users to create what are essentially workflows/schedules. I need to be able to create my own 'shapes', set custom ...
2
votes
1answer
147 views
is there any software to convert python code to flow charts?
I have complex pyhton code with multiple checks and module interactions. Is there a tool that will take Python code and produce a flow chart ? I am using linux.
Thanks a lot.
2
votes
3answers
464 views
C# creating own flowchart
In a project, I'll probably have to create an application (.Net / C# 4.0) that will provide a flowchart.
I'm looking for the best way to do this, knowing that it should be really flexible :
Do I ...
2
votes
2answers
1k views
WPF / Silverlight flowchart designer
Anybody knows an open source product/framework, based in the MS stack, that allows modeling workflows (flowchart)?
It should allow:
- Drag and drop different node styles;
- Define properties for ...
2
votes
1answer
440 views
What is the difference between a workflow and a flowchart if any?
I'm doing a study on how to visualize a process of an application. Now I found the term workflow and workflow management but it's a little confusing.
When I searched further the term flowchart also ...
2
votes
4answers
411 views
migrate COBOL code
I have a task to convert COBOL code to .NET. Are there any converters available? I am trying to understand COBOL code in high level. I have a trouble understanding the COBOL code. Is there any ...
2
votes
2answers
482 views
What are some free online flow chart tools?
Can somebody tell me of a tool that helps draw a flow chart online (to collaborate) but not make it public. I did see http://stackoverflow.com/questions/1952450 that talks of gliffy but it makes ...
2
votes
1answer
302 views
design workflow/flowchart representation in python?
In my web application I have wizards with many next previous buttons and choices ( kind of flow chart with events and options ). Wizard do not run in one go, but may wait for external event, user come ...
2
votes
2answers
341 views
language to create flowcharts
This seems like something which must have been answered before, but I can't find anything appropriate in the question archives. Basically, I'm looking for a little Domain Specific Language to create ...
2
votes
3answers
2k views
Generate dynamic flow-chart
We are looking for some code/component that can create a flow-chart (image) dynamically, preferably in .NET/C# (although a Silverlight/Flash-component that takes a XML/JSON-feed will also be fine).
...
2
votes
1answer
542 views
Looking for a customizable “flowchart builder ” builder
I need to create a customized graphical flowchart builder. There are only three classes of connectable components, and two kinds of connectors from which the flowchart is constructed. Each component ...
2
votes
2answers
202 views
Tools or programming libraries to visualize custom logic
I am looking for tools to aid in the visualization of custom business logic used to perform document generation. The logic is expressed as an object-oriented model consisting of a graph of decision ...
2
votes
2answers
3k views
Using Database entries to dynamically create a visio diagram
Is this possible?
We have a Configuration Management Database that stores information such as our servers, what datacentre they're stored in, applications that reside on them, as well as interfaces ...
1
vote
1answer
83 views
C++ code to Flowchart & Psudocode [closed]
I am looking for a tool can convert C++ code to Flow chart & Psudocode, can I find one ?
1
vote
0answers
35 views
What kind of WPF composition would I need to implement a two way node diagram?
I shall create a visual component to display and navigate a large network of nodes. Nodes have input terminals and output terminals. The total network is too large to be displayed on a single screen.
...
1
vote
2answers
52 views
advise on app architecture: drag drop connect
I want to build an iPhone and iPad app that works like MIT's Scratch
So I basically need to drag n drop the blocks from the left to the right side, in order to build a flow chart style diagram...
...
1
vote
1answer
111 views
Looking for a Javascript LoD Zoom Flowchart Library
I need to create a dynamic flowchart that is dynamically generated from some XML/JSON (doesnt matter which). The data describes a system with multiple high level nodes. If a node is clicked I would ...
1
vote
1answer
140 views
Problem with forming a closed loop of two divs with jsplumb library
I have 2 divs with position absolute:
<div class="node" id="block1" style="position: absolute;">Block1</div>
<div class="node" id="block2" style="position: ...
1
vote
1answer
274 views
Software used for creating Android flowcharts
I really love the Android flowcharts, such as for fragments and activity life cycles.
Does anybody know which software is used for creating them?
Just a guess as to which software could be used for ...
1
vote
2answers
392 views
Generic approach to create flow charts in WPF
I have to create an animated flow chart GUI which displays different states. Further on demand the flow chart elements are re-positioned and re-sized if the focus shifts to certain elements.
All of ...
1
vote
1answer
328 views
logins , users, permissions in sql express 2005 , with diagram , flowchart
I want to create logins & users for my c#.net winforms application which uses sql server 2005 express .& upto my knowledge i have built these steps.
So , I want to ask that are these steps ...
1
vote
1answer
120 views
Flowchart - Connectors to decision
I'm using enterprise architect and trying to have a fifth connector from decision (shown in red) but if decisions are allowed to have more than four connectors then how should it be placed properly?
...
1
vote
4answers
173 views
Dead simple flowcharting tool
I'm making quick and dirty flows of my software for non-technical users. I'd like something that can output to PNG or other graphic format and that they could easily get into and use to make updates ...