473,461 Members | 1,433 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

A question

Savage
1,764 Expert 1GB
If God maked a woman from 1 rib, what would he make from a radiator?

Discuss..

Savage
May 10 '07
79 3672
Motoma
3,237 Expert 2GB
Quick put them on your head.

They will increase your geekness and nerdeness signatificly..

Savage
Err...So you are advocating me answering questions without any pants?
Jun 14 '07 #51
Savage
1,764 Expert 1GB
Err...So you are advocating me answering questions without any pants?
U can put on another pants,dumber ones..

Savage
Jun 14 '07 #52
NeoPa
32,556 Expert Mod 16PB
OH GOD, MY PANTS ARE SMARTER THAN I AM!!
Please follow the posting guidelines!
The seventh point in Things that are generally unacceptable is most relevant.
Jun 14 '07 #53
Motoma
3,237 Expert 2GB
Please follow the posting guidelines!
The seventh point in Things that are generally unacceptable is most relevant.
I directly intended emphasis on the entire sentence. Please note, the entire post was not in all caps, the exclamation points were perfectly natural.
Jun 15 '07 #54
NeoPa
32,556 Expert Mod 16PB
I directly intended emphasis on the entire sentence. Please note, the entire post was not in all caps, the exclamation points were perfectly natural.
You say that, but I checked all the punctuation and they were definitely upper case (ASCII code <0x60) - even the comma (,).
Tilde (~) may be considered acceptable at a stretch.
Jun 15 '07 #55
Motoma
3,237 Expert 2GB
You say that, but I checked all the punctuation and they were definitely upper case (ASCII code <0x60) - even the comma (,).
Tilde (~) may be considered acceptable at a stretch.
Expand|Select|Wrap|Line Numbers
  1. #! /bin/bash
  2. if [[ "!" != *[[:upper:]]* ]]; then
  3. echo "NeoPa is wrong."
  4. fi
  5.  
  6. $ ./excheck.sh
  7. NeoPa is wrong.
  8.  
Expand|Select|Wrap|Line Numbers
  1. >>> if '!' == '!'.lower():
  2.     print 'NeoPa is wrong.'
  3.  
  4.  
  5. NeoPa is wrong.
  6.  
Expand|Select|Wrap|Line Numbers
  1. #include <iostream>
  2.  
  3. int main(int argc, char* argv[])
  4. {
  5.   char ex = '!';
  6.   char lex = tolower(ex);
  7.   if(ex == lex) printf("NeoPa is wrong.");
  8. }
  9.  
  10. // Try this one out for yourself
  11.  
Jun 15 '07 #56
NeoPa
32,556 Expert Mod 16PB
As with any logic Motoma - the results are only as good as the underlying principles.
You don't really need me to post all the code to compare it with the equally incorrect check against the results of the upper & toupper constructs in the various languages.
It would contradict, but be just as unreliable as your efforts (no more so though).
Jun 15 '07 #57
Motoma
3,237 Expert 2GB
As with any logic Motoma - the results are only as good as the underlying principles.
You don't really need me to post all the code to compare it with the equally incorrect check against the results of the upper & toupper constructs in the various languages.
It would contradict, but be just as unreliable as your efforts (no more so though).
So to paraphrase: "I could prove you wrong, but I'm not going to."

(Community discussions are how Motoma hits the Top Contributors list)
Jun 15 '07 #58
NeoPa
32,556 Expert Mod 16PB
So to paraphrase: "I could prove you wrong, but I'm not going to."

(Community discussions are how Motoma hits the Top Contributors list)
To paraphrase, I could provide proof just as good as yours to show I was right. Unfortunately, it's also just as bad ==> useless :( No less valid than yours, but no more so either.
You don't need me to spell it out surely?
Jun 15 '07 #59
Motoma
3,237 Expert 2GB
To paraphrase, I could provide proof just as good as yours to show I was right. Unfortunately, it's also just as bad ==> useless :( No less valid than yours, but no more so either.
You don't need me to spell it out surely?
I guess the only one that really proves my point is the bash script, which correctly asserts that "!" is not uppercase.
Jun 15 '07 #60
Motoma
3,237 Expert 2GB
Additionally, after rereading the section you sent me to, I see no mention of uppercase letters, nor use of the term All caps (which would lead to my defeat in this discussion).

Perhaps these should be added to the FAQ.

I sure am glad this discourse led to something productive! :D
Jun 15 '07 #61
MMcCarthy
14,534 Expert Mod 8TB
Additionally, after rereading the section you sent me to, I see no mention of uppercase letters, nor use of the term All caps (which would lead to my defeat in this discussion).

