-
Recent Posts
Recent Comments
- R.P. Churchill on TWSL Series 07: Discovery and Data Collection
- R.P. Churchill on A Simulationist’s Framework for Business Analysis: Round Two
- LN on A Simulationist’s Framework for Business Analysis: Round Two
- R.P. Churchill on Starting to Learn About the Java Memory Model
- R.P. Churchill on Multidimensional Arrays in Javascript
Categories
Meta
December 2024 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Search Results for: discrete-event sim project
Using Data In My Framework and In Simulations
I recently wrote about how data is collected and used in the different phases of my business analysis framework. After giving the most recent version of my presentation on the subject I was asked for clarification about how the data … Continue reading
A Simple Discrete-Event Simulation: Part 90
This evening I attended the DC IIBA Meetup on the subject of process mapping, which is obviously an area in which I have some experience. Since I’ve reached a natural break in writing about pure business analysis subjects I’m going … Continue reading
A Simulationist’s Framework for Business Analysis: An Update
While continuing to work through my Jira course with an eye toward using it in conjunction with a Requirements Traceability Matrix, I’ve been thinking about the context of how the work actually gets done. I’ve discussed the content of the … Continue reading
Posted in Tools and methods
Tagged Bob's Analytic Framework, business analysis, Jira, systems analysis
Leave a comment
A Simple Discrete-Event Simulation: Part 83
Direct link for mobile devices. Now that I have the chance to return to the Discrete-Event Simulation project the next item to work on is touch events. I had already implemented the ability to scroll the 2D display horizontally and … Continue reading
Posted in Software
Tagged discrete-event sim project, JavaScript, mobile devices, touch events
Leave a comment
A Simple Discrete-Event Simulation: Part 81
This week and possibly much of next I’m concentrating on updating the fixed content of my website, which means I’m only going to be doing small increments on this project. I’ve decided that the next item to work on is … Continue reading
A Simple Discrete-Event Simulation: Part 80
I was working on other things today so the only thing I added to this project was the grid. It’s at a y-elevation of zero. More interestingly, it’s generation is automated, with the relevant code being shown below. Because floating-point … Continue reading
A Simple Discrete-Event Simulation: Part 79
The direct link to the latest version is here. Open this in a new window and try resizing it. While preparing to give a presentation at the CharmCityJS Meetup this Wednesday I spent quite a bit of time investigating the … Continue reading
A Simple Discrete-Event Simulation: Part 75
Today I expanded the capability of the Bag component to allow entities to reside there, spawn new sub-entities that undergo an external process of their own, and return to the “parked” entity. Delay times can be specified that control how … Continue reading
A Simple Discrete-Event Simulation: Part 71
Continuing yesterday’s investigations I did some experiments with defining and instantiating a few objects to see how JavaScript allocates memory for them. I used the memory inspector built into Firefox to track memory and object usage as closely as possible. … Continue reading
Posted in Simulation
Tagged discrete-event sim project, JavaScript, memory management
Leave a comment
A Simple Discrete-Event Simulation: Part 69
Today I ticked one item off the To Do list and generally streamlined other parts of the code. The list item involved modifying the Queue component so it would smoothly handle situations when the traversal time is set to zero. … Continue reading