Stefano Mazzocchi wrote:
> TREGAN Fabien wrote:
>
> > 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 :)
>
> xdocs are XML files that use a simple HTML-like DTD that we used for our
> docs.
>
> Anyway, any new contributed doc
>> 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.
>
>This is the funniest complexity metric I ever heard of, even worse
Berin Loritsch wrote:
>
> Stefano Mazzocchi wrote:
> > 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 th
Stefano Mazzocchi wrote:
> 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 Octe
Andreas Hartmann wrote:
> But I've never heard of "octets" instead of bytes.
> Never too old to learn ...
In the IETF RFC, bytes are avoided because you don't know how to
interpret them. I mean: if you receive 0001 this means 1 or 127?
Octets represent the 'abstraction' of bytes: meaning, a
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-octe
> > In a well organized 2M code a bug can be found 100 times faster than in
an
> ugly 20K.
> >Konstantin
>
> Mmm... I think i'll print this sentence and pin it on the wall of the
> devlopper's open-desk. (or maybe use it as my mail signature ?)
Hm... I'll become as famous as G. Booch ;)
I've for
On Thu, 28 Feb 2002, Piroumian, Konstantin wrote:
> > On Thu, 28 Feb 2002, Piroumian, Konstantin wrote:
> >
> > Sure, but the statement was: "an error in a 20ko program can be found
> > 100 times faster than in a 2mo program" which IMO is missleading.
>
> Yes, agree.
> Moreover, it also depends o
> In a well organized 2M code a bug can be found 100 times faster than in an
ugly 20K.
>Konstantin
Mmm... I think i'll print this sentence and pin it on the wall of the
devlopper's open-desk. (or maybe use it as my mail signature ?)
---
> On Thu, 28 Feb 2002, Piroumian, Konstantin wrote:
>
> > > 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 ...
> > > >
>
On Thu, 28 Feb 2002, Piroumian, Konstantin wrote:
> > 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 Digi
> 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
On Thu, 28 Feb 2002, TREGAN Fabien wrote:
> >Apologies Fabien for the typo on your name.
> np
>
>
> >I see what you mean. I'm not sure that anything
> >exists that is in the public domain so you may have to
> >write something yourself.
>
> let's go :)
>
> >Also, I
> >know from my own experience
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 bit
>Apologies Fabien for the typo on your name.
np
>I see what you mean. I'm not sure that anything
>exists that is in the public domain so you may have to
>write something yourself.
let's go :)
>Also, I
>know from my own experience that if you start
>developing a Java/XML/XSLT web app yourself
Fabien,
*** REPLY SEPARATOR ***
On 28.02.2002 at 10:23 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 th
Apologies Fabien for the typo on your name.
I see what you mean. I'm not sure that anything
exists that is in the public domain so you may have to
write something yourself. If you are looking for
something that helps show the benefits of Cocoon over
the ASP/JSP type model then consider points a
Or the short answer: mo is French for mb, ko is French for kb
:-)
tomK, a real Belgian
- Original Message -
From: "TREGAN Fabien" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 28, 2002 10:23 AM
Subject: RE: [how-to] Contribute with my
>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 comp
Hi FabiEn :),
*** REPLY SEPARATOR ***
On 28.02.2002 at 09:21 TREGAN Fabien wrote:
>>Hi Fabian
>fabiEn ;) (I'm french, if you had'nt allready guessed)
>
>>The Cocoon documentation has a tutorial covering a basic application, a
>beginners guide (currently called ctwig) which als
>Hi Fabian
fabiEn ;) (I'm french, if you had'nt allready guessed)
>The Cocoon documentation has a tutorial covering a basic application, a
beginners guide (currently called ctwig) which also has links to other sites
What i'm trying to do is not a
how-can-I-get-C2-to-work-please-help-I-m-stuck-I-
GAN Fabien [mailto:[EMAIL PROTECTED]]
Sent: 28 February 2002 07:37
To: '[EMAIL PROTECTED]'
Subject: [how-to] Contribute with my own tutorial
I'm actually writing a short tutorial in order to allow my boss to decide if
I can use C1/2 instead of writing my own framework from scrat
I'm actually writing a short tutorial in order to allow my boss to decide if
I can use C1/2 instead of writing my own framework from scratch.
When can I check for existing tutorials to see if mine would be of any
interest ?
fabien.
---
23 matches
Mail list logo