A chunk is a fragment of information which is used in many multimedia formats

learn more… | top users | synonyms

2
votes
2answers
32 views

Grabbing Chunks of Data from File in Perl

I am scanning a error log for the keyword "warning." When I find it, there is a particular case of warning that will end information relevant to the warning with only a newline character. What I want ...
0
votes
2answers
17 views

How is the skipping implemented in Spring Batch?

I was wondering how I could determine in my ItemWriter, whether Spring Batch was currently in chunk-processing-mode or in the fallback single-item-processing-mode. In the first place I didn't find the ...
-1
votes
0answers
32 views

parallel downloading in java android from two servers [duplicate]

I am working on an Android app which purpose is to download chunks(parts of a video file) from 2 servers, append them in order(into a main video file) after each one is downloaded and finally play ...
2
votes
0answers
33 views

Concurrent and In Order Downloading chunks from 2 servers - Android

I am working on an Android app which purpose is to download chunks(parts of a video file) from 2 servers, append them in order(into a main video file) after each one is downloaded and finally play ...
0
votes
0answers
21 views

Upload video in chunks in Ruby Restclient

I have 3 uploading urls ["http://uploading.com/file_size/00-10","http://uploading.com/file_size/11-20","http://uploading.com/file_size/21-30"] I have one video file of 4 MB I am using Restclients ...
-1
votes
1answer
21 views

Content Defined Chunking (CDC) algorithm in C++

I need to split a file into chunks. I find algorithms to split files into a fix size blocks. But This is not I need. What I need is the file needs to be split into chunks that the file is composed of. ...
0
votes
1answer
68 views

How to flush chunks of arbitrary sizes in NodeJS

In a Node web server I want to flush HTML content at specific points as follows: 1st chunk: <html><head> ... </head> 2nd chunk: <body> ... </body> 3rd chunk: ...
1
vote
1answer
44 views

RIFF Wave File Format: FourCC values and HEX conversion

Context: I am parsing Riff/Wave files. There is documentation identifying the FourCC values within Riff chunks. Here are the more important chunks for wave files. FourCC ID for two .wav specific ...
2
votes
1answer
49 views

Start playing video before thread starts. Android

I have a program that downloading chunks and i want to play them! but when i start the video playing from the VideoView the video is playing after all the chunks downloaded! what i can do to start ...
0
votes
1answer
132 views

Copy a file in little chunks

I want to copy a file in little chunks (to cancel the copy operation if needed). I'm trying to follow the unmarked solution here: How to copy a file with the ability to cancel the copy? But I'm ...
0
votes
1answer
71 views

How to remove chunks from mongodb shard

I have a collection where the sharding key is UUID (hexidecimal string). The collection is huge: 812 millions of documents, about 9600 chunks on 2 shards. For some reason I initially stored documents ...
0
votes
1answer
65 views

Q/kdb+ read log files by chunk

I have a task that requires me to load log files that is too big for my memory to let it load at once. Therefore I need way to load the file by different chunks.. I know that: -11!(n; filename) ...
2
votes
0answers
229 views

Iphone: How to split NSData video file into chunks and upload the chunks one by one to the server?

I have been trying to split the video file into chunks and send the chunks to the server one by one. But i am not sure if the logic or the code i have written is right! If you could please help me ...
0
votes
0answers
15 views

What is the usage of non-readable vma chunk?

I just wonder about the usage of non-readable vma chunk. Here is the virtual memory mapping information of 'vi' process from /proc/${PID}/maps 00400000-005b7000 r-xp 00000000 08:01 267175 ...
0
votes
2answers
73 views

How to chunk array processing in R?

I am calculating the correlation between two data sets but due to the big size of the data (10 GB) while my RAM is only 6 GB I am facing a memory issue. I wonder how can to chunk my code? dir1 <- ...
0
votes
0answers
56 views

Chunked Upload fails in Opera after N chunks have been sent

I have a small uploader that utilizes the File API and its slice method to upload indefinitely large files. It currently works in all the supported browsers with the exception of Opera. It's not ...
0
votes
2answers
233 views

Splitting up a python list in chunks based on length of items

