6
votes
6answers
246 views
Linux text editor for working with huge files
Hello,
I have a huge (~2GB) file that I need to navigate around. I don't actually need to edit it, just jump around efficiently.
I tried vim but it choked.
Any recommendations for working with huge …
31
votes
24answers
18k views
Text editor to open big (giant, huge, large) text files
By big, I mean atleast a hundred megabytes big?
While 100+ megabyte textfiles aren't common (atleast I hope so!), I have an app that's exporting data as XML and needs to be debugged. So, need to …
2
votes
2answers
219 views
.Net Transforming large XML docs with XSL
Question: What is the best way to transform a large XML document (>200MB) using XSL in .Net?
Background:
I have a application that feeds me large data files, I cannot change the format. In the past …
0
votes
3answers
116 views
Viewing large text file in a browser
Hi, I need to write a text file viewer (not the directory tree, but the actual file contents) for use in a browser. It will be used to view large files. I want to give the user the ability to actually …
0
votes
2answers
58 views
search & replace on 3000 row, 25 column spreadsheet
I'm attempting to clean up data in this (old) spreadsheet and need to remove things like single and double quotes, HTML tags and so on. Trouble is, it's a 3000 row file with 25 columns and every …
7
votes
8answers
1k views
Reading Huge File in Python
I have a 384MB text file with 50 million lines. Each line contains 2 space-separated integers: a key and a value. The file is sorted by key. I need an efficient way of looking up the values of a list …
3
votes
2answers
145 views
Version control system for huge files?
I am looking for a quick but not-so-dirty way to do snapshots of a bunch of files totaling about 80 gigs. The issue here is that many of the files are around 1 GB large.
What is the best free version …
0
votes
3answers
126 views
Cloud HUGE data storage options?
Hi,
Does anyone have a good suggestion on how to do video recording?
We have a camera that can record and then stream live video to a server. So this means we can have 1000's of cameras sending data …
5
votes
14answers
894 views
How can you concatenate two huge files with very little spare disk space?
Suppose that you have two huge files (several GB) that you want to concatenate together, but that you have very little spare disk space (let's say a couple hundred MB). That is, given file1 and …
1
vote
2answers
149 views
Importing wikipedia database dumb - kills navicat - anyone got any ideas?
Ok guys I've downloaded the wikipedia xml dump and its a whopping 12 GB of data :\ for one table and I wanted to import it into mysql databse on my localhost - however its a humongous file 12GB and …
6
votes
4answers
531 views
Nuking huge file in svn repository
As the local subversion czar i explain to everyone to keep only source code and non-huge text files in the repository, not huge binary data files. Smaller binary files that are parts of tests, maybe. …
3
votes
4answers
224 views
How may I scroll with vim into a big file ?
Hello,
I have a big file with thousands of lines of thousands of characters.
I move the cursor to 3000th character.
If I use PageDown or <CTRL>-D, the file will scroll but the cursor will …
1
vote
5answers
569 views
My C++ object file is too big
I am working on a C++ program and the compiled object code from a single 1200-line file (which initializes a rather complex state machine) comes out to nearly a megabyte. What could be making the file …
1
vote
1answer
51 views
XML streaming with XProc.
Hi all, I'm playing with xproc, the XML pipeline language and http://xmlcalabash.com/. I'd like to find an example for streaming large xml documents.
for example, given the following huge xml …
