Displaying 20 results from an estimated 20000 matches similar to: "Trouble With for() Loops"
2003 Nov 15
5
correlation and causality examples
Dear All,
I'am looking for examples showing that correlation does not imply
causality, the targeted audience consists of undergraduate students
(their first year at the university but in the BioMathStat track).
All practicals are under R.
I was able to extract this from R datasets:
### begin
data(sunspots)
data(lynx)
spots <- window(sunspots, freq = 1, start = 1880, end = 1900)
lnx <-
2014 Sep 29
2
[LLVMdev] ptrtoint
Technically I don't need C/C++ code for it.
I'm not really very good at writing LLVM assembly code by hand
(but I should be - lol ).
I'm working on fast-isel and I want to have executable tests for all of this
and not just make check tests.
It's easier for me to do that in C/C++ and then save the .ll and morph
it into
a make check test.
I'm going through the fast-isel
2014 Sep 30
2
[LLVMdev] ptrtoint
If you can't make an executable test from C or C++ code then how do you
know something works.
Just by examination of the .s?
On 09/30/2014 03:18 PM, Reed Kotler wrote:
> If I wanted to call this function that they generated by hand, from C or
> C+ code, how would that be done?
>
> if have seen cases where a real boolean gets generated but it was
> something fairly involved.
2010 Jan 28
1
Gluster+NFS as VM datastore for ESXi - issues
Hi all,
I've been trying out Gluster Platform, so some info will be from the management interface. If additional data from logs is required, please let me know which logfiles.
When using a Gluster NFS volume as a ESXi datastore, creation of a disk file (vmdk) takes a considerable amount of time (with unfsd using 10-50% cpu) and then crashes unfsd. A reboot of the system seems necessary to
2018 Aug 30
1
Userdb by directory lookup
One day, I'll use the LDAP. But infrastructure I got is quite neglected
and some older admins is hard to convince to innovate. Just, aaaaah :)
I read whole documentation related to userdb a and passdb. Easy to
understand with relation to IMAP or POP3 access. But what I didn't
understand is relation to LMTP. Which one is used and when for
successful delivery.
I'll try to move
2020 Sep 10
2
Btrfs RAID-10 performance
Some controllers has direct option "pass through to OS" for a drive,
that's what I meant. I can't recall why we have chosen RAID-0 instead of
JBOD, there was some reason, but I hope there is no difference with
single drive.
Thank you
Milo
Dne 09.09.2020 v 15:51 Scott Q. napsal(a):
> The 9361-8i does support passthrough ( JBOD mode ). Make sure you have
> the latest
2018 Aug 29
2
Userdb by directory lookup
Hi,
I have the Dovecot (2.2.27-3+deb9u2) with LMTP and Postfix. Static userdb:
userdb {
driver = static
args = uid=vmail gid=vmail home=/data/vmail/user/%n allow_all_users=yes
}
and passdb by LDAP, only to verify IMAP user password by bind.
Problem is, when someone sends email to non-existent at mydomain.tld,
Dovecot automatically creates its home directory and Maildir.
Is there any
2002 Jul 30
1
FW: BHA--W2k wSMB no longer trusted. help
Black Hole alert.
I've tried to get this sent for 2 weeks and it rejects please forward it
to list for me!
HELP. I've had this message rejected several times.
OK.
Here is the problem:
I have several W2k Workstations, with a SAMBA 2.2.3 PDC.
Problem is that I must have removed all of the important parts of server
validation.
Here's the story: OUTLAND is domain, W2k/ clients are
2007 Nov 28
3
Question about Vista Pro
Hi Everyone,
recently i installed Vista professional on our xen machine. The installation
ran fine however
the networking for the machine would not work.
we were able to install network drivers for the machine and in tcpdump we
could see the arp requestes being sent and recieved from the vista instance
but otherwise could get no other networking working on the machine.
has anyone else come up
2015 Apr 29
3
Postpone email delivery with LMTP and Postfix
Hi,
is there any way, based on userdb/passwdb attribute, how to postpone an
email delivery? The purpose is, I need to freeze an account (Maildir++)
for a few minutes and new email must not be delivered. But emails must
be delivered when account is unfrozen.
I found few things about Postfix filters, but I'm not sure it's a good way.
Thank you, Milo
2019 Jan 15
2
getcifsacl does not work with CIFS mount versions 2 or 3
Hi
When I mount CIFS share (mount -t cids) with vers=1.0 I can perform
getcifsacl sucessfully. But when I mount with vers=2.0, or 2.1, or 3.0,
ACL reading fails.
getxattr error: 95
REVISION:0x0
CONTROL:0x0
Why getcifsacl depends on SMB protocol version? Can I read ACL via newer
SMB protocol?
A asked on Serverfault but without reply:
2019 Jan 23
1
getcifsacl does not work with CIFS mount versions 2 or 3
On Wed, 23 Jan 2019 09:47:11 +0100
Miloslav Hůla via samba <samba at lists.samba.org> wrote:
> Dne 2019-01-15 v 13:22 Miloslav Hůla via samba napsal(a):
> > When I mount CIFS share (mount -t cids) with vers=1.0 I can perform
> > getcifsacl sucessfully. But when I mount with vers=2.0, or 2.1, or
> > 3.0, ACL reading fails.
> >
> > getxattr error: 95
>
2007 Jun 26
3
About stdlib.h system()
Hi all,
I tried to call another .exe file in my own exe file by using the system()
API.
But the return value of system() is -1 and errno is set to ENOENT. It
indicates that the another exe file is not found.
So I copy the another exe to the fake directory: C:\windoes\system32, since
wine always find the exe file there.
And I also set the environment variable "System" and
2016 Jun 22
3
Mailboxes on NFS or iSCSI
Hello,
we are running Dovecot (2.2.13-12~deb8u1) on Debian stable. Configured
with Mailbox++, IMAP, POP3, LMTPD, Managesieved, ACL. Mailboxes are on
local 1.2TB RAID, it's about 5310 accounts.
We are slowly getting out of space and we are considering to move
Mailboxes onto Netapp disk array with two independent network connections.
Are there some pitfalls? Not sure we should use NTP or
2002 Feb 22
3
storing large data.frame's
I am new on R, so I have a maybe naive question:
if I have many large data.frames and I use only one or two per session,
what's the best way?
If all are stored in the actual .Rdata, the system gets slow.
On the other hand, I wouldn't like to make a separate package for the
data.
Should I save it with save() and then remove it with rm() ?
Could I reload it then?
Thanks for suggestions
2007 May 25
2
About Parallel Port Driver
Hi all,
I have a .sys driver for parallel port communication.
But it seems wine didn't support loading the driver.
My windows program has to be configured as XP version.
And directly accessing to parallel port is not allowed on the XP host,
therefore _outp and _inp are useless. Is there any solution to this problem?
Best Regards,
Milo Xu
-------------- next part --------------
An HTML
2002 Dec 27
1
ov_open throws exception (Compiler VC7)
Hi
I try to load an ogg file with the vorbisfile library like this:
FILE *f = fopen("test.ogg", "rb");
if(!f) ...;
ov_open(f, &vf, 0, 0);
But ov_open always throws an exception. Im pretty sure its a compiler
problem because the same code worked on VC6. Im compiling my programm with
the multithreaded dll option as mentioned on the mailing list bevor.
Does anybody know if
2002 Aug 16
0
RE: 1st thought: was: help (Still) w2k pro no longer trusted by 2.2.3 pdc
Thanks for the suggestions Trevor. Reformatting in case someone else has problem too: MY COMMENTS are in CAPS to make easier to understand.
.*(U said) ..(snips...)...
a) I (had) same problem, if I remember correctly,
my trusted accounts had names too long (>14 characters) (1)
and there was a CAPS issue, make sure all is correct,
even if windows forces caps when you're using lowercase.
2017 Oct 11
2
Connection closed reason
Hi,
we have one user using the old Alpine client with IMAP. Time to time (3
times per day or 3 times per week) he get error: "MAIL FOLDER INBOX
CLOSED DUE TO ACCESS ERROR" and he complains, that inbox stops to
refresh with new emails.
I don't know Alpine but I can imagine, that Alpine creates TCP
connection to IMAPS and uses IDLE. I read wiki page about Timeouts [1]
and it
2010 Apr 05
1
[JOBS] Web Programmer at Reed College, Portland OR
Reed College is looking for a web programmer who''s interested in
working in an enterprise setting but doesn''t want to be told not to
bring your dog to the office. In the Web Support Services group, we
work on web apps that are part of our homegrown campus portal and
courseware systems. Most of our infrastructure is open source, but we
also use commercial software for some key