Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > alt.folklore.computers > #150889
| Newsgroups | alt.folklore.computers |
|---|---|
| Date | 2015-08-31 16:20 -0700 |
| References | <PM00051E9A8CEA3C62@aca42529.ipt.aol.com> <562734890462724729.971053peter_flass-yahoo.com@news.eternal-september.org> |
| Message-ID | <b4dfe2e2-8581-437e-bb21-0aa104f760b0@googlegroups.com> (permalink) |
| Subject | Re: [Poll] Computing favorities |
| From | Gerard Schildberger <gerard46@rrt.net> |
On Monday, August 31, 2015 at 9:50:14 AM UTC-5, Peter Flass wrote: > jmfbahciv wrote: > > Peter Flass wrote: > >> jmfbahciv wrote: > >>> Osmium wrote: > >>>> "jmfbahciv" wrote: > >>>> > >>>>> Andrew Swallow wrote: > >>>>>> On 28/08/2015 15:54, hancock4 wrote: > >>>>>>> On Friday, August 28, 2015 at 9:32:24 AM UTC-4, jmfbahciv wrote: > >>>>>>>> You are talking about IBM machines. I was talking about DEC > >>>>>>>> machines. > >>>>>>> > >>>>>>> Did DEC support time-shared interactive FORTRAN, accessed via a > >>>>>>> Teletype? If so, was it commonly used? > >>>>>>> > >>>>>>> For DEC users who had a high volume of input, perhaps lab > >>>>>>> observations, did they still use a Teletype to enter them? > >>>>>>> > >>>>>>> A Teletype is great for small volumes of data since it is easy to > >>>>>>> learn and use. However, for high volumes of data it is quite > >>>>>>> cumbersome, as it does not have the keying aides that a real keypunch > >>>>>>> machine has. > >>>>>>> > >>>>>>> While 1960s BASIC accepted numbers of varying length separated by a > >>>>>>> comma, I think FORTRAN _of that era_ required fixed length fields, as > >>>>>>> defined by a FORMAT statement. That meant a Teletype user had to > >>>>>>> carefully zero fill all numbers and manually space to the proper > >>>>>>> column, while a keypunch operator hit skip or the machine did so > >>>>>>> automatically via drum card. The keypunch keyboard was faster to > >>>>>>> type on by an experienced operator than a Teletype keyboard. > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>> > >>>>>> DEC did have a Fortran that ran on the PDP-11 but aligning the fields > >>>>>> was a chore. > >>>>> > >>>>> Do you mean the coding fields? A <TAB> would be used to separate the > >>>>> first field from the statement field. > >>>> > >>>> This thread seems to be about some Fortran compiler that was much more > >>>> restrictive than the ones you and I used. I started with Fortran II and > > it > >>>> had some fixed format attributes, but never anything that became a > >>>> noticeable problem. I thought it was pretty much standard, McCracken was > >>>> the text book we used. There must have been a Fortran <no number>, maybe > >>>> that is the subject here. > >>> > >>> Oh, OK. I thought most were talking about IBMish FORTRANs which didn't > >>> do disks. When they did implement disk storage, the methods were > >>> still card-based. > >> > >> > >> Every IBM FORTRAN I ever used did disks (except maybe 1620 FORTRAN II). > > > > How did the FORTRAN code input a disk file? > > Same way it reads anything READ(unit,format) list, if I recall the syntax > after 30+ years. The unit number was assigned to a disk file somehow or > other, you yourself mention ASSIGN below. IBM did it with JCL: //FT01n005 > DD UNIT=DISK... > The DDNAME somehow corresponded to the FORTRAN unit number. > > > > >>> > >>> I never used FORTRAN I but I had understood that it was FORTRAN II > >>> without the disk. IOW, the object time system had to be loaded > >>> before any FORTRAN program in the card hopper. > >> > >> > >> Once again, when the heck was this? on a 704? > > > > No, 1620. All output was cards or a message on the system console. > > Our 1620 did have a disk but it was used to load compilers and > > assemblers instead of using a card deck. > > Typically student jobs on the 1620 wouldn't use disk. Not directly, but the Monitor, FORTRAN II compiler, utilities, and other run-time subroutines (for FORTRAN II) were. --- Or rather, could be, if a disk Monitor was being used on that particular IBM 1620. _____________________ Gerard Schildberger > > When we got the PDP-10, if we didn't want to read/punch cards, the only > > way to run the IBM library, was to issue the commands to the 4s72 > > monitor: > > > > ASSIGN DSK 5 > > ASSIGN DSK 6 > > > > Instead of cards, the files FOR05.DAT and FOR06.DAT would be used. > > It took a big mindset change to think of disk files rathern than > > cards. I talked with prospective customers who were IBM COBOL > > programmers. They had a very difficult problem thinking about > > compilation turnaround times in seconds rather than days or weeks. > > Their idea of "real time" was very different from DEC's notion > > of real time. Theirs had to do with downstream proccessing and > > ours had to do with reality. > > > > /BAH > > Any non-overloaded system would be fast. TSO had subsecond response time > when I ran something at 3:00 on a Sunday morning. Most systems I ever > worked on, IBM and non-IBM, were overloaded. > > -- > Pete
Back to alt.folklore.computers | Previous | Next — Previous in thread | Next in thread | Find similar
Re: [Poll] Computing favorities Michael Black <et472@ncf.ca> - 2015-08-25 16:00 -0400
Re: [Poll] Computing favorities "hqhy" <hqhy@nospam.com> - 2015-08-26 06:30 +1000
Re: [Poll] Computing favorities Peter Flass <peter_flass@yahoo.com> - 2015-08-25 20:38 +0000
Re: [Poll] Computing favorities "hqhy" <hqhy@nospam.com> - 2015-08-26 07:36 +1000
Re: [Poll] Computing favorities "Charles Richmond" <numerist@aquaporin4.com> - 2015-08-25 17:10 -0500
Re: [Poll] Computing favorities hancock4@bbs.cpcn.com - 2015-08-26 07:42 -0700
Re: [Poll] Computing favorities "Bill Cunningham" <nospam@nspam.invalid> - 2015-08-26 18:58 -0400
Re: [Poll] Computing favorities Bob Eager <news0005@eager.cx> - 2015-08-26 23:40 +0000
Re: [Poll] Computing favorities Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2015-08-27 01:13 +0000
Re: [Poll] Computing favorities Dave Garland <dave.garland@wizinfo.com> - 2015-08-26 21:55 -0500
Re: [Poll] Computing favorities Bob Eager <news0005@eager.cx> - 2015-08-27 06:53 +0000
Re: [Poll] Computing favorities Ahem A Rivet's Shot <steveo@eircom.net> - 2015-08-27 11:11 +0100
Re: [Poll] Computing favorities Peter Flass <peter_flass@yahoo.com> - 2015-08-27 11:37 +0000
Re: [Poll] Computing favorities Dan Espen <despen@verizon.net> - 2015-08-27 08:54 -0400
Re: [Poll] Computing favorities hancock4@bbs.cpcn.com - 2015-08-26 19:23 -0700
Re: [Poll] Computing favorities jmfbahciv <See.above@aol.com> - 2015-08-27 13:40 +0000
Re: [Poll] Computing favorities Bob Eager <news0005@eager.cx> - 2015-08-27 14:19 +0000
Re: [Poll] Computing favorities Gene Wirchenko <genew@telus.net> - 2015-08-27 12:11 -0700
Re: [Poll] Computing favorities Bob Eager <news0005@eager.cx> - 2015-08-27 19:20 +0000
Re: [Poll] Computing favorities jmfbahciv <See.above@aol.com> - 2015-08-28 13:31 +0000
Re: [Poll] Computing favorities hancock4@bbs.cpcn.com - 2015-08-26 07:16 -0700
Re: [Poll] Computing favorities Peter Flass <peter_flass@yahoo.com> - 2015-08-26 16:08 +0000
Re: [Poll] Computing favorities hancock4@bbs.cpcn.com - 2015-08-26 11:32 -0700
Re: [Poll] Computing favorities Walter Banks <walter@bytecraft.com> - 2015-08-26 14:59 -0400
Re: [Poll] Computing favorities Michael Black <et472@ncf.ca> - 2015-08-26 15:20 -0400
Re: [Poll] Computing favorities hancock4@bbs.cpcn.com - 2015-08-26 19:12 -0700
Re: [Poll] Computing favorities "Rod Speed" <rod.speed.aaa@gmail.com> - 2015-08-27 13:41 +1000
Re: [Poll] Computing favorities Stan Barr <plan.b@bluesomatic.org> - 2015-08-27 07:06 +0000
Re: [Poll] Computing favorities Ahem A Rivet's Shot <steveo@eircom.net> - 2015-08-27 11:20 +0100
Re: [Poll] Computing favorities Bob Eager <news0005@eager.cx> - 2015-08-27 11:32 +0000
Re: [Poll] Computing favorities Peter Flass <peter_flass@yahoo.com> - 2015-08-27 11:37 +0000
Re: [Poll] Computing favorities hancock4@bbs.cpcn.com - 2015-08-27 09:42 -0700
Re: [Poll] Computing favorities Dave Garland <dave.garland@wizinfo.com> - 2015-08-27 13:54 -0500
Re: [Poll] Computing favorities Trog Woolley <trog@email.fake> - 2015-08-29 17:13 -0500
Re: [Poll] Computing favorities "hqhy" <hqhy@nospam.com> - 2015-08-28 05:42 +1000
Re: [Poll] Computing favorities Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2015-08-28 02:10 +0000
Re: [Poll] Computing favorities JimP <solosam90@gmail.com> - 2015-08-27 08:06 -0500
Re: [Poll] Computing favorities scott@slp53.sl.home (Scott Lurndal) - 2015-08-27 14:38 +0000
Re: [Poll] Computing favorities Dave Garland <dave.garland@wizinfo.com> - 2015-08-26 13:33 -0500
Re: [Poll] Computing favorities Michael Black <et472@ncf.ca> - 2015-08-26 15:26 -0400
Re: [Poll] Computing favorities Ahem A Rivet's Shot <steveo@eircom.net> - 2015-08-27 11:23 +0100
Re: [Poll] Computing favorities Bob Eager <news0005@eager.cx> - 2015-08-27 11:30 +0000
Re: [Poll] Computing favorities Morten Reistad <first@last.name.invalid> - 2015-08-27 14:35 +0200
Re: [Poll] Computing favorities Stan Barr <plan.b@bluesomatic.org> - 2015-08-27 14:17 +0000
Re: [Poll] Computing favorities Anne & Lynn Wheeler <lynn@garlic.com> - 2015-08-27 10:33 -0700
Re: [Poll] Computing favorities Anne & Lynn Wheeler <lynn@garlic.com> - 2015-08-27 11:36 -0700
Re: [Poll] Computing favorities Peter Flass <peter_flass@yahoo.com> - 2015-08-27 11:37 +0000
Re: [Poll] Computing favorities Robert Swindells <rjs@fdy2.co.uk> - 2015-08-27 12:27 +0000
Re: [Poll] Computing favorities Ahem A Rivet's Shot <steveo@eircom.net> - 2015-08-27 16:46 +0100
Re: [Poll] Computing favorities Joe Makowiec <makowiec@invalid.invalid> - 2015-08-27 16:10 +0000
Re: [Poll] Computing favorities Bob Eager <news0005@eager.cx> - 2015-08-27 17:49 +0000
Re: [Poll] Computing favorities jmfbahciv <See.above@aol.com> - 2015-08-27 13:40 +0000
Re: [Poll] Computing favorities Michael Black <et472@ncf.ca> - 2015-08-27 10:17 -0400
Re: [Poll] Computing favorities Bob Eager <news0005@eager.cx> - 2015-08-27 14:21 +0000
Re: [Poll] Computing favorities Huge <Huge@nowhere.much.invalid> - 2015-08-27 14:23 +0000
Re: [Poll] Computing favorities Bob Eager <news0005@eager.cx> - 2015-08-27 15:39 +0000
Re: [Poll] Computing favorities hancock4@bbs.cpcn.com - 2015-08-27 09:53 -0700
Re: [Poll] Computing favorities "hqhy" <hqhy@nospam.com> - 2015-08-28 05:51 +1000
Re: [Poll] Computing favorities Alan Bowler <atbowler@thinkage.ca> - 2015-09-11 18:47 -0400
Re: [Poll] Computing favorities "hqhy" <hqhy@nospam.com> - 2015-09-12 11:23 +1000
Re: [Poll] Computing favorities jmfbahciv <See.above@aol.com> - 2015-09-12 13:24 +0000
Re: [Poll] Computing favorities jmfbahciv <See.above@aol.com> - 2015-08-28 13:31 +0000
Re: [Poll] Computing favorities hancock4@bbs.cpcn.com - 2015-08-28 07:54 -0700
Re: [Poll] Computing favorities Andrew Swallow <am.swallow@btinternet.com> - 2015-08-28 19:16 +0100
Re: [Poll] Computing favorities hancock4@bbs.cpcn.com - 2015-08-28 12:22 -0700
Re: [Poll] Computing favorities scott@slp53.sl.home (Scott Lurndal) - 2015-08-28 19:48 +0000
Re: [Poll] Computing favorities jmfbahciv <See.above@aol.com> - 2015-08-29 13:41 +0000
Re: [Poll] Computing favorities John Levine <johnl@iecc.com> - 2015-08-29 17:50 +0000
Re: [Poll] Computing favorities Stan Barr <plan.b@bluesomatic.org> - 2015-08-30 06:56 +0000
Re: [Poll] Computing favorities jmfbahciv <See.above@aol.com> - 2015-08-30 14:58 +0000
Re: [Poll] Computing favorities "Rod Speed" <rod.speed.aaa@gmail.com> - 2015-08-31 06:35 +1000
Re: [Poll] Computing favorities "hqhy" <hqhy@nospam.com> - 2015-08-29 06:10 +1000
Re: [Poll] Computing favorities Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2015-08-28 19:31 +0000
Re: [Poll] Computing favorities "Rod Speed" <rod.speed.aaa@gmail.com> - 2015-08-29 05:57 +1000
Re: [Poll] Computing favorities jmfbahciv <See.above@aol.com> - 2015-08-29 13:41 +0000
Re: [Poll] Computing favorities "Osmium" <r124c4u102@comcast.net> - 2015-08-29 08:59 -0500
Re: [Poll] Computing favorities "hqhy" <hqhy@nospam.com> - 2015-08-30 05:35 +1000
Re: [Poll] Computing favorities jmfbahciv <See.above@aol.com> - 2015-08-30 14:58 +0000
Re: [Poll] Computing favorities Peter Flass <peter_flass@yahoo.com> - 2015-08-30 16:02 +0000
Re: [Poll] Computing favorities jmfbahciv <See.above@aol.com> - 2015-08-31 12:09 +0000
Re: [Poll] Computing favorities Peter Flass <peter_flass@yahoo.com> - 2015-08-31 14:48 +0000
Re: [Poll] Computing favorities Anne & Lynn Wheeler <lynn@garlic.com> - 2015-08-31 10:03 -0700
Re: [Poll] Computing favorities Anne & Lynn Wheeler <lynn@garlic.com> - 2015-08-31 10:07 -0700
Re: [Poll] Computing favorities Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2015-08-31 17:30 +0000
Re: [Poll] Computing favorities Anne & Lynn Wheeler <lynn@garlic.com> - 2015-08-31 11:26 -0700
Re: [Poll] Computing favorities Peter Flass <peter_flass@yahoo.com> - 2015-08-31 18:53 +0000
Re: [Poll] Computing favorities Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2015-08-31 20:11 +0000
Re: [Poll] Computing favorities Anne & Lynn Wheeler <lynn@garlic.com> - 2015-08-31 14:22 -0700
Re: [Poll] Computing favorities Peter Flass <peter_flass@yahoo.com> - 2015-08-31 18:53 +0000
Re: [Poll] Computing favorities Anne & Lynn Wheeler <lynn@garlic.com> - 2015-08-31 12:21 -0700
Re: [Poll] Computing favorities Gerard Schildberger <gerard46@rrt.net> - 2015-08-31 16:20 -0700
Re: [Poll] Computing favorities jmfbahciv <See.above@aol.com> - 2015-09-01 12:50 +0000
Re: [Poll] Computing favorities "Rod Speed" <rod.speed.aaa@gmail.com> - 2015-09-02 05:19 +1000
Re: [Poll] Computing favorities "Rod Speed" <rod.speed.aaa@gmail.com> - 2015-09-01 04:59 +1000
Re: [Poll] Computing favorities Gerard Schildberger <gerard46@rrt.net> - 2015-08-30 10:41 -0700
Re: [Poll] Computing favorities "Rod Speed" <rod.speed.aaa@gmail.com> - 2015-08-31 06:38 +1000
Re: [Poll] Computing favorities "hqhy" <hqhy@nospam.com> - 2015-08-29 04:54 +1000
Re: [Poll] Computing favorities jmfbahciv <See.above@aol.com> - 2015-08-29 13:41 +0000
Re: [Poll] Computing favorities "Rod Speed" <rod.speed.aaa@gmail.com> - 2015-08-30 06:11 +1000
Re: [Poll] Computing favorities "hqhy" <hqhy@nospam.com> - 2015-08-28 05:19 +1000
Re: [Poll] Computing favorities jmfbahciv <See.above@aol.com> - 2015-08-28 13:31 +0000
Re: [Poll] Computing favorities "hqhy" <hqhy@nospam.com> - 2015-08-29 04:43 +1000
Re: [Poll] Computing favorities hancock4@bbs.cpcn.com - 2015-08-27 09:39 -0700
Re: [Poll] Computing favorities Ahem A Rivet's Shot <steveo@eircom.net> - 2015-08-27 18:09 +0100
Re: [Poll] Computing favorities Michael Black <et472@ncf.ca> - 2015-08-27 13:51 -0400
Re: [Poll] Computing favorities Ahem A Rivet's Shot <steveo@eircom.net> - 2015-08-28 08:40 +0100
Re: [Poll] Computing favorities "Bill Cunningham" <nospam@nspam.invalid> - 2015-08-29 14:54 -0400
Re: [Poll] Computing favorities Andrew Swallow <am.swallow@btinternet.com> - 2015-08-29 20:12 +0100
Re: [Poll] Computing favorities "Bill Cunningham" <nospam@nspam.invalid> - 2015-08-29 15:21 -0400
Re: [Poll] Computing favorities Bob Eager <news0005@eager.cx> - 2015-08-29 19:30 +0000
Re: [Poll] Computing favorities Michael Black <et472@ncf.ca> - 2015-08-29 22:10 -0400
Re: [Poll] Computing favorities Andrew Swallow <am.swallow@btinternet.com> - 2015-08-30 05:22 +0100
Re: [Poll] Computing favorities Ahem A Rivet's Shot <steveo@eircom.net> - 2015-08-30 06:51 +0100
Re: [Poll] Computing favorities jmfbahciv <See.above@aol.com> - 2015-08-30 14:58 +0000
Re: [Poll] Computing favorities Peter Flass <peter_flass@yahoo.com> - 2015-08-30 16:02 +0000
Re: [Poll] Computing favorities Michael Black <et472@ncf.ca> - 2015-08-30 14:06 -0400
Re: [Poll] Computing favorities "hqhy" <hqhy@nospam.com> - 2015-08-31 06:43 +1000
Re: [Poll] Computing favorities "Charles Richmond" <numerist@aquaporin4.com> - 2015-09-02 15:03 -0500
Re: [Poll] Computing favorities hancock4@bbs.cpcn.com - 2015-09-02 14:02 -0700
Re: [Poll] Computing favorities Gene Wirchenko <genew@telus.net> - 2015-09-02 22:46 -0700
Re: [Poll] Computing favorities Michael Black <et472@ncf.ca> - 2015-09-03 09:36 -0400
Re: [Poll] Computing favorities hancock4@bbs.cpcn.com - 2015-09-03 07:29 -0700
Re: [Poll] Computing favorities Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2015-09-03 20:01 +0000
Re: [Poll] Computing favorities hancock4@bbs.cpcn.com - 2015-09-03 13:25 -0700
Re: [Poll] Computing favorities Andrew Swallow <am.swallow@btinternet.com> - 2015-09-03 21:53 +0100
Re: [Poll] Computing favorities rpw3@rpw3.org (Rob Warnock) - 2015-09-04 10:58 +0000
Re: [Poll] Computing favorities Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2015-09-04 18:17 +0000
Re: [Poll] Computing favorities Anne & Lynn Wheeler <lynn@garlic.com> - 2015-09-03 15:41 -0700
Re: [Poll] Computing favorities hancock4@bbs.cpcn.com - 2015-09-08 10:28 -0700
Re: [Poll] Computing favorities Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2015-09-09 00:39 +0000
Re: [Poll] Computing favorities Gene Wirchenko <genew@telus.net> - 2015-09-08 20:56 -0700
Re: [Poll] Computing favorities Greymaus <mausg@mail.com> - 2015-09-09 10:12 +0000
Re: [Poll] Computing favorities simon@twoplaces.co.uk (Simon Turner) - 2015-09-10 08:35 +0100
Re: [Poll] Computing favorities "Osmium" <r124c4u102@comcast.net> - 2015-09-09 07:02 -0500
Re: [Poll] Computing favorities rpw3@rpw3.org (Rob Warnock) - 2015-09-09 14:40 +0000
Re: [Poll] Computing favorities hancock4@bbs.cpcn.com - 2015-09-09 07:02 -0700
Re: [Poll] Computing favorities Ahem A Rivet's Shot <steveo@eircom.net> - 2015-09-09 15:41 +0100
Re: [Poll] Computing favorities Morten Reistad <first@last.name> - 2015-09-09 17:59 +0200
Re: [Poll] Computing favorities Ahem A Rivet's Shot <steveo@eircom.net> - 2015-09-10 11:17 +0100
Re: [Poll] Computing favorities Bob Eager <news0005@eager.cx> - 2015-08-30 16:42 +0000
Re: [Poll] Computing favorities "Charles Richmond" <numerist@aquaporin4.com> - 2015-09-02 14:56 -0500
Re: [Poll] Computing favorities JimP <solosam90@gmail.com> - 2015-08-29 17:25 -0500
Re: [Poll] Computing favorities scott@slp53.sl.home (Scott Lurndal) - 2015-08-31 13:48 +0000
Re: [Poll] Computing favorities Michael Black <et472@ncf.ca> - 2015-08-31 13:51 -0400
Re: [Poll] Computing favorities Bob Eager <news0005@eager.cx> - 2015-08-31 18:17 +0000
Re: [Poll] Computing favorities Michael Black <et472@ncf.ca> - 2015-08-31 16:04 -0400
Re: [Poll] Computing favorities Ahem A Rivet's Shot <steveo@eircom.net> - 2015-08-31 19:12 +0100
Re: [Poll] Computing favorities "Osmium" <r124c4u102@comcast.net> - 2015-08-31 13:42 -0500
Re: [Poll] Computing favorities Peter Flass <peter_flass@yahoo.com> - 2015-08-31 18:53 +0000
Re: [Poll] Computing favorities scott@slp53.sl.home (Scott Lurndal) - 2015-08-31 19:10 +0000
Re: [Poll] Computing favorities Peter Flass <peter_flass@yahoo.com> - 2015-08-31 20:09 +0000
Re: [Poll] Computing favorities scott@slp53.sl.home (Scott Lurndal) - 2015-08-31 21:00 +0000
Re: [Poll] Computing favorities hancock4@bbs.cpcn.com - 2015-08-31 12:15 -0700
Re: [Poll] Computing favorities Andrew Swallow <am.swallow@btinternet.com> - 2015-08-31 20:31 +0100
Re: [Poll] Computing favorities Bob Eager <news0005@eager.cx> - 2015-08-31 19:41 +0000
Re: [Poll] Computing favorities Dave Garland <dave.garland@wizinfo.com> - 2015-08-31 22:04 -0500
Re: [Poll] Computing favorities Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2015-09-01 18:46 +0000
Re: [Poll] Computing favorities Walter Banks <walter@bytecraft.com> - 2015-09-01 15:38 -0400
Re: [Poll] Computing favorities hancock4@bbs.cpcn.com - 2015-09-02 08:13 -0700
Re: [Poll] Computing favorities Morten Reistad <first@last.name.invalid> - 2015-09-03 00:17 +0200
Re: [Poll] Computing favorities hancock4@bbs.cpcn.com - 2015-09-02 08:10 -0700
Re: [Poll] Computing favorities hancock4@bbs.cpcn.com - 2015-09-02 08:05 -0700
Re: [Poll] Computing favorities Bob Eager <news0005@eager.cx> - 2015-08-26 21:21 +0000
Re: [Poll] Computing favorities "hqhy" <hqhy@nospam.com> - 2015-08-27 05:42 +1000
Re: [Poll] Computing favorities Dan Espen <despen@verizon.net> - 2015-08-27 08:59 -0400
Re: [Poll] Computing favorities Michael Black <et472@ncf.ca> - 2015-08-27 10:02 -0400
csiph-web