Re: Why Python When There Is Perl?

Liste des GroupesRevenir à ol advocacy 
Sujet : Re: Why Python When There Is Perl?
De : nospam (at) *nospam* dfs.com (DFS)
Groupes : comp.os.linux.advocacy
Date : 24. Mar 2024, 17:33:24
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <utph43$e824$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14
User-Agent : Betterbird (Windows)
On 3/24/2024 9:35 AM, vallor wrote:

rather than eating humble pie, he (tries to) call
out 'froup denizens who didn't inform him of his mistake.
He once posted some of his crap .asm code.  When I didn't notice how bad a section of it was:
-----------------------------------------------------------------------
But the original asm code that I posted did contain a GLARING
ERROR and you missed it completely.
That error should be EXTREMELY OBVIOUS to any competent programmer
but you missed it totally.
I won't even give you a hint.  Let's see if you can locate it.
But you won't.  Ha, ha, ha, ha, ha!  You can't.
The only reason that the error was there is because, in my haste,
I blindly cut and pasted some code.
The fact, however, that you MISSED IT COMPLETELY only proves
that you haven't a fucking clue.
-----------------------------------------------------------------------
Mommy!!!
  > ObLinux:
$ man primes
to screen
$ time primes 1 100000000  (100M)
real    0m26.515s
user    0m0.943s
sys     0m5.111s
to file
$ time primes 1 100000000 > primes.txt  (also 100M)
real    0m0.319s
user    0m0.309s
sys     0m0.010s
primes.txt is 49.9MB, contains 5,761,455 prime numbers.
3/10ths of a second to generate 5.7M primes and write them to a file?  I must say: C on Linux is my performance hero.
https://www.unix.com/man-page/netbsd/6/primes/
BUGS
      primes won't get you a world record.
Per wikipedia, the world record biggest prime is 2^82,589,933 − 1, which has 24,862,048 digits when written in base 10.
source
https://github.com/vattam/BSDGames/blob/master/primes/primes.c

