data-collection

How can I collect the “ids” of directed links using the NetLogo Behavior Space?

一笑奈何 提交于 2020-01-15 09:07:46
问题 We have stored a lot of data as attributes of links in our NetLogo model. When I use the Behavior Space to design experiments and to direct data collection, I specify the "[attribute] of link" to be extracted. However, in the csv file I cannot see the id of the link, which is a essential to understand the data. How can I collect the ids of links in my results? From what I understand there is no primitive to enable this command. 回答1: Whenever you want to extract information from individual

How can I collect the “ids” of directed links using the NetLogo Behavior Space?

白昼怎懂夜的黑 提交于 2020-01-15 09:06:09
问题 We have stored a lot of data as attributes of links in our NetLogo model. When I use the Behavior Space to design experiments and to direct data collection, I specify the "[attribute] of link" to be extracted. However, in the csv file I cannot see the id of the link, which is a essential to understand the data. How can I collect the ids of links in my results? From what I understand there is no primitive to enable this command. 回答1: Whenever you want to extract information from individual

Google Analytics - can it collect form data?

感情迁移 提交于 2020-01-01 11:35:07
问题 Simple scenario: I have a signup form, with user name, password, email address, may be credit card number. At the bottom of the page, I implement the Google Analytics code. when user clicks submit, it goes to a page wihtout google analytics. question is.. can GA get the data (user naem, password..email..etc) in the first form after user input the data? Do they say anything about it in their TOS or Privacy policy? 回答1: Yes. Any <script> you include in the page has complete access to alter the

Middleware to build data-gathering and monitoring for a distributed system [closed]

∥☆過路亽.° 提交于 2019-12-14 03:39:44
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 8 months ago . I am currently looking for a good middleware to build a solution to for a monitoring and maintenance system. We are tasked with the challenge to monitor, gather data from and maintain a distributed system consisting of up to 10,000 individual nodes. The system is clustered into groups of 5-20 nodes. Each group

How can i add id and password (unique link) to survey link created with ibm spss data collection professional/author?

删除回忆录丶 提交于 2019-12-13 03:48:06
问题 I created a survey with ibm spss data collection professional/author. Survey link is like : http://survey.xxxyyy.com/mrIWeb/index.htm?I.Project=TestSurvey I would like to add id and password to survey link for personalization. I mean new link should be like: http://survey.xxxyyy.com/mrIWeb/index.htm?I.Project=TestSurvey&Id=xxxxxxxxx&PWD=xxxxxxxxx How can i do that? Thanks in advance for all your help. 回答1: It may be a little late for this answer, but this is quite easy to do. During Project

Protection from Web Scraping

非 Y 不嫁゛ 提交于 2019-12-09 04:48:44
问题 I am currently part of a team developing an application which includes a front end client. Through this client we send the user data, each user has a user-id and the client talks to our server through a RESTful API asking the server for data. For example, let's say we have a database of books, and the user can get the last 3 books an author wrote. We value our users' time and we would like users to be able to start using the product without explicit registration. We value our database, we use

Google Analytics - can it collect form data?

夙愿已清 提交于 2019-12-04 08:27:39
Simple scenario: I have a signup form, with user name, password, email address, may be credit card number. At the bottom of the page, I implement the Google Analytics code. when user clicks submit, it goes to a page wihtout google analytics. question is.. can GA get the data (user naem, password..email..etc) in the first form after user input the data? Do they say anything about it in their TOS or Privacy policy? Yes. Any <script> you include in the page has complete access to alter the user's interaction with the site due to the Same Origin Policy. Google, if they were feeling Evil today,

Protection from Web Scraping

元气小坏坏 提交于 2019-12-03 03:36:58
I am currently part of a team developing an application which includes a front end client. Through this client we send the user data, each user has a user-id and the client talks to our server through a RESTful API asking the server for data. For example, let's say we have a database of books, and the user can get the last 3 books an author wrote. We value our users' time and we would like users to be able to start using the product without explicit registration. We value our database, we use our own proprietary software to populate it and would like to protect it as much as we can. So