search for: s1024

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

Did you mean: 1024
2009 Jul 28
3
dovecot 1.2.1 and sieve-0.9.1
...il.mud.yahoo.com (66.163.179.170) by mx1.securemailscan.com (MAILFOUNDRY) id uh1v8HvGEd6coQAw for xxxxxx at xxxxxx.com; Tue, 28 Jul 2009 22:33:52 -0000 (GMT) Received: (qmail 76116 invoked by uid 60001); 28 Jul 2009 22:33:52 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1248820432; bh=bMaME6CgqoU7EGtJwkX2i9rjL4ONpP79bbfuft4bEok=; h=Message-ID:X-YMail-OSG:Received:X-RocketSRV:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=as+pQdsUMeD/yiXAxceO3lYtDm/vCgjqDH1AS1OsfMfQITJV7YMRJSqBst1m4mHIgC0xyShetRIo6o3FEeLxDDOHYKUhy3V31MrS+0d7B+us4Nrjft7OZu3zV...
2017 Feb 06
0
Re: [PATCH v8 2/4] v2v: add function qemu_img_version to utils
...qemu-img that is lightweight to execute and succeeds if the option is > supported or fails otherwise. > > [ sorry for being so late with this ] Yes, I agree. My quick testing shows that the following command should be sufficent to test for the "offset" parameter: $ truncate -s1024 /tmp/test2 $ qemu-img create /tmp/test -f qcow2 -b 'json:{"offset":512,"file":{"filename":"/tmp/test2"}}' On RHEL 7.3 it fails with: qemu-img: /tmp/test: Block format 'raw' used by device '' doesn't support the option 'offset...
2008 May 01
1
Forecasting observations in ARFIMA
I would like to compute the next 15 observations for an ARFIMA(2,1,0) model along with confidence intervals. Can someone provide code? Many thanks. Jill ____________________________________________________________________________________ [[elided Yahoo spam]]
2008 Nov 04
2
TIme Series AR to MA and (viceversa)
Hi, I am new to using R for Time series analysis. I was wondering if there are any functions that can convert ARMA or ARIMA time series into their corresponding AR or MA time series representations (by calculating the corresponding AR or MA coefficients). Thanks a lot Kris.
2017 Feb 06
1
Re: [PATCH v8 2/4] v2v: add function qemu_img_version to utils
...d or fails otherwise. > > > > [ sorry for being so late with this ] > Good point. I didn't think this through. > Yes, I agree. My quick testing shows that the following command > should be sufficent to test for the "offset" parameter: > > $ truncate -s1024 /tmp/test2 > $ qemu-img create /tmp/test -f qcow2 -b 'json:{"offset":512,"file":{"filename":"/tmp/test2"}}' > > On RHEL 7.3 it fails with: > > qemu-img: /tmp/test: Block format 'raw' used by device '' doesn't suppo...
2005 Sep 06
4
Which Linux distribution?
We have tried Asterisk 1.0.9 on FC4 and have never been able to get CAPI (with Fritz card, fcpci) to work properly. Apart from that Asterisk works fine in switching internal calls. But it's useless if we can't make outgoing calls on our ISDN line. We are considering abandoning FC4 for Debian or SuSe. What is the general concensus on the best Linux to run Asterisk with CAPI? /Why Tea
2008 Jul 08
6
Question: Beginner stuck in a R cycle
Dear All, I have a database of 200 observations named myD. In the dataframe there are a column named code (with codes varying from 1 to 77), a column named "prevalence" with some quantitative measurements are given and an column named Pr_mean, with no values. I would like to set a cycle to compute the average of prevalence values for each different code and store the averages under the
2017 Feb 04
8
[PATCH v8 0/4] Import directly from OVA tar archive if possible
v8: - split the big patch into several commits v7: - rebased because patch 1/3 has been pushed - changes to nsplit have been dropped (2/3) - addressed Richard's comments, notably the subfolder function was moved to mllib and renamed to subdirectory v6: - just rebase v5: - rebase, patches 1,3,5 were merged - 1/3: we still need to discuss whether to detect compressed discs - 2/3: -