Date Sujet#  Auteur
19 Mar 24 * Why Python When There Is Perl?308Lester Thorpe
20 Mar 24 +* Re: Why Python When There Is Perl?10Lawrence D'Oliveiro
20 Mar 24 i+* Re: Why Python When There Is Perl?2rbowman
20 Mar 24 ii`- Re: Why Python When There Is Perl?1Lawrence D'Oliveiro
20 Mar 24 i`* Re: Why Python When There Is Perl?7Nuxxie
20 Mar 24 i +* Re: Why Python When There Is Perl?2Chris Ahlstrom
21 Mar 24 i i`- Re: Why Python When There Is Perl?1rbowman
21 Mar 24 i `* Re: Why Python When There Is Perl?4rbowman
21 Mar 24 i  `* Re: Why Python When There Is Perl?3Lawrence D'Oliveiro
21 Mar 24 i   `* Re: Why Python When There Is Perl?2Lawrence D'Oliveiro
22 Mar 24 i    `- Re: Why Python When There Is Perl?1rbowman
20 Mar 24 `* Re: Why Python When There Is Perl?297Physfitfreak
20 Mar 24  +- Re: Why Python When There Is Perl?1rbowman
20 Mar 24  +* Re: Why Python When There Is Perl?4DFS
20 Mar 24  i`* Re: Why Python When There Is Perl?3rbowman
21 Mar 24  i `* Re: Why Python When There Is Perl?2DFS
21 Mar 24  i  `- Re: Why Python When There Is Perl?1rbowman
20 Mar 24  +* Re: Why Python When There Is Perl?202Nuxxie
21 Mar 24  i+* Re: Why Python When There Is Perl?194Physfitfreak
21 Mar 24  ii+- Re: Why Python When There Is Perl?1DFS
21 Mar 24  ii+- Re: Why Python When There Is Perl?1DFS
21 Mar 24  ii`* Re: Why Python When There Is Perl?191Farley Flud
21 Mar 24  ii +- Re: Why Python When There Is Perl?1Lawrence D'Oliveiro
22 Mar 24  ii +* Re: Why Python When There Is Perl?187Physfitfreak
22 Mar 24  ii i+* Re: Why Python When There Is Perl?2Lawrence D'Oliveiro
22 Mar 24  ii ii`- Re: Why Python When There Is Perl?1Physfitfreak
22 Mar 24  ii i+* Re: Why Python When There Is Perl?12Farley Flud
22 Mar 24  ii ii`* Re: Why Python When There Is Perl?11DFS
22 Mar 24  ii ii +* Re: Why Python When There Is Perl?7rbowman
22 Mar 24  ii ii i`* Re: Why Python When There Is Perl?6DFS
23 Mar 24  ii ii i `* Re: Why Python When There Is Perl?5rbowman
23 Mar 24  ii ii i  `* Re: Why Python When There Is Perl?4Lawrence D'Oliveiro
23 Mar 24  ii ii i   `* Re: Why Python When There Is Perl?3rbowman
23 Mar 24  ii ii i    `* Re: Why Python When There Is Perl?2Lawrence D'Oliveiro
23 Mar 24  ii ii i     `- Re: Why Python When There Is Perl?1rbowman
24 Mar 24  ii ii `* Re: Why Python When There Is Perl?3Stéphane CARPENTIER
24 Mar 24  ii ii  `* Re: Why Python When There Is Perl?2DFS
24 Mar 24  ii ii   `- Re: Why Python When There Is Perl?1rbowman
22 Mar 24  ii i+* Re: Why Python When There Is Perl?169Farley Flud
23 Mar 24  ii ii`* Re: Why Python When There Is Perl?168Physfitfreak
23 Mar 24  ii ii +* Re: Why Python When There Is Perl?6Physfitfreak
23 Mar 24  ii ii i`* Re: Why Python When There Is Perl?5Physfitfreak
24 Mar 24  ii ii i `* Re: Why Python When There Is Perl?4Lawrence D'Oliveiro
24 Mar 24  ii ii i  `* Re: Why Python When There Is Perl?3Physfitfreak
24 Mar 24  ii ii i   +- Re: Why Python When There Is Perl?1Physfitfreak
24 Mar 24  ii ii i   `- Re: Why Python When There Is Perl?1rbowman
23 Mar 24  ii ii +* Re: Why Python When There Is Perl?160Farley Flud
23 Mar 24  ii ii i+- Re: Why Python When There Is Perl?1DFS
23 Mar 24  ii ii i+* Re: Why Python When There Is Perl?113rbowman
24 Mar 24  ii ii ii`* Re: Why Python When There Is Perl?112Physfitfreak
24 Mar 24  ii ii ii `* Re: Why Python When There Is Perl?111rbowman
25 Mar 24  ii ii ii  `* Re: Why Python When There Is Perl?110Physfitfreak
25 Mar 24  ii ii ii   +* Re: Why Python When There Is Perl?102rbowman
25 Mar 24  ii ii ii   i+- I control Afghanistan; they do what I say, when I say.1Relf
26 Mar 24  ii ii ii   i`* Re: Why Python When There Is Perl?100Physfitfreak
26 Mar 24  ii ii ii   i +* Re: Why Python When There Is Perl?98Physfitfreak
26 Mar 24  ii ii ii   i i+* Re: Why Python When There Is Perl?9Physfitfreak
2 Apr 24  ii ii ii   i ii`* Re: Why Python When There Is Perl?8Lawrence D'Oliveiro
2 Apr 24  ii ii ii   i ii `* Re: Why Python When There Is Perl?7rbowman
2 Apr 24  ii ii ii   i ii  +* Re: Why Python When There Is Perl?4Physfitfreak
3 Apr 24  ii ii ii   i ii  i`* Re: Why Python When There Is Perl?3rbowman
3 Apr 24  ii ii ii   i ii  i `* Re: Why Python When There Is Perl?2Physfitfreak
3 Apr 24  ii ii ii   i ii  i  `- Re: Why Python When There Is Perl?1Physfitfreak
6 Apr 24  ii ii ii   i ii  `* Re: Why Python When There Is Perl?2Stéphane CARPENTIER
6 Apr 24  ii ii ii   i ii   `- Re: Why Python When There Is Perl?1rbowman
26 Mar 24  ii ii ii   i i`* Re: Why Python When There Is Perl?88rbowman
26 Mar 24  ii ii ii   i i +* Re: Why Python When There Is Perl?2Chris Ahlstrom
26 Mar 24  ii ii ii   i i i`- Re: Why Python When There Is Perl?1rbowman
26 Mar 24  ii ii ii   i i +- Re: Why Python When There Is Perl?1rbowman
26 Mar 24  ii ii ii   i i +* Re: Why Python When There Is Perl?83Physfitfreak
26 Mar 24  ii ii ii   i i i+* Re: Why Python When There Is Perl?3rbowman
27 Mar 24  ii ii ii   i i ii+- Re: Why Python When There Is Perl?1Physfitfreak
27 Mar 24  ii ii ii   i i ii`- Re: Why Python When There Is Perl?1Chris Ahlstrom
2 Apr 24  ii ii ii   i i i`* Re: Why Python When There Is Perl?79Lawrence D'Oliveiro
2 Apr 24  ii ii ii   i i i +- Re: Why Python When There Is Perl?1Chris Ahlstrom
2 Apr 24  ii ii ii   i i i `* Re: Why Python When There Is Perl?77Physfitfreak
3 Apr 24  ii ii ii   i i i  `* Re: Why Python When There Is Perl?76Lawrence D'Oliveiro
3 Apr 24  ii ii ii   i i i   `* Re: Why Python When There Is Perl?75Physfitfreak
5 Apr 24  ii ii ii   i i i    `* Re: Why Python When There Is Perl?74Lawrence D'Oliveiro
5 Apr 24  ii ii ii   i i i     +* Re: Why Python When There Is Perl?72rbowman
5 Apr 24  ii ii ii   i i i     i+* Re: Why Python When There Is Perl?61Lawrence D'Oliveiro
5 Apr 24  ii ii ii   i i i     ii`* Re: Why Python When There Is Perl?60rbowman
5 Apr 24  ii ii ii   i i i     ii +* Re: Why Python When There Is Perl?3Lawrence D'Oliveiro
5 Apr 24  ii ii ii   i i i     ii i+- Re: Why Python When There Is Perl?1Physfitfreak
6 Apr 24  ii ii ii   i i i     ii i`- Re: Why Python When There Is Perl?1RonB
5 Apr 24  ii ii ii   i i i     ii `* Re: Why Python When There Is Perl?56Chris Ahlstrom
6 Apr 24  ii ii ii   i i i     ii  `* Re: Why Python When There Is Perl?55RonB
7 Apr 24  ii ii ii   i i i     ii   `* Re: Why Python When There Is Perl?54Chris Ahlstrom
7 Apr 24  ii ii ii   i i i     ii    +* Re: Why Python When There Is Perl?10Chris Ahlstrom
7 Apr 24  ii ii ii   i i i     ii    i+* Re: Why Python When There Is Perl?2rbowman
8 Apr 24  ii ii ii   i i i     ii    ii`- Re: Why Python When There Is Perl?1RonB
7 Apr 24  ii ii ii   i i i     ii    i+- Re: Why Python When There Is Perl?1Physfitfreak
8 Apr 24  ii ii ii   i i i     ii    i`* Re: Why Python When There Is Perl?6RonB
8 Apr 24  ii ii ii   i i i     ii    i `* Re: Why Python When There Is Perl?5Chris Ahlstrom
10 Apr 24  ii ii ii   i i i     ii    i  `* Re: Why Python When There Is Perl?4RonB
10 Apr 24  ii ii ii   i i i     ii    i   `* Re: Why Python When There Is Perl?3Chris Ahlstrom
10 Apr 24  ii ii ii   i i i     ii    i    +- Re: Why Python When There Is Perl?1Physfitfreak
11 Apr 24  ii ii ii   i i i     ii    i    `- Re: Why Python When There Is Perl?1RonB
7 Apr 24  ii ii ii   i i i     ii    +* Re: Why Python When There Is Perl?30rbowman
8 Apr 24  ii ii ii   i i i     ii    i+* Re: Why Python When There Is Perl?5RonB
8 Apr 24  ii ii ii   i i i     ii    ii`* Re: Why Python When There Is Perl?4Chris Ahlstrom
8 Apr 24  ii ii ii   i i i     ii    i`* Re: Why Python When There Is Perl?24Chris Ahlstrom
7 Apr 24  ii ii ii   i i i     ii    +- Re: Why Python When There Is Perl?1Physfitfreak
8 Apr 24  ii ii ii   i i i     ii    +* Re: Why Python When There Is Perl?9RonB
8 Apr 24  ii ii ii   i i i     ii    +- Re: Why Python When There Is Perl?1RonB
9 Apr 24  ii ii ii   i i i     ii    `* Re: Why Python When There Is Perl?2Lawrence D'Oliveiro
5 Apr 24  ii ii ii   i i i     i+- Re: Why Python When There Is Perl?1Chris Ahlstrom
6 Apr 24  ii ii ii   i i i     i`* Re: Why Python When There Is Perl?9RonB
5 Apr 24  ii ii ii   i i i     `- Re: Why Python When There Is Perl?1Physfitfreak
2 Apr 24  ii ii ii   i i `- Re: Why Python When There Is Perl?1Lawrence D'Oliveiro
26 Mar 24  ii ii ii   i `- Re: Why Python When There Is Perl?1rbowman
2 Apr 24  ii ii ii   +* Re: Why Python When There Is Perl?6Lawrence D'Oliveiro
2 Apr 24  ii ii ii   `- Re: Why Python When There Is Perl?1Lawrence D'Oliveiro
24 Mar 24  ii ii i`* Re: Why Python When There Is Perl?45Physfitfreak
23 Mar 24  ii ii `- Re: Why Python When There Is Perl?1DFS
23 Mar 24  ii i`* Re: Why Python When There Is Perl?3DFS
24 Mar 24  ii `* Re: Why Python When There Is Perl?2Stéphane CARPENTIER
21 Mar 24  i+- Re: Why Python When There Is Perl?1Lawrence D'Oliveiro
21 Mar 24  i+* Re: Why Python When There Is Perl?5DFS
21 Mar 24  i`- Re: Why Python When There Is Perl?1rbowman
20 Mar 24  +* Re: Why Python When There Is Perl?56Yaxley Peaks
21 Mar 24  +* Re: Why Python When There Is Perl?32DFS
22 Mar 24  `- Re: Why Python When There Is Perl?1DFS

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal