0
votes
0answers
50 views
how to navigate directories with heaps of files [closed]
My Linux file system has tens of thousands of files per directory. Viewing a list of all the files takes a few minutes for my system to calculate, which is too slow. But I am not sure what files are …
1
vote
7answers
82 views
gcc/g++: error when compiling large file
Hi,
I have a auto-generated C++ source file, around 40 MB in size. It largely consists of push_back commands for some vectors and string constants that shall be pushed.
When I try to compile this …
0
votes
0answers
41 views
create image cache - large png images
Hi all
I am a first time poster. I have a problem that seems very common to a lot of people but I can't seem to find or decipher an answer anywhere.
The game I'm making has 3 rather large sprites on …
0
votes
3answers
56 views
Storing and accessing large amounts of data
Hello,
My application creates pieces of data that, in xml, would look like this:
<resource url="someurl">
<term>
<name>somename</name>
…
2
votes
6answers
105 views
Who judges and keeps the quality of the code within a team of programmers?
Hi,
Even there are some coding conventions in a software development team, if there are more than 7-8 people coding on the same solution, who or what mechanism assures the standardizing and keeping …
0
votes
0answers
15 views
Ajax large screen refresh
Hi Guys,,
I have an Ajax page where a chart and a graph are displayed on the page, say 50% of the page is updated. When the next request is sent off the chart and graph are redrawn and I am unable …
0
votes
3answers
36 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.
Now, i want to have …
5
votes
7answers
161 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 of it using Groovy …
1
vote
2answers
75 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 that displays 1400 …
1
vote
3answers
121 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 away stars (moving …
0
votes
4answers
212 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 struct instead of …
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, so it can be printed …
1
vote
4answers
184 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 format, then compare …
1
vote
2answers
228 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>
<binding …
0
votes
2answers
27 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.
