similar to: SAS and R complement each other

Displaying 20 results from an estimated 4000 matches similar to: "SAS and R complement each other"

2015 Feb 05
3
Resubmission after N days
Am 05.02.2015 um 12:18 schrieb Steffen Kaiser: > On Thu, 5 Feb 2015, Thomas G?ttler wrote: >>> What specific action shall be done via IMAP? The move? >>> Then use any IMAP client library, use the LIST command to get the mailboxes, FETCH to get the messages and COPY/EXPUNGE >>> to move them. > >> You are right moving the mail should be simple. > >>
2015 Apr 07
1
Package compilation woes on submission.
Hello, I am trying to submit a new package to CRAN. I had checked the packages with R-devel and R-release in windows 7 local and ubuntu 12.04 local. The package has a C file in src folder which successfully compiled in all the cases (there were few trivial warnings). I had submitted the package last week and was asked to resubmit with few changes in the description file. However upon
2015 Feb 05
2
Resubmission after N days
> What specific action shall be done via IMAP? The move? > Then use any IMAP client library, use the LIST command to get the mailboxes, FETCH to get the messages and COPY/EXPUNGE > to move them. You are right moving the mail should be simple. I ask myself it is possible to store the date of the resubmission in the mail itself. Thomas
2015 Feb 04
8
Resubmission after N days
Hi, I would like to implement a 43Folder system[1] with dovecot and a mail user agent. Use case: - I have a new mail in my inbox. I read it and see that I can't handle it now. I want to handle this mail in 5 days. - Now I want to have some sort of resubmission: the mail should be moved to a different location for these 5 days. - After 5 days the mail should be moved to my inbox again. How
2015 Feb 04
3
Resubmission after N days
Am 04.02.2015 um 07:49 schrieb Steffen Kaiser: > On Wed, 4 Feb 2015, Thomas G?ttler wrote: > >> I would like to implement a 43Folder system[1] with dovecot and a mail user agent. > >> Use case: > >> - I have a new mail in my inbox. I read it and see that I can't handle it now. I want to handle this mail in 5 days. >> - Now I want to have some sort of
2012 Mar 25
3
attempt to access beyond end of device and livelock
Hi Dongyang, Yan, When testing BTRFS with RAID 0 metadata on linux-3.3, we see discard ranges exceeding the end of the block device [1], potentially causing dataloss; when this occurs, filesystem writeback becomes catatonic due to continual resubmission. The reproducer is quite simple [2]. Hope this proves useful... Thanks, Daniel --- [1] attempt to access beyond end of device ram0: rw=129,
2004 Nov 02
2
Matrix decomposition: orthogonal complement
Hello, How I can compute in R the orthogonal complement of one matrix? If A (n x m ) matrix of full column rank (n>m), its orthogonal complement is denoted by A_ . A_ is n X (n-m) matrix of full column rank and such that A'A_=0. I need to compute A_. How I can compute A_ in R? Best Regards, /Florin -- Florin G. Maican Ph.D. candidate, Department of Economics School of
2006 May 04
0
Complement set association to has_many/through?
I have two models, A and B, with a straightforward many-to-many has_many/through association between them. So, in A I have the association processed_bs and in B I have processedby_as. This works fine. Now, I would like to also have an association unprocessed_bs in A, which holds all Bs that _aren''t_ in processed_bs. I can write a method in A that returns all those objects as a list
2006 Oct 31
0
6404710 Create #defines for 2''s complement of -1 in pci cap library
Author: pjha Repository: /hg/zfs-crypto/gate Revision: 939a20ee4ccfb26ea42f11bfaaee68f9428803c9 Log message: 6404710 Create #defines for 2''s complement of -1 in pci cap library 6404990 Cleanup dead code in pci cap library Files: update: usr/src/uts/common/io/pci_cap.c update: usr/src/uts/common/io/pci_intr_lib.c update: usr/src/uts/common/io/pcie.c update:
2015 Jun 19
1
QT + RInside problem complement
The solution post is here: http://lists.r-forge.r-project.org/pipermail/rcpp-devel/2012-November/004771.html In the paragraph: I did need however to install Rcpp and RInside from source, and with the same compiler used to compile qtdensity (otherwise I would get additional linker errors). As I had trouble getting the (Cygwin-based) g++ shipped with Rtools to work with Qt, I used instead the
2009 Apr 13
1
should sub(perl=TRUE) also handle \E in replacement, to complement \U and \L?
Currently sub(perl=TRUE) allows you to specify \U and \L in the replacement argument so that the rest of the subpatterns in the line (the \\<digit> things) will be converted to upper or lower case, respectively. perl also also has a \E operator to end these case conversions for the rest of the subpatterns (so they retain whatever case they had in the original text). For symmetry's sake
2011 May 08
2
fail2ban and secure permissions
Hello, Has anyone got fail2ban working and blocking ssh spambot atempts? My ssh is logging with a facility of authpriv which syslogd sends to /var/log/secure. That file has 600 permissions owned and group of root. I want to make it where fail2ban can access the needed file, yet not make it insecure in the process. I was not wanting to change permissions last time I did that on a log file a cron
2007 Oct 11
3
Distributed FAX - How to best complement asterisk ?
Hi list, I'm evaluating a private telephony scenario of about 20 locations - 300 phones, 50 FAX machines. Initial overview points to the installation of asterisk at three locations connected to the PSTN via ISDN PRI. All other locations, small by themselves, would get SIP phones managed by asterisk, since there is good IP connectivity between all sites. Now on to the
2014 Aug 12
1
Some initial tidy-ups and refactoring
On 12/08/14 00:55, Ilia Mirkin wrote: > Please send these one email per patch, inlined. git send-email will > generally do the right thing, but you can do it manually too (just be > careful about preserving tabs, not wrapping, etc... most mail clients > mess it up one way or another) > > On Mon, Aug 11, 2014 at 7:03 PM, Joel Holdsworth > <joel at airwebreathe.org.uk>
2012 Jul 26
4
[PATCH 0/2] virtio-scsi fixes for 3.6
James, patch 1 fixes scanning of LUNs whose number is greater than 255. QEMU passes a max_lun of 16383 (because it uses SAM numbering) but in Linux it must become 32768 (because LUNs above 255 are "relocated" to 16640). Patch 2 is a resubmission of the patch for online resizing of virtio-scsi LUNs, which needs to be rebased. LUNs above 255 now work for all of scanning, hotplug,
2012 Jul 26
4
[PATCH 0/2] virtio-scsi fixes for 3.6
James, patch 1 fixes scanning of LUNs whose number is greater than 255. QEMU passes a max_lun of 16383 (because it uses SAM numbering) but in Linux it must become 32768 (because LUNs above 255 are "relocated" to 16640). Patch 2 is a resubmission of the patch for online resizing of virtio-scsi LUNs, which needs to be rebased. LUNs above 255 now work for all of scanning, hotplug,
2010 Jul 27
1
dovecot lda & sieve: resubmit folder for resieving
Hi, I'm currently restructuring my mail archives and migrated from a decade and a half old procmail supported solution to sieve. While doing so I often found that I'd like to filter a bunch of messages (with "bunch" in the area of 1-10K) with my shiny new sieve script. I found in the wiki a way to do that: http://wiki.dovecot.org/HowTo/RefilterMail And it works well, it picks
2004 Aug 06
2
Some diffs to libshout for MacOSX
Resubmission of patches with curteous nods from the MusicKit Project... - SKoT ----- Original Message ----- From: "Stephen Brandon" <stephen@brandonitconsulting.co.uk> To: <icecast-dev@xiph.org> Sent: Wednesday, January 16, 2002 1:26 PM Subject: [icecast-dev] Some diffs to libshout for MacOSX <p>> Hi, > > I'm part of a project developing the open source
2016 Jan 20
4
Getting _eh_frame parser for llvm
Hi all, Not so long ago we have found ourselves in need of a robust _eh_frame parser. All we wanted is the ability to parse .eh_frame section emitted by LLVM's MCJIT. Considering this, LLVM would be a natural place for implementing such parser. Previous email thread about the issue (https://groups.google.com/forum/#!topic/llvm-dev/Vb_VYU7Eo0k) showed some interest among the community. Folks
2019 Jun 17
5
Postfix and choice of RBL
Hi, I'm managing several mail servers running CentOS 7, Postfix and Dovecot. SpamAssassin is filtering mail nicely, but I'm considering using RBL (blacklists) to take some load off the servers. General question to those of you who use RBL. Which lists do you recommend using? Cheers, Niki -- Microlinux - Solutions informatiques durables 7, place de l'?glise - 30730 Montpezat Site :