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 connectionsPath: ...!feed.opticnetworks.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Keith Thompson Newsgroups: comp.lang.c Subject: Re: Running an editor from ANSI C Date: Wed, 12 Jun 2024 14:34:53 -0700 Organization: None to speak of Lines: 28 Message-ID: <87frth7sle.fsf@nosuchdomain.example.com> References: <87o78dzw1a.fsf@nosuchdomain.example.com> MIME-Version: 1.0 Content-Type: text/plain Injection-Date: Wed, 12 Jun 2024 23:34:54 +0200 (CEST) Injection-Info: dont-email.me; posting-host="9b6c889e027d535d3528032995500174"; logging-data="1935800"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/MhsEO5KZ5Y/JXBzhpzjoV" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) Cancel-Lock: sha1:y6fF5o4t9czH09k1KFKLHk7MxJo= sha1:Cquu8cdEUn7UQ7aOtobLC/BLhMA= Bytes: 2837 Malcolm McLean writes: [...] > Pepole will want the shell to go into FileSystem XML files, list the > contents, and maybe extract or insert individual files. And so I've > now > put in a powerful ls command. [...] Which people, other than you, actually want that? Do you have real or potential users who desire that feature? Windows can easily mount an ISO image file as a filesystem. File Explorer can dive into a .zip file (by unpacking it into a temporary directory). Linux has sshfs and other tools that use libfuse, a userspace filesystem framework. Squashfs is a common way to treat a single file as a filesystem. There are other examples. And they all give the user access to all the system tools available for working with files and directories; none are restricted to whatever facilities are provided by BabyX or some similar project. If you're doing this just for the fun of it, that's great -- but you seem to be saying not just that others will find your XML pseudo-filesystem useful, but that there's an existing demand for it. I'm skeptical. -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com void Void(void) { Void(); } /* The recursive call of the void */