The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
80 views

Looking for well-logged Make output

Shorter question: Make targets have files as dependencies; let's say one example dependency is the file "D." I would like Make to traverse its dependency graph, and for each "D," also depend on ...
0
votes
1answer
10 views

Adjust data vector to have certain variance

I have a set of integers x, 0<=x<=255 I need to transform this data in that way that : Average of values in set == 0 Variance == 1 I can meet first condition with: array arr[]; av = ...
-1
votes
0answers
34 views

Classifier 1-R, data processing

I deleted previous question and I'm trying again. I need to write 1-R classifier that can process numbers and strings. My data looks like this: 1 red 2 0 0 0 green 1 0 1 0 red ...
0
votes
1answer
35 views

Determine coefficients for some function

I have a task that is probably related to data analysis or even neural networks. We have a data source of our partners, job portal. The source values are arrays of different attributes related to the ...
0
votes
0answers
42 views

Regex Notepad++ Data Processing

I have files with lines that begin with a time (12:30, 1:30), a date (05/01/2013) or some random text. I'm trying to locate and delete lines that start with a time and do not contain a dollar sign ...
0
votes
0answers
36 views

Preparation of categorical data for hierarchical clustering

I would like to use R to perform a hierarchical clustering of data that looks like this: L1 L2 L3 W1 p pr r W2 p NA r which is supposed to mean that L2 shares feature W1 with ...
1
vote
2answers
102 views

Predicting data based on averages

I have GPS data entering a serial port on my PC every second. I have successfully processed the GPS data and the latitude and longitude are stored in separate arrays as floating point numbers. ...
0
votes
1answer
66 views

Processing a large amount of data using jobs in php

We have a website that has 'projects' on it with a given number of people subscribed to each project. At the 'end' of a project, all the subscribers are gathered and processed. In this case, there ...
0
votes
1answer
34 views

Parsing nonuniform data

I am trying to parse a collection of data that has two (or one) useful pieces, but may be organized in many different ways: V01C01 Vol 1 Chapter 1 Chapter 1 Volume 1 - Alt title V1.1 etc. I don't ...
3
votes
2answers
101 views

Looking for a more efficient way to reorganize a massive CSV in Python

I've been working on a problem where I have data from a large output .txt file, and now have to parse and reorganize certain values in the the form of a .csv. I've already written a script that input ...
1
vote
1answer
126 views

Returning value from data array based on several conditions

I have a data table with 3 columns (the look is simplified for clarity, but arrangements and data formats are preserved, 1st column A is Date formatted with my regional settings, but it is NOT text): ...
0
votes
2answers
173 views

Read large amount of ASCII numbers and write in binary form

I have data files with about 1.5 Gb worth of floating-point numbers stored as ASCII text separated by whitespace, e.g., 1.2334 2.3456 3.4567 and so on. Before processing such numbers I first ...
3
votes
2answers
42 views

Select for items meeting both of two criteria in SQL

I have a system that reports the XYZ location of items in a field to a SQL database. I am attempting to filter for false positives (only identifying moving items) by filtering for a known point in ...
0
votes
1answer
262 views

Excel: Send multiple values in “Command text”

Located in the "Data > Connections > Properties > Definition (tab) > Command text", I have the following: {Call SP_calculo_algo(?)} Where currently the function receives only one value through ...
0
votes
0answers
43 views

How to get and read all filenames and subdirectories in a given directory in linux c/c++? [duplicate]

Possible Duplicate: recursive folder scanning in c++ There's a directory with many data files(.txt) and many sub-directories. I want to read and process all data files one by one in c ...
1
vote
2answers
137 views

How to read 1000 or more columns data from file using c/c++ language?

A data file with 10000 rows and 1000 columns. I want to save a entire line to an array or each column to a variant. There is a standard function fscanf in C. If use this function, I need write the ...
0
votes
4answers
103 views

Fastest Way of Storing Data [closed]

I have a server which generates some output, like this: http://192.168.0.1/getJPG=[ID] I have to go through ID 1 to 20M. I see that most of delay is in storing file, currently I do store every ...
4
votes
5answers
238 views

