Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 17585 invoked by uid 500); 28 Feb 2002 13:42:33 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 17567 invoked from network); 28 Feb 2002 13:42:32 -0000 Date: Thu, 28 Feb 2002 14:42:32 +0100 (CET) From: giacomo X-X-Sender: To: "'cocoon-dev@xml.apache.org'" Subject: RE: [how-to] Contribute with my own tutorial In-Reply-To: <3997D874A598D51190A70002A56BC995023684ED@TOCOMEXC17> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Thu, 28 Feb 2002, TREGAN Fabien wrote: > >BTW - what does "2mo" and "20ko" actually mean? > >I can guess the meaning, but I've never seen it before. > >And Google didn't find a quick answer for me ... > > Binary Digit (aka 'bit') is a number that can have to values (0 or 1) > An Octet is 8 bits > 1ko (kilo-octet) is 1024 bits (not 1000 because computer work with bit and > then work with powre of 2, not power of 10) > 1mo (mega-octet) is 1024 ko > > if your .java file is encoded in ascii, 1 octet = 1 char (space en > cariage-return count as 1 char :) ) > > So you can gues that finding a bug hidden in 20ko of code is 100 times > shorted than finding it in 2mo of code. Well, I think this statement is kinda missleading. It is not the case that your JVM only says "Hey there is an error, go find it somewhere!". It will tell you either with a stack trace or by symptom to narrow the problem area in the code. Giacomo > > > >All articles on cocooncenter are written in xdoc (with some additions to > fit the needs of my pages). So, if you wrote your tutorial in xdoc, it would > be easy to publish. > > Since now, all my docs have been written in .doc (ms word), but i'll try to > read the docs about how to write xdocs :) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org > For additional commands, email: cocoon-dev-help@xml.apache.org > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org