dbTalk Databases Forums  

RE: Petulent Little Bitches - was: How to build the regex datablade

comp.databases.informix comp.databases.informix


Discuss RE: Petulent Little Bitches - was: How to build the regex datablade in the comp.databases.informix forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Bill Dare
 
Posts: n/a

Default RE: Petulent Little Bitches - was: How to build the regex datablade - 01-03-2006 , 09:21 AM









Quote:
If you're that paranoid about being picked on just because the
Americans
are the most frequent abusers of the English language, well, then, go
and
be a petulant little bitch somewhere else.

And by the way...

I can't remember a single fucking thing that came from England or
the
UK that was worth remembering other than a tyrannical king and a
bunch
of drunks.

English.
The world wide web was invented by a Brit.
[Bill Dare]
I thought Al Gore invented the WWW.

Quote:
Television.
The inventor of the telephone was a Brit.
The jet engine.
Penicillin.
Radar.
The umbrella.
Scuba gear.



Reply With Quote
  #2  
Old   
Obnoxio The Clown
 
Posts: n/a

Default RE: Petulent Little Bitches - was: How to build the regex datablade - 01-03-2006 , 09:29 AM







Bill Dare said:
Quote:
[Bill Dare]
I thought Al Gore invented the WWW.
Typical American revisionism! )

--
Bye now,
Obnoxio

"C'est pas parce qu'on n'a rien à dire qu'il faut fermer sa gueule"
- Coluche

did i mention i like nulls? heck, i even go so far as to say that all
columns in a table except the primary key could/should be nullable. this
has certain advantages, for example, if you need to insert a child record
and you don't have a parent row for it, just do an insert into the parent
table with the primary key value (everything else null), and voila,
relational integrity is preserved. but this is, admittedly, a bit
controversial among modellers.

--r937, dbforums.com


Reply With Quote
  #3  
Old   
DL Redden
 
Posts: n/a

Default Re: Petulent Little Bitches - was: How to build the regex datablade - 01-03-2006 , 09:48 AM



Monty Python
Faulty Towers

--- Mike Aubury <mike.aubury (AT) aubit (DOT) com> wrote:

Quote:
English.
The world wide web was invented by a Brit.
Television.
The inventor of the telephone was a Brit.
The jet engine.
Penicillin.
Radar.
The umbrella.
Scuba gear.
Submarines.
Periscopes.
Do I need to go on?



Hey - you forgot my favourites - the light bulb (Swan invented it a
year
before Edison...), and the Computer (Babbage or Turing depending on
whether
you mean a glorified calculator or a fully blown computer)..

_______________________________________________
Informix-list mailing list
Informix-list (AT) iiug (DOT) org
http://www.iiug.org/mailman/listinfo/informix-list



Reply With Quote
  #4  
Old   
Mike Aubury
 
Posts: n/a

Default Re: Petulent Little Bitches - was: How to build the regex datablade - 01-03-2006 , 09:53 AM



Did kinda put me in mind of the 'What have the Romans ever done for us' bit
from "The Life Of Brian" :-)


On Tuesday 03 January 2006 14:48, DL Redden wrote:
Quote:
Monty Python
Faulty Towers

--- Mike Aubury <mike.aubury (AT) aubit (DOT) com> wrote:
English.
The world wide web was invented by a Brit.
Television.
The inventor of the telephone was a Brit.
The jet engine.
Penicillin.
Radar.
The umbrella.
Scuba gear.
Submarines.
Periscopes.
Do I need to go on?

Hey - you forgot my favourites - the light bulb (Swan invented it a
year
before Edison...), and the Computer (Babbage or Turing depending on
whether
you mean a glorified calculator or a fully blown computer)..

_______________________________________________
Informix-list mailing list
Informix-list (AT) iiug (DOT) org
http://www.iiug.org/mailman/listinfo/informix-list

_______________________________________________
Informix-list mailing list
Informix-list (AT) iiug (DOT) org
http://www.iiug.org/mailman/listinfo/informix-list
--
Mike Aubury



Reply With Quote
  #5  
Old   
Obnoxio The Clown
 
Posts: n/a

Default Re: Petulent Little Bitches - was: How to build the regex datablade - 01-03-2006 , 10:02 AM




Mike Aubury said:
Quote:
Did kinda put me in mind of the 'What have the Romans ever done for us'
bit
from "The Life Of Brian" :-)
Oh. Peace? Shut up!

--
Bye now,
Obnoxio

"C'est pas parce qu'on n'a rien à dire qu'il faut fermer sa gueule"
- Coluche

did i mention i like nulls? heck, i even go so far as to say that all
columns in a table except the primary key could/should be nullable. this
has certain advantages, for example, if you need to insert a child record
and you don't have a parent row for it, just do an insert into the parent
table with the primary key value (everything else null), and voila,
relational integrity is preserved. but this is, admittedly, a bit
controversial among modellers.

--r937, dbforums.com


Reply With Quote
  #6  
Old   
DA Morgan
 
Posts: n/a

Default Re: Petulent Little Bitches - was: How to build the regex datablade - 01-04-2006 , 12:01 PM



Michael Segel wrote:
Quote:
Obnoxio The Clown wrote:


Bill Dare said:

[Bill Dare]
I thought Al Gore invented the WWW.

Typical American revisionism! )


Uh huh.
I guess the brits just don't get SARCASM. :-P

But hey, what do I know?
I come from a country that can split atoms, create silicon, and even put a
man on the moon and create all of the related technologies.
Too bad humility, civility, and gratitude are not related technologies.
--
Daniel A. Morgan
http://www.psoug.org
damorgan@x.washington.edu
(replace x with u to respond)


Reply With Quote
  #7  
Old   
Obnoxio The Clown
 
Posts: n/a

Default Re: Petulent Little Bitches - was: How to build the regex datablade - 01-04-2006 , 12:48 PM




Michael Segel wrote:
Quote:
Obnoxio The Clown wrote:


Bill Dare said:

[Bill Dare]
I thought Al Gore invented the WWW.

Typical American revisionism! )


Uh huh.
I guess the brits just don't get SARCASM. :-P
Nor do you, it seems. p

--
Bye now,
Obnoxio

"C'est pas parce qu'on n'a rien à dire qu'il faut fermer sa gueule"
- Coluche

did i mention i like nulls? heck, i even go so far as to say that all
columns in a table except the primary key could/should be nullable. this
has certain advantages, for example, if you need to insert a child record
and you don't have a parent row for it, just do an insert into the parent
table with the primary key value (everything else null), and voila,
relational integrity is preserved. but this is, admittedly, a bit
controversial among modellers.

--r937, dbforums.com


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.