flist
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 14 articles for 0.000 sec
Re: The structure contains one or more misaligned fields     

Group: comp.lang.fortran · Group Profile · Search for flist in comp.lang.fortran
Author: Fei Liu
Date: Apr 4, 2008 11:51

... warnings. type ESMF_FieldBundleType sequence type(ESMF_Base) :: base ! base class object type(ESMF_Field), dimension(:), pointer :: flist type(ESMF_Status) :: bundlestatus type(ESMF_Status) :: gridstatus type(ESMF_Grid) :: grid ! associated globalGrid type(ESMF_LocalFieldBundle) :: ...
Show full article (1.48Kb) · Show article thread
Re: Haskell - 2 minor problems     

Group: comp.lang.functional · Group Profile · Search for flist in comp.lang.functional
Author: Xcriber51
Date: Mar 23, 2008 04:33

...t make clear), I was only fooling around with the idea of using a binary function recursively in a list context... fbin x y = ... flist (x:xs) = fbin x (flist xs) ..and 0 was the first (habitual) thing to place at the first line to terminate the recursion. All this because I still don't get the ...
Show full article (0.73Kb) · Show article thread
Re: functors and runtime vs compile time     

Group: comp.lang.functional · Group Profile · Search for flist in comp.lang.functional
Author: Vesa Karvonen
Date: Nov 15, 2007 23:35

...> However, if I had defined in advance structure FList = F(List) structure VList = F(Vector) and val string2structure = fn "list\n" => let open FList in app print ["a","b","c"] end Here I would write FList.app. Use of open makes this longer. | "... with accessing a value inside a module (e.g. FList.app) is not specified. In practice, a few ...
Show full article (4.42Kb) · Show article thread
functors and runtime vs compile time     

Group: comp.lang.functional · Group Profile · Search for flist in comp.lang.functional
Author: michele.simionato
Date: Nov 15, 2007 22:27

... know in advance the user input, so it cannot optimize much. However, if I had defined in advance structure FList = F(List) structure VList = F(Vector) and val string2structure = fn "list\n" => let open FList in app print ["a","b","c"] end | "vector\n" => let open FVector in app print #["A...
Show full article (1.68Kb)
keyring support     

Group: gnu.emacs.sources · Group Profile · Search for flist in gnu.emacs.sources
Author: Tom Tromey
Date: Sep 1, 2007 21:44

... } static void get_or_delete (int argc, char *argv[], gboolean delete) { GList *flist = NULL; GnomeKeyringFound *found; GnomeKeyringAttributeList *attrs = compute_attributes (argc, argv); if ... if (flist == NULL) exit (delete ? 0 : 1); found = (GnomeKeyringFound *) flist->data; if (delete) { if (gnome_keyring_item_delete_sync (NULL, found->item_id) != ...
Show full article (8.30Kb)
Class da una stringa     

Group: it.comp.lang.delphi · Group Profile · Search for flist in it.comp.lang.delphi
Author: Max
Date: May 29, 2007 03:41

..., restituisce su una stringlist (anch'essa come parametro) la lista dei sui antenati. Questo e' il prototipo: procedure AncestorClass(AClass: TClass; AList: TStringList); E la chiamo così AncestorClass(TButton, Flist); Ora vorrei fare in modo che il parametro classe da passare alla routine, sia da "estrarre" da una stringa, questo per fare in modo di mettere a video un TEdit dove ...
Show full article (0.85Kb)
Re: Old Fortran version     

Group: comp.lang.fortran · Group Profile · Search for flist in comp.lang.fortran
Author: David Flower
Date: Feb 20, 2007 07:45

... on tree's growth etc. This data is then read by a Fortran program, handled and printet. No problem so far. It is believed that the compiler ran on a Norsk Data system. The printout of the tape shows some headers, which might be helpful in deciding which type of system was used : FILE 1 PAGE 1 FORMAT COPY,G REEL ? NISKOS PAGE 1 FLISTED: 86. 3-18 ODD*VAR(1).
Show full article (0.74Kb)
Re: Old Fortran version     

Group: comp.lang.fortran · Group Profile · Search for flist in comp.lang.fortran
Author: George Baltz
Date: Feb 20, 2007 06:52

... ran on a Norsk Data system. The printout of the tape shows some headers, which might be helpful in deciding which type of system was used : FILE 1 PAGE 1 FORMAT COPY,G REEL ? NISKOS PAGE 1 FLISTED: 86. 3-18 ODD*VAR(1). resp NBMOST*PROGRAM(1). The ODD*VAR type looks like this THIS IS PROBABLY A @DATA FILE OCTAL FD ASCII 500130000000 *Г†S@@@ @X ...
Show full article (2.25Kb) · Show article thread
Old Fortran version     

Group: comp.lang.fortran · Group Profile · Search for flist in comp.lang.fortran
Author: Nico de Jong
Date: Feb 19, 2007 23:08

...It is believed that the compiler ran on a Norsk Data system. The printout of the tape shows some headers, which might be helpful in deciding which type of system was used : FILE 1 PAGE 1 FORMAT COPY,G REEL ? NISKOS PAGE 1 FLISTED: 86. 3-18 ODD*VAR(1). resp NBMOST*PROGRAM(1). The ODD*VAR type looks like this THIS IS PROBABLY A @DATA FILE OCTAL FD ASCII 500130000000 *
Show full article (0.71Kb)
Re: D7E : errore "control has no parnet window" utilizzando frame ereditati     

Group: it.comp.lang.delphi · Group Profile · Search for flist in it.comp.lang.delphi
Author: Alberto Salvati
Date: Dec 19, 2006 23:48

...e lo passo al metodo switch: var NewItem: TFrameItem; begin Result := -1; if Assigned(FActiveItem) and (FActiveItem.Id = AId) then exit; NewItem := FList.FindById(AId); if Assigned(NewItem) then begin if Assigned(FActiveItem) then FActiveItem.Disable; NewItem.Enable(FForm, FGridPanel, FEditPanel); FActiveItem := NewItem; Result :=...
Show full article (3.99Kb) · Show article thread
1 · 2 · next