|
|
|
|   |
|
|
| Last week most active authors |
| No posts for a week |
|
|
|
  |
|
|
|
|   |
| Last active threads |
Should I draw down the Moon?
Started Rev. Red Hot Lava · Date: Sep 16, 2008 21:42 ·
9 post(s) |
What the Chemical Industry Doesn't Want You to Know about Everyday
Started Zaroc Stone · Date: Sep 16, 2008 08:07 ·
2 post(s) |
Fortran equivalent to Matlab's eig() function
Started Dave · Date: Sep 8, 2008 08:12 ·
16 post(s) |
Did NAG fortran complier support OPENMP?
Started Simulate · Date: Sep 8, 2008 07:59 ·
8 post(s) |
nucleaire
Started fff · Date: Sep 8, 2008 12:16 ·
1 post(s) |
Any suggested workarounds for writing wrappers for functions that are to be passed as arguments?
Started Will W. · Date: Sep 1, 2008 21:02 ·
31 post(s) |
Genetically Modified Crops
Started turtoni · Date: Sep 2, 2008 23:27 ·
20 post(s) |
Re: busting sp datatypes
Started wim · Date: Aug 26, 2008 02:45 ·
27 post(s) |
my nomination for oxymoron of the week
Started Boston Blackie (happily ignored by KD the Merciless!) · Date: Aug 23, 2008 12:10 ·
9 post(s) |
Trust an Aussie to cut through the bullshit
Started Gib Bogle · Date: Jul 28, 2008 13:53 ·
22 post(s) |
|
| Last week hot threads |
| No posts for a week |
|
|
|
|
  |
