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

more...

Most active groups for topic
alt.nuke.the.usa 24
alt.philosophy 18
pl.soc.polityka 14
sci.bio.food-science 8
comp.lang.fortran 5
rec.food.drink.beer 3
de.org.mensa 2
microsoft.public.outlook.contacts 2
microsoft.public ... calendaring 2
alt.magic.secrets 2
Last week most active authors
No posts for a week
Last active threads
Part 2 The secret in a sin MY grand'pa said Its SIN to break the skin.
Started Rainbowmatrix · Date: Sep 11, 2008 15:26 · 2 post(s)
Jak to jest z tymi licencjami ?
Started Grzegorz Kania · Date: Sep 8, 2008 01:10 · 7 post(s)
Obsada
Started ...:::fi$her:::... · Date: Aug 20, 2008 07:43 · 3 post(s)
PROBLEM WITH ALLOCATABLE ARRAYS
Started jdturner · Date: Jul 16, 2008 08:38 · 8 post(s)
Bill Page's Mindless Posts
Started mitchell_leary · Date: Apr 21, 2008 13:42 · 37 post(s)
GOD = RELATIVISTIC ANTHROPIC PRINCIPLE
Started George Hammond · Date: Apr 20, 2008 14:28 · 409 post(s)
Re: GOD = RELATIVISTIC ANTHROPIC PRINCIPLE
Started George Hammond · Date: Apr 23, 2008 20:19 · 3 post(s)
Re: Recreation Scuba Issues
Started Douglas W. Popeye Frederick · Date: Feb 12, 2008 21:07 · 1 post(s)
Re: Assignment 0 part 4
Started CS 230 · Date: Jan 17, 2008 11:26 · 1 post(s)
Re: GOD AND STOOGES OF PHYSICS
Started George Hammond · Date: Jan 7, 2008 03:41 · 2 post(s)
Last week hot threads
No posts for a week
Latest posts
Re: Part 2 The secret in a sin MY grand'pa said Its SIN to break the skin.
Group: alt.philosophy · Group Profile · Search for tamu in alt.philosophy
Author: Immortalist
Date: Sep 11, 2008 16:05

... follow moral ideals, but right at this minute, you are not following them, whereas you are obeying all of the moral rules. This difference between the rules and the ideals leads to another difference: it is appropriate to punish people for not obeying the moral rules, but it is not appropriate to punish them for not following the moral ideals. When would you punish them? http://aristotle.tamu.edu/~rasmith/Courses/251/gert-paper.html
Show full article (3.77Kb)
Re: Jak to jest z tymi licencjami ?
Group: pl.comp.os.linux.programowanie · Group Profile · Search for tamu in pl.comp.os.linux.programowanie
Author: Krzysztof Halasa
Date: Sep 8, 2008 17:15

"Grzegorz Kania" <gkania@poczta.onet.pl> writes: Jeśli masz jakiegoś linka do konkretnej strony z opisem tych warunków - RZUĆ. Szukam i szukam, jakoś nie moge znaleźć nic konkretnego. A fajny Pingwinek na obudowie na pewno by ładnie wyglądał :) Nie pamietalem szczegolow ale google "ewing penguin licence" znalazl natychmiast http://www.isc.tamu.edu/~lewing/linux/ Nie wydaja sie skomplikowane :-) -- Krzysztof Halasa
Show full article (0.44Kb)
Re: Obsada
Group: pl.rec.akwarium · Group Profile · Search for tamu in pl.rec.akwarium
Author: ...:::fi$her:::...
Date: Aug 23, 2008 11:24

...rozpoczecia cyklu azotowego.Mam zamiar dokupic skalary. Mam slabosc do zbrojnikow niebieskich a chcialbym zaczac sie pobawic w aqwa roslinne i teraz niewiem czy to ma sens z tymi glonojadami. Do skalarow hmm chcialbym pretniki lub gurami tylko pamietam jak chyba z 2 lata tamu w innym zbiorniku samiec wlasnie z owego gatunku labiryntowego zaczal budowac gniazdo to nie bede komentowal co zrobil z roslinkami. ...:::fi$her:::...
Show full article (0.94Kb)
Re: PROBLEM WITH ALLOCATABLE ARRAYS
Group: comp.lang.fortran · Group Profile · Search for tamu in comp.lang.fortran
Author: jdturner
Date: Jul 17, 2008 17:22

...(dp), parameter:: pi = 3.14159265358979323846264d0 real(dp), parameter:: pio2 = 1.57079632679489661923132d0 REAL(dp), parameter:: ZERO = 0.0D0, ONE = 1.0D0 END MODULE PROBLEM_DATA JIM TURNER, TUR...@AERO.TAMU.EDU Dick, thanks for responding. I modified the code as possible to put in the tests you suggested, leading to: PROGRAM MAIN USE PROBLEM_DATA; USE NTUPLE IMPLICIT ...
Show full article (10.70Kb)
Re: PROBLEM WITH ALLOCATABLE ARRAYS
Group: comp.lang.fortran · Group Profile · Search for tamu in comp.lang.fortran
Author: Dick Hendrickson
Date: Jul 17, 2008 09:27

