Displaying 17 results from an estimated 17 matches similar to: "win32, ssh and rsync"
2008 Mar 14
1
Tr: RE : getting a Creative Soundblaster card to work
Forwarding this to wine-users, I made a mistake while sending.
Gardou J?r?me <jgardou at yahoo.fr> a ?crit : Date: Fri, 14 Mar 2008 14:09:42 +0100 (CET)
De: Gardou J?r?me <jgardou at yahoo.fr>
Objet: RE : [Wine] getting a Creative Soundblaster card to work
?: Susan Cragin <susancragin at earthlink.net>
Cc: wine-user at winehq.org
Susan Cragin <susancragin at
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
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) :
2010 Nov 24
2
Change the class of columns in a data frame
Hi.
First of all, excuse me if I do any mistakes, but English is not a language
I use very often.
I have a data frame with numbers. A small part of the data frame is this:
nominal ordinal
2 2
2 1
2 1
2 2
So, I want to use the gower distance function on these numbers.
Here (
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
2009 May 11
1
Sieve & Regex
Hi all
I'm trying to create a new sieve rule.
What I would like to do is catch "From" addresses that
are equal to the rightpart (hostname) of a message-id.
For example:
Message-ID: <000d01c9d23a$941a7db0$6400a8c0 at upwabm>
From: "Leanne Crabtree" <upwabm at blomberg-co.com>
I would like to catch this mail, because it has
"upwabm" on the right part
2016 Sep 06
3
sieve - find in header
Hello list,
have a problem with sieve script. I want to perform an action if an
arbitrary headerline contains a defined string.
I tried with regex:
if header :regex [".*"] ["searchstri.*"]
{
fileinto "junk";
}
This is not working because regex is only used in 2nd argument
["searchstri.*"]
In 1st argument [".*"] no regex is used, sieve
2012 Jun 11
1
[LLVMdev] include files
The LLVM Coding Standards discuss include files at some length.
Suggests that the minimal list of includes be listed.
Experimenting, I find the list is much shorter that used by most passes,
perhaps only 3 or 4 files, probably because the necessary declarations
are included indirectly. For example, I might get away with
a .h file including only
#include "llvm/Analysis/AliasAnalysis.h"
2020 Jun 12
0
How to change SIP header TO: ?
Hello friends.
I have a softswitch in which I cannot create a list of blocked source
numbers; So, I have thought to use Asterisk and return a 302 message
when the number can make the call, my dialplan is as follows:
[from-external]
exten => _AX.,1,Verbose(=======> ${CALLERID(num)} to ${EXTEN})
same => n,Set(MYDESTINY=${REPLACE(${EXTEN},A,)})
same =>
2019 Aug 27
1
Group emails based on custom header
Hi,
Can i "group by" e-mails based on custom header in imap?
According to my experience if i use "XX UID SEARCH INTHREAD REFS HEADER
myheader myvalue" i receive? emails UID gathers by HEADER+VALUE, but in
this way i need to fetch all emails using several imap SEARCH.
Has dovecot any features that would help me do this?
Thank you!!
-------------- next part --------------
An
2008 Jul 02
0
runtime smtp settings
Hi,
How can i have runtime smtp settings. I need to change the settings
depending on from which email address(smetimes Yahoo, sometimes gmail)
i need to send the mail
Thank you.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to
2012 Dec 18
1
Call function only when running via R CMD check?
Hi Henrik (and list),
I am interested in a similar feature, and would be happy to see the
suggestions you got off-line :)
Have you come up with a robust solution, which would work in a variety
of situations (in examples, tests, \Sexpr calls, etc..)?
Thank you.
Bests,
Renaud
--
Renaud Gaujoux
Computational Biology - University of Cape Town
South Africa
2011 Aug 03
1
[LLVMdev] dwarf directory table and file table
On 2 August 2011 20:02, Devang Patel <dpatel at apple.com> wrote:
> Hi Nick,
>
> On Aug 2, 2011, at 6:56 PM, Nick Lewycky wrote:
>
> > I've been looking into the debug info in llvm recently. After conferring
> with a DWARF expert, I think what we really want for a file is to enter the
> actual name of the header that the preprocessor found between "" or
2002 Oct 28
6
Carrying non-audio data in an Ogg/Vorbis I stream
Hello,
I would like to "piggy-back" other data in an Ogg/Vorbis I physical stream
(i.e. file) in a manner that does not conflict with specifications and
existing decoders/players/editors etc.
As far as I can see, I have some possible choices:
1 - Chaining a logical bistream at the end. If this is the way to go, two
questions arise to begin with:
q1a - How to identify this stream in a