![]() |
|
Home Download Help Forum Resources Extensions FAQ NetLogo Publications Contact Us Donate Models: Library Community Modeling Commons Beginners Interactive NetLogo Dictionary (BIND) NetLogo Dictionary User Manuals: Web Printable Chinese Czech Farsi / Persian Japanese Spanish
![]() |
Extensions (for NetLogo 4.0)Bundled extensionsThe source code for the Array, Table, GoGo, Profiler, GIS, Sample, and Sound extensions is included with NetLogo 4.0.5. Look in the extensions directory in your NetLogo installation. PaletteThis extension allows you to create multi-color gradients using rgb color lists. Additionally you can use or browse ColorBrewer color schemes. Info and download: Palette extension for NetLogo 4.0 SpeechThis Mac OS X-only extension provides speech-synthesis capabilities to NetLogo. It is implemented with a Mac OS X text-to-speech class library called A Humble Narrator. Download: Speech extension for NetLogo 4.0 User Submitted ExtensionsThese extensions are contributions from the user community and are not included with NetLogo. These extensions are authored by the individual contributor and are not checked by the CCL staff. Shell (by Eric Russell)Unzip the following archive to your extensions folder, and you can do things like: (Mac) observer> show shell:exec "ls" (Windows) observer> show (shell:exec "cmd" "/c" "dir") The included commands are:
The source code and makefile are included. Download: Shell Extension Modified Profiler Extension (by Roger Peppe)This is an updated version of the profiler extension bundled with NetLogo. I measured it as approximately 10 times faster than the old one. I'm sure there's still room for improvement, though! I also changed it to replace the inclusive- and exclusive-time primitives with the single reporter, profiler:report-values, which reports a data structure containing all of the profiler information. (Note that these improvements to the 4.0 profiler have been incorporated into the profiler extension that ships with NetLogo 4.1.) Download: Modified Profiler Extension Modified Array Extension (by Roger Peppe)This updated version of the array extension bundled with NetLogo contains a few changes made to make certain operations more efficient:
Download: Modified Array Extension Strings (by James Steiner)This provides NetLogo versions of a few standard Java string reporters:
* this are in-fix operators, i.e. if my-string string:starts-with prefix [ print true ] ** from-file seems to only work well with absolute file paths, as it doesn't seem to hook into the current-directory as expected/hoped. Download: String extension Multiple Random Number Generator (by David O'Sullivan)Usage is:
Download: Multiple random number generator extension Priority Queue (by Roger Peppe)Provides a priority queue type:
Download: Priority Queue Extension
|