I see a few great posts here on how to split Python lists into chunks like how to split an iterable in constant-size chunks. Most posts deal with dividing up the chunks or join all strings in the ...
0
votes
2answers
109 views

I/O optimization for Python

I'm writing a program that takes in multiple lines of codes. At the moment, I am processing each one separately -> as each line comes in, I strip it, store it, etc., before asking for the next line ...
0
votes
3answers
135 views

Upload big image to server by dividing image in small chunks

I want to upload my big images on sever. Is it possible to convert them in chunks and upload it on sever? Here is my code for uploading image how can i send image in Chunks?? NSDateFormatter* df = ...
0
votes
1answer
121 views

Howto send data through socket: one buffer, scatter/gatter or readdir like?

I'm writing an FUSE overlay fs (notifyfs), which can be an database clients can get data from through queries. My intention is to make it a cache/overlayfs/database clients can get data from when ...
1
vote
1answer
58 views

javascript open tabs in chunks

I am currently trying to open tabs in chunks with a loop and a recursive call of a function: open_pix : function() { ... for (i=start; i <= rounds; i++) { ...
2
votes
1answer
155 views

C#: How to read big amount of data in chuncks?

I have a project where I should use external WCF service that has method that looks as following: Items catalogItems = externalClient.getCatalogItems(auth, idCatalog, 1, 100); After I call ...
1
vote
1answer
108 views

Mp4 file not generated in R markdown

I set chunk option: fig.show='animate' in R markdown. But there is no mp4 file generated in the Figure Folder. Also no animation displayed in the knitted html. Any help or suggestion? Thanks!
1
vote
2answers
185 views

Python: Problems with islice to read N number of lines at a time

I am trying to use "from itertools import islice" in order to read a number of lines at a time from a *.las file using the liblas module. (my goal is reading chunk-bychunk) following the question: ...
0
votes
0answers
62 views

Uploading Files in Chunks from an answer on stackoverflow…How?

Ok, actually reading a question here at stack overflow and the answer that doesn't work for me. Question located here: uploading a file in chunks using html5 The answer is saying to use mozSlice() ...
2
votes
3answers
417 views

Mongodb: db.printShardingStatus() / sh.status() call in Java (and JavaScript)

I need to get a list of chunks after sharding inside my Java code. My code is simple and looks like this: Mongo m = new Mongo( "localhost" , 27017 ); DB db = m.getDB( "admin" ); Object cr = ...
0
votes
0answers
159 views

what chunk based solutions for large file transfer is out there?

If i send a large file lets say 50 or 300MB from-an-to an Android Device the chance for interruption is large. Is there some protocol like "torrent"? Right now im creating a hash of each file ...
0
votes
1answer
233 views

.NET HttpWebRequest & SendChunked: how to send a large content?

I am writing a console application that must copy large SQL tables from a database to another by sending data through a web service. Because the tables may be very large, and because they cannot (and ...
-3
votes
1answer
89 views

Frame range into chunks

How to make certain frame range (ie. 1-100) break into 4 equal frame ranges (like 1-25, 26-50, 51-75, 75-100 or anything similiar). I need first and last digit from every chunked frame range.
3
votes
2answers
175 views

In Python how do you split a list into evenly sized chunks starting with the last element from the previous chunk?

What would be the most pythonic way to convert a list like: mylist = [0,1,2,3,4,5,6,7,8] into chunks of n elements that always start with the last element of the previous chunk. The last element ...
0
votes
0answers
111 views

How to implement a manager for paginated/chunked JSON data in Javascript

Maybe not strictly related to Google Maps, in essence what I want to accomplish is to keep presenting chunks of data to the user. I'm presenting a map to the user, with potentially a huge number of ...
0
votes
1answer
284 views

Append File Chunks to a 2GB File Using PHP

I am using the Resumable.js library to upload files in 1 MB chunks and then piecing them back together using PHP on a 32-bit linux server (PHP 5.3.14, Apache 2.0) This is working great, except for ...
4
votes
2answers
340 views

How to change knitr options mid chunk

Hi I would like to change chunk options, mid chunk, without having to create a new chunk.. running the following code I would expect to get two very different size outputs, but for some reason this ...
0
votes
2answers
207 views

Infinite world generator

I want to make an infinite 2-D world generator. I thought I would make a chunk class that represents some part of the world. I only don't know where to store the chunks, and how to generate new ones. ...
1
vote
1answer
355 views

PHP - Merging files with FTP

So, I'm trying to copy a file from my local server to a remote server with FTP. The problem is, I need to do this in chunks. Thus far, based on my research, it looks like it will probably be easiest ...
0
votes
0answers
232 views

Rsync implementation [closed]

I am having trouble implementing the rsync algorithm. I am not a good programmer, so if you could please keep it simple I would be forever grateful. Here, http://cis.poly.edu/suel/papers/delta.pdf, ...
1
vote
3answers
193 views

BASH - How to check for duplicate email addresses across multiple files?

I'm currently working on a project where I need to send an email to a large number of email addresses. As such I am attempting to avoid any "temporary" glitches with respect to service providers ...
0
votes
2answers
119 views

MODX Access page content from snipet

I have an parent page where I want to load thru a chunk the content of several child pages just like in a blog roll Child1 content is text : Text for page Child 1 Child2 content is text : Text for ...
3
votes
1answer
125 views

How do I set the chunkname of a Lua chunk?

I'm currently using the C API call luaL_loadstring() to load a chunk, but this call doesn't have a way of naming the chunk. Is there a way of naming a chunk after it's loaded? Alternatively, I see ...
0
votes
1answer
55 views

what does it mean that “cacheSweave doesn't cache side-effects”?

I'm using cachesweave, but I don't think I get how everything works. I've tried to separate the code into simulation chunks and the plotting chunks, but some of the code is very long and written ...
1
vote
1answer
785 views

Python 3 and requests with a progressbar

I'm trying to download files using python requests. It worked in python 2.7, but not now. I'm really confused and there has to be a simpler answer. Since the files can be quite large, I really want a ...
4
votes
2answers
167 views

Write as per chunk in php in pdf

For a limited chunk size, can I write in the same PDF file? For example, I have 12MB of data that I have to write 4 times as split records to a PDF file and I have to append new in EOF.
0
votes
1answer
147 views

split jdbc query with long range into smaller chunks by time

I'm working on a java application where I want to be able to dynamically import data from another database, and be able to expand the imported time range later. I'd like to have clear chunks in time ...
-2
votes
2answers
712 views

How do I split a text file into parts in C? [closed]

Suppose I have a text file that says: This file has plain text Now, I want to divide this text file into 'n' number of parts with equal characters. Suppose the user wants three divisions, then 1.txt, ...
0
votes
1answer
106 views

Propellerheads' NN-XT fileformat: Problems with REFE chunk

I'm reading Propellerheads' NN-XT file-format, but I'm having problems with the REFE chunk. The NN-XT specifications says, the chunk is structured as follows: There is a REFE chunk for every ...
0
votes
2answers
596 views

Chunk upload to Windows Azure Blob by using WCF REST

I'm using Windows Azure Blob Storage and WCF REST Services together to upload large files with chunk. I can upload one part files easily, but I have to find a method to merge this chunks in an Azure ...
3
votes
1answer
222 views

How can I play chunks of a video coming through a HTML5 websocket?

Let's say I have an ogg video. I can play it like that : <video width="640" height="480"> <source src="myvideo.ogg" type=video/ogg> </video> Now if I managed to stream 1ko chunks ...
0
votes
2answers
181 views

How to split an array based on a condition?

I'm working on a PHP/MySQL app and I have a very simple table that looks like this: id | name | came_with 1 John null 2 Jane 1 3 Dean null It has about 50 records but the main ...
3
votes
4answers
442 views

R reshape, restructure dataframe by chunks

I am trying to reshape a dataframe: Currently it looks like this: ID | Gender |A1 | A2 | A3 | B1 | B2 | B3 ID_1 | m | 3 | 3 | 3 | 2 | 3 | 2 ID_2 | f | 1 | 1 | 1 | 4 | 4 | 4 I ...
0
votes
1answer
367 views

Chunk string with XSLT

I have an XML with a text node, and I need to split this string into multiple chunks using XSLT 2.0. For example: <tag> <text>This is a long string 1This is a long string 2This is a ...

1 2