Data is any form of information that can be used by a process, service, or application.
3
votes
0answers
204 views
How to correctly stream data via Bluetooth to Android
I'm in the process of developing an application which reads data from a DAQ that streams its data over Bluetooth. The packet sizes can change, as can the sampling rate (1Hz - 512Hz), and I'm able to ...
3
votes
0answers
157 views
NullPointerException at org.hibernate.ejb.criteria.path.AbstractPathImpl.get
This works fine:
public Predicate toPredicate(Root<Campaign> root,
CriteriaQuery<?> query, CriteriaBuilder cb) {
return root.get("campState").get("statusId").in(campStatus);
}
...
3
votes
0answers
249 views
Access to other control values when AjaxFileUpload fires UploadComplete event
My understanding is that the AjaxFileUpload object uses an iframe to upload files. A postback occurs, but no other controls are posting back - at least that is what it looks like to me as I cannot ...
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 ...
2
votes
0answers
43 views
How to shift cache / session data of one server to another?
I have two servers one with lot of cached data and session data (coming from a database, and changes made on this) on it. I want to securely maintain that data on secondary server. That is required to ...
2
votes
0answers
30 views
Removing NA in data table for one way ANOVA
I'm currently working on a project for school where I need to run a one way ANOVA on the %uninsured motorists from each state divided by region. I'm trying to remove the NA from the table, but am ...
2
votes
0answers
107 views
how to retrieve any kind of data from Bloomberg profesionnal
I want to download the earning calls for many companies in Bloomberg.
I couldn't find a lot of information about the Bloomberg API on the internet, so before getting deep into it, I would like to ...
2
votes
0answers
78 views
mahout's synthetic control data example
Mahout's wiki includes an example of using clustering on synthetic control data (here).
The example includes a data sample with 100 rows of data for each of 6 patterns in the data. What I expect ...
2
votes
0answers
46 views
Hosting Separate WCF Service to handle data requests from web application
Would it be possible to host a separate WCF service to handle all my data requests to my server. What I have in mind is to host a separate service on it's own URL and this would handle all my data ...
2
votes
0answers
65 views
Arbitrary data input/output format — what is a good API/library/framework/…?
For my current project (all-c++), I am faced with the following problem due to the wide range of customers we'll be delivering to:
data used to configure/initialize/etc. our software may come from ...
2
votes
0answers
67 views
Error obtaining sensor data when setOnTouchListener is pressed
I have Android code and I'm trying to obtain accelerometer data from the Phone when the button pressed.
here my code :
public class MainActivity extends Activity implements SensorEventListener{
...
2
votes
0answers
50 views
Accessing DataConnectionTracker methods in Android 2.2
To enable mobile data connection for Android 2.3+ I currently use the following code:
Method setMobileDataEnabled = ConnectivityManager.class.getDeclaredMethod("setMobileDataEnabled", boolean.class);
...
2
votes
0answers
89 views
Send data from android to website button
I have a Android app. I want to send a data to my website button.
something Like this :- http://mywebsite.com/gettoken="8937623847329823904"
Now the problem is that i don't know how to receive data ...
2
votes
0answers
400 views
Google Maps v3 markerclusterer InfoWindow data
I have a database driven google map v3 which uses markerclusterer, everything is working fine, but I would like to show additional data, instead of just being able to show one direct result from the ...
2
votes
0answers
171 views
MySQL/PHP - Insert data to 2 table on the same form
I have 3 tables:
Tbl_1. Tour_Journey
id | title | tour_id | hotel_list | content |
----------------------------------------
Tbl_2. Hotel
id | hotel_name | rating | address |
...
2
votes
0answers
150 views
What is the best way to store simple spatial data
I have a mind to build a simple game. It would have a playing board that is a 2D grid and players would be allowed to place tokens on the nodes in the grid.
Basically I could store tuples like this ...
2
votes
0answers
571 views
Xcode Storyboard crash
Whenever I add an object (specifically a UIButton or UILabel) to my Storyboard view, Xcode crashes. I've tried rebooting and reinstalling Xcode. I've also tried to recreate my view in a new project. ...
2
votes
0answers
332 views
How to render XML template and then use SEND_DATA in Ruby on Rails 3.2.8?
Can anybodyes help me with XML template rendering and send_data?
I have a controller:
def show
@calculation = Calculation.find(params[:id])
respond_to do |format|
format.html # show.html.erb
...
2
votes
0answers
280 views
Nested JSON and duplicate entries in Sencha Touch
We have a JSON string of articles, where each article has comments. Also, both the article and the comments contain the author/commenter information.
Because Sencha is using "id" as a model key, ...
2
votes
0answers
169 views
Is hdf5 suitable for real-time measurements
I would like to know if hdf5 is suitable for real-time data logging or not ?
More precisely:
I work on a project in which we want to continuously (sampling rate ranging form 30 to 400Hz) mix a fair ...
2
votes
0answers
364 views
Sencha Touch 2: Loading pushed data into form
I got some problems loading data into a form which I pushed onSelect.
(loading details for a specific list item)
onProductSelect: function(_dataView, _record)
{
Ext.getCmp('products').push({
...
2
votes
0answers
1k views
Dynamic Depending Lists in VBA
I have found that code (on: http://www.siddharthrout.com/2011/07/29/excel-data-validationcreate-dynamic-dependent-lists-vba/) really useful:
Private Sub Worksheet_Change(ByVal Target As Range)
Dim i ...
2
votes
0answers
181 views
Software for collected sensor data analysis
I have an application that collects data from about a dozen sensors in a Smart House. It stores its data in a MySQL database with the following table format:
CREATE TABLE IF NOT EXISTS `datapoints` ...
2
votes
0answers
47 views
RPC and shared persistent data space
I have a homework question that asks about an RPC system if we're using a shared persistent data space. Would having a shared persistent data space even change anything about the way you build an RPC ...
2
votes
0answers
854 views
OOM out of memory android error while heap has lots of space
Unless I'm reading the below incorrectly this allocation should be absolutely fine?
The DDMS shows a
Heap size 15.3 Mb
Allocated 8.211 Mb
Free 7.11 Mb
I've run a dump through MAT (I'm not ...
2
votes
0answers
330 views
GitHub Disaster: Undo A Revert?
I was using the visual editor for GitHub and was ready to commit changes to the master branch of my project. However, when starting the visual editor, it would instantly popup with a message that ...
2
votes
0answers
370 views
Using Koolplot without creating a new window for graphing C++
I have been experimenting with the Koolplot plotting library. I have managed to set up the linking and includes so everything compiles nicely. I was wondering if it was possible to plot a graph within ...
2
votes
0answers
202 views
Android : Bluetooth How to data send to multiple device in queue?
I created the list that have device detected, and I want to send data to each device; The process is : one device sent data to first device and after disconnect first device and start to connect ...
2
votes
0answers
358 views
Android, can't read images I saved to data folder
My app uses the following piece of code to write out images I have resized into the app's data folder:
private void writeImage(Bitmap bmp, String filename)
{
try
{
...
1
vote
0answers
28 views
Linking two CheckedListBoxes to populate one based off the other
I am trying to link two checkedListboxes so that when you check an item on the first (which is a list of types), it will then populate the second with a list of categories within that type. This will ...
1
vote
0answers
24 views
WPF databound Combobox
I need to create a usercontrol that behaves like a combobox.
Instances of this combobox will be databound to a certain collection at runtime. (i.e a collection of strings, to keep this question as ...
1
vote
0answers
47 views
Get data from XML/HTML page
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:
...
1
vote
0answers
10 views
BTree Complexity based on M and L and based on order of insertion and deletion
What are the big Oh for BTree that depends on M = the number of keys and L = the number of leaves?
How does BTree deal with deleting in order and in reverse order?
I am doing an analysis on how the ...
1
vote
0answers
27 views
File I/O has caused a “[Conflict]”
I wrote a small program that is supposed to run continuously analyzing some data. I usually just let it run in the background on my computer. A couple of times now, I have come back to my computer to ...
1
vote
0answers
18 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 ...
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 ...
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 ...
1
vote
0answers
103 views
How to implement a dependency/package management system?
I am actually working on application where a client depends on modules that needs to be downloaded from a repository server. The modules can be of any archive : jar, dll, zip, etc.
The client first ...
1
vote
0answers
57 views
MMO Server-Game Sockets, Security and Usage
I'm working on a Socket MMO Server-Game project and I want to ask something.
I'll send some data with Tcp socket. Can anybody chance this socket data from outside? Namely I called socket.send() ...
1
vote
0answers
92 views
Passing an integer variable from c# to microsoft sql server and then comparing the retrieved data
I am a B-tech CS student. I am trying to develop a CBIR application and thus I am taking an input image, calculating its RGB values in three different variables and modifying the values, then storing ...
1
vote
0answers
62 views
Updating value to NULL using Spring Data REST and PUT Method
I am using Spring Data REST using a CRUD repository, some values should be optionally NULL, however if I try to set them to null, the fields in question get ignored. If I send non-NULL data it works ...
1
vote
0answers
93 views
Label names to each data points in Matlab
I have a set of data I am analyzing and I would like some help if you can. My data consist of two columns but my X column is only one point and my Y colunm is about 50 points . So when I plot it of ...
1
vote
0answers
57 views
Excel Updating a table with formula
I have two working days dates, first_date and second_date.
I have a data table with decreasing working date:
second_date value 1
second_date - 1 value 2
second_date - 2 value 3
...
1
vote
0answers
53 views
iOS Can I mark Documents directory with “do not backup” attribute?
I had read that I can mark folders with "do not backup" attribute.
As i understand, in such case all contents of directory will be excluded from backups.
In our app we need to exclude from backup all ...
1
vote
0answers
8 views
Log the URL of a page in which an I-Frame loads
I have a page which is going to be used on someone else's site in an I-Frame. I want to add a piece of code to the page that will load in the I-Frame that will get the URL of the page on which the ...
1
vote
0answers
38 views
Processing - Delicious Data Visualization
For a school project i'm trying to use Delicious API in Processing platform.
I have a question,
So far i can visualize the 'Titles' and 'Tags' of individual posts into the processing canvas.
My ...
1
vote
0answers
26 views
Filter/Parameter in VB
I once search on Google on how to make a parameter for Report Viewer in VB and I got this.
So, I followed the step-by-step process on how to do it. Everything seems fine but after I make a parameter ...
1
vote
0answers
63 views
Algorithms for searching all possible combinations of a set of data
I'm currently playing a game where you have 5 armor slots to equip armor pieces. Each of these armor pieces themselves have 'slots' for skills with varying points - an arm piece could have +3 points ...
1
vote
0answers
128 views
insert value into row in linq vb by calling record
I have a LINQ VB.NET project. I have a table "User". I enter all the user details into the table. This includes and email address. I have a method which randomly generates a password. I have ...
1
vote
0answers
49 views
Data Compression Through Polynomial Equations
I am trying to make a new method of compressing data. What I want to do is take say a massive set of numbers, and then try and apply/generate polynomial functions to the data. I would then store the ...



