search for: comprehensive

Displaying 20 results from an estimated 1885 matches for "comprehensive".

2007 Dec 09
1
List comprehensions for R
Below is code that introduces a list comprehension syntax into R, allowing expressions like: > .[ sin(x) ~ x <- (0:11)/11 ] [1] 0.00000000 0.09078392 0.18081808 0.26935891 0.35567516 0.43905397 [7] 0.51880673 0.59427479 0.66483486 0.72990422 0.78894546 0.84147098 > .[ .[x*y ~ x <- 0:3] ~ y <- 0:4] [,1] [,2] [,3] [,4] [,5] [1,] 0 0 0 0 0 [2,] 0 1 2
2009 Jul 14
2
Comprehensive power analysis/sample size package in R?
Dear all, my colleague (a statistician - not yet using R) aked me, if there is a R package comparable to the software "PASS" (Power Analysis and Sample Size Procedures), comprising about 150 procedures. I found the R package "pwr". Are there other (more comprehensive) power analysis packages? Many thanks! Udo
2007 May 08
1
Looking for a comprehensive descriptive statistics package
Hi all, I'm looking for a package that will give me comprehensive set of descriptive statistics, including skew and kurtosis. Also, is there a similar package that will provide multivariate descriptive statistics as well? Thanks in advance, David -- =========================================================================== David Kaplan, Ph.D. Professor...
2010 Oct 17
1
iptables: comprehensive tutorial for CentOS?
...CentOS 5.5 machine as a platform and I am succeeding but only partially. Fro example, I am literally trying to forward HTTP and HTTPS (TCP 80 and 443) from the public interface to a private IP and TCP 80 works like a charm whereas TCP 443 seems to be a no-go. To that effect: does anyone know of a comprehensive relevant manual? I mean, I must be doing something wrong here though I ain't sure what. Any advice and suggestions much appreciated. Boris.
2014 May 28
2
Comprehensive re-write of the classicupgrade HowTo and other changes
Hello, I'm talking about re-writing the classicupgrade HowTo since over a year now. :-) Now, after three rainy vacation days, it's finaly done: A complete and comprehensive re-write of the classicupgrade HowTo: https://wiki.samba.org/index.php/Samba_Classic_Upgrade_%28NT4-style_domain_to_AD%29 Some other mentionable documentation changes, I had done during the last week: * https://wiki.samba.org/index.php/OS_Requirements Re-structuring, re-formatting + minor te...
2008 Nov 18
1
Looking for a Comprehensive list of error codes
Good Afternoon, I have been looking for a comprehensive list of error codes that are returned by rsync for a script that I am writing. I have searched Ggoogle and Yahoo! and I have found out the following: 4 = action not supported 5 = wrong password 10 = socket IO error 11 = file IO error 12 = broken connection 23 = file(s) couldn't be transferred...
2016 Nov 02
3
tool for a comprehensive list of the storage structure
I would like to have a smart cli tool, that shows a comprehensive list about the local storage structure: An output like: /srv /dev/mapper/luks-f85b7a2c-...: UUID="ca924fad-..." TYPE="ext4" /dev/mapper/vg_internal_e-lv_internal_srv: UUID="f85b7a2c-..." TYPE="crypto_LUKS" vg_internal_e /dev/md3: U...
2010 Mar 02
1
R / R+ Webminar *** R-PLUS Rocks: Interactive, Comprehensible and Highly Visual. March 12th @ 12PM ET (USA Time)
Welcome to R/ R-PLUS Webminar Series. R-PLUS 3.3 Rocks: Interactive, Comprehensible and Highly Visual. http://www.xlsolutions-corp.com/webminar.asp. March 12th @ 12PM ET (USA Time) Increase your productivity with R-PLUS 3.3 by attending the webminar and learning how to: 1. Interactively clicking your way through your favorite statisticals models without the need of programming. 2. Use
2012 Jan 21
9
linux kernel 3.2.x gentoo maclist
...work, its seem to me that netfilter is changed more or less someplaces that shorewall do not support, using 4.4.27 shorewall and shorewall6 suggestion welcomed ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2
2016 Nov 02
0
tool for a comprehensive list of the storage structure
...3c218b5 /run/media/dboth/WD-500GB-USB sdh ??sdh1 ext4 USBbackup 65d7d09e-e5ea-499f-b694-15ea2dcb60c4 sr0 sr1 udf WD SmartWare 4AFDFB0F * ** On 11/02/2016 11:54 AM, Leon Fauster wrote: > I would like to have a smart cli tool, that shows a > comprehensive list about the local storage structure: > > An output like: > > /srv > /dev/mapper/luks-f85b7a2c-...: UUID="ca924fad-..." TYPE="ext4" > /dev/mapper/vg_internal_e-lv_internal_srv: UUID="f85b7a2c-..." TYPE="crypto_LUKS" >...
2012 Mar 12
8
CentOS6/RHEL6 - net.nf_conntrack_max not applied
2011 Jul 19
6
[OT] would any of you recommend a ticketing system?
Hi all, sorry for being OT but would any of you recommend a ticketing system? We'd like something pretty comprehensive to cover helpdesk and HR stuff as well as software bugs/requests. There seems to be a million variations out there.
2016 Dec 10
6
Plain requirement: desktop search
Just wondering, what exactly is supported/suggested: I need a comprehensive desktop search functionality. Not only searching for file names but also for content and meta data. The environment is EL6.8 / Gnome2. I have noticed that "beagle" is not part of the distro anymore. Any suggestions for such requirement? Thanks! LF
2006 Nov 15
4
[LLVMdev] 1.9 Prerelease Available for Testing
...am Adams het volgende geschreven: > Didn't check > LLVM's test suite. Doing the simple LLVM-tests (on Slackware 10.2) gets: === Summary === # of expected passes 1411 # of unexpected failures 140 # of expected failures 33 I also ran the comprehensive test suite, but I'm not sure how to get similar numerical results like the simple tests yield (I only get lots of textual traces). Kind regards, Bram Adams GH-SEL, INTEC, Ghent University
2018 Dec 03
0
Re: [PATCH nbdkit 2/4] valgrind: Add --show-leak-kinds=all and comprehensive list of suppressions.
On Mon, Dec 03, 2018 at 12:55:58PM -0600, Eric Blake wrote: > A GNU make-ism - but you already mention requiring GNU make in > README. Should we make ./configure error out hard if $MAKE is not > GNU Make, rather than risking someone getting 80% though a build on > BSD make and then choking when it gets here? Yes that would be a good idea as a separate patch. I'm always annoyed
2018 Dec 03
1
Re: [PATCH nbdkit 2/4] valgrind: Add --show-leak-kinds=all and comprehensive list of suppressions.
On 12/3/18 1:01 PM, Richard W.M. Jones wrote: > >>> passthru ("--error-exitcode=119"); >>> - passthru_format ("--suppressions=%s/valgrind-suppressions", srcdir); >>> + passthru_format ("--suppressions=%s/valgrind/suppressions", builddir); >> >> Is this still right under VPATH? > > I believe so ...? Note
2018 Dec 04
0
Re: [PATCH nbdkit 2/4] valgrind: Add --show-leak-kinds=all and comprehensive list of suppressions.
On 12/3/18 12:55 PM, Eric Blake wrote: > On 12/2/18 10:39 AM, Richard W.M. Jones wrote: >> By default valgrind suppresses many leaks.  I'm not even sure exactly >> how it decides which ones to suppress, but certainly global variables >> pointing to malloc’d data are suppressed, which is not useful >> behaviour. > > >> +include
2016 Apr 18
1
Is there a comprehensive documentation about CentOS7?
Hello everyone, I visited https://www.centos.org/docs/ and found no documentation about CentOS7. Is the documentation about CentOS5 still suitable? Thanks.
2009 Nov 06
1
What is the best way to delete strings in a string list that that match certain pattern?
On Fri, Nov 6, 2009 at 3:05 AM, Diez B. Roggisch <deets at nospam.web.de> wrote: > Peng Yu schrieb: >> >> Suppose I have a list of strings, A. I want to compute the list (call >> it B) of strings that are elements of A but doesn't match a regex. I >> could use a for loop to do so. In a functional language, there is way >> to do so without using the for
2010 Feb 14
1
comprehensive info on search capabilities?
People, where to read about how to make the most of the current Dovecot search capabilities, including squat and possibly also the related future plans? There are many aspects like IMAP protocol itself, extensions, current support into Dovecot, support among MUAs... Could you post some good links, please? -------------- next part -------------- A non-text attachment was scrubbed... Name: