Questions tagged [data-collection]

159 questions
0
votes
0 answers

How to do web scraping using R

I’m a beginner in web scraping and trying to learn how to implement an automated process to collect data from the web submitting search terms. The specific problem I’m working on is as follows: Given the stackoverflow webpage…
Luigi
  • 21
  • 3
0
votes
1 answer

Does fluentd meets this need

Currently I am working on a project of developing a dashboard consuming data from ElasticSearch, Elasticsearch is being fed through python scripts that gathers these information from web applications in the form of either json, data or csv files.…
0
votes
2 answers

SharePoint 2010, is it possible to host an Excel or Access file that can be edited by multiple people simultaneously?

I have 20 people that I need to collect data from. The number of questions they need to answer is around 100, and each answer needs to be analyzed after they all submit their responses before we move onto the next question (all answers are…
0
votes
0 answers

How can I collect a particular type of data from all of the different existing websites

suppose i want to collect all the weather information of all city. i don't want to collect it manually or even from a particular weather API. All i want from all kind of existing websites. i want to collect those data. then i want to process those…
Nakul23
  • 57
  • 2
  • 9
0
votes
2 answers

Watson discovery app not working with JSON

Hi I am trying to upload a json file as a data set in watson discovery console. Normally for PDFs and other accepted file formats, data enrichments (keywords, entity, taxonomy etc.) are AUTOMATICALLY created by the Discovery application. However if…
0
votes
1 answer

Reduce wifi scan delays in android

I am trying to collect the RSSI data from WiFi access points in Android. However there is an issue related to model of the devices. Each device collects the data with different period varying from 1 to 6 seconds. My questions is that whether I can…
0
votes
1 answer

Where to begin when it comes to automatically logging data to database

So I've just started programming. I know HTML, JS, PHP, and SQL really well. However, I don't really understand servers and actually having something run. I found this good weather API where you can send it a URL and it returns JSON data about the…
Sam McC
  • 301
  • 2
  • 12
0
votes
2 answers

Android AudioRecord - How to allow calls

I have built an app that listens to background noise. I've found though that when listening the user cannot make calls or use any other app that records audio. I'm wondering if there's a way to either allow both to record audio or to explicitly…
mino
  • 6,978
  • 21
  • 62
  • 75
0
votes
1 answer

How to save and view a text entry made by a user in HTML

I have a website where I want users to be able to submit text that I can review and later post as text that people cannot edit. I have the feature of writing and saving the information for later, but I am unable to access that text. Here is the code…
Jack
  • 13
  • 6
0
votes
1 answer

Possibilities of an ThingSpeak Channel

I am new to ThingSpeak and after a few hours of researching I wonder if it is possible to post pictures or data from various web pages(for example weather data from the google weather api) to a thingspeak channel? All I found was that I would be…
user7335295
  • 401
  • 2
  • 7
  • 31
0
votes
2 answers

Adding Several Items To A Linked-List

I am creating an implementation of a linked list and am having trouble with the add method. After testing it with several entries, my size() method always returns 1. what am i doing wrong. public class Node { public int data; public Node…
0
votes
1 answer

Url is not returning the correct html in a webpage (for my Java crawler)

I want to download some images from a webpage, for that I was writing a crawler. I tested couple of crawlers for this page but none worked as I wanted. In the first step, I collected the links of 770+ camera models (parent_url), then I was thinking…
smttsp
  • 4,011
  • 3
  • 33
  • 62
0
votes
0 answers

SSMS data collection reports stuck in a time warp

While out of town, I changed the time zone on my laptop to reflect my then-current location, and happened to run several Data Collection reports in SSMS while VPN'ed into my office network. Despite changing the time zone back again upon my return,…
Bob C
  • 41
  • 2
0
votes
1 answer

Collecting Data from public mobile application

I'll like to collect information from a mobile application I created. The app allow users to use it without authentication and also I'll like to collect the data to highly-available service such as AWS SQS so I'll not miss any data. The application…
Ido Ran
  • 10,584
  • 17
  • 80
  • 143
0
votes
0 answers

multi step from -Data collected

I am using contact form 7 multi-step forms. Total of 3 forms. When I get the final email it does not have all of the data from all of the forms only the last form after submitting. What am I doing wrong?... the multi- step functions are working and…