Perhaps these should be added to the FAQ.

I sure am glad this discourse led to something productive! :D
If you two have nothing better to do, I'm sure I could find something to keep you busy.
Jun 15 '07 #62
Savage
1,764 Expert 1GB
If you two have nothing better to do, I'm sure I could find something to keep you busy.

Hahahh,busted..


Savage
Jun 15 '07 #63
Motoma
3,237 Expert 2GB
If you two have nothing better to do, I'm sure I could find something to keep you busy.
Does involve correcting this problem in the FAQ?
Jun 15 '07 #64
MMcCarthy
14,534 Expert Mod 8TB
Does involve correcting this problem in the FAQ?
You are welcome to refer your suggestions regarding the FAQ to Banfa. I'm sure he'll receive them in the spirit they deserve.
Jun 15 '07 #65
Banfa
9,065 Expert Mod 8TB
Additionally, after rereading the section you sent me to, I see no mention of uppercase letters, nor use of the term All caps (which would lead to my defeat in this discussion).
Read again
Jun 15 '07 #66
NeoPa
32,556 Expert Mod 16PB
Additionally, after rereading the section you sent me to, I see no mention of uppercase letters, nor use of the term All caps (which would lead to my defeat in this discussion).

Perhaps these should be added to the FAQ.

I sure am glad this discourse led to something productive! :D
What was so complicated in what I said that you were able to miss it so many times? If '!'=tolower('!') proves that it is not upper case, then surely '!'=toupper('!') is just as strong proof that it is upper case.
Generally, when items proven using specific 'logic' are contradictory, then that 'logic' can be considered to be flawed.

