Data is any form of information that can be used by a process, service, or application.
0
votes
5answers
57 views
Formula to calculate average number on expanding data array
Say, if I had a final array of numbers, say:
{1, 5, 7, 2}
the average for them will be:
(1 + 5 + 7 + 2) / 4; //Or, sum of all elements, divided by their number
But what if my array is ...
0
votes
0answers
8 views
Does JPA allow to create the same table structures but different name of tables?
I have a simple JPA (Spring data Jpa) use case for simple forums.
This project is done by Spring MVC, Spring Data Jpa with hibernate as a jpa vendor and it consists of forum/forum_comment pojo ...
0
votes
0answers
6 views
Create Unique value for data
I am measuring Sales against Lead numbers. Sometimes Sales come through with no lead number included, and the lead number shows zero. When I consolidate my data, the ‘0’ leads all get counted as one ...
0
votes
1answer
43 views
Pivoting tables in pandas
Below is an extract of a dataframe which I have created my merging multiple query log dataframes:
keyword hits date average time
1 the cat ...
0
votes
0answers
2 views
Mining data associated with specific dates
I downloaded historical prices from the S&P and am looking to get specific closing prices based on their dates. I want to have the macro return every year after an associated date. I tried ...
0
votes
1answer
13 views
Magento : Add data to quote item object in an observer
This is what I want to do :
1) When I add a product to the cart, I catch the event
2) In the associated observer, I want to add a data to the current quote item and save it.
3) In the shopping cart, I ...
0
votes
1answer
65 views
How to read data from USB port using C
I have sensor node connected to USB port that sense temperature, humidity and light and send the data to PC.
What piece of code will help me to read that data from the usb port in normal C.
...
1
vote
3answers
56 views
Effective picking of surrounded element
If I have sequence 1 0 0 0 1 0 1 0 1 1 1
how to effectively locate zero which has from both sides 1.
In this sequence it means zero on position 6 and 8. The ones in bold.
1 0 0 0 1 0 1 0 1 1 1
I ...
0
votes
2answers
75 views
Is this an ugly/bad design for a data-structure? (Java)
Is this data structure a bad design choice somehow?
Basically every map is a user, which has a bunch of different kinds of fields. Every kind of field is a key in the map, and has a List of the ...
0
votes
2answers
27 views
Best way to Store continuous data in android
In my android application, There will be one service which will be generating some data(statistics) like (int, time, long, boolean).
So question is what is the best and optimal way to save that ...
1
vote
1answer
27 views
Magento displays same page inside the visible page when trying to send/receive data from another php
I'm trying to make a new functionality on a custom back-end module that I've created a few weeks ago. The new functionality consists in making a query in order to list in a 'select-option' some data ...
0
votes
2answers
25 views
Extracting rows for a Pandas dataframe in Python
I have imported a simple query log into a pandas dataframe in Python (see image), and would like to know what the most efficient way is to extract all of the rows that contain any given keyword that ...
0
votes
1answer
26 views
jquery accessing data() of window.parent from iframe
in the parent window I have:
<input type=text size=100 id="picker1" data-listoption="1" data-type="size">
then within the iframe I have
<script>
$(document).ready(function(){
...
0
votes
1answer
14 views
iOS — What is the best way to save data for a table within a table?
I have gone through the tutorial on apple's developer website called 'Your Second iOS Application' in which I learned how to make my master detail application. I went on to learn how to save the data ...
1
vote
3answers
64 views
Can you store data inside a .jar?
I'm learning java and am currently trying to develop a simple application. My question is can you store data about settings, etc in a text file internal to a .jar? If so how would you go about ...
0
votes
2answers
62 views
Same data in multiple views using AngularJS
Maybe there is someone who can help me a little bit. I have to share data between multiple views. Because it is a school project, I have to use AngularJS, but I am new to it and I don't know where to ...
0
votes
0answers
9 views
Ajax call Server return data length limited in IE
I got a problem that if ajax call in Chrome, the return data is all from end server. But in IE, the return data is not all.
Does anyone also have this problems? How to solve it?
0
votes
1answer
35 views
Flex warning Data binding will not be able to detect assignments to “layout”
i got some code:
...
<fx:Declarations>
<s:Animate id="toRight" target="{cp.layout}">
<s:SimpleMotionPath property="horizontalScrollPosition" ...
-1
votes
1answer
31 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
votes
0answers
6 views
is there anyway to restore text from file?
i was working on a page called products and have finished a lot of work but because of power shortage suddenly all data in this php file was erased and it's which is sooo hard to work on it again it ...
1
vote
2answers
234 views
Is it dangerous to have table with big number of columns?
Is it a dangerous practice to have tables with large number of columns. Is there possibility of some performance or memory issues? My DB is Oracle 10g. It is easier to add columns for existing table ...
0
votes
2answers
545 views
Silverlight Find Control in Data Template
I have the following xaml code:
<dxb:BarButtonItem Name="btnPrev" Cursor="Hand" ItemClick="btnPrev_ItemClick">
<dxb:BarButtonItem.ContentTemplate>
<DataTemplate>
<Image ...
0
votes
0answers
10 views
transform existing mysql table to first normal form
I have a huge mysql database (table with > 100mio rows) and need to migrate the data to a new schema. one of the changes in the new db will be to transform a table to first normal form, e.g.:
table ...
1
vote
1answer
26 views
OrderedDictionary and Dictionary
I was looking for a way to have my Dictionary enumerate its KeyValuePair in the same order that they were added. Now, Dictionary's doc clearly state that:
For purposes of enumeration, each item in ...
1
vote
2answers
95 views
Parse Data with Many Attributes in Scala
I've been doing some self directed learning with weather data in Scala, because the data is free, big, and feeds into lots of other stuff I would like to do. Immediately I ran into trouble with how ...
0
votes
0answers
15 views
Using VS2010 Data Connection Tool for Users
since the code for this small ui is free, I'm trying to use it for a connection test tool.
Its working not bad, but unfortunately, it just builds the standard connections.
I add all, which can be ...
4
votes
2answers
133 views
C++ getchar() is there data still waiting to be read
I am implementing a key reader program in c/c++. I am using linux. I know that the unbuffered getchar function will return little data values of keys. For all ASCII keys (a-z, A-Z, 1-9, punctuation, ...
0
votes
1answer
50 views
multy databases for clients [closed]
I need help with databases MySQL.
I am building a Customer Management System where more than 1000 users will use this system and each user will have their own clients which in turn they can have more ...
1
vote
1answer
24 views
Alternative to Matlab cell data-structure in Python
I have a Matlab cell array, each of whose cells contains an N x M matrix. The value of M varies across cells.
What would be an efficient way to represent this type of a structure in Python using ...
1
vote
2answers
10k views
Excel VBA- Finding the last column with data
I've found this method for finding the last data containing row in a sheet:
ws.Range("A65536").End(xlUp).row
Is there a similar method for finding the last data containing column in a sheet?
...
0
votes
3answers
36 views
Unable to fetch data from textfield using $_POST
I have been not able to fetch data from the textfield 'current_reading'. What can be the issue? every other text and $_POST method are working fine
index page
...
1
vote
1answer
42 views
C# data bound ListBox
I have the following two Access tables:
Employee table:
EmployeeID
Name
etc.
Project table:
ProjectID
EmployeeID
ProjectDescription
Each Employee can manage zero or more projects.
I know how to ...
10
votes
3answers
747 views
Warning message: In file(file, “rt”)
I hope someone can help me here because I have exhausted all options. I am a total newb with R and I am trying to import CSV files to graph for a project. I'm using R 2.15.2 on a Mac OS X.
The first ...
-5
votes
0answers
15 views
Encryption: Is there software that encrypts data from local netowrk and transfers to cloud? [closed]
I need an application that I can install on desktops that can:
1. Listen for data coming from a local ip address (XAMPP file)
2. Encrypt data
3. Send to my server
Ideally, users would only need to ...
8
votes
3answers
173 views
How to open a .dat file (ASCII)?
I tried to open a .dat file using Stata, and it actually opened, but the data set was a complete mess. I took the file from NBER (CPS data)...
click on the A icon of the year 1964 March.
I tried the ...
0
votes
0answers
16 views
Python Socket Multithreading with Variable/Object Sharing Between Parent and Child? [closed]
I need to build a Socket server in Python that must be multi-threaded in order to support large number of requests however I'm a bit confused about multi-threading
I need to know if a thread in ...
31
votes
3answers
5k views
How does jQuery .data() work?
My Javascript knowledge is pretty limited.
Instead of asking several javascript questions I got the "message" from Stack overflow and started using jQuery right away in order to save me some time.
...
0
votes
3answers
911 views
jQuery Data Function
How does jQuery's data function work? Is it more efficient than giving the dom elements a class or attribute? Where is the data stored?
Cheers.
PS: I once saw a link to a page that does method ...
1
vote
1answer
21 views
Data consolidation from different cells depending on variable in Excel
I'm sure there is a simple answer, but I have literally looked for hours, to no avail. Here's the scenario...
If I have 20 marbles:
Column A is 20 rows long, each cell containing the value 1.
Column ...
0
votes
0answers
34 views
Upload data to bigquery
Let's say I have a table in BigQuery with columns A, B, C. I have a json that contains data with columns A, B, C, D. What will happen if I create a job and try to push this data to that table? Will it ...
1
vote
1answer
34 views
R: merge data frames for cohen's kappa
I'm trying to analyze some date using R but I'm not very familiar with R (yet) and therefore I'm totally stuck.
What I try to do is manipulate my input data so I can use it to calculate Cohen's ...
2
votes
2answers
259 views
News Article Data Sets
I am doing a project in news classification. Basically the system will classifying news articles based on the pre-defined topic (e.g. sports, politic, international). To build the system, I need free ...
0
votes
1answer
33 views
Serialize multiple data from database of same column
I'm new to PHP and using serialized data,
I have a Database which has a 2 tables, user & character.
characterId has a relation with userId.
An user has 2 characters, so I wanted to get the data ...
0
votes
4answers
39 views
How to get data from html page using java?
How to get data from XML/HTML page?
I'd like to make an android app, in which users get a notification of a school-lesson that fell out.
This is what the website looks like:
...
0
votes
1answer
29 views
how to import and consolidate similar (but not equal) text from several different sources
I am importing a set of data from several files (excel files) that holds records with no identifiers on a daily basis.
the data needs is then stored in a relational database (Oracle).
The problem is ...
0
votes
2answers
47 views
Cakephp - Grab a form data with ajax
I'm trying to do a simple form mail with ajax.
But, i'm can't grab the data from the form.
My form:
<?php echo $this->Form->create('Page', array('default' => false)); ?>
<?php echo ...
0
votes
1answer
36 views
Actual employee working hours from payroll system?
I am working on a project which involves a payroll system for Employees. My main goal is to retrieve the actual work hours for each employee, however I am a bit confused about how I should proceed ...
0
votes
0answers
24 views
Is there a better way to handle data access based on user's authentication? [closed]
Introduction
The system is built on grails and accessed by different peoples in one company. Data is stored in database. As you know, there are report chain between peoples, like employee report to ...
0
votes
0answers
6 views
How do I show google spreadsheet data as text?
I'm using Google Sites to build a website that will show information from a spreadsheet. I don't want to embed the spreadsheet, or even a section of cells. I want the page to extract the data from a ...
2
votes
3answers
418 views
Get databases directory for my app programatically
I want to use a "pre loaded" database in my app. There are tons of questions about this and most point to this blog article here or similars.
So far so good. I just want to know if there is a better ...





