I10e
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 182 articles for 0.001 sec
Re: the TRUTH at last     

Group: alt.nuke.the.usa · Group Profile · Search for I10e in alt.nuke.the.usa
Author: The Black Goat With A Thousand Young
Date: Aug 30, 2008 16:00

...I left Lakeland about noon and was in no rush to get to JAX. I stopped for lunch and later caught I10 at Lake City and headed to my motel at JAX. But I decided to fill with gas first...which I ...is full and I'm ready for the next day's activities. I didn't see any stations around I5 and I10 so I turned south instead of north to find a station. I did a few miles down the road. Gassed...
Show full article (11.97Kb) · Show article thread
Re: the TRUTH at last     

Group: alt.nuke.the.usa · Group Profile · Search for I10e in alt.nuke.the.usa
Author: Karen
Date: Aug 30, 2008 10:52

...I left Lakeland about noon and was in no rush to get to JAX. I stopped for lunch and later caught I10 at Lake City and headed to my motel at JAX. But I decided to fill with gas first...which I ... is full and I'm ready for the next day's activities. I didn't see any stations around I5 and I10 so I turned south instead of north to find a station. I did a few miles down the road. Gassed ...
Show full article (6.67Kb) · Show article thread
TENDER YOUNG HOLES - l_5f6594b1a8c58efacbd6144ee157c39a.jpg     

Group: alt.personals.phone · Group Profile · Search for I10e in alt.personals.phone
Author: TALK SUGAR BABY
Date: Aug 5, 2008 18:52

...M(I"&D9J-ACI4Q%%1L,TTPL-CN'B/4D5J6URLN/6LEA35=HVW+6D9F4J?8Z=,& MI16/9:DC820X/K6LK@KD&MT[F+5B2G!@>E0E_>FA\4"+0-**J>9[TOG>].X6 M+1Z53N^8\9Y/%%*;@`$DC`J33;-M1F,\I(A4_*/6DW?01I62_Z.B*.@K6MH@B MY[FHXXE10B``5:48&*LB3%%I10!3L4$C<T[M11FJ`0TVE)IF:D!2:3-)10`4T MTII*0#:6D-`-44!I#P*1F`J)Y,"D%%AY;%%1M)BH'FQWJN]QCO3&6FF`[U$T_O M5![GK4#SDGK0!H-<@=ZC-T/6LYI#ZTS>?6E<=C1:[]Z9]L]ZSF<^M,WGUI7" MQJB\]ZE6[&.36'O...
Show full article (31.51Kb)
Re: Kim byl Mieczyslaw Wachowski?     

Group: pl.soc.polityka · Group Profile · Search for I10e in pl.soc.polityka
Author: Gupi KOwiec
Date: Jun 22, 2008 08:52

...@interia.pl> wrote in message news:g3lpto$9op$1@news.interia.pl... Użytkownik Sanctum Officium napisał: Użytkownik "brat_olin" <brat_olin@yahoo.com> napisał w wiadomości news:g3lmu8$i10$1@news.onet.pl... "Sanctum Officium" <homofob@tylko.normalnosc> wrote Oficerem na etacie niejawnym? Pytam, bo sprawa chyba nie do końca wyjaśniona. Stawiam na ...
Show full article (0.74Kb) · Show article thread
Re: Kim byl Mieczyslaw Wachowski?     

Group: pl.soc.polityka · Group Profile · Search for I10e in pl.soc.polityka
Author: piotr
Date: Jun 22, 2008 08:13

Użytkownik Sanctum Officium napisał: Użytkownik "brat_olin" <brat_olin@yahoo.com> napisał w wiadomości news:g3lmu8$i10$1@news.onet.pl... "Sanctum Officium" <homofob@tylko.normalnosc> wrote Oficerem na etacie niejawnym? Pytam, bo sprawa chyba nie do końca wyjaśniona. Stawiam na przynajmniej majora, choc ppulk. nie wykluczam, i na stalej pensji z dodatkami. ...
Show full article (0.61Kb) · Show article thread
Re: Kim byl Mieczyslaw Wachowski?     

Group: pl.soc.polityka · Group Profile · Search for I10e in pl.soc.polityka
Author: matusm
Date: Jun 22, 2008 07:44

Użytkownik "brat_olin" <brat_olin@yahoo.com> napisał w wiadomości news:g3lmu8$i10$1@news.onet.pl... "Sanctum Officium" <homofob@tylko.normalnosc> wrote Oficerem na etacie niejawnym? Pytam, bo sprawa chyba nie do końca wyjaśniona. Stawiam na przynajmniej majora, choc ppulk. nie wykluczam, i na stalej pensji z dodatkami. Przy Bolku to przynajmniej pelny pulkownik,w ...
Show full article (0.96Kb) · Show article thread
Re: Tenere     

Group: nl.motorfiets · Group Profile · Search for I10e in nl.motorfiets
Author: Bonzo
Date: Jun 19, 2008 23:35

...inlevingsvermogen vereist. ;-) Nah de eerste GS boxer in die lijn is nog altijd de R69GS, en de werkelijk eerste in de lijn der GSsen is zelfs nog veel ouder,maar is een eenpitter, namelijk de R4/R35GS (http://i10.ebayimg.com/07/i/000/f5/25/3e4c_1.JPG) Dat is eigenlijk ook het vreemde aan die kürzel van BMW, alleen in het G/S zit een keuze mogelijkheid tussen de G en S, terwijl het later ...
Show full article (1.46Kb) · Show article thread
Re: write     

Group: comp.lang.fortran · Group Profile · Search for I10e in comp.lang.fortran
Author: Arjen Markus
Date: Jun 17, 2008 01:15

..., that is a totally different problem. You can write to a string like this (the technical term is writing to an internal file): character(len=100) :: string integer :: answer write( string, '(a,i10)' ) 'The answer is ', answer The only difference is that you specify the name of a string variable (or an element of a string array, string(i), for instance). It makes no difference ...
Show full article (3.18Kb) · Show article thread
Re: problem with very small numbers - g95 versus gfortran     

Group: comp.lang.fortran · Group Profile · Search for I10e in comp.lang.fortran
Author: James Van Buskirk
Date: May 29, 2008 00:12

...kind(c10)) complex(10), parameter :: x10 = cos(c10) integer(kind(1)+int(1/x10)) i10 write(*,*) x4 write(*,*) kind(i4) write(*,*) x8 write(*,*) kind(i8) write(*,*) x10 write(*,*) kind(i10) end program mega2 C:\gcc_mingw64a\test\denormal>x86_64-pc-mingw32-gfortran mega2.f90 -omega2 C:\gcc_mingw64a\...
Show full article (2.25Kb) · Show article thread
Re: Avoided "set but never used" warnings for dummy variable reads     

Group: comp.lang.fortran · Group Profile · Search for I10e in comp.lang.fortran
Author: glen herrmannsfeldt
Date: May 1, 2008 16:50

..., useful, data due to reading files we have no control over. As we don't need nblocks_dum, this produces a "set but never used" warning for nblocks_dum. You might try Tabbing past the input field, if the format has a specified width. ( i10, 3e20.10) --> ( 10X, 4e20.10) (Obviously, this fails with list-directed i/o, It also fails for unformatted I/O. -- glen
Show full article (0.58Kb) · Show article thread
1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · next