Displaying 20 results from an estimated 1200 matches similar to: "FYI: Package installation problem with windows"
2007 Dec 20
1
Recursive solution with for()
Hello,
i just ran into the following problem: I wanted to recursively solve
equations of the type x_1[t]=x_1[t+1]+beta*x_2[t], and used a for-loop
written
for(j in c(1:t-1, recursive=TRUE){
...
}
This didn't work, so i resolved to writing
for(j in c(10,9,...,1){
which worked, but is not terribly efficient. So, what did I do wrong?
Thanks in advance,
Owe
--
Owe Jessen
Diplom-Volkswirt
2007 Jul 26
1
Download multiple stock quotes in a loop
Hi all,
this should be a simple question, but I haven't been able to do it
right. I am trying to download multiple stock quotes in a loop, so that
every timeseries is safed with the symbol of the stock. Can anybody help
me out? Here's the code:
require(tseries)
startd <- "2000-06-01"
stocks <- c("bmw.de", "vow.de", "dte.de")
for(stock in
2008 Apr 29
2
Problem installing packages
Hi,
when I try installing new packages (in this case DBI) I run into the
following problem:
Paket 'DBI' erfolgreich ausgepackt und MD5 Summen abgeglichen
Warnung: kann tempor?re Installation
'C:\Programme\R\R-2.7.0\library\file5f906952\DBI' nicht nach
'?
xlD?? $@\R\R-2.7.0\libra' verschieben
Has anybody any idea where these strange symbols come from?
Thanks in
2007 Jul 16
1
How to write a data.frame into n different csv-files
Hello,
I want to write a data.frame with 10 different entries x (by index y)? into ten different csv-files.
In every output file should be one of the ten numbers of x.
I tried this one, but I can't write into ten different files, like test1.csv to test10.csv:
x <- rnorm(10)
y <- c(1:10)
z <- data.frame(y,x)
n <- nrow(z)
for (i in 1:n) write.csv(z$x[i],
2009 Jan 22
0
hvm phy-disc doesnt boot (file-disc does) (debian dom0, SLES domU)
Hi,
we have a debian etch system running here and it works fine for hvms (winxp)
and paras (debian etchs).
Today i tried to do a SLES10SP2 setup as hvm (in the future it should run as
para). I used this config:
---------------
xenserver:/etc/xen# cat gp2backuptest.cfg
kernel = ''/usr/lib/xen-default/boot/hvmloader''
builder = ''hvm''
2011 Jul 26
1
sieve, vacation - lda-dupes being ignored?
Environment: dovecot 2.0.9, postfix 2.6, Pigeonhole 0.2.2
I'm in the process of setting up vacation auto-reply for the first time,
(it's that time of the year) and it looks like .dovecot.lda-dupes is
being updated, but not read (or just ignored).
my vacation script:
require ["vacation","variables"];
# get hold of the subject
if header :matches "Subject"
2009 Mar 13
1
print median and sd...
Hii,
Can anybody help me, I don't know how to print the "median". Below is my
code snipplet...
x
<-read.table(file="D:/Uni/Diplom/Diplom/Grafiken/R/BATMAN/Kabel/Batman1hop/Standardabweichung__output_30_1_Kabel(30m)_b.txt")
png(filename = "D:/Grafiken/R/Standardabweichung/Kopie.png", width = 640,
height = 480,pointsize = 12, bg = "white", res =
2015 Aug 25
2
sieve_after seems to be ignored ?
Per Jessen wrote:
> Per Jessen wrote:
>
>> Michael Kliewe wrote:
>>
>>> Hi Per,
>>>
>>> On 25.08.2015 11:40, Per Jessen wrote:
>>>> sieve and managesieve are both working fine, have been for years.
>>>> Now I want to add a sieve_after script:
>>>>
>>>> /etc/dovecot/conf.d/90-sieve.conf :
2015 Aug 25
2
sieve_after seems to ignored ?
Michael Kliewe wrote:
> Hi Per,
>
> On 25.08.2015 11:40, Per Jessen wrote:
>> sieve and managesieve are both working fine, have been for years. Now
>> I want to add a sieve_after script:
>>
>> /etc/dovecot/conf.d/90-sieve.conf :
>>
>> plugin {
>> sieve = ~/.dovecot.sieve
>> sieve_dir = ~/sieve
>> sieve_before =
>>
2018 Nov 30
4
DMARC policies
Same problem here. I clicked the unsubscribed button, but didnt receive
the email.
Regards
Jan
On 30. 11. 18 10:50, glide3 at gmail.com wrote:
> Same problem here.
>
> https://dovecot.org/mailman/options/dovecot-news
>
> Sadly the remind password button / unsubscribe email button click and claim
> to send me a email but they don't.
>
> Assume its due a high
1997 Sep 03
0
Announce: chkexploit 1.13
chkexploit 1.13 is now available, see lsm below. There are
some bugfixes from version 1.12 and tests for new exploits:
* lynx;
* smbmount;
* request-route.
Begin3
Title: chkexploit
Version: 1.13
Entered-date: 31AUG97
Description: Check the system for vulnerabilities to some publicly
available exploits.
Keywords: security exploits vulnerabilities
2015 Aug 25
0
sieve_after seems to ignored ?
Per Jessen wrote:
> Michael Kliewe wrote:
>
>> Hi Per,
>>
>> On 25.08.2015 11:40, Per Jessen wrote:
>>> sieve and managesieve are both working fine, have been for years.
>>> Now I want to add a sieve_after script:
>>>
>>> /etc/dovecot/conf.d/90-sieve.conf :
>>>
>>> plugin {
>>> sieve = ~/.dovecot.sieve
2018 Nov 30
0
DMARC policies
Same problem here.
https://dovecot.org/mailman/options/dovecot-news
Sadly the remind password button / unsubscribe email button click and claim
to send me a email but they don't.
Assume its due a high mailq with the amount of messages that need to go out?
Regards
Rory
-----Original Message-----
From: dovecot <dovecot-bounces at dovecot.org> On Behalf Of Michal Szymanski
Sent:
2015 Aug 25
2
sieve_after seems to ignored ?
sieve and managesieve are both working fine, have been for years. Now I
want to add a sieve_after script:
/etc/dovecot/conf.d/90-sieve.conf :
plugin {
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
sieve_before =
sieve_after = ~/sieve/personal.sieve
sieve_subaddress_sep = +
}
I have compiled ~/sieve/personal.sieve to ~/sieve/personal.svbin, but it
doesn't seem to be read. Any
2018 Nov 30
5
DMARC policies
Hi,
I have just started to get dovecot list messages which I had not been
receiving until today. How can I opt out (again)?
regards, Michal Szymanski
On Fri, Nov 30, 2018 at 10:42:22AM +0100, Per Jessen wrote:
> Aki Tuomi wrote:
> >On 30.11.2018 10.03, Per Jessen wrote:
> >
> >>Hi AKi
> >>
> >>I guess my address was re-subscribed then? I was subscribed
2010 Apr 08
1
Asterisk 1.4.26.2 died after 80 days uptime
> On Mon, Feb 8, 2010 at 2:20 AM, Olle E. Johansson <oej at edvina.net
> wrote:
>>
>> 7 feb 2010 kl. 15.09 skrev Per Jessen:
>>
>>> Thomas Winter wrote:
>>>
>>>> Hi,
>>>>
>>>> my Asterisk on debian lenny died after 80 days.
>>>>
>>>> server kernel: [7572666.186852] asterisk[3673]:
1999 Apr 07
1
chull() wanted?
Hello!
Is there someone already working on an implementation of Splus'
chull() function for R?
If not, I would like volunteer to try it.
For my "Diplom" I implemented convex peeling in C (some time ago),
using an O(n log(n)) algorithm, so it probably will prove relatively easy to
use that code for a R-function.
Well, as least as easy as any programming tends to be. :-)
Detlef
2018 Nov 30
0
How to unsubscribe
As pointed out already by several emails before,
a) mail to dovecot-unsubscribe at dovecot.org (which will unsubscribe instead of temporarily disable delivery)
b) go to https://https://dovecot.org/mailman/listinfo/dovecot and click unsubscribe, don't change your delivery options to notmail.
Aki
> On 30 November 2018 at 11:46 Michal Szymanski <msz at astrouw.edu.pl> wrote:
>
2018 Nov 30
3
DMARC policies
On 30.11.2018 10.03, Per Jessen wrote:
> Aki Tuomi wrote:
>
>> Hi!
>>
>> It seems we accidentically had a high amount of subscribers
>> temporarily disabled due to DMARC on some sender's host. We have now
>> taken actions to prevent this in the future and all temporarily
>> disabled members have been restored.
>>
>> Aki
> Hi AKi
>
2016 Jul 01
2
How to resolve conflicts between sanitizer_common and system headers
Hi Sanitizer Runtime Developers,
We recently ran into a problem building clang because some of the definitions in sanitizer_common conflicted with system definitions and later another system header was trying to use the system definition:
.../usr/include/libkern/OSAtomicDeprecated.h:756:17: error: reference to 'memory_order_relaxed' is ambiguous
__theAmount, memory_order_relaxed) +