Data is any form of information that can be used by a process, service, or application.
0
votes
1answer
79 views
Enable/Disable Mobile Data (GPRS) using code on Froyo 2.2
In advance, sorry for my English, I'm doing my best to write without faults
I'm trying to Enable / Disable Mobile Data Connexion.
I've used this code by rIHaN JiTHiN (Enable/Disable Mobile Data ...
0
votes
2answers
58 views
Android no internet connection detection not changing
In my android application I am checking whether internet connection is present like this in my main activity. Once internet ( data ) connection failure, then it will show error correctly.
But when I ...
2
votes
0answers
34 views
Java UDP sending and receiving thousands of data
I have a database with different FPS games IP addresses and I need to query each server 5 in 5 minutes. With the query message response (received from the servers) I know if the server is online, how ...
1
vote
3answers
48 views
How to stop overwriting data , iOS
I am trying to save in my iOS app some data. I use the following code :
NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);
NSString *documentsDirectory ...
0
votes
1answer
38 views
extract facebook data from access token
i'm trying to use this site https://www.oneall.com/ to add social login to a test site after setting up the code and the login i still don't know how to extract user data from access token here's the ...
-1
votes
0answers
25 views
How do I import Outlook Express .dbx file into MS-Access? [closed]
I thought there would be tons of applications that would allow you to import Outlook Express and Vista Mail files into access but I'm drawing a blank.
I looked for an ODBC driver, I looked for a ...
1
vote
1answer
31 views
Json data parsing error for flot graph
datapie = [
{"label": "Running", "data": [19.5], "color":"#e1ab0b"},
{"label": "Stopped", "data": [4.5], "color":"#fe0000"},
{"label": "Terminated", "data": [36.6], "color":'#93b40f"}
];
Getting ...
-3
votes
0answers
26 views
Why my WCF is returning wrong data?
Here i struck in some strange situation.
I created a view in SQL server
Create View [Adm].[VwSurveyReport]
as
SELECT q.QuestionID,q.Question,p.dtStart,p.dtEnd,u.OrgCode,u.UserID,u.RoleID,
(case ...
0
votes
0answers
19 views
how to show device data and how to send it on wifi without using wifi direct api
I need to write the code for below task....any help for it is highly appreciated!!
I want to send device data(applications, photos, videos and also CONTACTS, CALL LOGS, MMS,SMS, APN data) from one ...
2
votes
7answers
79 views
Remove chars from string in Java from file
How would I remove the chars from the data in this file so I could sum up the numbers?
Alice Jones,80,90,100,95,75,85,90,100,90,92
Bob Manfred,98,89,87,89,9,98,7,89,98,78
I want to do this so for ...
-5
votes
1answer
56 views
How do I sum up the data in a file in Java? [closed]
I have previously done my research and I couldn't find anything that could help me. I have a file which has a persons name and then their grades next to it. I want to take the grades for each name and ...
0
votes
1answer
38 views
Segfault when accessing non-null pointer? (Queue)
The code works fine in a Linux environment, but in Windows it crashes 5-10 seconds after the program starts. The debugger points to n->fired = true; as the problem?
void ...
3
votes
3answers
146 views
Haskell: Iterate over all (Row, Column) possibilities?
This will be a TicTacToe implementation:
data Row = A | B | C deriving (Show, Read, Eq, Ord, Enum, Bounded)
data Column = X | Y | Z deriving (Show, Read, Eq, Ord, Enum, Bounded)
type Pos = (Row, ...
1
vote
2answers
37 views
Duplicate Checks with Multiple Values
I am doing some manual duplicate checks on my database, and have a complicated case.
I need to check for duplicate rows based on a value in Column A, which I have done. However, in this specific ...
0
votes
0answers
16 views
Converting Address (Street Address, City, State, Zip Code) to FIPS Code
I am trying to convert an address of the type:
24 Willie Mays Plaza, San Francisco, CA 94107
to a FIPS code (in this case, it would be 075).
Does anyone know any tools that can do this? Would even ...
0
votes
1answer
24 views
DataGridView: Add Data Programatically on Specific Cells
I'm currently trying to add data programatically onto a DataGridView, but it doesn't seem to be working.
what i have is an Array, which i fill from a text file:
public static string PathList = ...
-1
votes
1answer
25 views
Re-arrange Multi level Array [closed]
I have an array, which comes out of an preg_match_all but I can't work with this. I would like to transfer this to use it in a proper way. How do I transfer an array like this.
[0] => Array
(
...
0
votes
1answer
31 views
Matching rows in CSV data sets
In MATLAB, I really need someones expertise. I have a csv file like the following (extra spaces is just to make it readable):
State, Damage, Blizzards,
Texas, 2, 2,
Alabama, 1, ...
0
votes
1answer
35 views
Mongodb upsert throwing DuplicateKeyException
I do get this error [2] from time to time when attempting to upsert (increment or insert) a document using method [1].
[1]
public NGram save(final NGram ngram) {
Criteria cr = ...
0
votes
2answers
45 views
How do you import simple data from a webpage using Javascript
The problem I have run into seems like it has a simple answer. I want to have my website do the simple task of grabbing a piece of text from a webpage.
I basically want my code to look like...
var ...
0
votes
2answers
58 views
Read text data into R
I have a list of items in a single vector itemlist file identified by a single integer. I also have a meta-data on each item. In this case the item is a book on amazon.com, and the meta data is on ...
0
votes
2answers
89 views
Dealing with data in python
Here is the list.
keyWord = ['gold', 'diamond', 'wood']
And,the score's text file include detail like below. For example, the name of txt file is point.txt
diamond 1
copper 2
wood 3
gold 4
In ...
1
vote
2answers
27 views
Redirect to a data url in php
How to redirect to a data url using header request? echo is working properly. But i want to redirect.
header ('Location: data://text/html,<h1>stackoverflow</h1>');
This is not working.
0
votes
0answers
65 views
Write a program that can be used by a small theater to sell tickets for performances. Read data from inputfile
Need help writing a program for class. Here were the posted instructions:
Step 1: The program should have a FUNCTION that displays a screen that shows which seats are available and which are taken. ...
0
votes
1answer
46 views
When I read from a file in C++ it, displays the numbers more times then it should
I am coding a program that allows the user to name a file and open or create that file. Then they are able to read the info from that file in different ways or write more info into the file. The ...
-4
votes
0answers
8 views
Code to read and download retail size charts
Is there a way to have a list of retail sites and generate a script which does the following:
Loop through list of website URLs
Go to website URL
search website pages for size chart or equivilant
...
0
votes
1answer
35 views
Intent filter pathPrefix with '#' not working
I'm trying to set an intent filter to launch my activity when user clicks on the following URI:
example.com/pathA/pathB/#pathC/someGUID
so I've added the following XML to the manifest file:
...
-1
votes
0answers
39 views
Procrustes Analysis of 3d point cloud without defined landmarks [closed]
I am working with multiple 3d point clouds and would like to be able to compare their shapes using something like a procrustes analysis. Instead of defining landmarks to compare however, I was hoping ...
1
vote
0answers
15 views
Eavesdropping a communication between a local application and the network [migrated]
After some digging on the Internet, I've been unable to find a satisfying solution for my curiosity... Here's the thing : using a shell script, I've been able to obtain a list of IP addresses ...
0
votes
1answer
52 views
IF-statement stroke in a line diagram using d3.js
I've drawn a graph using data out of a database, and I want that line to turn red when the number in the database gets higher than 500 (like below). Unfortunately it doesn't work this way, and I've ...
1
vote
1answer
35 views
I am trying to populate checkbox true/false values in a windows form application from an xml document
I may just need to be steered in the right direction, but I have a scenario where, on my main form I have a list of about 15 different checkboxes. When I check some of these boxes, I want to then be ...
0
votes
2answers
25 views
Highcharts Grouped Data In Subgroup
is it possible to achieve this?
I need to draw a graph and it's based on categories.
Each category will have an subcategory and this will an aggregator.
This will be a column bar chart and i must ...
8
votes
2answers
81 views
Best practice to share data and notifications between applications
What is the best practice to share data between different applications on the same machine and notify them if the data has changed?
I have 4 applications which are using the same settings project to ...
0
votes
0answers
19 views
WordPress Fast Secure Contact Form recieve data (silent remote sending)
I'm looking for a way to retrieve the data Fast Secure Contact Form sends to a remote URL.
I thought creating a php file handling $_POST data would do. Apparently it doesn't. Should I somehow make ...
1
vote
3answers
62 views
How to check for existence of specific date in MySQL 'date' column?
Using the code below, I'm having trouble checking whether a specified date exists in a MySQL 'date' column.
$data = array(1367971200);
$s=$dbh->prepare("
SELECT DISTINCT
`date`
...
-2
votes
0answers
23 views
Real-time Stock and Option data by API or download to file [closed]
I need to get real-time (or 5-30 mins delayed) stock and option data for NYSE, AMEX and NASDAQ, there are totally 7300 stocks and 65000 option contracts. I need an API to download data. it is better ...
1
vote
0answers
17 views
Best approach for archiving transactional data in MySQL 5.5
I'm new to MySQL. I'm looking into setting up a MySQL 5.5 instance on Amazon's RDS. I have worked with DB2 in the past as a developer, but not as a DBA.
I have a requirement to store transactional ...
0
votes
1answer
83 views
Kendo ComboBox change dataSource to json object
I have a kendo combobox created using an MVC wrapper like so:
@Html.Kendo.ComboBox().Name("Well");
I want to update the data manually using a json array stored in javascript (not from an ajax ...
-2
votes
1answer
70 views
excel-like data import wizard for java/jquery [closed]
Are you aware of any “out of the box” import wizard for java/jquery.
We are using apache Wicket (6.x) as well as JQuery / JQuery UI for our project.
Now we require to build an online data import.
...
0
votes
1answer
43 views
js html content extract using diffbot
can someone help me i want to extract html data from http://www.quranexplorer.com/Hadith/English/Index.html i have found a service that does exactly that http://diffbot.com/dev/docs/ they support data ...
0
votes
1answer
58 views
Android : adding data to a tree-view-list
I've started to use the tree-view-list to show my data. The tree-view-list can be found here:
http://code.google.com/p/tree-view-list-android/
The code that adds text to the tree view line is this:
...
-2
votes
2answers
55 views
How can I store game data in iOS Game Center? [closed]
I read the documentation.
Game Kit Framework Reference
Is there no way that I can store data about game and player using Apple Game Center?
I want to store user information such as his all scores ...
-2
votes
0answers
61 views
How to crawl facebook status, twitter tweets, forum and blog posts page? [closed]
Me and my friends from college are going to build a spin off of social media monitoring web application that requires big (really big) social media data (like thousands of 'em), per day. We require at ...
-4
votes
0answers
34 views
Java - how to calculate the differences in the date and time in Java [duplicate]
I need to find out what method allows the calculation of the date and time difference in Java.
1
vote
3answers
80 views
How to transfer data between views?
I am just starting writing Android apps. I have done some beginner's tutorials, but I'm having trouble with the next step for which I could not find any helpful answer.
I want to write an app that ...
1
vote
1answer
73 views
C++, templates, general method returning data in derived classes
There is the class A
template <typename T>
class A
{
public: virtual T get() = 0;
};
and two derived classes B,C and get() method
template <typename T>
class B : public A<T>
{
...
-1
votes
0answers
38 views
jQuery UI 1.8 Data Method Not Working in IE7?
I have almost no experience using JavaScript or jQuery, let alone trying to debug it (especially in IE7). I'm building a slideshow, and when I went into IE7 to check to see if it works, it doesn't ...
7
votes
2answers
101 views
Illegal binding of built-in syntax: `:`
I need to build custom Stream data type.
It's like list data type, but for infinite lists only (without empty list possibility).
i found list data type -
data [] a = a : [a] | []
and i wrote ...
-1
votes
0answers
7 views
How does Plink (plink.com) collect payment data between Merchant and Customer?
How does Plink (www.plink.com) collect payment data between Merchant and Customer? Isn't this a closed circuit between bank and merchant? Which technical solution do they use?
Thanks.
-2
votes
0answers
11 views
Copying Data from a closed workbook using a list of criterias on sheet 2
I am a newbie here on Excel VB.
I have two workbooks, say workbook1 and a closed workbook called workbook2.xlsx. Workbook1 has two worksheets, Report and MyCriteria. Workbook2.xlsx has one worksheet ...




