Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Chunks


In the News (Sat 26 Dec 09)

  
  Portable Network Graphics (PNG) Specification (Second Edition)
Chunk types are chosen to be meaningful names when the bytes of the chunk type are interpreted as ISO 646 letters.
Chunks which are horizontally aligned and appear between two other chunk types (higher and lower than the horizontally aligned chunks) may appear in any order between the two higher and lower chunk types to which they are connected.
The cHRM chunk may be used to specify the 1931 CIE x,y chromaticities of the red, green, and blue display primaries used in the image, and the referenced white point.
www.w3.org /TR/2003/REC-PNG-20031110   (10571 words)

  
 Memory Chunks
Memory Chunks — efficient way to allocate groups of equal-sized chunks of memory.
Memory chunks provide an efficient way to allocate equal-sized pieces of memory, called atoms.
The disadvantage of this is that the memory chunk has to keep track of which atoms have been freed.
cobweb.ecn.purdue.edu /NEsite/manuals/glib/glib-memory-chunks.html   (731 words)

  
 MODx Content Management System | Adding Chunks
Chunks are simply blocks of plain text or (X)HTML markup that is inserted directly into your page at the location you place the tags.
Give the chunk a name and a brief description, then enter the text or HTML code you wish to have included in your document.
Chunks are useful for any content or HTML markup that you might want to repeat in different pages or different templates.
modxcms.com /adding-chunks.html   (254 words)

  
 On grasping "Chunks"
One thought I had was that "Chunks" seem to be what I understand as performing a function similar to an "Include" in PHP (http://au2.php.net/include/) or Apache http://httpd.apache.org/docs/1.3/howto/ssi.html or even the include bot in good old FrontPage 2003.
Chunks may often be used for header or footer code that stays the same throughout the site.
Though others, like sottwell, will use chunks to form the basis of their templates, and then built templates out of the various chunks.
www.modxcms.com /forums/index.php?topic=9301.0   (467 words)

  
 Wood Chips and Chunks
Wood chips and chunks are a lot more convenient, not only because they are sold at the hardware store but because their small size is better suited to most grilling tasks.
That said, chunks are usually the size of a lemon or small orange; chips are thinner shards, more like the fine wood chips you might spread over a garden bed.
The number of chunks used will effect the flavor of food, but the type of wood is not crucial.
home.att.net /~jserdmann2/BuyingGuides-WoodChipsandChunks.html   (584 words)

  
 Chunking (psychology) - Wikipedia, the free encyclopedia
At a time when information theory was beginning to be applied in psychology, Miller observed that whereas some human cognitive tasks fit the model of a "channel capacity" characterized by a roughly constant capacity in bits, short-term memory did not.
Naive subjects can only remember about nine binary items, but Miller reports a 1954 experiment in which people were trained to listen to a string of binary digits and (in one case) mentally group them into groups of five, recode each group into a name (e.g "twenty-one" for 10101), and remember the names.
The phenomenon of chunking as a memory mechanism can be observed in the way we group numbers and information in our day-to-day life.
en.wikipedia.org /wiki/Chunking_(psychology)   (682 words)

  
 Moist pet food with blood chunks and a fluid gravy system - Patent 4247562
the blood-based, meat-like chunks comprising 10 percent to 50 percent by weight of the pet food and the gravy system comprising from 50 to 90 percent and wherein the moist pet food is readily pourable.
While blood-based chunks may be added at levels from 10-50 percent of the top dressing, the preferred addition of blood based chunks to the gravy system is from 20-40 percent of the total.
The retort-stable blood-based chunk is formed by mixing gum with the chunk and heating the mixure sufficiently to coagulate the blood and thereby solidify the mixture.
www.freepatentsonline.com /4247562.html   (4487 words)

  
 Parchive "parity Chunks" For A More Robust Network - Official eMule-Board
AFAIK, RS codes are able to correct N/2 errors using a parity chunk of dimension N. That means, to be able to reconstruct a complete missing chunk you need 2 different parity chunks of the size of the missing one.
If no chunks were actually missing it could be used as something of a "wild card" chunk where you wouldn't have to actually transfer the final chunk of the file in order to reconstruct the whole thing.
Now, you already have n-1 chunks, but there's an n+1th chunk, so instead of dropping the extra source, you ask for the extra chunk(order is of no consequence, after all, you can't say "I've already started n, must keep the last one empty").
forum.emule-project.net /index.php?showtopic=94799   (3233 words)

  
 Element Ordering in Discontiguous Chunks   (Site not responding. Last check: 2007-10-19)
