Tagged Questions
The big tag has no wiki summary.
10
votes
2answers
675 views
CLOD Planet wide texturing in OpenGL
I'm finishing up on a 3D planet with ROAM (continuous level of detail).
My goal now is to have good quality render using textures.
I'm trying to find a way I can use a tiling system (small good ...
6
votes
4answers
362 views
Copy large files (over 2 GB) in PHP
I need to copy some big file (6 GB) via PHP. How can I do that?
The Copy() function can't do it.
I am using PHP 5.3 on Windows 32/64.
6
votes
2answers
1k views
How to get started with Big Data Analysis
I've been a long time user of R and have recently started working with Python. Using conventional RDBMS systems for data warehousing, and R/Python for number-crunching, I feel the need now to get my ...
5
votes
5answers
185 views
How do I remove lines from a big file in Python, within limited environment
Say I have a 10GB HDD Ubuntu VPS in the USA (and I live in some where else), and I have a 9GB text file on the hard drive. I have 512MB of RAM, and about the same amount of swap.
Given the fact that ...
4
votes
3answers
333 views
c++ pow(2,1000) is normaly to big for double, but it's working. why?
the code:
#iclude <math.h>
int main(){
double somenumber = pow(2, 1000);
printf("%lf\n", somenumber);
return 0;
}
i get this huge number:
...
4
votes
3answers
231 views
How to load big csv file with mixed-type columns using the bigmemory package
Is there a way to combine the use of scan() and read.big.matrix() from the bigmemory package to read in a 200 MB .csv file with mixed-type columns so that the result is a dataframe with integer, ...
3
votes
7answers
102 views
Why is the heap after array allocation so large
I've got a very basic application that boils down to the following code:
char* gBigArray[200][200][200];
unsigned int Initialise(){
for(int ta=0;ta<200;ta++)
for(int ...
3
votes
1answer
130 views
Best MySQL setup for rapidly changing big text fields?
I am trying to optimize a MySQL database for a table with the following characteristics.
Any idea? (storage engine, etc.)
The table:
ca. 10,000 rows
each row contains one big text field, sized:
...
3
votes
3answers
540 views
Big numbers in C
I need help working with very big numbers. According to Windows calc, the exponent 174^55 = 1.6990597648061509725749329578093e+123. How would I store this using C (c99 standard).
int main(){
long ...
3
votes
1answer
48 views
MySQL Optimization
In my database of 5 million records ..
Structure of the table:
CREATE TABLE IF NOT EXISTS `music` (
`id` int(50) NOT NULL auto_increment,
`artistname` varchar(50) NOT NULL,
`songname` ...
3
votes
4answers
565 views
Big MySQL Tables
I'm working on a problem that requires caching paginated "search" results: http://stackoverflow.com/questions/347277/paginating-very-large-datasets
The search works as follows: given an item_id, I ...
2
votes
2answers
67 views
Caching large objects and de/serializing them if needed (Java)
i just came to the point where weather google nor my knowledge bring me forwards.
Think about the following situation: I read in a lot (up to millions) of large objects (up to 500mb each) and ...
2
votes
1answer
194 views
Spring Batch - How to read one big file in multiple threads?
Problem: Read file of size > 10 MB and load it in staging table using Spring Batch. How can we maintain state while reading a file, in order to restart the job if it fails?
As per the documentation ...
2
votes
3answers
93 views
CSS equivalent of <big>
What is the CSS equivalent of the <big> element? If I'm not mistaken then wrapping your text in the <big> element is not the same as setting a larger font-size.
2
votes
1answer
135 views
How to read big bufferedimage
I am reading 100 MB picture into my app it works with inside eclipse, but not when i export project to jar i get "Can't read input file!"
Since i need to edit it a lot i used bufferedimage.
private ...
2
votes
4answers
322 views
read a very very big file with python
What is the best solution to process each line of a text file whose size is about 500 MB?
The proposal to which I had thought :
def files(mon_fichier):
while True:
data = ...
2
votes
6answers
260 views
taking big integer input all at a time in C++
i want to take a 1000 digit integer input all at a time,& want to add the digits separately.is there any input method to take such a large input?
1
vote
1answer
41 views
Flex mobile application TextInput width issue
I made a simple Flex mobile application to test TextInput fields. I define my View with width=height=100% and use vertical layout. Inside I'm simply placing static TextInput components with width of ...
1
vote
3answers
51 views
Big Oh Notation O((log n)^k) = O(log n)?
Big Oh Notation O((log n)^k) = O(log n)? Where k is some constant (eg k number of logarithmic for loops)
I was told by my professor that this statement was true, however he said it will be proved ...
1
vote
1answer
101 views
Best approach for drawing a graph of almost infinite size in a UIScrollView on iPad
I'm currently working on an app which needs to draw s.th. like a network graph. Unfortunately this graph can become very big with thousands of movable objects.
I tried to put a giant UIView inside a ...
1
vote
1answer
60 views
Sorting BIG file based on two columns
I have a big file that can't fit in the memory which I would like to sort. The file consists of two columns and multiple records. The first column is numerical type of ~10 digit and the second column ...
1
vote
3answers
56 views
php variables help with a big number
Hello i need to know if php there is a variable type that doesn't show me something like this:
3.9614081257132E+28
Please anyone knows how to make that?
1
vote
2answers
141 views
Can we transfer files greater than 2GB through WCF netTcpBinding?
Can we transfer files greater than 2GB through WCF netTcpBinding using Streamed mode?
1
vote
1answer
379 views
JNI overflow when hashmap > 512
Using a resource file, I create a big hashmap
HashMap<String, String> bigHash = new HashMap<String, String>();
public void createHash(){
String [] items = ...
1
vote
2answers
395 views
Android load big images from external storage
I need to load lots of big images (500 .png files) from the sdcard to my app. Do I always have to convert images to Bitmap and make Bitmap files? I don't want to resize the Heap.
Is there another way ...
1
vote
2answers
418 views
Big Integer class in C++. How to push digits in an array of unsigned long integers?
I am writing a simple big integer library for exercise. I would like to use it in a simple implementation of RSA. I have read all the previous threads but I have not found an answer to my question. I ...
1
vote
5answers
2k views
phpMyAdmin: Can't import huge database file, any suggestions?
I recently got a new computer, so i thought i'd move all my web projects over. Moving the files was easy, however, moving the database seems to be a bit harder. I exported ALL databases using ...
1
vote
3answers
162 views
deal with big arrays in php
In the application i am developing I need to get information from varoius sources (mysql database,facebook and in future other social networks.) and join all in the same structure,
What i am doing ...
1
vote
3answers
111 views
Big data sort and search
I have two files of data, 100 char lines each. File A: 10^8 lines, file B: 10^6 lines. And I need to find all the strings from file B that are not in file A.
At first I was thinking feeding both files ...
1
vote
6answers
1k views
Read and process big text file in Java?
Hi all
I want to read a very big text file(a log file of a web app)and do some processing.
Is there any Framework to help doing such work ?
The file is 100M+,shall I use mutil-thread ?
best regards
...
1
vote
3answers
236 views
Really big number
First of all apologies if there is already a topic like this but I have not found... I need to know how to handle a really big number such as the result of 789^2346:
#include <iostream>
...
1
vote
4answers
368 views
PHP - OOP - Storing big objects to be saved in session
I'm trying to set up a new class for my web application, rewriting my code starting from original procedural programming.
Since I need to populate my object using many different(complex) queries, and ...
0
votes
3answers
29 views
0
votes
0answers
30 views
sql server stack on joined update
I have 2 tables: a & b
Table a has multiple columns, 2 important ones for our problem:
ClientID, nvarchar(10), PK
Doc, nvarchar(10), Index
Table b has 2 columns only (ClientID - PK, Doc- ...
0
votes
3answers
117 views
Loading big image to bitmap in android
Hi i am using below code to load images from sdcard, it is running correctly,
Bitmap picture=BitmapFactory.decodeFile("/sdcard...");
or
Bitmap picture= BitmapFactory.decodeByteArray(byte[]..);
...
0
votes
1answer
86 views
multithreading and reading from one file (perl)
Hej sharp minds!
I need your expert guidance in making some choices.
Situation is like this:
1. I have approx. 500 flat files containing from 100 to 50000 records that have to be processed.
2. Each ...
0
votes
0answers
75 views
Big omega of a polynomial function [closed]
I have been trying to prove the big omega of polynomial(f(n)= am n^m am-1 n^m-1+.....) which is c.(n^m) but not being able to approach it the right way. Could not find the prof anywhere.
Can anybody ...
0
votes
1answer
164 views
JMF - big files (2GB) - no 'movi' chunk error
I have a question. Anybody try to open big AVI files (>= 2GB) in JMF player? This is an AVI file where two streams located: video and audio. Video stream has no any compression, fccHandler = 'DIB ' ...
0
votes
2answers
55 views
mysql dropping big table impact
I have one big table. I segaregated the same table in different tables and at the end to release the space occupied by the original table I dropped it.
The size of original table was 125 GB
The ...
0
votes
1answer
196 views
Delphi. SynEdit - load big files. Virtual mode?
can anybody help? How to load big files (2-5 MB) into SynEdit/UniSynEdit and do not let application get stuck, to make fast work? Is there virtual mode?
Thanks!!!
0
votes
1answer
42 views
wordpress transfer error with bigdump
Hello all I'm in the process of transferring my blog via big-dump due to its huge size of 30MB. However when transferring I get this error:
Error at the line 139: INSERT INTO `wp_commentmeta` VALUES ...
0
votes
0answers
98 views
the fastest way to load a big string into android
I have a string of 1M size, I need to load it into memory, what I did is to store the whole string into a file using java ObjectOutputStream, then when I trying to use ObjectInputStream to ...
0
votes
2answers
107 views
How big can a 64bit signed integer be?
In redis,
The range of values supported by
HINCRBY is limited to 64 bit signed
integers.
And I'd like to know how big can that 64 bit signed integer be. I'm sorry if this is common ...
0
votes
1answer
70 views
Detailed Big-Oh question
So, I'm slightly confused by this question on my homework.
for ( int j = 0; j < 2*n; j++){
for ( int k = 0; k < n * n * n; k += 3)
sum++;
}
So I am at this conclusion after a bit of ...
0
votes
0answers
66 views
Not expensive solution for big data processing
Here is my situation: Currently I have Amazon RDS (Mysql-Large) server with 1 big table. Each day table increases on ~ 500 000 records. Table structure like:
G1,G2,..,G20, S1,S2,..S30
So totally ~ 50 ...
0
votes
1answer
367 views
How to import a BIG SQL file into a rails database?
I've got a quite huge (> 8mo) sql file that basically creates 2 tables and populate them with data. It's a dump generated from Sequel Pro.
My first idea was to read the file line by line and run an ...
0
votes
2answers
54 views
A lot of records in database
I'm planning a project site where I will have about 10 thousand users. In service will be about 5 thousand static products stored in one table. Each user will have minimum 1 thousand products (max 5 ...
0
votes
2answers
433 views
UIWebview can not display some large size image?
what's biggest size image can UIWebview handle?
the origin image size is: width 700 pixels, height 6900 pixels, And uiwebview display nothing.
0
votes
2answers
71 views
Project is growing ang growing, Xcode slowing down
My projects is growing. It includes about 16 thousands .m4a (sound) files, because it's the App helping to learn languages with examples, but only few classes and files containing code.
Since I 've ...
0
votes
1answer
192 views
Link failure with either abnormal memory consumption or LNK1106 in Visual Studio 2005
I am trying to build a solution for windows XP in Visual Studio 2005. This solution contains 81 projects (static libs, exe's, dlls) and is being successfully used by our partners. I copied the ...