Data is any form of information that can be used by a process, service, or application.
0
votes
1answer
13 views
What are good practices for class hinting in JSON?
I would like to know if there are preferred ways to exchange custom objects serialized as JSON, so that both ends can get a (rough) idea on how to deal with the values exchanged.
I guess this is ...
0
votes
0answers
31 views
Migration from odi(oracle data integrator) to java [closed]
currently we are migrating from
ODI to java
. I would like to know the pros and cons of doing it. Does any body worked on this type of migration
0
votes
1answer
26 views
Post-hoc inventory/queue size query
Say you have a list of events/tasks with time stamps for created, completed.
Examples:
Customer entering a queue, then being served
Business process starting and completing
Order received, order ...
0
votes
0answers
10 views
Sample product data and content for sample website
Hi, I need to build a sample site for our portal and need some help finding some free product data, content and imagery to download.
Can anyone recommend a good site?
0
votes
1answer
63 views
Frequent Number in an array size of 2 million (Works for 500k but it hangs for 2mil?)
Here is my code to look for a frequent number in a large array. It works fine for 500,000.
Could anyone help me and tell me why does it crash for n = 2,000,000?
I tried changing int to long or double ...
0
votes
1answer
27 views
Difference between Propagation Time and Propagation Delay
I have found several answers to Propagation Delay but none come up when we talk about Propagation time. Are they the same thing?
Propagation Delay:
propagation delay is the amount of time it ...
0
votes
3answers
45 views
how to manage huge amounts of data like google analytics [closed]
I need to create reports for big amounts of data.
But each request Im doing is taking almost 2 min...
and my queries are well built with indexes.
It is interesting to know how does google analytics ...
0
votes
2answers
41 views
Android Application with multiple activites [closed]
Simple mistake :D Sorry guys yes forget to write declaration :)
0
votes
0answers
14 views
Google “Search Features”: is it possible to get just these results from an API query?
Google has these great mini-apps they call "Search Features", which they show for certain search keywords at the top of the page, in a special format. Here's the weather example:
Now, I'm ...
0
votes
0answers
19 views
The “formula” argument in R elrm() function did not read a specific data
There was something wrong with the argument "tryout." It kept showing me that "tryout" was not found. What could be wrong with the code?
data <- data.frame(event=c(0,1), x =c(0,1), tryout <- ...
0
votes
2answers
29 views
Data position in file
At first I loaded all my variables to memory at application start.
Over time, the number of variables became so huge that I don't want to do that anymore.
Instead I am retrieving them only when they ...
-1
votes
0answers
25 views
Oracle Product for Android [closed]
Currently I'm developing applications on Android and I'm able to insert, test and analyse my application data on the Microsoft SQL server that is running on my personal computer locally.
From now ...
-1
votes
5answers
57 views
hide sensitive data in html table column [closed]
I have a html table and the first column has the id. This column is hidden. I have read now this is a bad approach.
But I need this hidden id when the user selects a row and click the delete button ...
1
vote
0answers
20 views
Bloomberg weather data
We have a Bloomberg (BBG) Data License Subscription and want to include weather data into our application. However, we just found out that while they have current weather data, no weather data history ...
5
votes
1answer
82 views
Instancing Monoid for a Type
I have a Type in Haskell to make a Map have several values associated to a key.
If I compile the following code:
type Mapa k v = Map k [v]
instance Monoid (Mapa k v) where
--mempty :: Mapa k v
...
-1
votes
1answer
26 views
How can I find a large data set for parallel algorithm comparison [closed]
Hello I'm writing MPI/OpenMp sorting algorithms to compare running on large data sets. I looked at research papers and people are using data sets around 2^5 to 2^19 for in similar work.. I was asked ...
1
vote
1answer
29 views
Extracting Specific Variables from a | delimited .txt and extracting them to a new .txt
I have a .txt that is say 100,000 rows (observations) by 50 columns (variables), and the variables are | delimited. I would like to extract the 8th and 9th variables (or 7 and 8 if the indexing were ...
3
votes
2answers
49 views
How much data is it okay to put on a data attribute in the dom? [duplicate]
Sometimes I'd like to put a decent amount of data on the page to avoid extra AJAX calls for dynamic content. I wonder while doing so if there is a performance penalty I should be cautious of.
0
votes
1answer
37 views
jquery data selector find all elements with a certain data-value
I'm trying to show all elements which have a certain data- attribute set to a specific value and then hide all other elements with the same data- attribute but with a different value.
The code I have ...
0
votes
0answers
24 views
Cakephp not allowing Post external data
I'm trying to integrate a CakePHP website with Mercadopago (payment gateway), and when Mercadopago sends a POST containing the payment data, CakePHP doesn't show the POST, and I'm completely sure that ...
0
votes
1answer
26 views
PHPBB checking input is number
I'm using data_verification to check the values from the post array as follows...
if ($_POST)
{
$validate_array = array(
'recipe_name' => array('string', false, 5, ...
8
votes
1answer
122 views
Can Haskell Data Declarations Be Bounded By Type Values
In Haskell, is there a way to limit a data type by the value of its components? I've drafted an example. Say you have a checkers game. A checker is either of the Black or White type.
data ...
0
votes
1answer
34 views
Query for records that have a certain elements in an array
So I am trying to search for documents that have any of the given tags (i.e. "a", "b", or "c").
The MongoDB query is:
db.my_collection.find({ "tags" : { "$elemMatch" : { "$in" : ["a", "b", "c"] } } ...
0
votes
0answers
12 views
Data structure for dealing with intervals
I've spotted a question and couldn't solve it:
[1 ... n^5] interval was divided into n non-equal non-overlapped intervals.
given these intervals and their names, can anyone give me a good data ...
0
votes
0answers
34 views
Passing data from form over several pages? [duplicate]
I've created a form which is basically just a big calculator so that someone can input how many of each item they have in their house and which will tell them by m^3 how many storage units they'll ...
0
votes
0answers
42 views
How to get to my Windows Store App an ObservableCollection via WCF?
Im very new to this type of technology and I want to do a WCF service that can get me some data and implement it on a Windows Store App. Whats the best way to implement this data onto my app ...
0
votes
1answer
37 views
Filling dojo combobox with json data
I have a json object retrieved from a method which contains user information. I want to set that json object as a store of a dojo combobox. Please help.
Thank you.
0
votes
1answer
32 views
Insheet a Specific Variable in Delimited Data in Stata
I have data in a .txt in which the variables are delimited by the symbol | and the first row contains the variable names. I have successfully insheeted the data as:
insheet using "filename.txt", ...
3
votes
4answers
83 views
If <td> has the largest int, in its <tr> add css class to <td> - jquery
Ive got a table of data, and im trying to at a glance look over it and find the highest number on each row.
To do this im adding a css class called highest to the highest <td> like this
...
2
votes
2answers
48 views
Excel to matlab timestamps
I have data in excel in form of timestamps s it looks like
30/11/12 12:42 AM
30/11/12 12:47 AM
30/11/12 12:56 AM
30/11/12 1:01 AM
I need to get it to matlab to look like this
dateStrings = {...
...
0
votes
0answers
6 views
Figuring out if data is linearly separable
So I've been given a bunch of 3D data points of two types A and B in list format and the question I am trying to solve is asking me to look at the data points and determine if I think they are ...
0
votes
2answers
67 views
Extract data with an OLE DB faster
Hi everyone I'm trying to extract a lot of records from a lot of joined tables and views using SSIS (OLE DB SOURCE) but it takes a huge time! the problem is due to the query because when I parsed it ...
1
vote
1answer
50 views
search over 45M text pages for a single string
I'm interested in the best way to search for an exact string inside 45M text pages i own.
I must get all of the results(page details that fit the query) and not just the top results.
It should be ...
0
votes
0answers
17 views
ext.require is not a funtion error
I have the following code in my pgm.
Ext.require([
'Ext.grid.*',
'Ext.data.*',
'Ext.util.*',
'Ext.state.*'
]);
In firebug I am getting the error TypeError: Ext.require is not a ...
0
votes
0answers
14 views
How to display only files that have alternate data streams in Command Prompt
I know that to display alternate data streams of all the files (if any) in command prompt, this is the command "dir /R". But, how do I do it if I only want to display files that have alternate data ...
0
votes
0answers
15 views
Backup of Wester Digital MyBook live to remote drive
I would like to make a BackUp of my MyBook live to a remote location. The reason beeing, that if the drive is stolen, all data is lost. That is why I want to mirror all data to a remote location, so ...
1
vote
0answers
22 views
Java “Could Not Serialize the Data”
I'm trying to get my clipboard to receive some custom data in a drag and drop. The custom data is another java type. This other type does implement serializable, so I'm really not sure why this ...
0
votes
2answers
72 views
How to shuffle (completely at random) big data stored in Excel file by Matlab?
I want to shuffle my data row wise (in a single unique row there will be no shuffling, it has to remain the same- i mean all individual cells in a single row can not change). The number of rows i have ...
0
votes
0answers
22 views
How can I process larger amount of data with Mclust pkg using R
I was running Mclust to process 85mb data files. It ends because there isn't enough memory it goes all the way up to 12.26gb and then fails. I have access to a large 16gb of ram but not sure what's ...
-2
votes
1answer
34 views
When I try to insert data from textboxes to SqlDataSource, it gives me error “Object reference not set to an instance of an object”
protected void btnInsert_Click(object sender, EventArgs e)
{
string custName = ddlCustomerName.SelectedValue;
string listing = ddlListing.SelectedValue;
...
0
votes
0answers
64 views
PowerShell MSSQL SMO Scripter - Script inserts on filtered data
I am trying to generate data inserts that are filtered based on column data. We have no problems scripting out all of the data using the scripter.Options.ScriptData and using the EnumScript method. ...
0
votes
1answer
29 views
How to make a new Column based on conditions
Hi I have 2 columns in my table: ROM and Treatment
ROM is filled with values between -20 and 20 and Treatment has 0 or 1.
I need to find a way to get all the ROM values that are in the control group ...
0
votes
1answer
15 views
Script to crawl through different pages and acquire data
I am planning to do a network analysis of bmtc bus connectivity network... So i need to acquire data regarding bus routes. The best website as far as i know is
...
0
votes
2answers
44 views
jQuery: How to select elements based on .data({key: value})
In HTML I have a div with various data- attribute properties set within a JSON object, e.g.:
<div data-layout='{
"type" : "header",
"minHeight" : "10%"
}'>
Layout
...
1
vote
1answer
40 views
Best format to store incremental data in regularly using R
I have a database that is used to store transactional records, these records are created and another process picks them up and then removes them. Occaisonaly this process breaks down and the number ...
1
vote
1answer
56 views
Error parsing D3 d=“”repeated two times
I'm working from this code sample on Chained Transitions http://bl.ocks.org/mbostock/3903818
I've set up my own code to parse a csv file instead of a tsv. However when I switch from the New to ...
0
votes
1answer
20 views
Uncaught TypeError when using .replace() on HTML5 data attribute storing numbers retrieved with jQuery $.data()
I am storing database values in HTML5 data attributes via jQuery while first escaping them to be HTML attribute safe, and it works fine with Strings.
However, if I've stored a number that doesn't ...
-1
votes
0answers
17 views
Data from class to class ~ Netbeans
I'm new to GUI programming with Netbeans. I have a problem with a code, as my program, when a button is pressed, will take you to a new JFrame with an Textfield to catch some data, but the problem is ...
1
vote
2answers
46 views
Selecting certain rows from a set of data files in Python
I am trying to manipulate some data with Python, but having quite a bit of difficulty (given that I'm still a rookie). I have taken some code from other questions/sites but still can't quite get what ...
0
votes
1answer
46 views
Google apps script resultset into html
I have made a connection to an external database and I am fetching data from a particular table. All of it works (tested by putting the results in a log). Now I want to make a GUI in html, but I don't ...


