Tagged Questions
The flow tag has no wiki summary.
32
votes
23answers
2k views
How to keep concentrated and focused while waiting for your compiler?
When I'm working on software, I find that as soon as I have to wait more than around 6 seconds for the compiler or for the program to start (or simply for Visual Studio to process some really ...
6
votes
6answers
334 views
Dissecting a line of (obfuscated?) Python
I was reading another question on Stack Overflow (Zen of Python), and I came across this line in Jaime Soriano's answer:
import this
"".join([c in this.d and this.d[c] or c for c in this.s])
...
5
votes
5answers
194 views
How to add print statements in every function in c files right programmatically?
I am working on embedded code and for now totally reliant on prints from within functions to figure out the flow of execution (there is no stack trace functionality available).
It often happens that ...
5
votes
1answer
456 views
control flow graph generator for c# code
i need a tool that takes c# code and generate the control flow graph of the code
if there's something like this in visual studio ............ do please point it out to me
thanks
4
votes
1answer
292 views
Is there a tool for Django project structure/information flow visualization?
I would like to be able to view the structure of my Django project, i.e. which urls point to which views, which views point to which templates, which css files are included in which templates etc.
I ...
4
votes
3answers
315 views
How should I write flow-chart-like code? Or should I use something like Windows Workflow Foundation?
I'm investigating the how best to develop/code a flow-chart like scenario.
For example, given the following diagram I could write the pseudo-code beneath it to satisy the requirements. However, as ...
4
votes
3answers
2k views
What is the best way to graphically represent page flow, as applicable to an action oriented web application?
What is the best way to graphically represent page flow, as applicable to an action oriented web application?
What model do you use to represent page flows (page flow diagrams) encompassing pages ...
3
votes
2answers
50 views
How do I make text flow through 2 rows of 2 columns using css3?
At the moment I've got a div which is 1024px wide.
In that box are two CSS3 columns with text flowing automatically from one to the next.
However, I want to restrict the height of these two columns ...
3
votes
1answer
89 views
ASP.NET MVC flow (how are the models created, populated and passed around)?
I've seen flow charts of the life-cycle but they never seem to answer this question OR I'm just not getting it.
So if user hits a registration page is it:
Routing engine chooses controller.
...
3
votes
2answers
172 views
Best graph algorithm/implementation for dynamic max-flow computation
I have to write a program which requires to maintain some data in a directed flow graph. I need to compute the maximum-flow at runtime.
I know that there exist several libraries for handling graphs, ...
3
votes
4answers
161 views
How do I manage complex flow control in Java?
I've been researching Java flow control and exception handling for a while here and have these generally accepted rules:
don't use exception handling for flow control
avoid checked exceptions unless ...
3
votes
4answers
189 views
Eliminating cyclic flows from a graph
I have a directed graph with flow volumes along edges and I would like to simplify it by removing all cyclic flows. This can be done by finding the minimum of the flow volumes along each edge in any ...
3
votes
2answers
206 views
Why isn't eq working with my string input?
Just started to learn Perl and namely, learn program flow - main noteable differences between evaluating strings and number and using the appropriate operators. Simple script, I have here is driving ...
3
votes
1answer
671 views
Funky android activity behavior when screen turns off?
I'm seeing some interesting activity flow when android turns off the screen and locks the screen... my app goes through the regular flow, onCreate, onStart and onResume. Then, I let my phone sit ...
3
votes
4answers
341 views
A follow up to the YES / NO control flow question I had earlier
I posted a question about how to get user input such as YES or NO to control the flow of a program using if else statements, I got a answer and now i'm a step closer to making this work, however ...
3
votes
3answers
268 views
A network flow problem
I am recently preparing for the acm-icpc contest. Here I want to know how to find the minimum
flow with the least cost given the condition that each edge in the graph has a capacity C, a cost V, and a ...
3
votes
3answers
536 views
Flow control in threading.Thread
I Have run into a few examples of managing threads with the threading module (using Python 2.6).
What I am trying to understand is how is this example calling the "run" method and where. I do not see ...
3
votes
2answers
612 views
PayPal Subscriptions - IPN Handling and Site Flow?
For my membership site, I've got the IPN handler done. My question is one of site "flow".
Here's how it goes:
User -> Landing -> SignUp -> Verify -> PayPal -> ThankYou
So here's the problem (which ...
3
votes
2answers
632 views
CSS box “flow”/stacking (see screenshot)
I'm having a hard time making boxes flow as illustrated in the attached screenshot. Seeing as I'm not even quite sure what this technique is called, it's making googling hard.
The boxes with be ...
2
votes
1answer
40 views
what's the proper way to work with Git Submodules
I have git projects that share a common library as a git submodule.
When I make any changes to a project, I always create a git branch to do my work in. After testing and given another set of eyes, I ...
2
votes
3answers
54 views
Perl reading file a while loop then trying to add data in the month in a foreach loop
I have a space delimited text file I am reading and am trying to add up data based on month, the data looks like this:
Mon Apr 04 08:00:00 MDT 2011 120.72 0.3 0.707 25.609 25.609
Mon Apr ...
2
votes
4answers
55 views
what is the issue between float and height:100% of divs
Please see the HTML below:
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<style type="text/css">
html, body
...
2
votes
0answers
42 views
Set hardware flow control to sierra wireless modem wismo228
I have a wismo228 modem which i can communicate with using hyperterminal. Currently i set the flow control to none so that this can work.
How can i change the flow control on this modem so i can ...
2
votes
2answers
134 views
How to determine the flow is generated by GPRS 3G or Wifi ?
In the flow monitoring program, how to determine the flow is generated by GPRS or Wifi ?
Please provide me some ideas and suggestions? Thanks a lot .
2
votes
1answer
131 views
Webflow in php language
I recently developed a web application in JEE with Spring framework. I also used the Spring webflow project to define my flow (a strict navigation that user must follow to access certain pages, eq: ...
2
votes
1answer
371 views
Func Invoke, is there a better solution
I've an async downloader class that I want to control with different settings from a service layer.
In the downloader class I've the following setup to control how the downloads should be handled.
...
2
votes
2answers
1k views
How can I find the minimum cut on a graph using a maximum flow algorithm?
I need to find the minimum cut on a graph. I've been reading about flow networks, but all I can find are maximum flow algorithms such as Ford-Fulkerson, push-relabel, etc. Given the max flow-min cut ...
2
votes
4answers
248 views
How do I control flow of PHP multi-page form?
I am a bit of a PHP newb
I have developed a multi-page form which works fine at the moment - each stage is on another page (I use the session to retain the data).
However I know that users don't ...
2
votes
5answers
1k views
What is the difference between Inclusive and Exclusive OR?
I have been studying some Business Process Execution Language (BPEL) and the associated modelling system (BPMN) where the designer needs to learn about inclusive and exclusive gateways for process ...
2
votes
3answers
410 views
event flow in action script 3
I tried to dispatch a custom event from some component on the stage and I registered another component to listen to it but the other component doesn't get the event.
Here is my code; what did I miss?
...
2
votes
4answers
535 views
TCP flow extraction
I need to extract TCP Flows with their content from dump file and then save their flow into other file each flow separately, does any one know a tool for processing this?
I really appreciate for any ...
2
votes
6answers
848 views
Creating nice pdfs with ruby
I would like to create pdfs with ruby. One special need is embedding a picture into text (or a textblock), which means I need to be able to let the text flow around the image. E.g. the image should be ...
1
vote
1answer
19 views
git flow branch dependencies
I've got a question regarding git branching protocol. I'm starting to get more familiar with the git commands, but am still fairly new to the process.
I'm working on a git-based project with one ...
1
vote
1answer
133 views
Find an edge using the Ford Fulkerson algorithm?
I'm trying to implement the Ford Fulkerson Algorithm in C++.
However, I'm having trouble with my find_edge function. When I call this function in my_alg, it chooses the correct edge and then the ...
1
vote
0answers
28 views
gps trace visualizations
I have about 2-3 months of GPS trace data. Basically, of about 30-40 vehicles moving across the city each day - and points popping up when they sync up with the satellite.
I want to make a speed up ...
1
vote
2answers
78 views
Dynamic XML flow problem with jQuery parsing to HTML page
The problem I have is that this jQuery:
<script type="text/javascript">
$(document).ready(function(){
$.get('CampusList.xml', function(xmltree){
...
1
vote
0answers
90 views
Algorithm Problem, Flow! [closed]
hi, I start in programming anybody knows how solucionate this in a flow? or code? (flow is prefered). THANK YOU!
The Water Institute, has a monthly record of rainfall occurring in the 5 weather ...
1
vote
3answers
45 views
Make other div not have its flow altered by a floated div
I have a page with a float: right'ed div at the top, and a text-align: center'ed div right underneath it. Is it possible to make the floated div not alter the flow of the other div (the one right ...
1
vote
0answers
128 views
Break a Multi-Page Tif to Individual Pages : Flow [closed]
I came to ask the right process flow for breaking a multi-page tiff image. I just can't figure out how to start the process flow. Right now, the thing that comes in my mind is breaking the tiff to ...
1
vote
1answer
23 views
Page elements not hovering correctly, no consistency across browsers
I have an area on a web page where there is a date entry. Next to it is a button that if clicked, should pop up a little calendar to the right of the entry allowing users to click on the desired ...
1
vote
1answer
396 views
Android Game Activity Flow - Back to Start
I am looking for the best way in which you would setup navigation in an Android game; a best practice for Android Game Activity Navigation. I have the following scenario:
A Main Menu Activity ...
1
vote
1answer
95 views
Actionscript 3.0 Program Flow
I tried trial and error by tracing strings so I could understand the program flow of actionscript(or any similar language in general) but to no avail; I couldn't understand it at this point or maybe ...
1
vote
1answer
151 views
Finding minimum-cost circulations by canceling negative cycles
I'd like to solve the min-cost flow problem for graphs by cancelling negative cycles. Goldberg and Tarjan published a paper with this title in 1989 but I am unable to track down either a copy of the ...
1
vote
3answers
114 views
assembly function flow
I am reading a "programming from the ground up", if you don't know what this book is, you still can help me.
In this book(chapter 4) there are 2 things that I don't understand:
what movl %ebx, ...
1
vote
1answer
136 views
Determining methods to call from user input in Java
So I'm coding a simple IRC client in Java. As of now, I'm trying to determine what commands the user is typing in. I know I can use a bunch of if-else statements, but that's not very good practice. I ...
1
vote
3answers
231 views
Tool for generating control flow in Java
I need a tool for generating control flow in java, but not a visual draw, something that I can work with like with path conditions or so.
Anyone ?
1
vote
1answer
124 views
help me with flowchart?
i have this @ flowchart
I = 5
K = 3
Q = int (I/K)
R = I-Q ^R
Y = int (Rnd*2)
hlp me to find each variable value !!
thxxxx
1
vote
1answer
176 views
Getting current page of a FlowDocumentPageViewer
I have a FlowDocumentPageViewer control that I am populating from the code behind. I am adding text from 3-4 items. I need to know on what page item 1,2,3... ends.
These items get added to a ...
1
vote
1answer
150 views
Maximal flow graph algorithm
Does someone know which algorithm should be used to find the maximal flow in the unoriented graph?
As far as I understand, the unoriented network here basically turns the graph into a multigraph with ...
1
vote
2answers
265 views
Data flow analysis for C++ program
I need to do some data flow analysis for C++ programs. Any open source tools that anyone can suggest?