<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>netlogo-users at Yahoo! Groups</title>
    <link>http://groups.yahoo.com/group/netlogo-users/</link>
    <description>NetLogo Users</description>

    <item>
      <title>Re: A problem with running SugarScape model [1 Attachment]</title>
      <pubDate>Mon, 09 Nov 2009 04:11:40 GMT</pubDate>
      <dc:creator>Michel Damiens</dc:creator>
      <link>http://groups.yahoo.com/group/netlogo-users/message/9854</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/netlogo-users/message/9854</guid>
      <description>Hi everyone Is it possible (without using the controlling facility and embedding NetLogo in a larger application) to load a netlogo file while invoking</description>
    </item>
    <item>
      <title>Re: Welcome to me!</title>
      <pubDate>Mon, 09 Nov 2009 04:10:59 GMT</pubDate>
      <dc:creator>johnultra@ymail.com</dc:creator>
      <link>http://groups.yahoo.com/group/netlogo-users/message/9853</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/netlogo-users/message/9853</guid>
      <description>Tnx, I&#39;ve read and tried the topics on the manual and so far, everything looks great... now my problem is on creating the models of a particular problem i want</description>
    </item>
    <item>
      <title>Connecting Netlogo with .Net Compiler</title>
      <pubDate>Mon, 09 Nov 2009 04:10:52 GMT</pubDate>
      <dc:creator>Qasim Siddique</dc:creator>
      <link>http://groups.yahoo.com/group/netlogo-users/message/9852</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/netlogo-users/message/9852</guid>
      <description>Hello, Is there any way of connecting netlogo with .Net compiler Instead of Using filing techniques ?? </description>
    </item>
    <item>
      <title>Make visible link between 2 side-by-side turtles</title>
      <pubDate>Mon, 09 Nov 2009 04:07:41 GMT</pubDate>
      <dc:creator>dwonga@...</dc:creator>
      <link>http://groups.yahoo.com/group/netlogo-users/message/9851</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/netlogo-users/message/9851</guid>
      <description>Hi people. This is my first post. Thank you for reading and trying to help me. I&#39;m trying to make a visible line for &quot;link&quot; to turtles which they are very</description>
    </item>
    <item>
      <title></title>
      <pubDate>Sun, 08 Nov 2009 03:40:07 GMT</pubDate>
      <dc:creator>atia hawamly</dc:creator>
      <link>http://groups.yahoo.com/group/netlogo-users/message/9850</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/netlogo-users/message/9850</guid>
      <description>thanks for all i am ateacher in jordan can you give me any idea in arabic about the same supject with my best wishes</description>
    </item>
    <item>
      <title>Re: Pause?</title>
      <pubDate>Sat, 07 Nov 2009 13:31:05 GMT</pubDate>
      <dc:creator>tleedenton2002</dc:creator>
      <link>http://groups.yahoo.com/group/netlogo-users/message/9849</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/netlogo-users/message/9849</guid>
      <description>Breaking up long procedures into smaller ones is almost always considered good practice.  But I usually prefer not to have a clutter of buttons and I like to</description>
    </item>
    <item>
      <title>Re: A problem with running SugarScape model</title>
      <pubDate>Sat, 07 Nov 2009 13:29:10 GMT</pubDate>
      <dc:creator>didi bart</dc:creator>
      <link>http://groups.yahoo.com/group/netlogo-users/message/9848</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/netlogo-users/message/9848</guid>
      <description>Hi everyone, I read the mail below and in that way, I have devolped in netlogo some sugarscape screens from chapter II, in fact 3, 5, 6 and 7 animations. I</description>
    </item>
    <item>
      <title>Re: Import x y coordinates from a text file, and assign it to turtle</title>
      <pubDate>Fri, 06 Nov 2009 19:27:23 GMT</pubDate>
      <dc:creator>James Steiner</dc:creator>
      <link>http://groups.yahoo.com/group/netlogo-users/message/9847</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/netlogo-users/message/9847</guid>
      <description>Something like this: let skipit 0 file-open filename while [ not file-at-end? ] [ let type-in file-read let x-in file-read let y-in file-read set skipit</description>
    </item>
    <item>
      <title>Re: A problem with running SugarScape model</title>
      <pubDate>Fri, 06 Nov 2009 15:07:03 GMT</pubDate>
      <dc:creator>Seth Tisue</dc:creator>
      <link>http://groups.yahoo.com/group/netlogo-users/message/9846</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/netlogo-users/message/9846</guid>
      <description>... aoz&gt; Hi all, I downloaded and setup NetLogo 4.0.4 successfully. Then I aoz&gt; download the example SugarScape from the following URL: aoz&gt;</description>
    </item>
    <item>
      <title>Re: How to turn a list into a turtle-set?</title>
      <pubDate>Fri, 06 Nov 2009 15:02:27 GMT</pubDate>
      <dc:creator>Seth Tisue</dc:creator>
      <link>http://groups.yahoo.com/group/netlogo-users/message/9845</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/netlogo-users/message/9845</guid>
      <description>... April&gt; Each turtle in my model has a list (compose of 0 and 1), now I April&gt; want to compare all lists in the same order, and generate a new April&gt; list</description>
    </item>
    <item>
      <title>Re: Pause?</title>
      <pubDate>Fri, 06 Nov 2009 14:01:02 GMT</pubDate>
      <dc:creator>brokev03</dc:creator>
      <link>http://groups.yahoo.com/group/netlogo-users/message/9844</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/netlogo-users/message/9844</guid>
      <description>I would suggest splitting your main procedure up into smaller procedures (to setup, to go, to birth, whatever) and then making a separate button for each where</description>
    </item>
    <item>
      <title>Re: Lunar Lander</title>
      <pubDate>Fri, 06 Nov 2009 14:00:32 GMT</pubDate>
      <dc:creator>brokev03</dc:creator>
      <link>http://groups.yahoo.com/group/netlogo-users/message/9843</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/netlogo-users/message/9843</guid>
      <description>Do you want to constantly print the updated coordinates of the lander or just print the coordinates when it lands? Here is how to print the x and y cor of the</description>
    </item>
    <item>
      <title>Re: Rumors of Relogo ?</title>
      <pubDate>Fri, 06 Nov 2009 14:00:31 GMT</pubDate>
      <dc:creator>Stephen Guerin</dc:creator>
      <link>http://groups.yahoo.com/group/netlogo-users/message/9842</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/netlogo-users/message/9842</guid>
      <description>Hello mtd19_2000, As you get to larger scale traffic simulations in Netlogo, it&#39;s usually a good idea to move away from a patch-based spatial model and have</description>
    </item>
    <item>
      <title>Re: How to code a test of pcolor of a certain patch...</title>
      <pubDate>Fri, 06 Nov 2009 14:00:06 GMT</pubDate>
      <dc:creator>brokev03</dc:creator>
      <link>http://groups.yahoo.com/group/netlogo-users/message/9841</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/netlogo-users/message/9841</guid>
      <description>ask patch [ if pxcor = 0 and pycor = 0 [ if pcolor = green [ set pcolor red ] else [ ser pcolor black ] ]</description>
    </item>
    <item>
      <title>Re: Welcome to me!</title>
      <pubDate>Fri, 06 Nov 2009 14:00:00 GMT</pubDate>
      <dc:creator>brokev03</dc:creator>
      <link>http://groups.yahoo.com/group/netlogo-users/message/9840</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/netlogo-users/message/9840</guid>
      <description>Look at the models in the model library to see how they accomplish things.  Use the dictionary and the manual often.  Most importantly, experiment with your</description>
    </item>

  </channel>
</rss>
<!-- wr2.grp.sp2.yahoo.com uncompressed/chunked Wed Dec  2 10:19:17 PST 2009 -->
