Questions tagged [data-collection]
159 questions
1
vote
1 answer
Py 2.7 arch: How to persistent HTTP/S with multiple servers and not gather data to send multiple times?
This is kind of a complicated question, so I'll do my best to be plain in my explanation and not give too many unnecessary details.
I developed a python script for work last year. It grabs basic system data and sends it to an HTTP/S server, which…

John
- 976
- 1
- 15
- 21
1
vote
2 answers
Does WebSphere Liberty send usage data to IBM?
I'm wondering if WebSphere Liberty is collecting usage data and send it as anonymous data to IBM.
If yes,
What kind of data is being collected and sent?
Can I disable that?
Is the sent data encrypted?

Marko
- 570
- 5
- 21
1
vote
1 answer
Interacting with multiple RS232 devices through a USB hub
I am working on a project that requires pulling and sorting data from ten scales. Each scale has an RS232 serial port and I am wondering about the best way to connect them all to a single computer. It seems that there are two options to connect…

Brett Nelson
- 83
- 2
- 8
1
vote
1 answer
How to determine and record latency of a remote server in the browser
Related to: How to determine latency of a remote server through the browser
I am trying to understand the feasibility of collecting external server http response status codes.
For context:
I am loading a javascript library to page which is written…

Scott-ish
- 13
- 2
1
vote
0 answers
What is the best way to collect pictures that are not well captured and thus never find their way to social media websites like Facebook, Instagram?
I work on image and video quality assessment and I am attempting to build a very large image/video database.
Almost all of the images that are uploaded in social media websites are, if not post processed, atleast well captured. Most of us take 100s…

deeptigp
- 373
- 1
- 3
- 9
1
vote
2 answers
Android Sensor Data Collection is not working properly
I developed a Data collector which collects data from Accelerometer, Gyroscope, Magnetometer and it worked fine for a while. Then I added Linear Acceleration to it as well (After 4 months, this week). Now both the version are behaving very…

utengr
- 3,225
- 3
- 29
- 68
1
vote
1 answer
asp.net: which data collection should be used to return a table
I'm using a stored procedure to create a temporary table and want to return it in a data collection:
public static >>data collection<< reportData(int intUserID)
{
SqlConnection con = Sql.getConnection();
try
{
…

Alex
- 1,584
- 1
- 19
- 29
1
vote
1 answer
What is a good method to create a set of data that is "connected"
I am currently writing a program that takes in data regarding exercise. The variables are
Exercise - Ex) Bench Press
Date - Ex) 08/12/13
Reps - Ex) 10
Weight - Ex) 135
Sets at weight - Ex) 3
Rest Time - Ex) 120 (in seconds)
Body weight at date -…

user2023068
- 435
- 1
- 6
- 14
1
vote
2 answers
Getting the list of ALL topic names from Freebase
According to Freebase, they have 23,407,174 topics. What is the easiest way to get the UI friendly names (essentially the 'text' attribute of the topic JSON, example of a single topic JSON is here) of ALL of these TOPICs? I don't need any other meta…

Arman
- 1,074
- 3
- 20
- 40
0
votes
1 answer
iPhone Video and Data Capture
I am working on developing an iPhone app for automatic vision processing. In order to explore possible algorithms, I need to capture iphone video and sensor data at the same time.
I have found many great apps for recording sensor data over a period…

Max Ehrlich
- 2,479
- 1
- 32
- 44
0
votes
3 answers
How to create object collection from an xml
I have an xml like the following
John
30
... more person
I want to create an object (or some type) collection with Name, Age as fields. One problem that I have…

Nair
- 7,438
- 10
- 41
- 69
0
votes
2 answers
Data Collection from multiple workstations
I'm currently working on developing a windows service which will be deployed to all the workstation within the company. The purpose of the service is to collect various statistics and record them in a central location.
for the first iteration, the…

Nasir
- 10,935
- 8
- 31
- 39
0
votes
2 answers
collect data from a form hosted on another site
We have a number of clients that have agreed to send us their form data once a form is submitted on their site. Is this possible and what is the best way to handle this? Our site is built in coldfusion while the client site varies.
I had the…
0
votes
2 answers
Database Design/Structure -- Collecting Data over time
currently I am in the process of structuring a database for a site I am creating. However, I have come across a problem. I want to log the amount of times a user has logged in each day, and then be able to keep track of that info over large periods…

Robert Smith
- 13
- 3
0
votes
0 answers
How do I scrape the data from this table using R?
I am trying to extract the data here: https://entp.hud.gov/idapp/html/condo1.cfm using the rvest package for R.
I suspect that I am at minimum missing some steps but unsure where to start.
The results from the r code below seem to be the fields from…

lhilsbos
- 1