2
votes
2answers
210 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 …
31
votes
24answers
17k 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 debug …
6
votes
6answers
240 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 f …
0
votes
3answers
122 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 …
0
votes
3answers
112 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 …
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 col …
5
votes
14answers
890 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, g …
3
votes
2answers
143 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 t …
1
vote
1answer
49 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 followi …
1
vote
2answers
146 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 humong …
7
votes
8answers
999 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 t …
3
votes
4answers
222 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 bu …
1
vote
5answers
557 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 coul …
6
votes
4answers
526 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 pa …
