star trek - Topic Profile
  Home FAQ Contact Sign in
 
Advanced search
POPULAR GROUPS

more...

Most active groups for topic
alt.startrek 4693
alt.philosophy 328
uk.transport 162
rec.arts.animation 77
alt.magick 64
aus.sf.startrek 54
it.hobby.home-cinema.titoli-dvd 50
alt.planets.venus 44
comp.lang.forth 43
it.fan.nutella 43
Last week most active authors
No posts for a week
Last active threads
Re: Aussie Sci Fi Convention, 2010
Started Tal · Date: Sep 20, 2008 09:56 · 1 post(s)
Star Trek by Krishna Myneni
Started The Beez' · Date: Sep 19, 2008 07:58 · 19 post(s)
Life after death
Started THE BORG · Date: Sep 17, 2008 18:51 · 78 post(s)
Asperger way to the truth
Started Joseph Humming · Date: Sep 8, 2008 16:35 · 42 post(s)
Re: [NEWS] Shatner responds to Abrams
Started ToolPackinMama · Date: Sep 19, 2008 00:03 · 3 post(s)
[NEWS] Shatner responds to Abrams
Started Anybody · Date: Sep 18, 2008 23:29 · 1 post(s)
Alien 'Star Trek' technologie op medisch gebied.
Started Bert ( A W RvB ) · Date: Sep 12, 2008 07:31 · 7 post(s)
Re: Star Trek TOS up for an Emmy
Started ToolPackinMama · Date: Sep 10, 2008 23:04 · 11 post(s)
Re: [NEWS] Why is Shatner Not in Star Trek?
Started Robo-man · Date: Sep 9, 2008 14:30 · 15 post(s)
Have Scientist ever seen Anti Matter?
Started Sanny · Date: Sep 11, 2008 11:23 · 43 post(s)
Last week hot threads
No posts for a week
Latest posts
Re: Aussie Sci Fi Convention, 2010
Group: aus.sf.startrek · Group Profile · Search for star trek in aus.sf.startrek
Author: Tal
Date: Sep 20, 2008 09:56

...wrote: http://www.theage.com.au/national/scifi-fans-coming-to-melbourne-in-2010-20080914-4g6i.html Hopefully this will be a better effor than those awful Star Trek conventions that were run in the 90s. I went to one once and came away disappointed. Poorly organised, things that were advertised were not there and limited range...
Show full article (0.75Kb)
Re: Star Trek by Krishna Myneni
Group: comp.lang.forth · Group Profile · Search for star trek in comp.lang.forth
Author: Krishna Myneni
Date: Sep 20, 2008 07:48

Doug Hoffman wrote: Krishna Myneni wrote: Doug Hoffman wrote: This might also be a problem: fvariable x ^^^^^^^^^^^ : FirePhasers ( -- ) ... cr ." NUMBER OF UNITS TO FIRE " #in X ! ^^^ e @ X @ - 0 = UNTIL X @ IF X @ negate e +! d{ 7 } f@ f0< IF X @ f ran0 f* fround>s X ! ...
Show full article (1.43Kb)
Re: Star Trek by Krishna Myneni
Group: comp.lang.forth · Group Profile · Search for star trek in comp.lang.forth
Author: Doug Hoffman
Date: Sep 20, 2008 06:14

Krishna Myneni wrote: Doug Hoffman wrote: This might also be a problem: fvariable x ^^^^^^^^^^^ : FirePhasers ( -- ) ... cr ." NUMBER OF UNITS TO FIRE " #in X ! ^^^ e @ X @ - 0 = UNTIL X @ IF X @ negate e +! d{ 7 } f@ f0< IF X @ f ran0 f* fround>s X ! THEN X @ k3 @ / h1 ! \ distribute ...
Show full article (1.04Kb)
Re: Star Trek by Krishna Myneni
Group: comp.lang.forth · Group Profile · Search for star trek in comp.lang.forth
Author: Krishna Myneni
Date: Sep 19, 2008 21:08