Processing a large amount of data in parallel

I'm a python developer with pretty good RDBMS experience. I need to process a fairly large amount of data (approx 500GB). The data is sitting in approximately 1200 csv files in s3 buckets. I have ...
1
vote
1answer
162 views

Windows thread-switching latency after IO completion - microseconds or milliseconds

I am trying to determine approximate time delay (Win 7, Vista, XP) to switch threads when an IO operation completes. What I (think I) know is that: a) Thread contex switches are themselves ...
3
votes
1answer
174 views

Perl Regex to grab data from irregular serial port output

A Brief overview... I have at home an oil tank monitor that outputs data over a serial port, including oil level in tank. For the most part the output is consistent, but on the hour and on random ...
1
vote
0answers
24 views

Tools for one-off processing and conversion of large data

I am about to start a research project that will require a lot of data conversion and processing operations. On one hand, the data is rather massive - 10GB is typical for a raw dataset - so efficiency ...
1
vote
1answer
559 views

CKEditor - remove script tag with data processor

I am quite new with CKEditor (starting to use it 2 days ago) and I am still fighting with some configuration like removing the tag from editor. So for example, if a user type in source mode the ...
2
votes
1answer
71 views

Combine data on single input

I am working on processing some data storage. However, after pre-processing, the data is like this, for example: -1|news.cnet.com|Technology News - CNET News|-1|-1 -1|news.google.com|Google ...
1
vote
1answer
53 views

Rearranging many columns with awk

I have a file with over 800 columns, and I want to perform some mild column rearrangement. In particular, I need to drop a few columns, and make the last column the first column. I programmatically ...
0
votes
3answers
169 views

Best to processing large arrays in PHP with my date wise case

I have a large array in PHP, having near around 168000 keys and values. There is date (Y-m-d) and hour in key and numeric value in value. So value is just a numeric. And key is in Y-m-d_H format. ...
1
vote
1answer
1k views

Simple java based workflow manager / data workflow with ability to start ext. application, call web services etc

First of all, if there is already such a question like mine on the stackoverflow, sorry for that, but I haven't managed to find it. Actually I don't know what tags could I use to search for a solution ...
0
votes
0answers
72 views

Reporting across multiple CSV files

this might be a vague question. I am given 4 CSV files with about 500k row in each of them on a daily basis. I need to perform 'join' and 'where' equivalent RDMS operations on them to create daily ...
1
vote
1answer
172 views

Error handling and interpolation in MATLAB

I'm currently working on a MATLAB script which spots errors from motion sensors where the data 'flips' hemisphere and records the inverse of what it should be. In addition to this there is a ...
0
votes
2answers
832 views

Separating strings with commas in Matlab