My 'logic', though flawed in itself (I'll leave you to discover why), was a far closer approximation to a valid rule for determining upper case.
Jun 17 '07 #67
Banfa
9,065 Expert Mod 8TB
What was so complicated in what I said that you were able to miss it so many times? If '!'=tolower('!') proves that it is not upper case, then surely '!'=toupper('!') is just as strong proof that it is upper case.
Generally, when items proven using specific 'logic' are contradictory, then that 'logic' can be considered to be flawed.
All these arguments are based on the implicit assumption that case is an attribute that applies to the character '!'. It is not it only applies to letters. Therefore the assumption is false, but both arguments assume it is true.

They have assumed something that is false to be true and therefore anything can be proved.
Jun 18 '07 #68
Motoma
3,237 Expert 2GB
All these arguments are based on the implicit assumption that case is an attribute that applies to the character '!'. It is not it only applies to letters. Therefore the assumption is false, but both arguments assume it is true.

They have assumed something that is false to be true and therefore anything can be proved.
From false premises, anything can be concluded.
Jun 18 '07 #69
MMcCarthy
14,534 Expert Mod 8TB
From false premises, anything can be concluded.
It was a stupid bl**** argument in the first place.

These two would probably sit for hours and argue about whether or not black is a colour. Oh! That reminds me of someone else, I wonder who.
Jun 19 '07 #70
RedSon
5,000 Expert 4TB
It was a stupid bl**** argument in the first place.

These two would probably sit for hours and argue about whether or not black is a colour. Oh! That reminds me of someone else, I wonder who.
Bloody 'ell !
Jun 19 '07 #71
MMcCarthy
14,534 Expert Mod 8TB
Bloody 'ell !
Don't tell me you want to start too.
Jun 19 '07 #72
r035198x
13,262 8TB
It was a stupid bl**** argument in the first place.

These two would probably sit for hours and argue about whether or not black is a colour. Oh! That reminds me of someone else, I wonder who.
Technically speaking of course the absence of all colour cannot be called a colour.
Jun 19 '07 #73
MMcCarthy
14,534 Expert Mod 8TB
Technically speaking of course the absence of all colour cannot be called a colour.
I give up, you're all hopeless :p
Jun 19 '07 #74
NeoPa
32,556 Expert Mod 16PB
They have assumed something that is false to be true and therefore anything can be proved.
From false premises, anything can be concluded.
A point I made in post #57 I thought.
Jun 19 '07 #75
Banfa
9,065 Expert Mod 8TB
A point I made in post #57 I thought.
Possibly, but if so very obliquely. I find that sometimes you have no option to ram the obvious into people faces before they take note (and sometimes that doesn't work either).

Salesman: I've told the customer he can have the software at the end of the week.
Me: Interesting, you may want to ring them back and advise them that it actually wont be ready for another 4 weeks.

<beginning of the next week>

Salesman: So are we on for the delivery at the end of the week?
Me: No, as I told you last week the software wont be in a working state for another 3 weeks. Perhaps you could inform the customer of that.
Salesman: OK

<Thursday>

Salesman: All set for tomorrow?
Me (having forgotten on the assumption it had been dealt with): Why? What happens tomorrow?
Salesman: We make our delivery to the client.
Me: Hmmm, you seem to have been ignoring me when I have been telling you that the software will not be finished for another 2 weeks. Look here is the job list, here is the time for each job and here is the total. It does not matter how many times you assert the software will be ready tomorrow, I am telling you that it wont.

<30 minutes later>

Salesman: OK I have rung the client.
Me: Excellent!
Salesman: And agreed that they can have the software next Wednesday.
Me (Speechless)
Jun 19 '07 #76
Banfa
9,065 Expert Mod 8TB
Technically speaking of course the absence of all colour cannot be called a colour.
OI that's my argument, you were the one arguing that black and white where the only 2 colours.
Jun 19 '07 #77
Frinavale
9,735 Expert Mod 8TB

<30 minutes later>

Salesman: OK I have rung the client.
Me: Excellent!
Salesman: And agreed that they can have the software next Wednesday.
Me (Speechless)
Typical (hehe)
Had this happen to me only once before
Wasn't fun at all!
Jun 19 '07 #78
NeoPa
32,556 Expert Mod 16PB
Possibly, but if so very obliquely. I find that sometimes you have no option to ram the obvious into people faces before they take note (and sometimes that doesn't work either).

Salesman: I've told the customer he can have the software at the end of the week.
Me: Interesting, you may want to ring them back and advise them that it actually wont be ready for another 4 weeks.

<beginning of the next week>

Salesman: So are we on for the delivery at the end of the week?
Me: No, as I told you last week the software wont be in a working state for another 3 weeks. Perhaps you could inform the customer of that.
Salesman: OK

<Thursday>

Salesman: All set for tomorrow?
Me (having forgotten on the assumption it had been dealt with): Why? What happens tomorrow?
Salesman: We make our delivery to the client.
Me: Hmmm, you seem to have been ignoring me when I have been telling you that the software will not be finished for another 2 weeks. Look here is the job list, here is the time for each job and here is the total. It does not matter how many times you assert the software will be ready tomorrow, I am telling you that it wont.

<30 minutes later>

Salesman: OK I have rung the client.
Me: Excellent!
Salesman: And agreed that they can have the software next Wednesday.
Me (Speechless)
Well, I was up to about "<30 minutes later>" when you came in ;)
Jun 19 '07 #79
r035198x
13,262 8TB
OI that's my argument, you were the one arguing that black and white where the only 2 colours.
Have you ever come across anyone who speaks technically?
Jun 20 '07 #80

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Mohammed Mazid | last post by:
Can anyone please help me on how to move to the next and previous question? Here is a snippet of my code: Private Sub cmdNext_Click() End Sub Private Sub cmdPrevious_Click() showrecord
3
by: Stevey | last post by:
I have the following XML file... <?xml version="1.0"?> <animals> <animal> <name>Tiger</name> <questions> <question index="0">true</question> <question index="1">true</question> </questions>
7
by: nospam | last post by:
Ok, 3rd or is it the 4th time I have asked this question on Partial Types, so, since it seems to me that Partial Types is still in the design or development stages at Microsoft, I am going to ask...
3
by: Ekqvist Marko | last post by:
Hi, I have one Access database table including questions and answers. Now I need to give answer id automatically to questionID column. But I don't know how it is best (fastest) to do? table...
10
by: glenn | last post by:
I am use to programming in php and the way session and post vars are past from fields on one page through to the post page automatically where I can get to their values easily to write to a...
10
by: Rider | last post by:
Hi, simple(?) question about asp.net configuration.. I've installed ASP.NET 2.0 QuickStart Sample successfully. But, When I'm first start application the follow message shown. ========= Server...
53
by: Jeff | last post by:
In the function below, can size ever be 0 (zero)? char *clc_strdup(const char * CLC_RESTRICT s) { size_t size; char *p; clc_assert_not_null(clc_strdup, s); size = strlen(s) + 1;
56
by: spibou | last post by:
In the statement "a *= expression" is expression assumed to be parenthesized ? For example if I write "a *= b+c" is this the same as "a = a * (b+c)" or "a = a * b+c" ?
2
by: Allan Ebdrup | last post by:
Hi, I'm trying to render a Matrix question in my ASP.Net 2.0 page, A matrix question is a question where you have several options that can all be rated according to several possible ratings (from...
3
by: Zhang Weiwu | last post by:
Hello! I wrote this: ..required-question p:after { content: "*"; } Corresponding HTML: <div class="required-question"><p>Question Text</p><input /></div> <div...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.