... real(dp), parameter:: pi = 3.14159265358979323846264d0 real(dp), parameter:: pio2 = 1.57079632679489661923132d0 REAL(dp), parameter:: ZERO = 0.0D0, ONE = 1.0D0 END MODULE PROBLEM_DATA JIM TURNER, TUR...@AERO.TAMU.EDU Dick, thanks for responding. I modified the code as possible to put in the tests you suggested, leading to: PROGRAM MAIN USE PROBLEM_DATA; USE NTUPLE IMPLICIT NONE ...
Show full article (16.44Kb)
Re: PROBLEM WITH ALLOCATABLE ARRAYS
Group: comp.lang.fortran · Group Profile · Search for tamu in comp.lang.fortran
Author: jdturner
Date: Jul 16, 2008 16:02

...pi = 3.14159265358979323846264d0 real(dp), parameter:: pio2 = 1.57079632679489661923132d0 REAL(dp), parameter:: ZERO = 0.0D0, ONE = 1.0D0 END MODULE PROBLEM_DATA JIM TURNER, TUR...@AERO.TAMU.EDU Dick, thanks for responding. I modified the code as possible to put in the tests you suggested, leading to: PROGRAM MAIN USE PROBLEM_DATA; USE NTUPLE IMPLICIT NONE TYPE(TENSOR):: Y,W LOGICAL(LGT):: WORKED...
Show full article (15.49Kb)
Re: PROBLEM WITH ALLOCATABLE ARRAYS
Group: comp.lang.fortran · Group Profile · Search for tamu in comp.lang.fortran
Author: Dick Hendrickson
Date: Jul 16, 2008 08:53

... SP = KIND(1.0) INTEGER, PARAMETER:: DP = selected_real_kind(15,300) ! DEFINE KIND TYPE FOR DEFAULT LOGICAL INTEGER, PARAMETER:: LGT = KIND(.TRUE.) ! MATHEMATICAL CONSTANTS real(dp), parameter:: pi = 3.14159265358979323846264d0 real(dp), parameter:: pio2 = 1.57079632679489661923132d0 REAL(dp), parameter:: ZERO = 0.0D0, ONE = 1.0D0 END MODULE PROBLEM_DATA JIM TURNER, TURNER@AERO.TAMU.EDU
Show full article (6.62Kb)
PROBLEM WITH ALLOCATABLE ARRAYS
Group: comp.lang.fortran · Group Profile · Search for tamu in comp.lang.fortran
Author: jdturner
Date: Jul 16, 2008 08:38

...INTEGER, PARAMETER:: SP = KIND(1.0) INTEGER, PARAMETER:: DP = selected_real_kind(15,300) ! DEFINE KIND TYPE FOR DEFAULT LOGICAL INTEGER, PARAMETER:: LGT = KIND(.TRUE.) ! MATHEMATICAL CONSTANTS real(dp), parameter:: pi = 3.14159265358979323846264d0 real(dp), parameter:: pio2 = 1.57079632679489661923132d0 REAL(dp), parameter:: ZERO = 0.0D0, ONE = 1.0D0 END MODULE PROBLEM_DATA JIM TURNER, TURNER@AERO.TAMU.EDU
Show full article (5.84Kb)
Re: Bill Page's Mindless Posts
Group: alt.magic.secrets · Group Profile · Search for tamu in alt.magic.secrets
Author: Ray Haddad
Date: May 6, 2008 00:13

...com/html/sitetext.html "Toronto dental implants that are used for denture retention are provided by the implanat expert - Toronto dentist Dr. Novak, who is a dental implant ..." http://aggie-horticulture.tamu.edu/faculty/novak_bio.html "Dr. Novak's area of research is sociohorticulture with special emphasis on the garden and the interaction of plants and man. Currently, he is putting ..." ...
Show full article (2.32Kb)
Re: Bill Page's Mindless Posts
Group: alt.magic.secrets · Group Profile · Search for tamu in alt.magic.secrets
Author: the magician
Date: May 5, 2008 22:57

....com/html/sitetext.html "Toronto dental implants that are used for denture retention are provided by the implanat expert - Toronto dentist Dr. Novak, who is a dental implant ..." http://aggie-horticulture.tamu.edu/faculty/novak_bio.html "Dr. Novak's area of research is sociohorticulture with special emphasis on the garden and the interaction of plants and man. Currently, he is putting ..." http://...
Show full article (1.92Kb)