Clients with discontiguous regions in their variable-sized chunks may discover that the library stores their data on disk in a way they don't wish.
For example, if the chunks for a dataset are discontiguous and non-overlapping, and are defined like this: (the number inside each element is the order that the element would be transferred between memory and the file.)
This is not terribly confusing or suprising for this arrangement of chunks, but suppose the client has the following set of overlapping chunks, probably from a finite-element or finite difference code: (see here for a view of the individual chunks for this diagram)
hdf.ncsa.uiuc.edu /RFC/ARCHIVE/VarChunks/Discontig.html   (448 words)

  
 chunking principle   (Site not responding. Last check: 2007-10-19)
Chunking is a principle that applies to the effective communication of information between human beings.
All information intended for human consumption should be presented in units that do not exceed the chunking limit.
By chunking information the author improves the reader's comprehension and ability to access and retrieve the information.
www.chambers.com.au /glossary/chunk.htm   (536 words)

  
 Variable-sized, Irregular and Overlapping Chunks in HDF5   (Site not responding. Last check: 2007-10-19)
Currently we require all chunks for a dataset to have three major requirements: that they are identical in shape (# of dimensions and the dimension sizes), they are non-overlapping and they are "regular" in their shape.
We would like to expand support for chunked datasets to allow chunks for a dataset to not be all the identical size.
Defining chunks one at a time allows to the possibility that there are elements in the dataset's dataspace which are not covered by any chunks.
hdf.ncsa.uiuc.edu /RFC/ARCHIVE/VarChunks/VarChunks.html   (400 words)

  
 Chunks
This is the first in a series of ‘Chunks’ courtesy of C0C0S0L1DC1T1, the Manchester based organization dedicated to “curate sound, video and Internet based projects”.
Chunks are short and dramatic, reinventing the art of the short story.
Chunks is a showcase for new and accomplished artists from around the globe.
www.submarinechannel.com /chunks   (602 words)

  
 HTML::Chunks - A simple nested template engine for HTML, XML and XHTML
$chunk may be either a scalar or reference to a scalar.
If you are using chunks for something whitespace sensitive like email generation, you should turn this off to have chunks output exactly as they are defined.
For instance, if you output a chunk from within a data element handling routine, any data that was defined for the parent chunk will also be available to the chunk currently being output.
cpan.uwinnipeg.ca /htdocs/HTML-Chunks/HTML/Chunks.html   (1261 words)

  
 Calibration Systematics: Average over chunks
The alpha, beta parameters for the chunk is calculated as the average of the values available in the calibration frames that lie within the chunk.
From the high amplitude line results, we see that both L1 and H1, the width of the chunk-alphas is the same as the width for the minute-alphas (10% for L1, 5% for H1): this is not consistent with either a random measurement error in the minute-alphas or white noise true fluctuations in alpha.
Also from the high amplitude line results, we see that for both L1 and H1 the width of standard deviations of minute-alphas in the chunks, and the width of the difference of consecutive values of minute-alphas are consistent with random fluctuations of minute-alphas in each chunk, equal to 0.6% in L1, and 2% in H1.
www.phys.lsu.edu /faculty/gonzalez/S2ChunkCalibration   (1338 words)

  
 Memory Chunks   (Site not responding. Last check: 2007-10-19)
Memory chunks provide an efficient way to allocate equal-sized pieces of memory, called atoms.
The disadvantage of this is that the memory chunk has to keep track of which atoms have been freed.
struct is an opaque data structure representing a memory chunk.
developer.gnome.org /doc/API/glib/glib-memory-chunks.html   (731 words)

  
 Memory Chunks
Memory Chunks — efficient way to allocate groups of equal-sized chunks of memory.
To reset the memory chunk, freeing all of the atoms, use
The GMemChunk struct is an opaque data structure representing a memory chunk.
www.gtk.org /api/2.6/glib/glib-Memory-Chunks.html   (880 words)

  
 Memory Chunks
Memory Chunks — deprecated way to allocate groups of equal-sized chunks of memory.
Memory chunks provide an space-efficient way to allocate equal-sized pieces of memory, called atoms.
Therefore, memory chunks have been deprecated in favor of the slice allocator, which has been added in 2.10.
developer.gnome.org /doc/API/2.0/glib/glib-Memory-Chunks.html   (1146 words)

  
 Mmmm, chunks (kottke.org)
Some new research is showing that the number of things humans can hold in our heads while solving problems is fairly small, three or four things at the most.
I wonder how much the process of learning is just chunking task variables into larger and larger bits, building layers of abstraction the way a programmer might build an OO program.
This entry is part of the kottke.org weblog, of which Melting pot is the latest entry.
www.kottke.org /05/03/mmmm-chunks   (171 words)

  
 Buckeye Nutrition: Dog & Cat: Buckeye Chunks Dog Food
Buckeye Chunks is a quality dog food for owners seeking a product with acceptable digestibility at an economical price.
Buckeye Chunks is a mini-chunk style dog food, with each chunk coated with high quality fat, giving the food a natural taste and aroma.
Buckeye Chunks is designed for the mature dog with lower energy requirements.
www.buckeyenutrition.com /pet/buckeyechunksdog.html   (164 words)

  
 Nonlinear Time Series Analysis and Self-Organizing Cognition
That the perceptual chunk is simultaneously temporal and atemporal is the essence of all phenomenological weirdness -- the "twistiness of being," one might call it.
In order for intelligence to be possible, the inferred relationships between the temporal chunks extracted from sensory projections of the environment has got to mimic, approximately, the actual relationships between the states of the environment corresponding to the formation of the temporal chunks.
On the other hand, chunks that are too long relative to the lifespan and overall memory capacity of the intelligent system will be of no use, because it will be impossible to carry out statistically significant reasoning in regard to these chunks.
www.goertzel.org /dynapsyc/1999/NonlinearTimeSeriesAnalysis.html   (5509 words)

  
 Fuzzy Chunks   (Site not responding. Last check: 2007-10-19)
Fuzzy chunks is an Auto-track variant (see Top 'n' Tail, Auto-track and Silence Compression) particularly useful for dealing with spoken word material such as audiobooks.
The dialog for fuzzy chunks is the same as that for silence compression, with the addition of a single tab for specifying chunks:
Each chunk is shown as duration in hours, minutes and seconds – unlike Fixed chunks, you cannot opt to discard chunks.
www.unrelatedinventions.com /Audiotools/Help/fuzzychunks.htm   (350 words)

  
 Writing for the Web: Chunks
A chunk can be defined as a text that fully conveys a single idea.
Anything that veers away from the single central idea of the chunk should be moved to a different chunk.
If a chunk can be considered the text in between two such switchings, then most narrative chunks are between 200 and 350 words long.
www.macloo.com /webwriting/chunks.htm   (501 words)

  
 Blew Chunks | Beer Jokes at BeerPal.com   (Site not responding. Last check: 2007-10-19)
Man replies that he did but he got so fucked up that he blew chunks.
Bartender explains that it is normal to be sick after drinking the first time.
Man replies, "You don't understand, I blew chunks all night." Bartender tells him that is normal for as much as he drank.
www.beerpal.com /Blew-Chunks-Joke/41   (120 words)

  
 Portable Chunks
Portable's 90 Minute Training Chunks™ provides the greatest return on investment by presenting a series of manageable "chunks" of information, helping delegates to build lasting, immediately applicable skills through short bursts of learning followed by authentic practice.
Portable 90 Minute Training Chunks™ will also provide you with a great return on your training investment by presenting you with a series of manageable training chunks that can be customised to suit your organisational, departmental or indivudal requirements.
Portable 90 Minute Training Chunks™ offers staff the possibility to identify the topics they need for their job.
portablechunks.com   (476 words)

  
 Delete huge chunks of the genome of mice without it making any discernable difference to the animals
Researchers revealed that they had deleted huge chunks of the genome of mice without it making any discernable difference to the animals.
To find out the function of some of these highly conserved non-protein-coding regions in mammals, Edward Rubin's team at the Lawrence Berkeley National Laboratory in California deleted two huge regions of junk DNA from mice containing nearly 1000 highly conserved sequences shared between human and mice.
One of the chunks was 1.6 million DNA bases long, the other one was over 800,000 bases long.
www.medicalnewstoday.com /medicalnews.php?newsid=9088   (371 words)

  
 Indian Non - Vegetarian Recipes : Grilled Chicken Chunks
Succulent and boneless chunks of Chicken (called Murg Tikka) marinated and grilled to perfection in a typical north Indian traditional clay oven called "Tandoor".
Skewer the chicken chunks and roast it in a preheated oven for about 12 minutes or till the chicken is almost done.
Alternatively the chicken chunks could be barbequed on an open grill.
www.syvum.com /cgi/online/serve.cgi/recipes/inc/nrcpc16.tdf?0   (267 words)

  
 Hard Wood Grilling Cherry Chunks 10-lb. Bag SnappDragon.com   (Site not responding. Last check: 2007-10-19)
They are the highest quality grilling chunks you will find anywhere, with sapwood and bark removed from every chunk during processing.
These chunks are carefully harvested from hardwood forests so they do not contain pesticide residues commonly found in orchard-grown trees.
These grilling chunks are made for all types of charcoal and gas grills to impart a natural real smoke flavor to your favorite meals.
www.snappdragon.com /hard-wood-grilling-chunks10-p-164.html   (345 words)

  
 Candles: Candle Making - Wax Chunks for Candle Making.   (Site not responding. Last check: 2007-10-19)
These unique new chunks are made with 139 mp wax and our popular translucent wax recipe.
Our chunks are always unscented so that you may use them with whatever fragrance combination you'd like!
It is unknown as to when the chunks will again be offered.
www.aromahaven.com /wax_chunks/tutone_chunks.html   (222 words)

  
 CNN.com - Lab-grown fish chunks could feed space travelers - March 22, 2002
After frying the chunks in a sauce of olive oil, garlic, lemon and pepper, the team presented their creation to fellow staffers at Touro College in New York.
An extract of mushroom kept samples alive for awhile, but the chunks did not gain any mass.
He acknowledges that some diners might consider the current concoction unappetizing: fetal bovine serum, which is extracted from the blood of unborn calves.
www.cnn.com /2002/TECH/space/03/22/fish.food/index.html   (388 words)

  
 flak chunks - Atari Forums   (Site not responding. Last check: 2007-10-19)
In this actor's Timer() spawn a new chunk and set it's position and velocity as desired (also probably set it's bounces to 0).
The hits wouldn't coincide with the visible chunks, but it would be hard to notice.
One options is to have this actor keep track of all the players and only spawn a chunk if it's within some distance of a player.
www.ataricommunity.com /forums/showthread.php?t=312503   (702 words)

  
 Crisp-fried chicken chunks - recipes Sunset - Find Articles   (Site not responding. Last check: 2007-10-19)
Cook up a batch of chicken morsels for an informal lunch, as nibbles for a patio party, or for a substantial snack.
Although the chicken chunks are crispest when fresh from the hot oil, they can be cooked ahead and reheated.
For a more mildly seasoned version, prepare chili chicken chunks as directed but omit from batter the cornmeal, chili powder, ground cumin, and dry oregano leaves.
www.findarticles.com /p/articles/mi_m1216/is_v176/ai_4151666   (561 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.