| Latest posts |
Re: Should I draw down the Moon?
Group: alt.magick · Group Profile · Search for glands in alt.magick
Author: Tom
Date: Sep 18, 2008 22:29
... training certification class Lionel or Bachman? and i was reading the section on mindful exercise practice and the hypervigilance and "spacey" calm is a product over overstimulating the pitituary gland and others. Sez who? ever consider the possibility of encoding conscious programming in subtle radiations? Sure. Are radio waves subtle enough? I've encoded conscious programming in that form of radiation on ...
Show full article (0.74Kb) |
Re: Should I draw down the Moon?
Group: alt.magick · Group Profile · Search for glands in alt.magick
Author: Rev. Red Hot Lava
Date: Sep 18, 2008 20:36
...text - funny enough i just got back from my personal training certification class and i was reading the section on mindful exercise practice and the hypervigilance and "spacey" calm is a product over overstimulating the pitituary gland and others. ever consider the possibility of encoding conscious programming in subtle radiations? pseudoscience mebbe... but so is Jesus the Electron man, unless ye ol' deamons are fucking with me...
Show full article (0.92Kb) |
What the Chemical Industry Doesn't Want You to Know about Everyday
Group: mn.politics · Group Profile · Search for glands in mn.politics
Author: Zaroc Stone
Date: Sep 16, 2008 08:07
... human toxins for the federal government, accepted much of the Chapel Hill panel's thinking and took the position that while more research is necessary, low doses of BPA may affect "development of the prostate gland and brain and [cause] behavioral effects in fetuses, infants and children." (Unlike the academic-dominated Chapel Hill panel, the NTP found the BPA threat to adults "negligible.") The influential NTP assessment directly ...
Show full article (10.58Kb) |
Re: Fortran equivalent to Matlab's eig() function
Group: comp.lang.fortran · Group Profile · Search for glands in comp.lang.fortran
Author: Ron Ford
Date: Sep 9, 2008 16:34
... the cat two bucks. Indeed, I stash cash in my old books and netted $48 on the transaction. UNM is just down the hill for me. It might be worth a little poking around the CS department and getting the fuller story. Sometimes, such departments are very generous with Joe Public using their resources. -- War will never cease until babies begin to come into the world with larger cerebrums and smaller adrenal glands. 2 H. L. Mencken
Show full article (4.04Kb) |
Re: Did NAG fortran complier support OPENMP?
Group: comp.lang.fortran · Group Profile · Search for glands in comp.lang.fortran
Author: Ron Ford
Date: Sep 8, 2008 20:43
... refere nce to `omp_get_num_threads_' collect2: ld returned 1 exit status F:\gfortran\source> So, gfortran has this library but doesn't like the sample that is posted on openmp wiki. In the finclude file, I find omp_lib.f90, and it has the functions above, but not with a trailing underscore. -- War will never cease until babies begin to come into the world with larger cerebrums and smaller adrenal glands. 2 H. L. Mencken
Show full article (3.15Kb) |
nucleaire
Group: alt.fr.fao · Group Profile · Search for glands in alt.fr.fao
Author: fff
Date: Sep 8, 2008 12:16
... à la suite de l'incident nucléaire de l'IRE. ... Afficher tous les articles sur ce sujet Incident nucléaire de Fleurus: la glande thyroïde RTL Info.be - Bruxelles,Belgium ... d'iode radioactif dans leur glande thyroïde, conséquence potentielle de l'incident nucléaire survenu à l'Institut des radioéléments de Fleurus. ... Afficher tous les ...
Show full article (2.95Kb) |
Re: Any suggested workarounds for writing wrappers for functions that are to be passed as arguments?
Group: comp.lang.fortran · Group Profile · Search for glands in comp.lang.fortran
Author: Ron Ford
Date: Sep 8, 2008 00:33
.... I've never used fortran to integrate. What would f(x,y) look like in fortran, with, say, a parabola? -- War will never cease until babies begin to come into the world with larger cerebrums and smaller adrenal glands. 2 H. L. Mencken You could do something like this. FUNCTION Specific_Paraboloid(x,y) RESULT(f) REAL,INTENT(IN) :: x,y REAL :: f !!--begin--A=1.0 B=2.0 C=3.0 D=4.0 E=...
Show full article (3.86Kb) |
Re: Any suggested workarounds for writing wrappers for functions that are to be passed as arguments?
Group: comp.lang.fortran · Group Profile · Search for glands in comp.lang.fortran
Author: Will W.
Date: Sep 4, 2008 12:37
...'ve never used fortran to integrate. What would f(x,y) look like in fortran, with, say, a parabola? -- War will never cease until babies begin to come into the world with larger cerebrums and smaller adrenal glands. 2 H. L. Mencken You could do something like this. FUNCTION Specific_Paraboloid(x,y) RESULT(f) REAL,INTENT(IN) :: x,y REAL :: f !!--begin--A=1.0 B=2.0 C=3.0...
Show full article (3.87Kb) |
Re: Any suggested workarounds for writing wrappers for functions that are to be passed as arguments?
Group: comp.lang.fortran · Group Profile · Search for glands in comp.lang.fortran
Author: Will W.
Date: Sep 4, 2008 12:35
...> I've never used fortran to integrate. What would f(x,y) look like in fortran, with, say, a parabola? -- War will never cease until babies begin to come into the world with larger cerebrums and smaller adrenal glands. 2 H. L. Mencken You could do something like this. FUNCTION Specific_Paraboloid(x,y) RESULT(f) REAL,INTENT(IN) :: x,y REAL :: f !!--begin--A=1.0 B=2.0 C=3.0 D=4.0 E=5...
Show full article (3.29Kb) |
Re: Any suggested workarounds for writing wrappers for functions that are to be passed as arguments?
Group: comp.lang.fortran · Group Profile · Search for glands in comp.lang.fortran
Author: Will W.
Date: Sep 4, 2008 10:47
...Easy enough. I've never used fortran to integrate. What would f(x,y) look like in fortran, with, say, a parabola? -- War will never cease until babies begin to come into the world with larger cerebrums and smaller adrenal glands. 2 H. L. Mencken You could do something like this. FUNCTION Specific_Paraboloid(x,y) RESULT(f) REAL,INTENT(IN) :: x,y REAL :: f !!--begin--A=1.0 B=2.0 C=3.0 D=4.0 E=5.0 F=6.0 f = A*x...
Show full article (2.77Kb) |
|
|
|