search for: youcan

Displaying 8 results from an estimated 8 matches for "youcan".

Did you mean: toucan
2005 Aug 11
1
win32, ssh and rsync
...d I have successfully used is: rsync -Rrazvvu -e "ssh -i .ssh/pvt" /cygdrive/c/dirname username@1.2.3.4:BACKUP [where BACKUP is a directory /home/username/BACKUP ] This reports "opening conection using " : ssh -i .ssh/pvt -l username rsync --server -vvulogDtprRz . BACKUP [and youcan see the process on the server... ie: rsync --server -vvulogDtprRz . BACKUP ] After which te synchronisation takes place. I have written a compiled vb wrapper programto perform this operation - however it does not run from the windows 2003 scheduler. I thus want to know if the command can be bro...
2008 May 07
1
dlm with constant terms
Hi, I am trying to figure how to use dlm with constant terms (possibly time-dependent) added to both equations y_t = c_t + F_t\theta_t + v_t \theta_t = d_t + G_t\theta_{t-1} + w_t, in the way that S-PLUS Finmetrics does? Is there any straightforward way to transform the above to the default setup? Thanks, Tsvetan -------------------------------------------------------- NOTICE: If received in
2008 Mar 14
1
Tr: RE : getting a Creative Soundblaster card to work
...But the option doesn't come up under winecfg. And my application (Dragon NaturallySpeaking) doesn't see it. Any suggestions? Wine does not "see" your card directly, it uses alsa or OSS to handle sound. In the audio tab of winecfg, chose one of them. alsa is recommanded, but youcan falback to OSS in case you have problems. --------------------------------- Envoy? avec Yahoo! Mail. La boite email la plus appreci?e au monde. --------------------------------- Envoy? avec Yahoo! Mail. La boite email la plus appreci?e au monde. -------------- next part...
2005 Dec 28
3
Unit tests, Fixtures, Authority Data, Oh my!
Yo guys... I''m starting to get into testing my current e-commerce Rails app before I Engine-ify it...(Codename "Substruct" - don''t sleep!) I''ve got some data that should be loaded before each test. Convention tells me that I should prepare this data in nice YML files as fixtures, although I''m not quite so sure. The data in question is a country list
2001 Mar 10
3
fatal signal 11
I downloaded the latest wine from the cvs site and ran its ./tools/wineinstall. It ran for quite a while and croaked on /wine/server/semaphore.c. Basically, gcc says "Internal compiler error: program cc1 bog fatal signal 11". The compiler is 2.91.66 (aka egcs-1.1.2 release) and compiles other programs including 2.4.1 & 2.4.2 Linux kernels just fine. I am puzzled what 'fatal
2004 Dec 27
1
splot.screen: multiple plots
I have multiple conditions that I would like to plot in a grid. To save space, I don't need the ticks, labels etc on the plots which are not on the outside. I tried split.screen, but if it is clearer to use, it seems pretty rigid since it decides of each screen size apriori while I need more space for the left column and top or bottom row screens than for the other plots. axis(1,tick=FALSE)
2012 Mar 19
4
regression with proportion data
Hello, I want to determine the regression relationship between a proportion (y) and a continuous variable (x). Reading a number of sources (e.g. The R Book, Quick R,help), I believe I should be able to designate the model as: model<-glm(formula=proportion~x, family=binomial(link="logit")) this runs but gives me error messages: Warning message: In eval(expr, envir, enclos) :
2006 Nov 29
6
How do I create an array to represent an empty record?
Here''s something that''s a snap to do in desktop database management systems (like Paradox or Access) but I haven''t figured out how to do it in RoR, and can''t seem to find any examples by googling, etc. My overall goal is to create a temporary space in which to create and process a single new record (representating a payment transaction), and when I''m