|
|
|
|   |
|
|
| Last week most active authors |
| No posts for a week |
|
|
|
  |
|
|
|
|   |
| Last active threads |
How to create a new folder in FORTRAN 77?
Started Praveen.Kumar.Jayaram · Date: Aug 22, 2008 03:39 ·
14 post(s) |
calling C from fortran
Started rudra · Date: Jul 22, 2008 22:59 ·
9 post(s) |
Upgrade sql server 2000 to 2005
Started Jamal · Date: Jul 21, 2008 10:21 ·
2 post(s) |
Talmudyczna wersja świata
Started mkarwan · Date: Jun 2, 2008 06:45 ·
17 post(s) |
Vinyl Record $6 Clearance Sale
Started starry · Date: May 28, 2008 18:06 ·
1 post(s) |
Reinitialising random number generator
Started Arjen Markus · Date: May 22, 2008 02:22 ·
18 post(s) |
Race for the Democratic Nomination
Started Faye · Date: May 6, 2008 21:57 ·
117 post(s) |
use module to pass data between procedures
Started Mike · Date: Apr 22, 2008 01:22 ·
19 post(s) |
Talmudyczna wersja świata
Started mkarwan · Date: Mar 19, 2008 11:42 ·
2 post(s) |
String manipulation for newbie
Started Bamm · Date: Mar 6, 2008 02:29 ·
35 post(s) |
|
| Last week hot threads |
| No posts for a week |
|
|
|
|
  |
