Skip to content

Instantly share code, notes, and snippets.

@LaCuneta
LaCuneta / Fetch-CSV-Data-Example.nlogo
Created May 24, 2024 17:16
Example of fetching CSV data in NetLogo Web
@LaCuneta
LaCuneta / file.txt
Created May 24, 2024 17:08
Sample data for a SO answer
10 "gggg" false
18 "gfgg" true
12 "fsfg" false
14 "ffff" false
8 "eeee" false
@LaCuneta
LaCuneta / Y-Ordered-Drawing.nlogo
Last active May 15, 2024 15:42
Example of drawing agents in Y-coordinate order using `hidden?` and `stamp`
@LaCuneta
LaCuneta / Radius limit 5 - variable length moves.nlogo
Created October 28, 2020 13:54
Radius limit 5 - variable length moves.nlogo
@LaCuneta
LaCuneta / Radius limit 3 - with pause.nlogo
Last active October 28, 2020 13:39
Radius limit 3 - with pause.nlogo
@LaCuneta
LaCuneta / abm.nlogo
Last active August 20, 2020 19:57
abm.nlogo
@LaCuneta
LaCuneta / BugHuntCamo.nlogo
Created February 27, 2019 18:49
Bug Hunt Camo with direct links to the background images