large

Hosting for large file uploads

Hi All, I need to find an inexpensive LAMP Web host that allows for large file uploads (500-1024MB) via PHP/HTML. My current host has lots of restrictions with this that I cannot override. thx. ...

What's the best scalable modern architecture for a high volume website (Java)

We have a website that is getting over 1m hits a day. The site is running off an old architecture (Struts Tomcat Hibenate MySQl) with no real scope for scalability. Now that we are expanding further I am looking for a modern (not too bleeding edge please) web architecture. My first thoughts were to use Google App Engine - but I'm not ...

Drawing large graph with graphviz

Hello guys, I have here generated a large .dot file of my facebook friends' graph with fb-map. It has 287 nodes and almost 2000 edges. I'm using dot and neato to generate a .png image, using the overlap="orthoyx" paramethers, but it doesn't give a nice effect. Too many overlapped edges. Do you know any set of options to manage such hug...

NSDecimalNumber round long numbers

I'm trying to get NSDecimalNumber to print out large numbers, 15 or more digits. At 15 digits I see 111,111,111,111,111. Above 15 digits I see 1,111,111,111,111,110 even though the number being formatted is 1111111111111111. An example to illustrate my problem: NSNumberFormatter *formatter = [[NSNumberFormatter alloc] init]; [formatt...

CommunicationObjectAbortedException during reading large array from server

Hello, I'm receiving such exception during reading array of 40000 items. Is there an idea why does it happen. I've changed send/receive timeout to 30 min. Not helped. System.ServiceModel.CommunicationObjectAbortedException was unhandled by user code Message=The socket connection has been disposed. Source=mscorlib StackTrace: ...

Fastest way to remove duplicate lines in very large .txt files

What is the best way to remove duplicate lines from large .txt files like 1 GB and more ? Because removing one-after-another duplicates is simple, we can turn this problem to just sorting file. Assume, that we can't load whole data to RAM, because of it's size. I'm just waiting to retreive all records from SQL table with one unique in...

PyQt - Function for zooming large Images

Hi, I need a function for zooming very large images (5000 x 7000 pixel) in pyqt. I´ve tried out the functions from gwenview (Image viewer coded in C++ and Qt), but it`s too difficult for me to understand. Thanks! ...

read file in java

Hi guys I have got a file contain large amount of numbers I have tried to use the following code to read it from the file, but it is super slow anyone can help to reduce the time? Thanks. following is my code to read it in a very slow way import java.io.BufferedInputStream; import java.io.DataInputStream; import java.io.File; import ...

Filter Out Branch in Git when Cloning

I have a large repository that I am trying to clone, but there seems to be a few PSD files that have been added that I can't avoid at the current moment. I have a specific path on the repository that I want to checkout but I'm having trouble figuring out what specific command I need to follow. I was told filter-branch is what I need to ...

Split a large view class in Java?

Hi I have large forms in my GWT webapp. I'm using SmartGWT. The problem is that the classes that implements the forms are too large. The main reason is because each form has one or two TabSets with multiple tabs. The question is: Should I split this classes? Maybe one per tab? Each class is responsible of instantiate the form (the most...

Delphi 6 : How can I display large size high quality Text via the TextOut() method?

I have a TImage component that I print a Text string to using TCanvas.TextOut(). I set the height and width of the TImage to a large size like 50 pixels X (TextWidth) pixels, and set the Canvas font Height to something a little smaller like 48 pixels. I then BitBlt() the TImage's bitmap on to the main Canvas. What I see on the screen ...

wsDualHttpBinding failing with larger datasets

I am using wsDualBinding in my wcf service to handle 2 way communication in my software. Everything seems to work fine except when I call a method to get a customer list. If in the service I limit the results of the query to 2730 records I can get the results in about 1-2 seconds and display them in a datagrid. If I limit the results to ...

Anyone have a large folder tree sample?

I'm doing some testing that requires a large folder tree. 1000s of folders, 100000s of files, atleast a gigabyte but not over 5 thats a little big. (around 2 is fine). Anyone have one that they use as a test file? I can provide storage and transfer mechanism to share if you need it. ...