Related topics

two questions (spoiler: suicide)
He thanks those who have commented on bhakti for their interesting comments, so presumably he's *read* those comments, yet he still asks two questions that are utterly meaningless *in light of* those comments. Translation: Judy is unable or unwilling to answer the questions. -) :-) :-) And mark my words.

Two Questions...
Since the WIP concerns both pregnancy and childbirth as major plot elements, I have a few (just two for now) questions about it. 1. In a low-tech world (like the typical fantasy world), absent magic, how does a woman tell that she is pregnant? I am aware of the various old superstitious ways like the rabbit and

two questions for all Joe fans
marc rosen duckb...@qis.net rec woodworking Wow, I appreciate all the comments, but two things never popped into my mind until now. Spiral bits- I've not used them yet - and slot cutters. I took a look at the catalog and their suggestion was to use a slot cutter for frame and panel. Anybody do this along with pre-

two questions
After spending the last two hours observing, I have three questions. Your header said 2 questions. Oh, okay...ask away... You caught that, did you? Header says two questions, then I asked three. Maybe that explains why I'm having problems with the math to calculate field of view. Us NE Tennessee hillbillies wear

two questions about tabs
I have two simple questions about a program i'm doing: 1) if I write: enum logic {VERO=1, FALSO=0}; Is this correct according to the ANSI '89 standard? That line is correct, but I think that any of these ways to write it, would be better: enum logic {FALSO = 0, VERO}; enum logic {FALSO, VERO}; enum logic {FALSO = 0

Actually two Questions
Two questions below. We are looking a purchasing a $17000 HP server with the following RAID setup. RAID 1 - OS (2 physical 9 GB 10K rpm SCSI 3 drives) RAID 1 - Transaction Log (2 physical 9 GB 10K rpm SCSI 3 drives) RAID 5 - SQL Server, Databases, Database backups. (Remaining drives, see questions below.

Installing PWS & FP2K (Two Questions)
Or, we could sit back and ponder tom's evasion of two straightforward questions: Since this post is about corruption Moran is going to comment on Newton's claim. He constantly claims Moran never addressed the two questions. and, of course, l'il tommy hasn't. "And listed here are two simple questions which

two questions about the americans
It wasn't like the old Reagan years with reporters jumping up to get their question in. Instead Bush picked names off of a sheet of paper. It is almost hard to believe that the questions were spontaneous. If the questions were not predetermined then there were two questions that reporters simply dared not ask for

Two questions about mixing and one about autolysing (all related)
Jason y...@wish.org nf sports 1) Now that Cristobal Huet has been traded to Washington, which will Darryl Harding will do? A) Begin referring to him as Huet B) Continue referring to him as hewitt C) Never speak of him again 2) Now that Cristobal Huet has been traded to Washington, which will Darryl Harding will do?

Two questions from a new guy
Questions from a beginner.. Advice to a beginner. The subject "Two Questions" isn'ta very good choice. As you've seen, it can prompt folks to just answer one, neglect the other, and that may fool others into thinking you have your answer(s) so they don't even bother to read your post.

Two questions for Dick Wagner
V...@gmx.net comp text tex John Richard Zimmerman wrote: I am doing a flow chart using pst-node, and I have two questions. First, is it possible to control where on a side a connecting arrow leaves (or points to) an object? I see how to choose the correct side of the with the options alphaA and alphaB object,

Are Mormons really honest about explaining what they believe?
Wrote on the subject: two questions from a newbie: Today I received my copy of International Scientology News. It is a 47 page glossy magazine. There are two articles that may be of interest to the newsgroup. One is about the event itself with lots of quotes from Miscavige, Heber, Ray Mithoff and others,

Two questions about C# datatypes
Scott
Roberts srobe...@no.spam.here-webworks-software.com microsoft public dotnet languages csharp See http://pobox.com/~skeet/csharp/memory.html Your article states: "Note that a value type variable can never have a value of null - it wouldn't make any sense, as null is a reference type concept, meaning "the value

Two questions: Refrigerating and freezing food.
I have two questions about cross-platforming AW6 to the Mac. 1) I am having some trouble with .pngs on the Mac. First, I was getting memory errors when AW hit a one of my .pngs. (Memory is full; it's not my fault. You have to love a computer whose solution to a problem is to deny responsibility.

Two Questions; PNG and Colors
Piotrekk Piotr.Kolodz...@gmail.com microsoft public dotnet languages csharp Hi 1. int is value type so it is stored on stack. class is reference type and it is stored on heap. What is where when we declare class which contains sturct which contains int. I suppose that even in this example ALL value types are on

Two questions concerning ListDensityPlot ...
Darryl Harding darryl_hard...@hotmail.com nf general On Feb 10, 2:08 pm, "Canuck57" <dave-no_s...@unixhome.net> wrote: "cloud dreamer" <S...@Global.Warming> wrote in message news:13qpk2tl94a0oe5@news.supernews.com... Darryl Harding wrote: 1. are the yanks ready to elected either a woman or a black man as president

Two questions about a program in C
Bill Taylor math...@math.canterbury.ac.nz sci math These two questions are not all that closely related, and probably deserve a separate post for each, but let's save some electrons. -------- 1. There was a recent thread on something like "what happens when/if Riemann's hypothesis is finally proved.

Two questions
Jack Klein jackkl...@spamcop.net comp lang c On Fri, 8 Feb 2008 13:56:50 -0800 (PST), Eoghan <lucaga...@gmail.com> wrote in comp.lang.c: On the web fpurge is said to be included in stdio.h Said by whom? What compiler, for what platform, are they talking about? If there is not an option to disable its inclusion in

Two questions
Jon Skeet [C# MVP] sk...@pobox.com microsoft public dotnet languages csharp Scott Roberts <srobe...@no.spam.here-webworks-software.com> wrote: See http://pobox.com/~skeet/csharp/memory.html Your article states: "Note that a value type variable can never have a value of null - it wouldn't make any sense,

Two questions about a program in C
I've got two questions regarding constructors. 1. Assume that I have two classes, ClassA and ClassB, and that ClassB inherits from ClassA. In the ClassA constructor, is there any way that I can determine which type of object is actually being instantiated, ClassA or ClassB? The ClassA constructor initializes a