Search the web
Sign In
New User? Sign Up
netlogo-users · NetLogo Users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 7060 - 7089 of 9893   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7060
hi, i m trying to embed netlogo model into a course built in moodle framework. i have enabled netlogo filter in moodle but it is not working properly. i am...
darshna1204
darshna1204@...
Send Email
Nov 1, 2007
12:36 pm
7061
James, OK that's interesting about the patches (and turtles) not being shuffled before a sort or sort-by, but it does have the odd side-effect that I mentioned...
David O'Sullivan
d.osullivan@...
Send Email
Nov 1, 2007
12:37 pm
7062
Did you insert the model as link text into the moodle document? From what little I've read about it, that should be all you need to do. Searching Google for...
James Steiner
askturtlezero
Offline Send Email
Nov 1, 2007
3:59 pm
7063
Me gusta la informacion. Gracia Jose. William "Jose M. Vidal" <jmvidal@...> wrote: See: ...
Mr. Torres
wtorresmr
Offline Send Email
Nov 1, 2007
9:21 pm
7064
i am writing a code that uses "color-of ". It works in netlogo 3.1.4 but not in 4.0. What is the propper way to write this in 4.0?...
iashleighx
Offline Send Email
Nov 2, 2007
6:15 am
7065
... In 4.0 you would write "[ color ] of". Example: observer> show [color] of turtles observer: [75 75 5 35 65 125 35 55 65 5] Martin...
Martin Jepsen
m_rudbeck
Offline Send Email
Nov 2, 2007
2:40 pm
7066
... [ color ] of ~~James...
James Steiner
askturtlezero
Offline Send Email
Nov 2, 2007
2:55 pm
7067
Hi everyone, a self-programmed model works just fine within NetLogo. But using it as a Java applet is just not possible. I can see the whole GUI at least....
why.register
why.register@...
Send Email
Nov 2, 2007
11:55 pm
7068
hello James thanx for response . ya i followed the same procedure and i m able to see the netlogo interface within my course but it is not performing its...
darshna a
darshna1204
Offline Send Email
Nov 3, 2007
5:05 pm
7069
I analyze the output of my NetLogo models in R and was wondering if anyone else (including the developers) would be interested in exploring the possibility of...
michael.weisberg
michael.weis...
Offline Send Email
Nov 5, 2007
8:38 am
7070
Hi everyone, I have met some problem related to "links". Now i had certain network with a lot of nodes connected by nodes, also with the coordinates. There...
JUNJUN YIN
yin.junjun
Offline Send Email
Nov 5, 2007
8:38 am
7071
Jun, The interesting part of this problem (in my opinion, anyway) is that there may be more than one path between a given pair of nodes; in fact, unless the...
Nick
nickbenn
Offline Send Email
Nov 5, 2007
4:09 pm
7072
Some rough ideas. On Windows, there is an R addin called RExcel for Excel. Netlogo can write to Excel (I have not played with it yet), so this could be a...
Erich Neuwirth
neuwire6
Offline Send Email
Nov 5, 2007
4:09 pm
7073
Hi, every one I try to group some links into a set of links (agent set) according to whether or not they have a same heading. Could you advise on how to do ...
JUNJUN YIN
yin.junjun
Offline Send Email
Nov 5, 2007
4:09 pm
7074
You can use COUNT to count the members of an agentset. e.g. COUNT turtles with [ heading = 45 ] ===== If you need general, perfect, knowledge of all the groups...
James Steiner
askturtlezero
Offline Send Email
Nov 5, 2007
7:35 pm
7075
Hi all, I tried to write an extension to use the jdbc api from java In JdbcExtension.java therefore I wrote: ... primitiveManager.addPrimitive( "execute" , new...
d.kahlenberg
Offline Send Email
Nov 5, 2007
9:29 pm
7076
Dear Michael Weisberg, I was particularly intrigued to see that philosophers are using NetLogo. Do you use NetLogo in that particular field? Do you have any ...
Apostol Bakalov
apogza
Offline Send Email
Nov 6, 2007
3:30 pm
7077
Dear Nick, Thanks for your generous offering help, i just had the chace to see the post here. I can not find the model you mentioned in the community model ...
JUNJUN YIN
yin.junjun
Offline Send Email
Nov 6, 2007
5:24 pm
7078
Jun, In fact, the model is not in the community models page; it is in the Files <http://groups.yahoo.com/group/netlogo-users/files> section of this user...
Nick
nickbenn
Offline Send Email
Nov 6, 2007
11:34 pm
7079
Hello all. For some reason the NetLogo webpage is down. I'm supposed to be installing this software at an elementary school today. Are there any alternative ...
John
jmdrake_98
Offline Send Email
Nov 7, 2007
4:48 pm
7080
Hi, James, Thanks for your detailed advice. Now i am trying the group the sub- links with the same heading into long link, i am trying to see, if this works...
JUNJUN YIN
yin.junjun
Offline Send Email
Nov 7, 2007
4:48 pm
7081
Hi John - I believe the website should be back up. There was a slight network outage here this morning. Let me know if you are still having trouble. esther...
Esther Verreau
everreau@...
Send Email
Nov 7, 2007
5:41 pm
7082
... I just hit it from my home machine here in Chicago. Perhaps you have a local network issue? Make sure your browser is set up to use the schools proxies...
Craig Brozefsky
craigbrozefsky
Online Now Send Email
Nov 7, 2007
5:41 pm
7083
... Ah, I see Esther mentioned it was a network outage, sorry John....
Craig Brozefsky
craigbrozefsky
Online Now Send Email
Nov 7, 2007
8:54 pm
7084
My advice in the below post contains a glaring mistake, that I make all the time... And that is I forgot to follow "foreach sort turtles [ " with "ask ? [" ......
James Steiner
askturtlezero
Offline Send Email
Nov 7, 2007
8:54 pm
7085
Hi Daniel - If I understand you correctly you are asking how to make an infix command in NetLogo? You can't. NetLogo can't parse an infix command. I...
Esther Verreau
everreau@...
Send Email
Nov 7, 2007
8:54 pm
7086
... It's up now. Thanks for the info....
John
jmdrake_98
Offline Send Email
Nov 7, 2007
8:54 pm
7087
... David> James, OK that's interesting about the patches (and turtles) not David> being shuffled before a sort or sort-by, but it does have the David> odd...
Seth Tisue
sethtisue
Offline Send Email
Nov 8, 2007
8:52 pm
7088
... James> Is there a better way to randomly choose 20 patches from among James> the set of patches whose values are greater than or equal to the James> value...
Seth Tisue
sethtisue
Offline Send Email
Nov 8, 2007
9:36 pm
7089
... Other models work fine for the user. Is anyone else experiencing this problem? If you are a Windows users and have a spare moment, please run the Moths...
Seth Tisue
sethtisue
Offline Send Email
Nov 9, 2007
6:03 am
Messages 7060 - 7089 of 9893   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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