Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <vdo3j6$4q92$1@dont-email.me>
Deutsch   English   Français   Italiano  
<vdo3j6$4q92$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.os.linux.misc,alt.folklore.computers
Subject: Re: The joy of FORTRAN
Date: Fri, 4 Oct 2024 06:56:38 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 20
Message-ID: <vdo3j6$4q92$1@dont-email.me>
References: <pan$96411$d204da43$cc34bb91$1fe98651@linux.rocks>
	<5mqdnZuGq4lgwm_7nZ2dnZfqnPSdnZ2d@earthlink.com>
	<vcub5c$36h63$1@dont-email.me>
	<36KdnVlGJu9VLW77nZ2dnZfqn_qdnZ2d@earthlink.com>
	<IfZIO.214180$FzW1.122138@fx14.iad>
	<ZLecncKpCfSfT2n7nZ2dnZfqnPudnZ2d@earthlink.com>
	<ZOfJO.194439$kxD8.179224@fx11.iad> <vd4hgd$c3jf$8@dont-email.me>
	<AxicncFTKaRW52L7nZ2dnZfqnPednZ2d@earthlink.com>
	<vdnvk0$49ai$2@dont-email.me>
	<o8icnRRnt4ChGGL7nZ2dnZfqn_idnZ2d@earthlink.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 04 Oct 2024 08:56:39 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="53e6a1f358fb9450cb41203dd8d281a9";
	logging-data="157986"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX181UnKFIp6mzIeZ+a1wEplL"
User-Agent: Pan/0.160 (Toresk; )
Cancel-Lock: sha1:Vgl9g6sWkElwN9wFB9iJqPP8Iqs=
Bytes: 2023

On Fri, 4 Oct 2024 02:03:31 -0400, 186282@ud0s4.net wrote:

> On 10/4/24 1:48 AM, Lawrence D'Oliveiro wrote:
>>
>> On Fri, 4 Oct 2024 01:19:02 -0400, 186282@ud0s4.net wrote:
>> 
>>> Ya know ... most of Python IS 'C'-based libs.
>>> Never really looked into it, but the 'advanced'
>>> Python function may just be strtok() with a lot of handy fixes/cheats
>>> in disguise  :-)
>> 
>> No, because Python strings can contain any characters, including nulls.
> 
> Yea ... but Python = 'C' under the hood.

But C = “machine language” under the hood. That’s what Python uses.

> I think the libs can be found/read.

Go do it, then.