| Latest posts |
Re: How to create a new folder in FORTRAN 77?
Group: comp.lang.fortran · Group Profile · Search for jamal in comp.lang.fortran
Author: Dave Seaman
Date: Aug 22, 2008 04:46
On Fri, 22 Aug 2008 03:39:23 -0700 (PDT), Praveen.Kumar.Jayaram@gmail.com wrote: Hi, How to create a folder if it doesn't exist using FORTRAN 77 language? Nobody had heard of "folders" on computers when the Fortran 77 standard was written. -- Dave Seaman Third Circuit ignores precedent in Mumia Abu-Jamal ruling. <http://www.indybay.org/newsitems/2008/03/29/18489281.php>
Show full article (0.38Kb) |
Re: calling C from fortran
Group: comp.lang.fortran · Group Profile · Search for jamal in comp.lang.fortran
Author: Dave Seaman
Date: Jul 23, 2008 12:57
... what's on line 6 cannot follow what's on line 5. Did you try reversing the order of those two lines? No, the problem is that line 4 was wrapped into lines 4 and 5. Reuniting the two lines into one would fix the problem. Ah, ok. Part of the context had been snipped by the time I saw it. -- Dave Seaman Third Circuit ignores precedent in Mumia Abu-Jamal ruling. <http://www.indybay.org/newsitems/2008/03/29/18489281.php>
Show full article (0.64Kb) |
Re: calling C from fortran
Group: comp.lang.fortran · Group Profile · Search for jamal in comp.lang.fortran
Author: Dave Seaman
Date: Jul 23, 2008 07:25
....f90:5.31: BIND(C,name="operating_system") 2 Error: USE statement at (1) cannot follow attribute declaration statement at (2) The compiler is telling you that what's on line 6 cannot follow what's on line 5. Did you try reversing the order of those two lines? -- Dave Seaman Third Circuit ignores precedent in Mumia Abu-Jamal ruling. <http://www.indybay.org/newsitems/2008/03/29/18489281.php>
Show full article (0.73Kb) |
Re: Upgrade sql server 2000 to 2005
Group: microsoft.public.sqlserver.setup · Group Profile · Search for jamal in microsoft.public.sqlserver.setup
Author: Ekrem Önsoy
Date: Jul 21, 2008 12:49
Hi Jamal, You can't have two identical Named Instances on an Operating System nor you can't change the name... to Instance which is configured by you in this Alias' "Server" value. -- Ekrem Önsoy "Jamal" <jma@newsgroups.nospam> wrote in message news:%%23WLYTX16IHA.5292@TK2MSFTNGP02.phx.gbl... All,...> Is it possible to have the same instance on both or rename the instance. Any help would be appreciated. Jamal
Show full article (1.32Kb) |
Upgrade sql server 2000 to 2005
Group: microsoft.public.sqlserver.setup · Group Profile · Search for jamal in microsoft.public.sqlserver.setup
Author: Jamal
Date: Jul 21, 2008 10:21
...server 2000 to 2005 using a side by side setup. I'm running into an issue with the named instance being created on SQL 2005 being different which will require all of our users/programs odbc to change. I'm trying to see if there is an easy way to migrate to the new instance with out changing all the odbc connections. Is it possible to have the same instance on both or rename the instance. Any help would be appreciated. Jamal
Show full article (0.48Kb) |
Talmudyczna wersja świata
Group: pl.soc.polityka · Group Profile · Search for jamal in pl.soc.polityka
Author: mkarwan
Date: Jun 2, 2008 06:45
... żydowscy, zwłaszcza nielegalni osadnicy na ziemiach arabskich, którzy twierdzą, że Bóg dał im te ziemie. Typowym wydarzeniem w kwietniu 2002 było morderstwo dwu kalekich Arabów palestyńskich, Kemal'a Zughayer'a i Jamal'a Rashid'a obaj na wózkach inwalidzkich, w obozie uciekinierów w Jenin, na zachodnim brzegu Jordanu, przejechanych przez izraelskie czołgi w czasie zawalania ich domów. Terror izraelski często posługuje się dużymi bombami ...
Show full article (5.36Kb) |
Vinyl Record $6 Clearance Sale
Group: rec.music.progressive · Group Profile · Search for jamal in rec.music.progressive
Author: starry
Date: May 28, 2008 18:06
... Evans, Grover Washington Jr., Johnny Hammond, Stan Getz, Pearl Bailey, Duke Pearson, Stan Getz, Stanley Turrentine, Ellis Larkins, Harry James, Nancy Wilson, Benny Carter, Louis Armstrong, Woody Herman, Fats Waller, Ahmad Jamal, Ella Fitzgerald, Eric Gale, Weather Report, Art Tatum, and many more. ROCK: Twisted Sister, Bobby Vee, Skinsect, Frozen Concentrate, Maximum America, Steely Dan, The Byrds, Johnny Winter, The Pretenders, The ...
Show full article (2.13Kb) |
Re: Reinitialising random number generator
Group: comp.lang.fortran · Group Profile · Search for jamal in comp.lang.fortran
Author: Dave Seaman
Date: May 22, 2008 07:46
...seeding should be treated as opaque.) The contents of the PUT array is under the programmer's control, as long as it is a default integer array of rank one and has the correct size, as determined by a previous call. However, the exact way the array is treated by the call is up to the implementor. -- Dave Seaman Third Circuit ignores precedent in Mumia Abu-Jamal ruling. <http://www.indybay.org/newsitems/2008/03/29/18489281.php>
Show full article (1.45Kb) |
Re: Reinitialising random number generator
Group: comp.lang.fortran · Group Profile · Search for jamal in comp.lang.fortran
Author: Dave Seaman
Date: May 22, 2008 05:15
...Arjen He said the seeding method is standard f95, so it can be used portably. The size of the seed is implementation dependent, because the length of the period of a PRNG is limited by the size of the seed, and therefore it would be unwise to constrain implementors in their choice of an algorithm. -- Dave Seaman Third Circuit ignores precedent in Mumia Abu-Jamal ruling. <http://www.indybay.org/newsitems/2008/03/29/18489281.php>
Show full article (1.24Kb) |
Re: Race for the Democratic Nomination
Group: nashville.general · Group Profile · Search for jamal in nashville.general
Author: David Moffitt
Date: May 15, 2008 14:06
...Morad al-Sorori both retained five years in prison for forging identification documents. Jamal al-Badawi was originally sentenced to death by a Yemeni court for his... large. In May 2003 after their escape from prison the month prior, Jamal Ahmed Mohammed Ali Al-Badawi and Fahd al-Quso ak/ak Fahd al... offenses. Both al-Quso and al-Badawi were recaptured in March 2004. Jamal Al-Badawi escaped from prison again in 2006 along with 22 other ...
Show full article (10.55Kb) |
|
|
|