I'm looking to separate strings in a text file with commas in Matlab, so far I've used "csvwrite" and "dlmwrite". They generally take this form: myFile - input ('Please enter file's directory','s'); ...
7
votes
1answer
493 views

java framework for aggregation and sliding windows implementation

I have an event stream and a key-val storage. The value size is limited by 4Kb. The event rate is not very heavy - maximum hundreds a day. In this value I need to store a serialized representation ...
5
votes
1answer
187 views

Read in specific, pattern-matched rows from a file

I have a file that is tab-delimited and contains multiple tables each headed by a title, for example "Azuay\n", "Bolivar\n", "Cotopaxi\n", etc, and each table separated by two newlines. Within R, how ...
1
vote
1answer
60 views

Replacing numbers within a range with a factor

As above. The dataframe is a series of integers which are age. I am trying to convert them into ordinal variables. The code is below. df <- read.table("http://dl.dropbox.com/u/822467/df.csv", ...
6
votes
2answers
360 views

Stored Procedure or Code

I am not asking for opinions but more on documentations. We have a lot of data files (XML, CSV, Plantext, etc...), and need to process them, data mine them. The lead database person suggested using ...
1
vote
1answer
336 views

manipulating MFCC file

I have MFCC (Mel-frequency cepstral coefficient) files generated by HTK from .wav files. What I need is to extract a time span from the MFCC. When the MFCC file represents audio of 90 minutes length, ...
-1
votes
1answer
700 views

PHP bulk processing solution

I'm looking for a PHP component for asynchronous data processing. Basically what I need is to display a page with a progress bar that's refreshed with javascript which displays the progress on some ...
1
vote
4answers
417 views

Rails 3 - show all errors for has-one belongs-to models via controller

I develop RoR app and i met thing which i can't solve. I have 2 models - User and Teacher. class User < ActiveRecord::Base ... has_one :teacher accepts_nested_attributes_for :teacher end ...
0
votes
1answer
127 views

Rails 3 - processing data in other method of other controller

I have controller with name AdminController where i have method create_school_head: class AdminsController < ApplicationController ... def create_school_head @user = User.new end ... ...
1
vote
1answer
223 views

finding out the scaling factors to match two curves with fmincon in matlab

This is a follow up question related to how to find out the scaling factors to match two curves in matlab? I use the following code to figure out the scaling factors to match two curves function err ...
0
votes
3answers
435 views

Categorize the output of ec2-describe-images or ec2-describe-instances

Is there any command/tool/script to categorize the bulky output of ec2-describe-images or ec2-describe-instances. I have a list of around 100 servers with each and every detail. I want to categorize ...
0
votes
0answers
69 views

How to find a Mathematical Pattern in a Database?

So I have several tables (python but I am open to any languages/programs which could do this): timestamp = {123234 , 2342343, 2342345 , ...} good_bad = {1 , -1 , -1 , ...} number_of_t = {4 , 3 , 5 ...
1
vote
3answers
115 views

How to detect threshing in accelerometer?

I'm writing an application controlled by an accelerometer built into a wrist watch. I want one of the commands to be "wildly swinging your forehand". How do I detect it and measure for how long it ...
2
votes
1answer
356 views

In memory alternative to datasets

I am moving a complex process out of SQL to a .NET application. I'm kind of taking a brute force approach by pulling down only the data that is needed from SQL, then storing in datatables. Using a ...
0
votes
2answers
88 views

Software engineering for data driven processes [closed]

I'm used to planning software where the complexity lies in the user interactions. The agile software engineering principles I learned work pretty well for that type of scenario. User stories are very ...
0
votes
2answers
72 views

Handling In-Memory Data In PHP

I am writing a PHP framework which can be used to visualize huge amounts of data. I cannot fetch all the data into memory and process it (like sort,filter etc). So I have a sql query builder which ...
14
votes
4answers
465 views

frameworks for representing data processing as a pipeline

Most data processing can be envisioned as a pipeline of components, the output of one feeding into the input of another. A typical processing pipeline is: reader | handler | writer As a foil for ...
14
votes
3answers
1k views

Lua vs Embedded Lisp and potential other candidates. for set based data processing

Current Choice: lua-jit. Impressive benchmarks, I am getting used to the syntax. Writing a high performance ABI will require careful consideration on how I will structure my C++. Other Questions of ...
1
vote
1answer
581 views

(C) Virtual network adapter

Is there any way in linux to programatically create a virtual network adapter that can be listened to, so that whenever an attempt is made to send data through the adapter, a method is called? I am ...
43
votes
3answers
17k views

Large scale data processing Hbase vs Cassandra [closed]

I am nearly landed at Cassandra after my research on large scale data storage solutions. But its generally said that Hbase is better solution for large scale data processing and analysis. While both ...
-2
votes
1answer
131 views

correlation failure - Pearson

I want to write to datafile information about correlation as follows: *korelacja=cor(p2,d2,method="pearson",use = "complete.obs") korelacja2=cor(p2,d2,method="kendall",use = "complete.obs") ...
1
vote
3answers
114 views

data and software architecture for calculations from year 0 - year n

For example, our application tracks animal movements and prices for a farm. To get the current stock count the simplest solution is to have a starting number, then add up all the movement in and out ...

1 2