Top "Large-files" questions

Large files, whether binary or text, can sometimes be problematic even for an experienced programmer.

Get last 10 lines of very large text file > 10GB

What is the most efficient way to display the last 10 lines of a very large text file (this particular file …

c# text large-files
Java : Read last n lines of a HUGE file

I want to read the last n lines of a very big file without reading the whole file into any …

java file-io large-files
Python: How to read huge text file into memory

I'm using Python 2.6 on a Mac Mini with 1GB RAM. I want to read in a huge text file $ ls …

python memory sorting large-files
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. …

php xml parsing simplexml large-files
Writing large files with Node.js

I'm writing a large file with node.js using a writable stream: var fs = require('fs'); var stream = fs.createWriteStream(…

node.js large-files
Upload 1GB files using chunking in PHP

I have a web application that accepts file uploads of up to 4 MB. The server side script is PHP and …

php upload large-files
How to avoid OutOfMemoryError when uploading a large file using Jersey client

I am using Jersey client for http-based request. It works well if the file is small but run into error …

file-upload jersey large-files
Git lfs - "this exceeds GitHub's file size limit of 100.00 MB"

I have some csv files that are larger than github's file size limit of 100.00 MB. I have been trying to …

git github large-files git-lfs
How do I download a large file (via HTTP) in .NET?

I need to download a large file (2 GB) over HTTP in a C# console application. Problem is, after about 1.2 GB, …

c# .net http large-files
Downloading a Large File - iPhone SDK

I am using Erica Sadun's method of Asynchronous Downloads (link here for the project file: download), however her method does …

iphone objective-c download large-files