Tagged Questions

5
votes
7answers
122 views

Loading and analyzing massive amounts of data

So for some research work, I need to analyze a ton of raw movement data (currently almost a gig of data, and growing) and spit out quantitative information and plots. I wrote most …
1
vote
2answers
54 views

Store large lists of data in iPhone app so they are available to the UI

Hi A bit cryptic, which is also what drives me to start a thread in here, I simply can't find the words to Google the challenge. Im building an app that will have 2 search views …
0
votes
3answers
26 views

Unable to create snapshot of Canvas

Hi, In my application a canvas object have height=90 px & width =86400 px (indicating 24 hrs 1sex/pixel). The canvas is scrollable and User can add delete components in that. …
1
vote
3answers
71 views

OpenGL ES. Scrolling 3 layer starfield textures gets me from 60 -> 40 FPS

I need to draw the background for a 2D space scrolling shooter. I need to implement 3 layers of stars: one distant nebula (moving really slow) in the background, one layer of far a …
0
votes
4answers
195 views

Best way of storing very large number of objects in memory?

Very simple question, what would be your way of storing 100 KB - 2 MB objects in memory? Object is made of 3 doubles and two strings (both mostly under 5 chars long). Would using s …
1
vote
3answers
162 views

Large file upload into WSS v3

I'd built an WSSv3 application which upload files in small chunks; when every data piece arrives, I temporarly keep it into a SQL 2005 image data type field for performance reasons …
0
votes
2answers
115 views

How to Send Large File From Client To Server Using WCF in C#?

How to Send Large File From Client To Server Using WCF in C#? Below the configuration code. <system.serviceModel> <bindings> <basicHttpBinding> …
0
votes
0answers
30 views

What is the best program to use to create a large poster? [closed]

I'm trying to make a really big poster, but it seems too big for programs like Illustrator or Photoshop. What is a good program to use for it? I'd also like to be able to tile it, …
19
votes
34answers
2k views

Which Version Control System would you use for a 1000+ developer organization? Why?

There are many SCM systems out there. Some open, some closed, some free, some quite expensive. Which one (please choose only one) would you use for a 3000+ developer organization w …
0
votes
2answers
20 views

Which tool to use for drawing large scatterplots

For drawing Scatter plots of >100K points, Excel 2007/10 hangs under repeated refresh. What is a better tools for such tasks. I have 4 GB ram etc on this machine.
1
vote
5answers
768 views

Read large file into sqlite table in objective-C on iPhone

I have a 2 MB file, not too large, that I'd like to put into an sqlite database so that I can search it. There are about 30K entries that are in CSV format, with six fields per li …
3
votes
5answers
198 views

MySQL ALTER TABLE on very large table - is it safe to run it?

I have a MySQL database with one particular MyISAM table of above 4 million rows. I update this table about once a week with about 2000 new rows. After updating, I then perform the …
0
votes
7answers
422 views

Best way to process large XML in PHP

I have to parse large XML files in php, one of them is 6.5 MB and they could be even bigger. The SimpleXML extension as I've read, loads the entire file into an object, which may n …
5
votes
10answers
197 views

Navigating effectively through source code in Linux

Hello all, I was wondering how people usually navigate through large projects with several source files in Linux environment. I primarily work with C and python and sometimes wit …
1
vote
4answers
168 views

Is there a more efficient way to reconcile large data sets?

I've been tasked with reconciling two big data sets (two big lists of transactions). Basically i extract the relevant fields from the two data sources into two files of the same fo …

1 2 3 4 next
15 30 50 per page