Thank you for a fine explanation Pat, that clears things up very
nicely. I have one remaining question which I imagine amounts to taste.
What is the superior method of exception handling:
A) To, as you suggest above, import the code as a module from within a
program with special exception handling
emacs has been my long time companion for php, perl, and python. My boss
recommended to me Wing2.0, I find it hard to adjust though. What can you
say about this IDE? He say's if I think it could improve my productivity
he's willing to buy it for me. Suggestions for better python IDE's are
welc
Alvin A. Delagon wrote:
> emacs has been my long time companion for php, perl, and python. My boss
> recommended to me Wing2.0, I find it hard to adjust though. What can you
> say about this IDE? He say's if I think it could improve my productivity
> he's willing to buy it for me. Suggestions for
Alvin A. Delagon wrote:
> emacs has been my long time companion for php, perl, and python. My boss
> recommended to me Wing2.0, I find it hard to adjust though. What can you
> say about this IDE? He say's if I think it could improve my productivity
> he's willing to buy it for me. Suggestions f
Hi John,
> I wonder how you're dealing with client-side code (ie. JavaScript)?
At the moment we don't work with javascript. But it should not be to
hard to create a JavaScript Renderer similar to the css one we already
have.
> Have you looked at crackajax or PyPy?
Not really close so far. On of
Python itself provides parsers for xml and Dom support. So, if I
install pyxml what additional advantage or features I will get in pyxml
specially in minidom and parsers.
Anyone, please provide a brirfing on this.
--
http://mail.python.org/mailman/listinfo/python-list
Alex Martelli wrote:
> Ilias Lazaridis <[EMAIL PROTECTED]> wrote:
>...
>
note: Anton Vredegoor wrote:
only hire people with long backstabbing histories.
>>>
>>>Such as...? Guido van Rossum? Greg Stein? Vint Cerf? Ben Goodger?
>...
>
>>The employees you've mentioned should have mo
Well, what to say? I am very happy for all the solutions you guys have
posted :-)
For Paul:
I would prefer not to use Stirling's approximation
The problem with long integers is that to calculate the hypergeometric
I need to do float division and multiplication because integer division
returns 0.
If i have to execute an external program (for example, in the frontend
that i created for convert, from ImageMagick) i have 2 possibilities: i
can call one function between the exec* family, or i can call the
system function: so, which in your opinion is the best? The only
difference that i know (b
Alex Martelli wrote:
> One great programming principle is "Dont' Repeat Yourself": when you're
> having to express the same thing over and over, there IS something
> wrong. I believe the "DYR" phrasing is due to the so-called Pragmatic
> Programmers, who are paladins of Ruby, but I also believe it
sir_alex wrote:
> If i have to execute an external program (for example, in the frontend
> that i created for convert, from ImageMagick) i have 2 possibilities: i
> can call one function between the exec* family, or i can call the
> system function: so, which in your opinion is the best? The only
>
Bump
--
http://mail.python.org/mailman/listinfo/python-list
Alex Martelli wrote:
> Anton Vredegoor <[EMAIL PROTECTED]> wrote:
>...
> > Google's not a nice company (yeah, I know I'm posting from a google
> > account). If you look at their job requirements it's clear they will
> > only hire people with long backstabbing histories.
>
> Such as...? Guido v
Alvin A. Delagon wrote:
> emacs has been my long time companion for php, perl, and python. My boss
> recommended to me Wing2.0, I find it hard to adjust though. What can you
> say about this IDE? He say's if I think it could improve my productivity
> he's willing to buy it for me. Suggestions for
Okay, a bit of an exaggeration.
Recently, I've been using Python more seriously, and in using the
debugger I think one of the first things I noticed was that there is
no "restart" ("R" in perldb) or "run" (gdb) command.
I was pleasantly pleased discover how easy though it was patch pdb.py
and pd
[EMAIL PROTECTED] wrote:
> Hi everyone,
>
> I need to write a web app, that will support millions of user accounts,
> template-based user pages and files upload. The client is going to be
> written in Flash. I wondered if I coudl get your opinions - what do you
> think is the best language to use
On Mon, 02 Jan 2006 04:33:44 GMT,
"J. D. Leach" <[EMAIL PROTECTED]> wrote:
> ... This is in spite of my setting the .bash profile correctly. As it
> stands, I am at a loss for how to fix the problem ...
As a long shot, and I don't mean to insult anyone, but what is the name
of your .bash profile,
if you don't need really goof perfomances, you ca use regular
expression... but in fact, string processing would be really better !
--
http://mail.python.org/mailman/listinfo/python-list
Hi all,This is in reply to the 'Compressing folders in Windows using
Python' query I raised y'day.
I figured out that windows does not allow command line zipping so I
started looking for alternatives.
I found some modules in Perl which does zipping. I guess it goes by the
name 'gzip'. I plan to w
sri2097 wrote:
> Hi all,This is in reply to the 'Compressing folders in Windows using
> Python' query I raised y'day.
>
> I figured out that windows does not allow command line zipping so I
> started looking for alternatives.
>
> I found some modules in Perl which does zipping. I guess it goes by
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/299412
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] wrote:
> mike's code worked like a charm. i have one more question. i have an
> href which looks like this:
>
>
> http://www.cnn.com";>
>
>
> i thought i would use this code to get the href out but it fails, gives
> me a keyerror:
>
> for incident in row('td', {
Isn't it much easier to figure out how python built-in module 'zipfile'
works?
Pseudo-code would be something like:
#UNTESTED
import zipfile
import os
import os.path
zf = zipfile.ZipFile('myzipfilename.zip', 'w', zipfile.ZIP_DEFLATED)
for root, dirs, files in os.walk('compressthisdir'):
for
Using gzip means you can compress only 1 file per gzip; so you'll have
to invent something like tar to put all your files in your directories
together into 1 file and then apply gzip on that file to get it
compressed...
Using the zipfile module should allow you to create a standard
winzip-compatib
In todays posting
"Any wing2.0 users here?"
I found in the sentence
"What can you say about this IDE? He say's 'if I think it could
improve my productivity he's willing to buy it for me."
the indirect question:
Can a better Python IDE increase programmers productivity?
From my experienc
I think it's one of the best myself. I littel laggy on windows but you
get use to it. Just my .02
--
http://mail.python.org/mailman/listinfo/python-list
Hello, I'm Sam and I've been under som trouble with using wxPython
that when I try to execute code containing wxPython gui programs
provided with wxPython geting started sample progams it's giving a
error but when I type the code to the shell prompt it works fine. Is
it beacus I'm on windows or wil
Hi!
I have:
x = {'a':3, 'b':2, 'c':4}
How can I sort x by value? (I tried using sorted() with x.items() - but I
didn't get a dictionary as response.)
My second question:
How can I reduce the dictionary to 2 items (so delete everything after the
first two items)
Thanks in advance.
Best regards
Markus Franz wrote:
> Hi!
>
> I have:
>
> x = {'a':3, 'b':2, 'c':4}
>
> How can I sort x by value? (I tried using sorted() with x.items() - but I
> didn't get a dictionary as response.)
>
> My second question:
> How can I reduce the dictionary to 2 items (so delete everything after the
> first
Dan Sommers wrote:
> As a long shot, and I don't mean to insult anyone, but what is the name
> of your .bash profile, and are you sure it's executing? My bash man
> page mentions a lot of profile files, none of which is called ".bash";
> bash seems to have a mind of its own when it comes to decid
Hello everybody,
my little problem resurfaced together with COM.
The generated .py file contains the following function:
def showApplication(self, show=defaultNameNotOptArg):
return self._oleobj_.InvokeTypes(...,show)
The value for "show" (defaultNameNotOptArg) must be True|False.
I
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I say it entirely depends on what your programming. For instance, if
creating a GUI, there is no question that a well developed high quality
IDE is a huge help -- from the point of view of stub generation and code
completion, as well as the GUI design
Raven wrote:
> ...
> def main():
> t = time.time()
> for i in range(1000):
> r = hypergeometric(6,6,30,6)
> print time.time() - t
>
> t = time.time()
> for i in range(1000):
> r = hypergeometric_gamma(6,6,30,6)
> print time.time() - t
>
> and the result is:
>
> 0.038644790649
J. D. Leach wrote:
> I'm lost. Surely I've missed something simple.
Maybe you can look in the source. "help" is an object defined by
site.py to be a "Helper" object from pydoc.py. Look in your Python lib
folder for pydoc.py and you should be able to trace through and find the
source of the pr
Question:
write a word jumble game. the program will read a word from a file of words,
scramble the order of letters of the word, print the scrambled word, ask the
user to make a guess, congratulate the user if she/he was able to correctly
figure out the word, and repeat this process until the f
Ilias Lazaridis <[EMAIL PROTECTED]> wrote:
...
> > ... "or equivalent" (I do believe all I named have at least a Bachelor
> > degree, but with the undisputable results they've shown afterwards, I
> > think they'd all meet the "or equivalent" clause anyway).
>
> " * BS or MS in Computer Scienc
J. D. Leach wrote:
> found online. However, neither of my Python installations (2.4
> in /usr/bin/, and 2.4.2 in /usr/local/bin/) recognize the existence of the
> html docs. The following error from within the Python shell yields the
> same result:
> Then when I enter the os.environ.get('PYTHONDO
Hi,
I've built an app using this great software called groupkit
(http://www.groupkit.org/) based on tcl/tk language, now I'd like to
test python possibilities for groupware. Anyone knows about this, I
have made a google search; crossing groupkit and python, but I haven´t
found any project except t
aysun ergin wrote:
>Question:
>write a word jumble game. the program will read a word from a file of words,
>scramble the order of letters of the word, print the scrambled word, ask the
>user to make a guess, congratulate the user if she/he was able to correctly
>figure out the word, and repeat
Read this first:
http://www.catb.org/~esr/faqs/smart-questions.html
and then try again.
--
http://mail.python.org/mailman/listinfo/python-list
January, 2006.
I do not intend to start any kind of flame war, but only to seek advice
about different technologies concerning which I am mostly ignorant.
I am the database manager for a unit of a major state university. A
part of my job includes building database access and web enabled
applicati
On Fri, 30 Dec 2005, Tom Sheffler wrote:
> Does Java have generators? I am aware of the "Iterator" interface,
> but it seems much more restrictive. Python generators are useful
> for many more things than simply list enumeration, but the Java
> Iterator seems limited.
What makes you think that
Daniel J. Rubin wrote:
> I say it entirely depends on what your programming. For instance, if
> creating a GUI, there is no question that a well developed high quality
> IDE is a huge help -- from the point of view of stub generation and code
> completion, as well as the GUI designer.
Most non-ID
I create a zip file on my WinXP system, using this function:
import zipfile
import os
import os.path
def zipdir(dirname, zfname):
zf = zipfile.ZipFile(zfname, 'w', zipfile.ZIP_DEFLATED)
for root, dirs, files in os.walk(dirname):
for f in files:
fullname = os.path.join
Folks: How do you create a multidimesional array of objects w/ the size
of the array entered at runtime? So basically, for an arbitrary class,
create an array and then *.resize it to be of size NXM, and then
populate the elements of the objects.
thanks for any help.
Scott
--
http://mail.python.
[EMAIL PROTECTED] enlightened us with:
> At the moment we don't work with javascript. But it should not be to
> hard to create a JavaScript Renderer similar to the css one we already
> have.
Isn't CSS for rendering, and JavaScript for client-side scripting?
Sybren
--
The problem with the world i
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] wrote:
> January, 2006.
>
> I do not intend to start any kind of flame war, but only to seek advice
> about different technologies concerning which I am mostly ignorant.
> [...]
> I have been tasked by me IT department with investigating differen
In Python 2.4.1:
>>> None = 99
SyntaxError: assignment to None
>>> True = 99
>>> False = 99
>>> True == False
True
---
So why is 'None' special?
--
http://mail.python.org/mailman/listinfo/python-list
Anton Vredegoor <[EMAIL PROTECTED]> wrote:
...
> > > only hire people with long backstabbing histories.
> >
> > Such as...? Guido van Rossum? Greg Stein? Vint Cerf? Ben Goodger?
...
> No insider information is necessary, the job requirements make it
> absolutely clear (at least to me) that
Peter Hansen <[EMAIL PROTECTED]> wrote:
> Alex Martelli wrote:
> > One great programming principle is "Dont' Repeat Yourself": when you're
> > having to express the same thing over and over, there IS something
> > wrong. I believe the "DYR" phrasing is due to the so-called Pragmatic
> > Programme
Rodney Maxwell <[EMAIL PROTECTED]> wrote:
> In Python 2.4.1:
>
> >>> None = 99
> SyntaxError: assignment to None
> >>> True = 99
> >>> False = 99
> >>> True == False
> True
> ---
> So why is 'None' special?
A legacy/backwards compatibility issue: None has been there 'forever'
Alex Martelli wrote:
> Anton Vredegoor <[EMAIL PROTECTED]> wrote:
>...
>
only hire people with long backstabbing histories.
>>>
>>>Such as...? Guido van Rossum? Greg Stein? Vint Cerf? Ben Goodger?
>
>...
>
>>No insider information is necessary, the job requirements make it
>>absol
Andrew Durdin <[EMAIL PROTECTED]> wrote:
> On 29 Dec 2005 09:50:57 -0800, colinwb <[EMAIL PROTECTED]> wrote:
> >
> > >> puts ck.first, ck[0], '*', ck.last, ck[-1]
>
> One of the points at issue (minimalism/monotony) relates to TOOWTDI,
> which has implications for language/module design and for c
<[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> January, 2006.
>
> * OO Perl/Perl6 -- Perl has worked real well for us, but we have
> doubts that it is the best technology, and we want to make a serious
> attempt to look at other things.
It might help if you elaborated on what thes
Hello, you smell.
--
http://mail.python.org/mailman/listinfo/python-list
In article <[EMAIL PROTECTED]>,
Alex Martelli <[EMAIL PROTECTED]> wrote:
.
[much valuable and
correct detail that
somehow managed to
avoid mentioning
Forth or Smalltalk]
I'm trying to get a scrollbar bound with a Frame, and I keep on getting
a scrollbar, but it doesn't actually scroll. Some help, please?
--
http://mail.python.org/mailman/listinfo/python-list
Peter Otten wrote:
> What do you get if you do
>
import pydoc
pydoc.help.docdir
> '/should/be/path/to/docs'
The response is:
>>>import pydoc
>>>print pydoc.help.docdir
None
>>>
Obviously not there.
>
> I believe there is a bug in the documentation-finding code. With the
> current lo
BTW, experience tells me it is necessary for me to explicitly state
that I'm a newbie (otherwise I get rude people saying I should already
know such-and-such).
--
http://mail.python.org/mailman/listinfo/python-list
Consider the following:
#!/usr/bin/python
#-
class Grand_parent( object ):
def speak( self ):
print 'Grand_parent.speak()'
self.advise()
def advise( self ):
print 'Grand_parent.advise()'
Parent.critique() is calling self.critique(), which has been overriden
by Child.critique() instead of Parent.critique. It makes perfect sense
to me.
--
http://mail.python.org/mailman/listinfo/python-list
Oh, I see what you mean. From my experience, the methods are passed
down, not referred to from the parent. That is, Parent does have its
own critique method, not a reference to Grand_parent.critique(). So
when Child calls self.advise, it is calling its inherrited copy. Then,
since the inherited Chi
John M. Gabriele wrote:
> Consider the following:
>
[snip]
> #-
> class Parent( Grand_parent ):
>
> def speak( self ):
> print '\tParent.speak()'
> self.advise()
>
> def advise( self ):
> print '\t
> it calls it's own overriden critique method
(overriden meaning the one that did the overriding)
--
http://mail.python.org/mailman/listinfo/python-list
Cameron Laird <[EMAIL PROTECTED]> wrote:
...
> "c = d unless ...": it's possible to distinguish Python from
> Ruby in another way. Python is arguably better for group work,
> or at least more standard for team projects, because it more
> consistently exposes "one correct solution", while Ruby
Alvin A. Delagon napisał(a):
> emacs has been my long time companion for php, perl, and python. My boss
> recommended to me Wing2.0, I find it hard to adjust though. What can you
> say about this IDE? He say's if I think it could improve my productivity
> he's willing to buy it for me. Suggestions
Aysun,
out of curiousity: where do you go to school? is your
teacher/professor making use of Python? what class is this for?
I agree with previous posters, and I'm not trying to get you in
trouble. I'm just curious.
-Mark
--
http://mail.python.org/mailman/listinfo/python-list
J. D. Leach wrote:
> The response is:
import pydoc
print pydoc.help.docdir
> None
>
> Obviously not there.
You are getting no match rather than the wrong one. Have you verified that a
subdirectory
/usr/share/doc/python-2.4/html/lib
exists on your system? If not, the documentation
I'm running Python 2.4 under WinXP Pro, and I would like to do some basis
operations on my LAN - get list of workgroups, list the computers in each
workgroup and possibly connect to specific computer and get
share/directory list? Is there some Pythonic way of doing this? Or any
other less Pytho
rzed wrote:
> I create a zip file on my WinXP system, using this function:
> ...
> However, WinXP has a "feature" (if that's what it is): if you click
> on a zip file in explorer, an explorer window opens that shows the
> contents of the zip file. If I use WinZip or UltimateZip to create
> the
hey ken thanks for writing. when i try that i get told
KeyError: 'href'
--
http://mail.python.org/mailman/listinfo/python-list
The Bug-Reporting Attitude
Xah Lee, 2005-02, 2006-01
People,
There is a common behavior among people in software geek forums, that
whenever a software is crashing or behaving badly, they respond by
“go file a bug report” as if it is the duty of software consumers.
When a software is ostensibly
actuall the full error is this:
File "/home/felafela/BeautifulSoup.py", line 301, in __getitem__
return self._getAttrMap()[key]
KeyError: 'href'
--
http://mail.python.org/mailman/listinfo/python-list
On 2 Jan 2006 03:35:33 -0800, "Raven" <[EMAIL PROTECTED]> wrote:
[...]
>
>The problem with long integers is that to calculate the hypergeometric
>I need to do float division and multiplication because integer division
>returns 0. A solution could be to calculate log(Long_Factorial_Integer)
ISTM yo
Dustan wrote:
> From my experience, the methods are passed
> down, not referred to from the parent. That is, Parent does have its
> own critique method, not a reference to Grand_parent.critique().
This is typical of static binding as (for example) seen in C++. If you
think of dynamically bou
While preparing a Python411 podcast about classes and OOP, my mind
wondered far afield. I found myself constructing an extended metaphor
or analogy between the way programs are organized and certain
philosophical ideas. So, going where my better angels dare not, here is
the forbidden fruit of my no
This function return a tuple of value-key pairs, sorted by value:
>>> x = {'a':3, 'b':2, 'c':4}
>>> def sortByValue(myDict):
return sorted( [(v,k) for k,v in myDict.items()] )
If you want to get the first two value-key pairs:
>>> sortByValue(x)[:2]
[(2, 'b'), (3, 'a')]
Hope this helps..
This function returns a tuple of value-key pairs, sorted by value:
>>> x = {'a':3, 'b':2, 'c':4}
>>> def sortByValue(myDict):
return sorted( [(v,k) for k,v in myDict.items()] )
If you want to get the first two value-key pairs:
>>> sortByValue(x)[:2]
[(2, 'b'), (3, 'a')]
Hope this helps..
There are many ways of going crazy, but the most valuable of them is
this one which makes a genius out of an ordinary man.
Claudio
[EMAIL PROTECTED] wrote:
> While preparing a Python411 podcast about classes and OOP, my mind
> wondered far afield. I found myself constructing an extended metaphor
Jarek Zgoda wrote:
> Alvin A. Delagon napisał(a):
>
>
>>emacs has been my long time companion for php, perl, and python. My boss
>>recommended to me Wing2.0, I find it hard to adjust though. What can you
>>say about this IDE? He say's if I think it could improve my productivity
>>he's willing to
Anton Vredegoor wrote:
>
> Most people can survive (without damaging their souls so to speak) when
> working for corruption themselves in this way, but sooner or later one
> is asked to corrupt others (defending one's title during a promotion,
> leading a community and so on). This is the crucial
I have (inadvertently) wiped out the functionality of my personal
python snippets by eliminating leading space. I have also just visited
http://www.python.org/tim_one/000419.html and saw a piece of code with
the indentation gone. Python code is fragile in this regard. One
solution that occurs to me
Claudio Grondi napisał(a):
> To be honest, the more experience I have, the less I can understand what
> a debugger is for. Can't even remember when used one last time. This is
> valid also for programming in C/C++ or Java, so in my eyes the
> "Debugger? No, Thanks!" is not limited only to Python o
[EMAIL PROTECTED] writes:
> In response to Mike's post...
>
> I know exactly where you're coming from and you are right a web based
> solution is the simplest and would be the fastest to develop and
> rollout etc. but..
>
> The cost is in the data, in the uk you get charged for the amount of
> dat
Karlo Lozovina napisał(a):
> I'm running Python 2.4 under WinXP Pro, and I would like to do some basis
> operations on my LAN - get list of workgroups, list the computers in each
> workgroup and possibly connect to specific computer and get
> share/directory list? Is there some Pythonic way of
[EMAIL PROTECTED] wrote:
> I have (inadvertently) wiped out the functionality of my personal
> python snippets by eliminating leading space. I have also just visited
> http://www.python.org/tim_one/000419.html and saw a piece of code with
> the indentation gone. Python code is fragile in this regar
Sybren Stuvel <[EMAIL PROTECTED]> writes:
> [EMAIL PROTECTED] enlightened us with:
> > At the moment we don't work with javascript. But it should not be to
> > hard to create a JavaScript Renderer similar to the css one we already
> > have.
>
> Isn't CSS for rendering, and JavaScript for client-s
Peter Otten wrote:
>
> You are getting no match rather than the wrong one. Have you verified that
> a subdirectory
>
> /usr/share/doc/python-2.4/html/lib
>
> exists on your system? If not, the documentation may not be properly
> installed.
>
> Peter
I checked it Peter and rearranged the files
Scott David Daniels wrote:
> Dustan wrote:
>
>> From my experience, the methods are passed
>> down, not referred to from the parent. That is, Parent does have its
>> own critique method, not a reference to Grand_parent.critique().
>
> This is typical of static binding as (for example) seen
Dustan wrote:
> [snip] That is, Parent does have its
> own critique method, not a reference to Grand_parent.critique().
Interesting. "It has its own" critique method? Hm. Not quite sure what
that means exactly...
Anyhow, I wasn't suggesting that Parent had a reference to
Grand_parent.critique()
André wrote:
> John M. Gabriele wrote:
>
> Since Child has no advice() method, it inherits the one for Parent.
> Thus, Child can be thought of as being defined as follows:
>
> . class Child( Parent ):
> .
> . def speak( self ):
> . print '\t\tChild.speak()'
> . self.advise(
Scott David Daniels ha scritto:
> You should really look into the timeit module -- you'll get nice
> solid timings slightly easier to tweak.
This seems a very interesting module, I will give it a try as soon as
possible. Thanks Scott.
Ale
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I have a class and I am trying to set the instance varirable 'variables'
(also tried different names). The variable gets initialized by
default-value parameter of the constructor. When I change the variable and
call the constructor again, the default value changes !!! Is this supposed
to happe
rzed wrote:
> I create a zip file on my WinXP system, using this function:
>
>
> import zipfile
> import os
> import os.path
>
> def zipdir(dirname, zfname):
> zf = zipfile.ZipFile(zfname, 'w', zipfile.ZIP_DEFLATED)
> for root, dirs, files in os.walk(dirname):
> for f in files:
>
Lunchtimemama wrote:
> What is the superior method of exception handling:
...
For a start, note that the exception hook does not _really_ have to be
in the main module, just imported before any "protected" code is to be
executed.
Having said that, what I personally typically do for exception trap
On 2 Jan 2006 13:16:26 -0800, "Xah Lee" <[EMAIL PROTECTED]> wrote:
>The Bug-Reporting Attitude
>
>Xah Lee, 2005-02, 2006-01
>
>People,
>
>There is a common behavior among people in software geek forums, that
>whenever a software is crashing or behaving badly, they respond by
>go file a bug report
Bengt Richter wrote:
> ISTM you wouldn't get zero if you scaled by 10**significant_digits (however
> many
> you require) before dividing. E.g., expected hits per trillion (or septillion
> or whatever)
> expresses probability too. Perhaps that could work in your calculation?
>
> Regards,
> Bengt
Bengt Richter wrote:
> ISTM you wouldn't get zero if you scaled by 10**significant_digits (however
> many
> you require) before dividing. E.g., expected hits per trillion (or septillion
> or whatever)
> expresses probability too. Perhaps that could work in your calculation?
>
> Regards,
> Beng
<[EMAIL PROTECTED]> skrev i en meddelelse
news:[EMAIL PROTECTED]
> It would give me great satisfaction though to roll my own solution to
> this
Ahh - a bright young employee ready to meet the realities of corporate life,
much like a bike rider meets the concrete he drives on ;-)
> and then at
On Mon, 02 Jan 2006 13:38:47 -0800, UrsusMaximus wrote:
> It seems to me that, if anything of a person survives death in any way,
> it must do so in some way very different from that way in which we
> exist now.
[snip]
I don't dare ask where your evidence for this hypothesis is, but I will
ask wh
1 - 100 of 147 matches
Mail list logo