The Beez' wrote: Krishna, Are you SURE this is correct? I think this goes out of bounds for the n{ array! ... Thanks to Hans and Doug, for finding and pointing out two long-standing bugs in strek. I have corrected these and uploaded a revised strek.fs file to ftp://ccreweb.org/software/gforth/ KM
Show full article (0.32Kb)
Re: Star Trek by Krishna Myneni
Group: comp.lang.forth · Group Profile · Search for star trek in comp.lang.forth
Author: Krishna Myneni
Date: Sep 19, 2008 20:34

Doug Hoffman wrote: This might be a problem: variable d1 \ damage flag ^^^^^^^^^^^ : RepairDamage ( -- ) 0 d1 ! w1 f@ d6 f! w1 f@ 1e = IF 1e d6 f! THEN 9 1 DO d{ I } f@ f0< IF d6 f@ d{ I } f@ f+ d{ I } f! d{ I } f@ -0.1e d{ I } f@ f0< and IF -0.1e d{ I } f! ELSE d{ I } f@ 0e = IF d1 f@ 1e ...
Show full article (1.52Kb)
Re: Star Trek by Krishna Myneni
Group: comp.lang.forth · Group Profile · Search for star trek in comp.lang.forth
Author: Krishna Myneni
Date: Sep 19, 2008 20:09

Doug Hoffman wrote: This might also be a problem: fvariable x ^^^^^^^^^^^ : FirePhasers ( -- ) ... cr ." NUMBER OF UNITS TO FIRE " #in X ! ^^^ e @ X @ - 0 = UNTIL X @ IF X @ negate e +! d{ 7 } f@ f0< IF X @ f ran0 f* fround>s X ! THEN X @ k3 @ / h1 ! \ distribute phaser energy among klingons present ...
Show full article (0.82Kb)
Re: Star Trek by Krishna Myneni
Group: comp.lang.forth · Group Profile · Search for star trek in comp.lang.forth
Author: Doug Hoffman
Date: Sep 19, 2008 19:47

This might also be a problem: fvariable x ^^^^^^^^^^^ : FirePhasers ( -- ) ... cr ." NUMBER OF UNITS TO FIRE " #in X ! ^^^ e @ X @ - 0 = UNTIL X @ IF X @ negate e +! d{ 7 } f@ f0< IF X @ f ran0 f* fround>s X ! THEN X @ k3 @ / h1 ! \ distribute phaser energy among klingons present ( there may be more uses of @ and ! with x )...
Show full article (0.45Kb)
Re: Star Trek by Krishna Myneni
Group: comp.lang.forth · Group Profile · Search for star trek in comp.lang.forth
Author: Doug Hoffman
Date: Sep 19, 2008 18:55

This might be a problem: variable d1 \ damage flag ^^^^^^^^^^^ : RepairDamage ( -- ) 0 d1 ! w1 f@ d6 f! w1 f@ 1e = IF 1e d6 f! THEN 9 1 DO d{ I } f@ f0< IF d6 f@ d{ I } f@ f+ d{ I } f! d{ I } f@ -0.1e d{ I } f@ f0< and IF -0.1e d{ I } f! ELSE d{ I } f@ 0e = IF d1 f@ 1e f<> IF 1e d1 f! THEN ^^^^^...
Show full article (0.46Kb)
Re: Life after death
Group: alt.philosophy · Group Profile · Search for star trek in alt.philosophy
Author: Mark Earnest
Date: Sep 19, 2008 18:16

... just as good and just as real as Earth. What a silly boy you are. You really do have some hocus pocus ideas. THE BORG Well, look what happened. The writers of Star Trek invented the Borg. Ask any of them...they know that they did. And they did it passionately. And now, a few years later...here you are.
Show full article (1.21Kb)
Re: Asperger way to the truth
Group: alt.philosophy · Group Profile · Search for star trek in alt.philosophy
Author: John Jones
Date: Sep 19, 2008 17:47

... which to please my wife. Many others around the globe are less priveliged. Either they are the victims of illogical believes, Yes. Lets not be illogical. L like Star-trek, and what's good for Spock is good for all of us. or they are the victims of poverty. Many are still under an oppressive regime. (1...
Show full article (7.90Kb)