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.
0
votes
2answers
58 views
Artificial Intelligence for card battle based game
I want to make a game card battle based game. In this cards have specific attributes which can increase player's hp/attack/defense or attack an enemy to reduce his hp/attack/defense
I am trying to ...
-2
votes
0answers
22 views
how to capture jpeg image of body of html page
i am creating flow chart diagram creator and i have little problem in saving that flowchart diagram because i have no idea about saving a web page as jpeg. please guide me i just need help to capture ...
0
votes
0answers
39 views
How to generate pseudocode from flowchart and vice versa
FYI,I have googled well, but couldn't find any clear way.
I have drawn a flowchart in MS visio. How to generate pseudocode from it?
Is there any way in visio or any other software to do that?
-7
votes
0answers
195 views
Creating a dynamic flow chart using Jquery [closed]
How would the best way to go about creating a "dynamic flow chart" like the one described here.
0
votes
0answers
34 views
Customizing the Windows Workflow Foundation like CryEngine Flowgraph
I am beginning a new project that is designed to run a set of tasks based on certain criteria (File exists, timer, etc.). I am interested in utilizing the Windows Workflow Foundation's flowchart ...
0
votes
0answers
26 views
Can we create a custom activity to have multiple outgoing connections in Microsoft Workflow?
I have created a custom activity using Microsoft Workflow ('Email Manager'), and depending on either approved or denied by manager, the workflow will then do different things.
In order to do this, I ...
-2
votes
0answers
120 views
How do I Import sequential workflow steps from Excel into Visio 2010 [closed]
Just interviewed employees to document exactly what they do for a given task. I used Excel 2013 to list the process steps for the task in sequential order (top down in one column).
I need to ...
4
votes
3answers
166 views
Graph flow chart of transition from states
I'm trying to find a way to graph something like this in R:
It is a transition between states, I want the boxes to be equal to the population size and the arrows to indicate the size of the ...
1
vote
1answer
72 views
What is the best way to design a system, flowchart or UML? [closed]
I've been assigned a task to design a system and they prefer flow chart. But from my study around, it's preferred to design using UML concepts. Now I am a bit confused.
0
votes
1answer
52 views
How to Design a Horizontal Dynamic flowchart in HTML
I would like to build a horizontal flow chart / Dupont Model in ASP.NET/HTML.
Something like this
The task is more complicated that the number of boxes and their positions are dynamic.
Is there any ...
0
votes
1answer
32 views
Having two workflows in WF4.0 one being part of the other
I am having a small c# 4.0 project (VS2010) with workflows.
First I had one workflow only and that worked perfect.
Now I inserted a 2nd one (and later need more).
I now got Workflow_One with many ...
0
votes
0answers
56 views
Generate Swimlane Diagram Automatically?
We used to draw swimlane diagram using popular editors, such as Visio. Is there any software or plugin, in eclipse, which generates swimlane diagram automatically?
Like when we run our application, ...
0
votes
2answers
189 views
Convert Flowchart to Code (Javascript or PHP)
Are there any tools which will let me draw out a complex flowchart and then convert it to JavaScript or PHP?
I have a series of long, and very complicated flowcharts which may change over time. I ...
0
votes
1answer
85 views
Using Resource Dictionaries in a Class Library
I'm using this (excellent) flowchart diagram designer in my application, but I'd like to use it as a UserControl.
To convert the Application into a UserControl I've changed the only window the ...
1
vote
1answer
41 views
Copy Shapes in Flowchart from Dia to Excel
Could we copy Shapes in Flowchart from Dia to Excel or Word to edit them? and how to do that. Thanks so much.
4
votes
1answer
150 views
Flowchart existing C Code
I have inherited some old Arm 7 C code that I need to maintain and enhance. Rather that hand walk through all the lines of code, I was hoping that I could use a tool to reverse engineer it and ...
1
vote
3answers
441 views
How to make a flowchart/diagram using only HTML and CSS
I need to make a really complicated diagram for a website, in which the hierarchy will be a bit messy: arrows will go up and down, sometimes an element will point to several others, and sometimes ...
-2
votes
1answer
124 views
Pseudo code for incremental search method [closed]
public boolean searchSummaryData(String textToFind) {
int fromRow, fromCol;
fromRow = summaryTable.getSelectedRow();
fromCol = summaryTable.getSelectedColumn();
if (fromRow < 0) {
fromRow = ...
1
vote
1answer
110 views
Most extensible way to program a flowchart/wizard of questions?
I have been asked to update an existing "wizard" that presents a linear sequence of questions to users. I was given the task of updating this wizard by referring to a flowchart that was provided by ...
0
votes
0answers
48 views
Flowchart software that reveals next nodes as user works through the decision tree branches?
I'm looking for the kind of functionality demonstrated in this little video http://www.youtube.com/watch?v=kjF7ffQeGzA
Instead of the user being overwhelmed by the whole flowchart at once, the user ...
0
votes
1answer
44 views
Display troubleshooting steps via workflow-like interface [closed]
I am currently looking at a way to formalize our ticket queue in a way that makes it easy for new users and unrelated support teams to debug common problems. The issue is, this process is much more ...
-1
votes
1answer
359 views
Best software for draw beautiful flowchart? [closed]
Is there any easy-use (for stupid man) to draw flowchart like http://www.mybao.com.tw/edm/20120619/20120619_mytaobao.html
i hope there is toolbox and some picture/symbol database can let me use.
i've ...
0
votes
0answers
370 views
Java Opensource API to create flow charts
Is there any Java opensource to create flow charts not within the IDE itself, but in a web based application so they can be viewed on a browser? This is like a Cost Control Flowchart, but basically a ...
0
votes
0answers
110 views
Tool to automatically convert C-functions with only if-statements into flowcharts?
I have some C-functions that contain only if-statements and return-statements. I would like to make easy-to-read flowcharts that document the decision making in these functions. Is there a tool ...
0
votes
1answer
96 views
Need a program that can export flowcharts as xml for later use in JavaApp
I want to develop a simple way to generate a flowchart for websites.
Here is why I would need something like that:
At first one draws a flowchart in < insert-program-here > and exports it as a ...
2
votes
1answer
466 views
Open source HTML5 JS library for flowchats [closed]
I am planning to write an application that can allow me to draw flowchart like diagrams that can span over multiple dynamic rectangles (nodes) connected to N level of depth. Obvious thought is to use ...
0
votes
2answers
718 views
Flowchart with jsPlumb
I'm trying to create a flowchart with jsPlumb. I have two elements and I want to connect them with a line. I want a line, but not a huge dot as I currently have. I've tried setting the radius of the ...
1
vote
1answer
130 views
tool for converting .bat scripts to flowchart diagrams
I need to analyse and find logic of a very large batch file.
Is there any tool for converting Windows .bat scripts to flowcharts?
I mean visualization tool for batch files for visual analysis.
0
votes
2answers
107 views
Flowchart using JGraphX
How do I use JGraphX Library to generate different shapes of a Flow Chart ???
If there is a sample code available through which I can understand, I would really appreciate it.
-1
votes
1answer
293 views
iOS app flow chart tool [closed]
I'm looking for application that can help me create flow chart for iOS app that includes views. An example:
http://yvonnelao.com/wp-content/uploads/2011/04/RW_FlowChart_121410.jpg
Is there a built ...
0
votes
0answers
1k views
Draw Flowchart dynamically using Jquery
I need to draw flow chart using jquery. But not getting which opensource Jquery tool will help me to generate this flowchart dynamically.
I checked for http://raphaeljs.com/ under this I'm unable to ...
0
votes
2answers
300 views
flowchart with jquery without using third party component/library
I need to create flowcharts in asp.net within which some data is dynamic comes from database. for which I am not allowed to use any third party tool or library.
It shows me flow of various jobs in ...
0
votes
1answer
90 views
(SOLVED) Transform 4bit hexadec to its correspodning 7bit ascii-code, assembly code
I've gotten the task to make a sub-routine which transforms a 4bit hexadecimal value to its correspodning 7-bit ascii-code. Eg. 0010 which is 2 converts to 011 0010 (ascii for '2'), 1011 which is B ...
0
votes
2answers
174 views
Flow Chart Generator Software File Extension
I am making a flowchart generator software. Now, I want to add a feature so that user can save the flowchart in edittable file format other than jpg or pdf.
Which file format should I use so that ...
1
vote
1answer
36 views
How to pause a workflow
So I'm trying to learn Workflow 4.0 by making a calculator using a flowchart. Here's my model:
It works so far. Now I want to connect the last Assign to the Switch, so it gets backwards and does ...
0
votes
0answers
254 views
FlowChart Libraries in Java
I'm going to develop an interface in Java for drawing flowchart like PacketTarcer or GNS3, and during my researches in Google , i found some APIs like jgrapht
my problem is i don't have much time ...
0
votes
1answer
111 views
Generate control flow chart from ARM assembly
Currently I have some ARMv7 assembly code extracted from iOS 5 App with the help of IDA Pro, I would like to generate a control flow graph based on those assembly code. Is anyone can recommend the ...
0
votes
0answers
87 views
Javascript modules to generate server-side flowcharts from data fetched from MySQL database?
MySQL DB -> Flowcharts in HTML
I want to generate some flowcharts in the server-side itself and show it in html.
The flowcharts will be create from the data in a MySQL server.
Are there are any ...
-1
votes
1answer
198 views
Please introduce open-source project with project's detailed flow chart [closed]
I'm trying to do some search about project's code and document map, so I need an open-source project with detailed flow chart so I can analyze things like which part of code map to which part of flow ...
-2
votes
1answer
174 views
Flowchart Design [closed]
I need help designing a flowchart about a program thats gets a string from the user in main and then creates a function that takes a string as an argument and returns the sum of the elements (all ...
2
votes
3answers
96 views
is there a free html/js (non-flash/silverlight and anything that requires plugin) flowchart designer?
I know diagram.ly and the similar, but i need a free one. It also would be nice to indicate with a line that the boxes are perfectly aligned.
1
vote
3answers
732 views
c# flowchart generator [closed]
Is there some kind of software available or a plugin for Visual Studio 2010 profesional that will output a flowchart given a c# source file?
I have a piece of source code close to 1500 lines and I ...
0
votes
1answer
271 views
Business Process Model Versus Process Flow Chart
What are the differences between designing a process using Business Process Model OR using Process Flow Chart ?
What are the differences between the two, are these two design tools similar?
-2
votes
4answers
848 views
Drawing of flowchart with javascript and return the drawing variable instead of picture
I would like create a page for client-side user to draw flowchart, most importantly can return the value of the drawing, for example, the typing in the box he draw, instead of end result in picture.
...
0
votes
2answers
213 views
standalone wiki with wysiwyg editor and js flowchart designer
i am looking for a wiki that either doesn't need server/database or it has embedded server/database
it should have wysiwyg editor (either buldin or plugin)
it also should have javascript flowchart ...
0
votes
0answers
97 views
Tool that calculates number of scenarios from an use case flowchart
I'm looking for any kind of tool that can calculate the number of scenarios from an use case flowchart.
Not sure if a combinatory tool will do the job. I've already tried some and in all cases I was ...
1
vote
0answers
129 views
performing database segmenting via flowcharts?
At work, we design marketing programs which regularly involve taking parts of our customer database and segmenting it -- typical stuff. In the past this has generally been done by individuals using ...
-2
votes
1answer
143 views
Analytical flow-chart - decide what number must be in a specified box [closed]
I am having a lot of trouble in solving the following flowchart question.
Could you please help me as soon as possible as i have interview tomorrow?
4th question in the following link
...
1
vote
0answers
27 views
Graphic representation/flow-chart of python script [duplicate]
Possible Duplicate:
How can I extract the call graph of a function from Python source files?
My searches are not coming up with the right information. I'm wondering if there is a ...
1
vote
1answer
241 views
Tweaked Fibonacci in 6 flowchart “balloons”?
So I have a homework to make a flowchart of an algorithm printing first N terms of Fibonacci sequence. It's not hard, sure, but the teacher told us this could be done in as little as six flowchart ...


