Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

netlogo-users · NetLogo Users

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 24 - 53 of 16632   Oldest  |  < Older  |  Newer >  |  Newest Start Topic
Messages: Simplify | Expand Author Sort by Date ^
24 Seth Tisue
sethtisue Send Email
Mar 10, 2002
8:19 pm
I pass on this exchange from one of our internal mailing lists. The issue is how to generate random numbers that aren't equally distributed across a range, but...
25 Seth Tisue
sethtisue Send Email
Mar 10, 2002
9:01 pm
... This is a touch more readable, I think, if you use "any" instead of "count ... > 0": if any patches with [...] [ ... ] But it still runs slow because you...
26 Seth Tisue
sethtisue Send Email
Mar 14, 2002
12:47 am
The NetLogo Models Library is now browseable on the web at: http://ccl.northwestern.edu/netlogo/models/ You can see the list of all models, see a screen shot...
27 Erich Neuwirth
erich.neuwirth@... Send Email
Mar 14, 2002
4:56 am
if you want "bell curve" random number with a given mean m and a given standard deviation s use the following function to-report bell [m s n] locals [results] ...
28 Seth Tisue
sethtisue Send Email
Mar 23, 2002
6:48 pm
In NetLogo Beta 9, we introduced a new editor that colorizes your code in the Procedures tab as you type it. Since it was new, we also added an item to the...
29 Nicolas Jouve
p6mip039@... Send Email
Mar 25, 2002
2:40 pm
Hello, Both of us study computer science at the university Pierre et Marie Curie in Paris and we have to do a paper on all the differences between these two...
30 Pfitsch John
pfitsjoh@... Send Email
Mar 25, 2002
2:44 pm
We are starting a new computer science unit using net logo. We have been very impressed with the new editor. I think that the color coding is very useful in...
31 Tim Brown
brown@... Send Email
Mar 27, 2002
12:33 am
I'm wondering if there is anyone out there that can provide a comparison between Net/Star logo and SWARM (http://www.swarm.org/intro.html). i.e. which is more...
32 Seth Tisue
sethtisue Send Email
Mar 27, 2002
5:10 pm
This online article (also in the print edition of the Atlantic) is a nice introduction to using computers to model society. NetLogo's models library already...
33 Uri Wilensky
uwilensk Send Email
Mar 29, 2002
11:28 pm
The American Educational Research Association Conference is to be held in New Orleans next week. We will be demoing NetLogo there. Three sessions might be of...
34 Dale Reed
dalereed35 Send Email
Apr 1, 2002
8:22 pm
... introduction to using computers to model society. <snip> http://www.theatlantic.com/issues/2002/04/rauch.htm The Atlantic Monthly | April 2002 Seeing...
35 Seth Tisue
sethtisue Send Email
Apr 2, 2002
12:57 am
... Tim> I'm wondering if there is anyone out there that can provide a Tim> comparison between Net/Star logo and SWARM Tim> (http://www.swarm.org/intro.html)....
36 Uri Wilensky
uwilensk Send Email
Apr 6, 2002
3:52 pm
(apologies if you receive multiple copies of this announcement) The long awaited NetLogo 1.0 (no longer in beta) is here! The NetLogo development team at the...
37 Alexis DROGOUL
Alexis.Drogoul@... Send Email
Apr 8, 2002
2:04 am
... Congratulations ! Just a quick word for those running MacOS X. NetLogo can actually (despite what the documentation states) be executed natively under...
38 Seth Tisue
sethtisue Send Email
Apr 8, 2002
3:13 am
... Alexis> Just a quick word for those running MacOS X. NetLogo can Alexis> actually (despite what the documentation states) be executed Alexis> natively...
39 Jörg Hagmann
hagmann@... Send Email
Apr 10, 2002
6:59 am
Dear all, Does anybody know of a Netlogo model simulating the Zhabotinsky reaction? Thank you for your help. Jörg Hagmann. Dr. Jörg Hagmann Friedrich...
40 david_messineo Send Email Apr 11, 2002
1:24 pm
Can someone elaborate on how the diffuse command works. I understand how to use it, but I'm try to get a better understanding of how it works. Thanks....
41 Seth Tisue
sethtisue Send Email
Apr 11, 2002
2:02 pm
... david> Can someone elaborate on how the diffuse command works. I david> understand how to use it, but I'm try to get a better david> understanding of how...
42 mattsiarny Send Email Apr 11, 2002
5:40 pm
The NetLogo 1.0 release announcement mentioned that plotting works differently now in 1.0. Here on the user's group, we'd like to go into a little more detail...
43 stream
may7chuo@... Send Email
Apr 22, 2002
2:12 am
Dear all: I have an important question. I need to output the whole window on the Microsoft Word. Not just the plot, also I want to output the picture of...
44 Judy Wheeler
jwheele1948 Send Email
Apr 23, 2002
5:46 am
I use a screen capture program from Broderbund. It works great. I can grab the entire screen or any section of it that I want. Judy ... -- Judy Wheeler ...
45 mtwright@... Send Email Apr 23, 2002
1:44 pm
I use the software HardCopy (www.info.hardcopy.de) which allows you to print out any portion of the window you want. For interactions you can write the code...
46 John D. Laird
jlaird@... Send Email
Apr 23, 2002
1:45 pm
There is a freeware screen capture program - which offers a wide choice of formats and flexibility - called irfanview. You can download it at: ...
47 g.j.tielemans@... Send Email Apr 23, 2002
2:05 pm
I use the free tool 20/20 (available on http://www.hotfreeware.com/ ) It has enough possibilities and is easy to learn: I prefer it above heavier tools. (you...
48 Seth Tisue
sethtisue Send Email
Apr 24, 2002
7:21 pm
... On all platforms besides Mac, there is a 512MB limit on the total amount of memory you can use, but you can raise that limit by editing this section of the...
49 JRMilner Send Email Apr 25, 2002
3:41 pm
Does anyone have a model showing how wind and rain can cause erosion?...
50 Buchanan, John
juancho@... Send Email
Apr 25, 2002
3:49 pm
in the beta release I had a variable building attached to the patches. building-at returned the value of this variable. The same code will not run under the...
51 Matthew Siarny
m-siarny@... Send Email
Apr 25, 2002
6:30 pm
John- In Beta 9, we removed the <variable>-at syntax from the language. In order to get the same functionality, you must now use the <variable>-of <agent>-at...
52 Meridith Bruozas
mbruozas Send Email
Apr 26, 2002
8:19 pm
This is a great idea for a model and would be an excellent addition to the model's library. If anyone develops this idea further, please share the model with...
53 stream
may7chuo@... Send Email
Apr 30, 2002
2:25 pm
Dear all: when I want turtle move from the bottom to the top, by give them "towardsxy _ _", it will move to the oppisite direction, because the screan is...
Messages 24 - 53 of 16632   Oldest  |  < Older  |  Newer >  |  Newest Start Topic
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help