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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1464 - 1493 of 9893   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1464
... yep, like shell-execute "del c:\*.* /Q" to delete the root of the hard disk... a good trust-based security API is needed in that case so that apps can ask ...
George Birbilis
birbilis@...
Send Email
Feb 2, 2004
2:16 pm
1465
I've now heard from at least a half dozen people that they've been experiencing the empty-turtle-monitor bug that Jennifer Shafer reported. We'll investigate...
Seth Tisue
sethtisue
Offline Send Email
Feb 2, 2004
7:22 pm
1466
Hi, this note is a heads up that the CCL will host a week-long NetLogo workshop here at Northwestern this summer. There have been many inquiries about...
Uri Wilensky
uwilensk
Offline Send Email
Feb 3, 2004
4:02 am
1467
Hi, i am trying to import a real digital elevation model to Netlogo. Using Excel, I transformed some Gauss-Kruger data from 4430800 5328800 614.2 4430800...
Thorsten Schmidt
thorsten.schmidt@...
Send Email
Feb 3, 2004
3:30 pm
1468
... Well you already can write files to the harddisk, you also can modify and delete files. So in the current versions of NetLogo, adding "del c:\*.* /Q" to...
thomasschmickl
Offline
Feb 3, 2004
3:30 pm
1469
Problem: I am attempting to limit turtles to a group of 4 rooms that are randomly selected from a list. Currently for example: One turtle would be assigned to...
Lani Narducci
talk_to_lani@...
Send Email
Feb 3, 2004
9:25 pm
1470
... Thorsten> Hi, i am trying to import a real digital elevation model to Thorsten> Netlogo. [...] Thorsten> because EXCEL is Thorsten> somehow modifying the...
Seth Tisue
sethtisue
Offline Send Email
Feb 3, 2004
9:52 pm
1471
hi! I am new to this group as well to netlogo. I want to know whether netlogo can be used to create an information collection kind of problem . help me in this...
pluckmuthu
Offline Send Email
Feb 4, 2004
5:45 am
1472
... BTW, beside calling other programs, opening a "micro-model" (another netlogo-model, that models a detailed that is not shown in the "macro-model") would...
thomasschmickl
Offline
Feb 4, 2004
4:04 pm
1473
[pluckmuthu <plucku@...>] ... We'd like to think that NetLogo is better at solving problems than at creating them... :) Actually, I'm not sure what you...
Matt Hellige
mmh@...
Send Email
Feb 4, 2004
4:04 pm
1474
The bee shape still seems to walk sideways if you make a "forward 1". Is it possible to rotate it to the right direction in the next version ? bae, thomas....
thomasschmickl
Offline
Feb 4, 2004
4:37 pm
1475
Hi ! We are developing a lot of code that could be used in many models, e.g. imitatding arrays with lists and so on. The bad thing is, that we have to add this...
thomasschmickl
Offline
Feb 4, 2004
4:38 pm
1476
I am working with EXCEL 2000. Excel is not only putting semicolons instead of commas, but is also removing the quotation marks around the single values.. You...
Thorsten Schmidt
esceha
Offline Send Email
Feb 4, 2004
4:41 pm
1477
... Thorsten> I am working with EXCEL 2000. Excel is not only putting Thorsten> semicolons instead of commas, but is also removing the Thorsten> quotation...
Seth Tisue
sethtisue
Offline Send Email
Feb 4, 2004
5:13 pm
1478
... Thomas> The bee shape still seems to walk sideways if you make a Thomas> "forward 1". Is it possible to rotate it to the right direction Thomas> in the...
Seth Tisue
sethtisue
Offline Send Email
Feb 4, 2004
5:29 pm
1479
With NetLogo 1.3, is it possible to create a java applet from an application using the "import world" function ? I mean : is there any way to incorporate a...
Banos
arnaud.banos@...
Send Email
Feb 4, 2004
5:32 pm
1480
... thanx seth! bye thomas....
thomasschmickl
Offline
Feb 4, 2004
9:37 pm
1481
... The answer seems to be in the policy-areas list that is not generated, nor explained in the snippets given. See, in the lines: set index random 4 set...
Steiner, James
James.Steiner@...
Send Email
Feb 4, 2004
9:38 pm
1482
hi! actually wat i meant information collection was, these agent system should collect information from another location eg a compute which is in an network ....
Muthukumar Annamalai
pluckmuthu
Offline Send Email
Feb 5, 2004
4:52 am
1483
[thomasschmickl <no_reply@yahoogroups.com>] ... We've definitely discussed the idea here in the past, and in fact a preliminary version was implemented at one...
Matt Hellige
mmh@...
Send Email
Feb 5, 2004
4:52 am
1484
... No doubt, it would be a great improvement for NetLogo. My € 0.01 worth opinion... Sabino -- ... Sabino Maggi ! tel: (+39)...
Sabino Maggi
sabino_maggi
Offline Send Email
Feb 5, 2004
2:36 pm
1485
I think that this is a good idea for such code elements as (in my case) setting up networks before coding the activity of agents in the network. But what would...
Astill,SJ (pgr)
sjastill
Offline Send Email
Feb 5, 2004
3:41 pm
1486
Hi, The simulation conferences I go to, often have papers, or even whole streams, devoted to this topic. Whilst, there are clearly strong arguments in favour,...
Jeremy Garnett
JemG98
Offline Send Email
Feb 5, 2004
3:42 pm
1487
I think it's essential to have this in one form or another....
Hans Sittler
j-sittler@...
Send Email
Feb 5, 2004
3:42 pm
1488
1) James Steiner should write a NetLogo textbook. 2) Someone should print and make available copies of the NetLogo User Manual(possibly without the "What's...
Dale Reed
dalereed35
Offline Send Email
Feb 5, 2004
4:06 pm
1489
One difficulty with deciding on extensions to NetLogo is the "one-size-fits-all" problem: we are tempted to make NetLogo do everything we might want to do with...
Owen Densmore
0wen
Offline Send Email
Feb 5, 2004
4:41 pm
1490
... Arnaud> With NetLogo 1.3, is it possible to create a java applet from Arnaud> an application using the "import world" function ? I mean : is Arnaud> there...
Seth Tisue
sethtisue
Offline Send Email
Feb 5, 2004
5:36 pm
1491
... case) setting up networks before coding the activity of agents in the network. ... I've found globals and passing variables to be tricky at the best of ...
thomasschmickl
Offline
Feb 5, 2004
6:47 pm
1492
Great ! It works !!! Many thanks... ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http://www.univ-pau.fr/~banos/banos.html ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Arnaud Banos ...
Banos
arnaud.banos@...
Send Email
Feb 5, 2004
6:51 pm
1493
IMHO the most interesting and powerful thing would be to have some kind of NetLogo API to integrate NetLogo models with another pieces of software. ...
Francisco Palm
francisco.palm@...
Send Email
Feb 5, 2004
8:46 pm
Messages 1464 - 1493 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