Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.advocacy > #597917
| Message-ID | <61881BDB.5C87@ix.netcom.com> (permalink) |
|---|---|
| Date | 2021-11-07 10:32 -0800 |
| From | The Starmaker <starmaker@ix.netcom.com> |
| Newsgroups | comp.os.linux.advocacy, sci.physics |
| Subject | Re: Starmaker, How is Windows 95 working out for you ? |
| References | (2 earlier) <sm0ujj$obn$2@dont-email.me> <7dTgJ.22464$SR4.251@fx43.iad> <Jeff-Relf.Me@Nov.6--3.33pm.Seattle.2021> <618753E0.26C7@ix.netcom.com> <Jeff-Relf.Me@Nov.7--2.32am.Seattle.2021> |
Cross-posted to 2 groups.
Jeff-Relf.Me, @. wrote:
>
> How is Windows 95 working out for you, Starmaker,
> have you got the hang of it yet ?
I found some free win95
https://winworldpc.com/product/windows-95/osr-2
but, but...
I decided instead to just convert the source code to python...
function nnrp_post_finish( $nhd ) {
fwrite( $nhd, ".\r\n");
list( $code, $msg ) = get_status( $nhd );
}
function nnrp_cancel( $nhd, $name, $email, $msgid, $newsgroup, $subject = null ) {
send_command( $nhd, "POST" );
list( $code, $msg ) = get_status( $nhd );
fwrite( $nhd, "From: $name <$email>\r\n" );
fwrite( $nhd, "Newsgroups: $newsgroup\r\n" );
fwrite( $nhd, "Subject: cmsg cancel $msgid\r\n" );
fwrite( $nhd, "Control: cancel $msgid\r\n" );
fwrite( $nhd, "\r\n" );
if( $subject )
fwrite( $nhd, "$subject deleted from $newsgroups\r\n");
fwrite( $nhd, ".\r\n");
list( $code, $msg ) = get_status( $nhd );
}
}
} else {
open(FH, '|rnews') && select FH
if $production;
$myid = $msgid;
$myid =~ s/</<cancel./;
print 'Newsgroups: news.admin
Path: ', $canceller, '
Subject: cmsg cancel ', $msgid, '
Control: cancel ', $msgid, '
From: ', $from, '
Date: ', $date, '
Message-ID: ', $myid, '
';
close(FH)
if $production;
}
function nnrp_post_finish( $nhd ) {
fwrite( $nhd, ".\r\n");
list( $code, $msg ) = get_status( $nhd );
}
function nnrp_cancel( $nhd, $name, $email, $msgid, $newsgroup, $subject = null ) {
send_command( $nhd, "POST" );
list( $code, $msg ) = get_status( $nhd );
fwrite( $nhd, "From: $name <$email>\r\n" );
fwrite( $nhd, "Newsgroups: $newsgroup\r\n" );
fwrite( $nhd, "Subject: cmsg cancel $msgid\r\n" );
fwrite( $nhd, "Control: cancel $msgid\r\n" );
fwrite( $nhd, "\r\n" );
if( $subject )
fwrite( $nhd, "$subject deleted from $newsgroups\r\n");
fwrite( $nhd, ".\r\n");
list( $code, $msg ) = get_status( $nhd );
}
}
} else {
open(FH, '|rnews') && select FH
if $production;
$myid = $msgid;
$myid =~ s/</<cancel./;
print 'Newsgroups: news.admin
Path: ', $canceller, '
Subject: cmsg cancel ', $msgid, '
Control: cancel ', $msgid, '
From: ', $from, '
Date: ', $date, '
Message-ID: ', $myid, '
';
close(FH)
if $production;
}
/* if there's articles in this group, */
/* obtain the necessary headers; then */
/* issue the cancels; otherwise, just */
/* continue on around the loop. */
if (theGroup.getCount().equals("0"))
theGroup.setLow(theGroup.getHigh());
else
{
/* nothing to do, if not cancelling */
if (noScanner) continue;
/* get the message IDs */
if (!doXhdrMessageID(theGroup))
{
if (timeToSlide)
{
doSlide(i--, true);
continue;
}
else
fatal(cantFetch + messHDR + "s.");
}
if (msgidList.countItems() == 0) continue;
/* get the author addresses */
if (!doXhdrFrom(theGroup))
{
if (timeToSlide)
{
doSlide(i--, true);
continue;
}
else
fatal(cantFetch + fromHDR + "s.");
}
/* get the cross-posting list, if needed */
if (!cancelling)
if (!doXhdr(theGroup, ngroupStr))
{
if (timeToSlide)
{
doSlide(i--, true);
continue;
}
else
fatal(cantFetch + ngroupStr + " headers.");
}
/* get the Subjects, if we need 'em */
String cc = getCancelChoice;
if (cc.equals(subjHDR) || !cancelling)
if (!doXhdr(theGroup, subjectStr))
{
if (timeToSlide)
{
doSlide(i--, true);
continue;
}
else
fatal(cantFetch + subjHDR + "s.");
}
/* get the Organizations, if we need 'em */
if (cc.equals(orgaHDR) || scrambling)
if (!doXhdr(theGroup, organStr))
{
if (timeToSlide)
{
doSlide(i--, true);
continue;
}
else
fatal(cantFetch + orgaHDR + "s.");
}
/* get the Paths, if we need 'em */
if (cc.equals(pathHDR) || scrambling)
if (!doXhdr(theGroup, pathStr))
{
if (timeToSlide)
{
doSlide(i--, true);
continue;
}
else
fatal(cantFetch + pathHDR + "s.");
}
/* get the Approveds, if we need 'em */
boolean modFlag = false;
boolean noappFlag = false;
boolean ruleFlag = false;
if (theGroup.getName().indexOf("moderated") != -1)
modFlag = true;
if (getCanAppr == null)
noappFlag = true;
else if (getCanAppr.countItems() == 0)
noappFlag = true;
He who controls the data controls the world.
--
The Starmaker -- To question the unquestionable, ask the unaskable,
to think the unthinkable, mention the unmentionable, say the unsayable, and challenge
the unchallengeable.
Back to comp.os.linux.advocacy | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
"Fully vaccinated" Jen Psaki has Covid RonB <ronb02NOSPAM@gmail.com> - 2021-10-31 23:16 +0000
Re: "Fully vaccinated" Jen Psaki has Covid pothead <pothead@snakebite.com> - 2021-10-31 23:22 +0000
Re: "Fully vaccinated" Jen Psaki has Covid RonB <ronb02NOSPAM@gmail.com> - 2021-10-31 23:33 +0000
Re: "Fully vaccinated" Jen Psaki has Covid rbowman <bowman@montana.com> - 2021-10-31 19:44 -0600
Re: "Fully vaccinated" Jen Psaki has Covid Dustin who does stuff with miceless computers <frelwizzen@gmail.com> - 2021-10-31 21:46 -0700
Re: "Fully vaccinated" Jen Psaki has Covid RonB <ronb02NOSPAM@gmail.com> - 2021-11-01 09:39 +0000
Re: "Fully vaccinated" Jen Psaki has Covid RabidHussar <rabid@huss.ar> - 2021-11-01 08:41 -0400
Re: "Fully vaccinated" Jen Psaki has Covid RonB <ronb02NOSPAM@gmail.com> - 2021-11-01 15:24 +0000
Re: "Fully vaccinated" Jen Psaki has Covid RabidHussar <rabid@huss.ar> - 2021-11-01 12:00 -0400
Re: "Fully vaccinated" Jen Psaki has Covid RonB <ronb02NOSPAM@gmail.com> - 2021-11-01 16:09 +0000
Re: "Fully vaccinated" Jen Psaki has Covid RabidHussar <rabid@huss.ar> - 2021-11-01 12:59 -0400
Re: "Fully vaccinated" Jen Psaki has Covid rbowman <bowman@montana.com> - 2021-11-01 21:03 -0600
Re: "Fully vaccinated" Jen Psaki has Covid RabidHussar <rabid@huss.ar> - 2021-11-02 08:43 -0400
Re: "Fully vaccinated" Jen Psaki has Covid rbowman <bowman@montana.com> - 2021-11-02 07:58 -0600
An 18-year-old "kid" at age 59. Jeff-Relf.Me @. - 2021-11-02 10:42 -0700
Re: An 18-year-old "kid" at age 59. RabidHussar <rabid@huss.ar> - 2021-11-02 16:15 -0400
Re: An 18-year-old "kid" at age 59. rbowman <bowman@montana.com> - 2021-11-02 19:54 -0600
Re: An 18-year-old "kid" at age 59. -hh <recscuba_google@huntzinger.com> - 2021-11-03 04:18 -0700
Re: An 18-year-old "kid" at age 59. chrisv <chrisv@nospam.invalid> - 2021-11-03 06:36 -0500
Re: An 18-year-old "kid" at age 59. rbowman <bowman@montana.com> - 2021-11-03 07:55 -0600
Re: An 18-year-old "kid" at age 59. Dustin who does stuff with miceless computers <frelwizzen@gmail.com> - 2021-11-03 08:09 -0700
Re: An 18-year-old "kid" at age 59. -hh <recscuba_google@huntzinger.com> - 2021-11-03 09:31 -0700
Re: An 18-year-old "kid" at age 59. chrisv <chrisv@nospam.invalid> - 2021-11-03 12:38 -0500
Re: An 18-year-old "kid" at age 59. Stephen Carroll <frelwizzen@gmail.com> - 2021-11-04 05:26 -0700
Re: An 18-year-old "kid" at age 59. RabidHussar <rabid@huss.ar> - 2021-11-03 08:51 -0400
Re: An 18-year-old "kid" at age 59. coffee.drinker <coffee.drinker@invalid.com> - 2021-11-04 06:33 +0000
Re: An 18-year-old "kid" at age 59. RabidHussar <rabid@huss.ar> - 2021-11-04 08:11 -0400
Re: An 18-year-old "kid" at age 59. RonB <ronb02NOSPAM@gmail.com> - 2021-11-04 15:35 +0000
Re: An 18-year-old "kid" at age 59. RabidHussar <rabid@huss.ar> - 2021-11-04 11:44 -0400
Re: An 18-year-old "kid" at age 59. RonB <ronb02NOSPAM@gmail.com> - 2021-11-04 15:54 +0000
Re: An 18-year-old "kid" at age 59. coffee.drinker <coffee.drinker@invalid.com> - 2021-11-04 16:11 +0000
Re: An 18-year-old "kid" at age 59. chrisv <chrisv@nospam.invalid> - 2021-11-04 11:32 -0500
For me, Einstein & Spinoza, "God" is nature. Jeff-Relf.Me @. - 2021-11-06 15:33 -0700
Re: For me, Einstein & Spinoza, "God" is nature. The Starmaker <starmaker@ix.netcom.com> - 2021-11-06 21:19 -0700
Starmaker, How is Windows 95 working out for you ? Jeff-Relf.Me @. - 2021-11-07 02:32 -0800
Re: Starmaker, How is Windows 95 working out for you ? The Starmaker <starmaker@ix.netcom.com> - 2021-11-07 10:32 -0800
Why Windows 95 ? Why python ? Jeff-Relf.Me @. - 2021-11-07 14:22 -0800
Re: Why Windows 95 ? Why python ? whodat <whodaat@void.nowgre.com> - 2021-11-07 17:00 -0600
Re: Why Windows 95 ? Why python ? The Starmaker <starmaker@ix.netcom.com> - 2021-11-07 15:57 -0800
Re: Why Windows 95 ? Why python ? rbowman <bowman@montana.com> - 2021-11-07 18:47 -0700
Re: Why Windows 95 ? Why python ? The Starmaker <starmaker@ix.netcom.com> - 2021-11-07 20:34 -0800
Re: Why Windows 95 ? Why python ? Dusty Crook <frelwizzen@gmail.com> - 2021-11-08 02:25 -0800
Re: For me, Einstein & Spinoza, "God" is nature. RabidHussar <rabid@huss.ar> - 2021-11-07 08:15 -0500
Re: For me, Einstein & Spinoza, "God" is nature. The Starmaker <starmaker@ix.netcom.com> - 2021-11-07 10:39 -0800
Re: For me, Einstein & Spinoza, "God" is nature. RabidHussar <rabid@huss.ar> - 2021-11-07 14:50 -0500
Re: For me, Einstein & Spinoza, "God" is nature. whodat <whodaat@void.nowgre.com> - 2021-11-07 13:54 -0600
Hitler wanted to kill Einstein & vice versa. Jeff-Relf.Me @. - 2021-11-09 14:45 -0800
Re: Hitler wanted to kill Einstein & vice versa. whodat <whodaat@void.nowgre.com> - 2021-11-09 16:59 -0600
Re: Hitler wanted to kill Einstein & vice versa. Dick_Holder <dick_holder@man.invalid> - 2021-11-09 23:09 +0000
Re: Hitler wanted to kill Einstein & vice versa. Dick_Holder <dick_holder@man.invalid> - 2021-11-09 23:12 +0000
Re: Hitler wanted to kill Einstein & vice versa. Jim Pennino <jimp@gonzo.specsol.net> - 2021-11-09 15:14 -0800
Christianity refined prior religions. Jeff-Relf.Me @. - 2021-11-10 17:59 -0800
Re: Christianity refined prior religions. Clutterfreak <clutterfreakincarnate@gmail.com> - 2021-11-10 20:26 -0600
ClutterFreak worships a narcissistic deadbeat ?! Jeff-Relf.Me @. - 2021-11-10 18:47 -0800
Re: ClutterFreak worships a narcissistic deadbeat ?! Clutterfreak <clutterfreakincarnate@gmail.com> - 2021-11-10 21:22 -0600
English please, ClutterFreak, we don't speak random. Jeff-Relf.Me @. - 2021-11-10 19:36 -0800
Asians are (literally) hit the hardest. Jeff-Relf.Me @. - 2021-11-10 23:19 -0800
Re: Asians are (literally) hit the hardest. Clutterfreak <clutterfreakincarnate@gmail.com> - 2021-11-12 10:52 -0600
Re: An 18-year-old "kid" at age 59. coffee.drinker <coffee.drinker@invalid.com> - 2021-11-04 16:11 +0000
Re: An 18-year-old "kid" at age 59. RabidHussar <rabid@huss.ar> - 2021-11-04 12:17 -0400
Re: An 18-year-old "kid" at age 59. RonB <ronb02NOSPAM@gmail.com> - 2021-11-04 16:47 +0000
Re: An 18-year-old "kid" at age 59. chrisv <chrisv@nospam.invalid> - 2021-11-04 11:57 -0500
Re: An 18-year-old "kid" at age 59. -hh <recscuba_google@huntzinger.com> - 2021-11-04 12:18 -0700
Re: An 18-year-old "kid" at age 59. chrisv <chrisv@nospam.invalid> - 2021-11-04 11:18 -0500
Re: An 18-year-old "kid" at age 59. RabidHussar <rabid@huss.ar> - 2021-11-04 12:26 -0400
Re: An 18-year-old "kid" at age 59. RonB <ronb02NOSPAM@gmail.com> - 2021-11-04 16:55 +0000
Re: An 18-year-old "kid" at age 59. chrisv <chrisv@nospam.invalid> - 2021-11-04 11:58 -0500
Re: An 18-year-old "kid" at age 59. RabidHussar <rabid@huss.ar> - 2021-11-04 13:32 -0400
Re: An 18-year-old "kid" at age 59. chrisv <chrisv@nospam.invalid> - 2021-11-04 12:40 -0500
Re: An 18-year-old "kid" at age 59. coffee.drinker <coffee.drinker@invalid.com> - 2021-11-05 03:01 +0000
Re: An 18-year-old "kid" at age 59. RabidHussar <rabid@huss.ar> - 2021-11-05 07:48 -0400
Re: An 18-year-old "kid" at age 59. coffee.drinker <coffee.drinker@invalid.com> - 2021-11-05 14:03 +0000
Re: An 18-year-old "kid" at age 59. coffee.drinker <coffee.drinker@invalid.com> - 2021-11-04 16:11 +0000
Re: An 18-year-old "kid" at age 59. RabidHussar <rabid@huss.ar> - 2021-11-04 12:16 -0400
Re: An 18-year-old "kid" at age 59. vallor <vallor@cultnix.org> - 2021-11-04 21:08 +0000
Re: An 18-year-old "kid" at age 59. chrisv <chrisv@nospam.invalid> - 2021-11-04 17:03 -0500
Re: An 18-year-old "kid" at age 59. RabidHussar <rabid@huss.ar> - 2021-11-04 18:38 -0400
Re: An 18-year-old "kid" at age 59. Snit Michael Glasser <frelwizzen@gmail.com> - 2021-11-04 16:53 -0700
Re: An 18-year-old "kid" at age 59. coffee.drinker <coffee.drinker@invalid.com> - 2021-11-05 03:01 +0000
Re: "Fully vaccinated" Jen Psaki has Covid -hh <recscuba_google@huntzinger.com> - 2021-11-01 10:09 -0700
Re: "Fully vaccinated" Jen Psaki has Covid -hh <recscuba_google@huntzinger.com> - 2021-11-01 08:41 -0700
Re: "Fully vaccinated" Jen Psaki has Covid RabidHussar <rabid@huss.ar> - 2021-11-01 12:08 -0400
Re: "Fully vaccinated" Jen Psaki has Covid -hh <recscuba_google@huntzinger.com> - 2021-11-01 10:30 -0700
Re: "Fully vaccinated" Jen Psaki has Covid chrisv <chrisv@nospam.invalid> - 2021-11-01 12:40 -0500
Re: "Fully vaccinated" Jen Psaki has Covid RabidHussar <rabid@huss.ar> - 2021-11-01 12:57 -0400
Re: "Fully vaccinated" Jen Psaki has Covid chrisv <chrisv@nospam.invalid> - 2021-11-01 12:00 -0500
Re: "Fully vaccinated" Jen Psaki has Covid RabidHussar <rabid@huss.ar> - 2021-11-01 16:22 -0400
Re: "Fully vaccinated" Jen Psaki has Covid Dusty Cook <frelwizzen@gmail.com> - 2021-11-01 15:42 -0700
Re: "Fully vaccinated" Jen Psaki has Covid -hh <recscuba_google@huntzinger.com> - 2021-11-01 15:52 -0700
Re: "Fully vaccinated" Jen Psaki has Covid RonB <ronb02NOSPAM@gmail.com> - 2021-11-02 00:59 +0000
Re: "Fully vaccinated" Jen Psaki has Covid RabidHussar <rabid@huss.ar> - 2021-11-01 21:56 -0400
Re: "Fully vaccinated" Jen Psaki has Covid coffee.drinker <coffee.drinker@invalid.com> - 2021-11-04 06:33 +0000
Re: "Fully vaccinated" Jen Psaki has Covid Stephen Carroll <frelwizzen@gmail.com> - 2021-11-04 03:19 -0700
Re: "Fully vaccinated" Jen Psaki has Covid chrisv <chrisv@nospam.invalid> - 2021-11-01 08:45 -0500
Re: "Fully vaccinated" Jen Psaki has Covid vallor <vallor@cultnix.org> - 2021-11-02 03:27 +0000
Re: "Fully vaccinated" Jen Psaki has Covid Dusty Kook <frelwizzen@gmail.com> - 2021-11-02 11:05 -0700
Re: "Fully vaccinated" Jen Psaki has Covid coffee.drinker <coffee.drinker@invalid.com> - 2021-11-04 06:33 +0000
csiph-web