{"id":21376275,"url":"https://github.com/gerardnico/process","last_synced_at":"2026-01-26T21:53:06.140Z","repository":{"id":90531585,"uuid":"256220348","full_name":"gerardnico/process","owner":"gerardnico","description":"A repository about process simulation (based on Desmos)","archived":false,"fork":false,"pushed_at":"2020-04-16T14:57:18.000Z","size":116,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-26T20:53:04.868Z","etag":null,"topics":["process-simulation","process-simulator","simulation"],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gerardnico.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-04-16T13:18:14.000Z","updated_at":"2025-01-23T16:17:19.000Z","dependencies_parsed_at":"2023-03-13T17:57:23.717Z","dependency_job_id":null,"html_url":"https://github.com/gerardnico/process","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"e81420994ae08f28a852ccac750d79334fefd4b2"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gerardnico/process","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerardnico%2Fprocess","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerardnico%2Fprocess/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerardnico%2Fprocess/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerardnico%2Fprocess/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gerardnico","download_url":"https://codeload.github.com/gerardnico/process/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerardnico%2Fprocess/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28789256,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T21:49:50.245Z","status":"ssl_error","status_checked_at":"2026-01-26T21:48:29.455Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["process-simulation","process-simulator","simulation"],"created_at":"2024-11-22T09:14:49.782Z","updated_at":"2026-01-26T21:53:06.122Z","avatar_url":"https://github.com/gerardnico.png","language":"HTML","readme":"# Process Simulation - Desmo-J tutorial code\n\n## About\n\nThis repository is the result of the [DesmoJ](http://desmoj.sourceforge.net/tutorial/)\nwhere a truck/warehouse process is simulated:\n\n  * [event-driven](./src/main/java/com/gerardnico/desmo/EventExample/EventsExample.java)\n  * or [state-driven](./src/main/java/com/gerardnico/desmo/ProcessExample/ProcessesExample.java)\n\n\n\n## File\n\nThe HTML file are report of the simulation\n\n  * [ProcessExampleExperiment_error.html](ProcessExampleExperiment_error.html) shows the stats of the queue and \nis explained in more details [here](http://desmoj.sourceforge.net/tutorial/processes/exp1.html)\n\n## Concept / Model\n\n### System Dynamics\n\n`System Dynamics` (or differential equation modeling or dynamical systems modeling) concerns \nitself with the high-level behavior of a system as a whole.\n \n### Agent based \n\n[Agent-based Model](https://en.wikipedia.org/wiki/Agent-based_model) allow you to model individual agents within a system. \nWhere in System Dynamics you might only look at the population as a whole,\n\n## Third Simulation Library / Software\n\n[Wikipedia List](https://en.wikipedia.org/wiki/Comparison_of_agent-based_modeling_software):\n\nJavascript:\n\n  * [InsightMaker](https://insightmaker.com)\n    * [Demo - Sir Virus](https://insightmaker.com/insight/2944/SIR-Model)\n    * [Tuto](https://insightmaker.com/tutorials)\n  * [Object Event Simulation (OES)](https://sim4edu.com/)\n     * [code](https://bitbucket.org/gwagner57/oesjs/src/master/) - Not graphic\n     * [Example - Inventory Management](https://sim4edu.com/sims/4/index.html)\n     * [Example - Drive Thru](https://sim4edu.com/sims/10/index.html)\n  * [AgentMaps](https://github.com/noncomputable/AgentMaps) - Map - Javascript - based on [Leaflet](https://leafletjs.com/)\n  * [AgentScript](http://agentscript.org/) - Coffee/Javascript\n\nJavascript - ad-hoc simulation programs\n\n  * [Nature in code (book)](http://www.natureincode.com/)\n     * [Ants eating an apple](http://www.natureincode.com/code/various/ants.html)\n     * [The Abelian Sandpile Model](http://www.natureincode.com/code/various/sandpile.html)\n  * [Traffic Simulation](https://github.com/movsim/traffic-simulation-de)\n  \nPython:  \n  * [mesa](https://github.com/projectmesa/mesa) \n\nJava: \n  * [NetLogo](http://ccl.northwestern.edu/netlogo/), [code](https://github.com/NetLogo/NetLogo)  \n  * [Repast](https://repast.github.io/index.html), [code](https://github.com/Repast/repast.simphony) \n  * [MASON](http://github.com/eclab/mason/) \n  \nProfessional:\n\n  * [anyLogic](https://www.anylogic.com/resources/libraries/process-modeling-library/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerardnico%2Fprocess","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgerardnico%2Fprocess","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerardnico%2Fprocess/lists"}