Skip to content
#

logo

Here are 576 public repositories matching this topic...

LaCuneta
LaCuneta commented Jan 15, 2020

Reported through the NetLogo users group.

Open NetLogo 6.1.1, click Help > NetLogo User Manual and the HTML version of the bundled docs will pop up. In the menu bar on the left of the manual landing page click "manual in printable form (PDF)" all the way at the bottom and you'll get a file not found message.

The link goes to $NETLOGODIR/docs/NetLogo User Manual.pdf on macOS and `%NETLOGOD

friendly
friendly commented Jan 21, 2019

A nice & potentially useful package, but w/o more detailed description of the parameters and their ranges, one is left to guess what they might be, and then iterate to find something that works.

p_x, p_y, s_x, s_y, s_height, s_width, ... ? What is the frame of reference for *_x., *_y positions? What is the relation of *_height, *_width to this?

inexorabletash
inexorabletash commented Sep 21, 2017

Chrome now has JS coverage: DevTools > Menu > More Tools > Coverage

Looks like a handful of procs are not covered by the tests, should be easy to get 'em all:

  • BYE
  • INCREASEFONT / DECREASEFONT
  • BURIED / TRACED / STEPPED
  • PRIMITIVES
  • plists in ERASE
  • STOP
  • CATCH / THROW / ERROR
  • .MAYBEOUTPUT
  • CASE
  • APPLY / INVOKE / MAP

There are al

bittner
bittner commented Sep 16, 2018

It would be nice to have a continuation of the learning levels. This could be:

  • More (and more fascinating) examples of things to draw using (and thus practicing) the techniques learned in levels 1-4
  • More general programming techniques and paradigms (data types, classes, decorators, etc.)
  • Fun and useful tricks you can do (only) with Python (e.g. rename and reuse a function, monkey patchi

Improve this page

Add a description, image, and links to the logo topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the logo topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.