Data is any form of information that can be used by a process, service, or application.

learn more… | top users | synonyms

-4
votes
1answer
14 views

Facebook Likes not showing up [closed]

The count for my facebook likes for my page is not increasing. Folks have liked my page, but the like counter is not showing the additional likes. It appears as though my "likes" are bottlenecked ...
0
votes
0answers
13 views

tableview / json : data loading too late

I have a problem when I execute the viewDidLoad to my tableviewcontroller : When I build and execute my app on my device the first time, all values from my json request aren't loaded ! And just for ...
0
votes
1answer
12 views

Sharepoint: GetList listName returning all list

Two things. I am a noob at Sharepoint stuff and I'm doing this in objective-c. My initial soap call is to get all the list: //init the soap call format - this gets us all the list on the mobiledev ...
-1
votes
1answer
31 views

add data into a two-dimensional array using input fields

I'm trying to make an array with two-dimensional data that I can fill from an input field. I have the array with two-dimensional data already working, see code below. $kaarten = array ( ...
1
vote
1answer
7 views

Output of text2people from http://www.datasciencetoolkit.org/

I just installed the data toolkit and run text2people from the command line on files and a couple of web pages. As output, I get something like Peter Williams,Peter,Williams,,m,151431,151445,stdin ...
0
votes
1answer
23 views

Need to get flight data

I want to build a flight search app for mobile. I need to get flight data (airways, fare, time, duration ..etc) according to search results. But I am not sure from where I can get Flight related data ...
-3
votes
0answers
28 views

How to match data in two files [closed]

Please Help me, Im totally a newbie I have two files .txt and each files contains some data. Examples : test1.txt contains: rec 1 : 0000000000 rec 2 : 1111111111 rec 3 : 2222222222 rec 4 : ...
-3
votes
0answers
25 views

How can I extract data from html table and store into phpmyadmin database using php? [duplicate]

I am currently doing project related foreign exchange.I want to pull data (i.e in HTML table) from another website , store in local database and show the updated data in my project.
0
votes
1answer
11 views

SQL Report Server - how do I edit the report input?

I'm fairly new to SQL Server Reporting Services. I can edit the report output by editing the .rdl file in Visual Studio, however I'm trying to find out how to edit the input options available to ...
3
votes
3answers
77 views

Python - Editing a single line in a large text file

So I need to record a set of 4 integers whose values are different for every second of the day. i.e.: #Here the values are initialized to the same value, however they will change as samples are taken ...
0
votes
2answers
17 views

How to turn a dataframe of categorical data into a dictionary

I have a dataframe that I need to transform into JSON. I think it would be easier to first turn it into a dictionary, but I can't figure out how. I need to transform it into JSON so that I can ...
0
votes
0answers
12 views

Export data from Open LDAP to ZIMBRA server mail

is there any way I can export contacts from OpenLdap directory to Zimbra server Mail ?
-3
votes
0answers
41 views

using button in java to save data [closed]

i need to create button to save changed values.. for example, if score in this next code comes to 2:1 for red team.. i need to be able to save it and show it saved... im student at techical ...
0
votes
1answer
39 views

JQuery sending post data to file

I've been looking around stack for a while on how to do this, however for me it just doesn't want to work and I'm starting to get clueless. What I want to achieve is for data in a textfield ...
3
votes
1answer
38 views

re: aligning non-synchronous data

I have 3 processes A, B and C as defined in the following series of tables: http://sqlfiddle.com/#!2/48f54 CREATE TABLE processA (date_time datetime, valueA int); INSERT INTO processA ...
0
votes
1answer
89 views

PHP - How can I ignore “XXX” titles in my data parsing script?

I've tried and it doesn't seem to work. Any help would be greatly appreciated. CODE: foreach (glob('mov/Alene*.mov') as $filename){ $theData = file_get_contents($filename) or die("Unable to ...
2
votes
1answer
24 views

Filter Data In a Cleaner/More Efficient Way

I have a set of data with a bunch of columns. Something like the following (in reality my data has about half a million rows): big = [ 1 1 0.93 0.58; 1 2 0.40 0.34; 1 3 0.26 0.31; 1 4 ...
-1
votes
1answer
29 views

Database and insert data in IBM Worklight?

I've successfully set Worklight adapter. But, I don't know how to make database and insert data in IBM Worklight. Can you help me?
0
votes
0answers
13 views

Cannot update the data values in new column

I faced a strange problem with a database when trying to add new column(nullable bit) to existing big table. After creating it, I was not able to update the values of the new column for any of the ...
0
votes
1answer
19 views

How to create database in MATLAB

Actually I built a GUI to show the result of my program. When I click on the buttons, they need to read the input from a folder, which I choose for them, but I want to have a database to store all the ...
0
votes
0answers
8 views

How do I stop Excel from showing a graph value which is different from the data [migrated]

This is my first time posting a question as normally I can find my answers and like being educated by the community. My problem is that excel graphs are showing my data differently from the data that ...
0
votes
0answers
24 views

Select data into Hadoop with Hive

I've created a table in Hive with the following command : CREATE TABLE tweet_table( tweet STRING ) ROW FORMAT DELIMITED FIELDS TERMINATED BY '\n' LINES TERMINATED BY '\n' I ...
0
votes
2answers
18 views

how I export eviews workfile in R?

I need to work with a matrix made in eviews, is there any way to load or export in R, eviews workfiles or data base and work with this in R? Thanks
-2
votes
2answers
42 views

Save objects to database from array [closed]

I'm trying to save several objects from predefined data. It saves only first set of data or if I change code it saves data as "array". Here is the code: <?php $category = array( ...
0
votes
4answers
47 views

DELETE in Access?

I'm trying to use the delete command in Access using the shown specifications, but Access keeps saying "Data type mismatch in criteria expression." Does anyone know what to do?? DELETE ...
-3
votes
1answer
48 views

Post data from winform to php website [closed]

How can you post data from a C# winform app to a php website ? The php website has multiple form inputs from which some are to upload files.
0
votes
3answers
40 views

display only the columns that contains data

I have a database that have 35 columns and some of those columns are empty and I've already made the page and the query to retrieve the data from the data base but the problem is All the data ...
0
votes
1answer
24 views

How to display data (dynamic text) using wxPython GUI library?

So far I've been using print statements, which work really well. I want to start using the GUI to display results but I can't find a way to do it. It's a search program. It has to display the ...
0
votes
2answers
43 views

Data (numbers) dissappearing from another class' method

I've been having this problem lately - In my main class Game1.cs I call upon a method inside my loot.cs to determine which loot the player should be given. The method basically adds say, 5 coins when ...
-1
votes
1answer
44 views

Convert unix timestamp column to day of week in R

I am working with a data frame in R labeled "mydata". The first column, labled "ts" contains unix timestamp fields. I'd like to convert these fields to days of the week. I've tried using strptime and ...

1 2 3 4 5 269
15 30 50 per page