Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > sci.physics > #835229

Re: Starmaker, How is Windows 95 working out for you ?

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.

Show all headers | View raw


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 sci.physics | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

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
            Why ? Jeff-Relf.Me  @. - 2021-11-07 15:19 -0800
              Re: Why ? whodat <whodaat@void.nowgre.com> - 2021-11-07 19:20 -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: 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
    Re: For me, Einstein & Spinoza, "God" is nature. Dhruv <tsp2opt@gmail.com> - 2021-11-09 10:42 -0800
  Re: For me, Einstein & Spinoza, "God" is nature. "mitchr...@gmail.com" <mitchrae3323@gmail.com> - 2021-11-07 14:11 -0800
    Re: For me, Einstein & Spinoza, "God" is nature. Michael Moroney <moroney@world.std.spaamtrap.com> - 2021-11-07 19:49 -0500
      Re: For me, Einstein & Spinoza, "God" is nature. The Starmaker <starmaker@ix.netcom.com> - 2021-11-07 16:57 -0800
  Re: For me, Einstein & Spinoza, "God" is nature. Ayaz Siddiqi <ayaz.s.siddiqi@gmail.com> - 2021-11-07 21:32 -0800
  Re: For me, Einstein & Spinoza, "God" is nature. Dhruv <tsp2opt@gmail.com> - 2021-11-09 10:40 -0800
    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. Dhruv <tsp2opt@gmail.com> - 2021-11-10 08:14 -0800
        Re: Hitler wanted to kill Einstein & vice versa. Jim Pennino <jimp@gonzo.specsol.net> - 2021-11-09 15:14 -0800
        Re: Hitler wanted to kill Einstein & vice versa. Dhruv <tsp2opt@gmail.com> - 2021-11-10 08:12 -0800
      Re: Hitler wanted to kill Einstein & vice versa. Dhruv <tsp2opt@gmail.com> - 2021-11-10 08:04 -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
                Re: English please, ClutterFreak, we don't speak random. Ayaz Siddiqi <ayaz.s.siddiqi@gmail.com> - 2021-11-10 22:50 -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: English please, ClutterFreak, we don't speak random. Dhruv <tsp2opt@gmail.com> - 2021-11-11 08:52 -0800
                Re: English please, ClutterFreak, we don't speak random. "mitchr...@gmail.com" <mitchrae3323@gmail.com> - 2021-11-11 11:13 -0800
                Re: English please, ClutterFreak, we don't speak random. Jim Pennino <jimp@gonzo.specsol.net> - 2021-11-11 11:19 -0800
                Re: English please, ClutterFreak, we don't speak random. "mitchr...@gmail.com" <mitchrae3323@gmail.com> - 2021-11-11 11:50 -0800
                Re: English please, ClutterFreak, we don't speak random. Jim Pennino <jimp@gonzo.specsol.net> - 2021-11-11 12:04 -0800
                Re: English please, ClutterFreak, we don't speak random. "mitchr...@gmail.com" <mitchrae3323@gmail.com> - 2021-11-11 15:42 -0800
                Re: English please, ClutterFreak, we don't speak random. Jim Pennino <jimp@gonzo.specsol.net> - 2021-11-11 16:55 -0800

csiph-web