search for: tash

Displaying 7 results from an estimated 7 matches for "tash".

Did you mean: bash
1999 May 14
1
HDF5 support in R
...HDF file, I get this message: Error in hdf5load(file, load) : HDF5 support unavailable -- Terry J. Westley, Principal Engineer Veridian Engineering, Calspan Operations twestley at buffalo.veridian.com http://www.veridian.com/ ------------------------------------------------------- Author of TASH, an Ada binding to Tcl/Tk. Visit the TASH web site at http://tash.calspan.com. ------------------------------------------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send &q...
1999 Jun 21
0
measure displayed size of a character string
...| | | +-France | +------------------ -- Terry J. Westley, Principal Engineer Veridian Engineering, Calspan Operations twestley at buffalo.veridian.com http://www.veridian.com/ ------------------------------------------------------- Author of TASH, an Ada binding to Tcl/Tk. Visit the TASH web site at http://tash.calspan.com. ------------------------------------------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send &q...
1999 May 07
1
using text() to write into left margin
...work as I've come to expect on the PC, maybe there's a better way I've missed? -- Terry J. Westley, Principal Engineer Veridian Engineering, Calspan Operations twestley at buffalo.veridian.com http://www.veridian.com/ ------------------------------------------------------- Author of TASH, an Ada binding to Tcl/Tk. Visit the TASH web site at http://tash.calspan.com. ------------------------------------------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send &q...
2013 Jun 07
2
Dovecot IMAP
This is my first experience of the mail server. Set up a mail server from Postfix + Dovecot with the MySQL authorization. When you create a new user dovecot makes strange folder structure: the 'inbox' contains 'juncus', 'tash', 'sent' etc. ie 'sent' and other folders are subdir to the 'inbox'. My result: 04 LIST "" "*" * LIST (\HasChildren) "." "INBOX" * LIST (\HasNoChildren) "." "INBOX.Trash" I want: 04 LIST "" "*...
2013 Jun 12
2
Dovecot 2 + IMAP
This is my first experience of the mail server. Set up a mail server from Postfix + Dovecot with the MySQL authorization. When you create a new user dovecot makes strange folder structure: the 'inbox' contains 'juncus', 'tash', 'sent' etc. ie 'sent' and other folders are subdir to the 'inbox'. How to make the imap folders 'sent', 'trash' and others were not affiliated? I have IMAP answer: . list "" "*" * LIST (\HasChildren) "." "INBOX"...
1999 Apr 30
2
Graphs
I am trying to use the Windows version of R to do the following: - Have a Delphi front-end which gets the user input - Delphi will produce a R script, do a system call to R to calculate the statistics. Is there a better way? Maybe a library one can use in Delphi or Visual C? - How do one see a graph? A graph is plotted in a window which IMMEDIATELY closes afterwords so that one can't
2006 Mar 27
1
Is there a way to persist a Hash in ActiveRecord?
I can''t seem to figure out a way to persist a hash attribute in ActiveRecord. Let''s say I have a Game, which has a many-to-many with players. Each player has an index, but the array can have empty spaces in it (since a game might not be filled up yet). I''d like to model this using a hash, with position --> player mapping. (What I don''t want to do is