similar to: About - Add a preamble to documentation

Displaying 20 results from an estimated 110 matches similar to: "About - Add a preamble to documentation"

2005 Jul 27
0
joining a domain
I have an openldap server configured to be the back end of a PDC. Using samba 3.0.10 I can use smbclient -L host -U uid to connect to the domain server and see shares. >From a windows box I can browse to the domain and use a login to login to a share. But when I try and add a host to the domain I get an error message of "Access Denied" Going through the ldap logs I see no acl
2018 Jun 08
0
Subsetting the "ROW"s of an object
Hmmm, yes, there must be some special case in the C code to avoid recycling a length-1 logical vector: dims <- c(4, 4, 4, 1e5) arr <- array(rnorm(prod(dims)), dims) dim(arr) #> [1] 4 4 4 100000 i <- c(1, 3) bench::mark( arr[i, TRUE, TRUE, TRUE], arr[i, , , ] )[c("expression", "min", "mean", "max")] #> # A tibble: 2 x 4
2018 Sep 21
1
Bias in R's random integers?
On 9/20/18 5:15 PM, Duncan Murdoch wrote: > On 20/09/2018 6:59 AM, Ralf Stubner wrote: >> It is difficult to do this in a package, since R does not provide access >> to the random bits generated by the RNG. Only a float in (0,1) is >> available via unif_rand(). > > I believe it is safe to multiply the unif_rand() value by 2^32, and take > the whole number part as an
2018 Jun 08
4
Subsetting the "ROW"s of an object
> On Jun 8, 2018, at 11:52 AM, Hadley Wickham <h.wickham at gmail.com> wrote: > > On Fri, Jun 8, 2018 at 11:38 AM, Berry, Charles <ccberry at ucsd.edu> wrote: >> >> >>> On Jun 8, 2018, at 10:37 AM, Herv? Pag?s <hpages at fredhutch.org> wrote: >>> >>> Also the TRUEs cause problems if some dimensions are 0: >>>
2018 Jun 08
0
Subsetting the "ROW"s of an object
On Fri, Jun 8, 2018 at 11:38 AM, Berry, Charles <ccberry at ucsd.edu> wrote: > > >> On Jun 8, 2018, at 10:37 AM, Herv? Pag?s <hpages at fredhutch.org> wrote: >> >> Also the TRUEs cause problems if some dimensions are 0: >> >> > matrix(raw(0), nrow=5, ncol=0)[1:3 , TRUE] >> Error in matrix(raw(0), nrow = 5, ncol = 0)[1:3, TRUE] : >>
2018 Jun 08
0
Subsetting the "ROW"s of an object
On Fri, Jun 8, 2018 at 2:09 PM, Berry, Charles <ccberry at ucsd.edu> wrote: > > >> On Jun 8, 2018, at 1:49 PM, Hadley Wickham <h.wickham at gmail.com> wrote: >> >> Hmmm, yes, there must be some special case in the C code to avoid >> recycling a length-1 logical vector: > > > Here is a version that (I think) handles Herve's issue of arrays
2018 Aug 13
1
substitute() on arguments in ellipsis ("dot dot dot")?
Since you're already using bang-bang ;) library(rlang) dots1 <- function(...) as.list(substitute(list(...)))[-1L] dots2 <- function(...) as.list(substitute(...())) dots3 <- function(...) match.call(expand.dots = FALSE)[["..."]] dots4 <- function(...) exprs(...) bench::mark( dots1(1+2, "a", rnorm(3), stop("bang!")), dots2(1+2, "a",
2015 Jan 06
0
PJSIP / T.38 - Asterisk not passing on v21 preamble and data
Hi, On Thu, Jan 1, 2015 at 7:09 PM, Recursive <lists at binarus.de> wrote: > 1) Did anybody test T.38 with SPANDSP? If yes, which version of SPANDSP did you use? Mine is 0.0.6 PRE 20. Should I try to upgrade to PRE 21? Or to one of the snapshots? I remember that I was having issues with an older libspandsp library. I simply upgraded to the latest available version which made the issue
2001 Feb 09
1
samba server with 98 clients
I am trying to replace an old novel server that is used only as a fileserver for two legacy dos database programs with a samba server. I am new to samba so am not sure if it will be able to do what I need. Basicly, I want to run Samba on a linux machine that will authenticate Win98 clients allowing logon scripts, and profile storage on the server. User's who have to use the dos based database
2015 Jan 01
2
PJSIP / T.38 - Asterisk not passing on v21 preamble and data
Dear list, happy new year! I am still trying to make T.38 work. In the meantime, I have upgraded to Asterisk 13.1.0, and I am using the most recent PJSIP library (compiling that stuff myself). My local fax software is capable of T.38, as is my ITSP; Asterisk sits in the middle, of course. Asterisk is in the same private subnet as the local fax software and talks to the ITSP through a NAT'd
2014 Aug 30
2
[LLVMdev] Loop vectorizer preamble
Hi Arnold, Nadav, I've been taking a look at the preamble and bailout tests created by the loop vectorizer, and I can't help but feel it could be rather conservative. I'm not a vectorization expert, so I apologise in advance if say something obviously wrong... I'm looking in particular at the overflow check and the trip count computation. From my reading, it goes something like:
2006 Aug 02
0
Errno::ENXIO (Device not configured) when using net/https from rails
Cross posting this to the rails list in case it might be rails specific. I really have no clue on this one. OS is Freebsd 6.1. I have the following code that creates a https connection from within a rails controller. Works fine except that if it doesn''t get called for a few hours it starts throwing an exception until I restart rails (apache1.3 + scgi). I wonder if something here
2004 Jan 08
4
Add a preamble to documentation
Hi list, hi John, having seen last week a post (see http://marc.theaimsgroup.com/?m=107341768923846) that remind me some quirks I encountered, I'd like to see a preamble added to the chapter 12 of the howto. It concerns the diffent types of admin you will need in a PDC setup. I say preamble, but it could be found anywhere else, as long as it could be found (I have lost long hours
2006 Jul 06
1
How did I turn off params ?
I am trying to create an input form where subsets of the input data goes into separate rows of the table (events). I have created a proxy object (CompoundEvent) to hold all of the data, and overridden its "save" method to create the several tuples. This was almost working late last night when I did something that stopped the params[] hash from getting any information from the post
2005 Nov 23
5
ntlm_auth from pppd help
Hello all, I am working on a VPN solution using FC3-2.6.12-1.1381 - openswan 2.4.4-1 - l2tpd 0.69-13 - pppd 2.4.3-5 - samba 3.0.10-1. When attempting a connection from an XP-SP2 box pppd dies without authenticating the user (see below). I have run ntlm_auth from the command line with success. What tools can I use to identify the failure? Is there an obvious error in the ppp options file?
2005 Feb 01
2
Auth failing - idmap_rid?
The samba server is FC3 / samba 3.0.10 (Fedora package w/ idmap_rid compiled) The samba server shows up in the browse list, but when you select it from an XP machine windows spits up "\\ server is not accessable" yada yada "The user name could not be found" The following shows up twice in /var/log/samba/winbindd: [2005/02/01 14:00:27, 0]
2007 Feb 13
4
Nortel 81C MSDL Trunking to Asterisk TE110P, Nortel Resetting PRI Channels
We are currently working to trunk from a Nortel 81C to an Asterisk Server 1.4 running on Red Hat Linux. We have two PRI trunks which work with the exception of the clock slips, which is causing the Nortel to reset the PRIs once a hour. Thanks for any suggestions. 81C MSDL Asterisk Digium TE110P REQ prt TYPE adan dch 10
2015 May 21
8
[Bug 90569] New: GUI freezes after startup of Ubuntu 15.04. on Aspire 7520p [BUG: unable to handle kernel paging request at f84c8000]
https://bugs.freedesktop.org/show_bug.cgi?id=90569 Bug ID: 90569 Summary: GUI freezes after startup of Ubuntu 15.04. on Aspire 7520p [BUG: unable to handle kernel paging request at f84c8000] Product: xorg Version: unspecified Hardware: x86 (IA32) OS: Linux (All) Status: NEW
2009 Mar 15
0
Rsync is failiing
Hi list, I am copying about 200GB of data from Windows to UNIX, I have setup Cygwin/rsync on Windows 2003R2 and when rsync was run on Windows it copied about 40GB of data and after that it is failing with the following errors: *** Skipping any contents from this failed directory *** rsync: recv_generator: mkdir "/tempfs/0000238c/80/12/59" failed: Permission deni ed (13) *** Skipping any
2018 Jun 08
3
Subsetting the "ROW"s of an object
> On Jun 8, 2018, at 10:37 AM, Herv? Pag?s <hpages at fredhutch.org> wrote: > > Also the TRUEs cause problems if some dimensions are 0: > > > matrix(raw(0), nrow=5, ncol=0)[1:3 , TRUE] > Error in matrix(raw(0), nrow = 5, ncol = 0)[1:3, TRUE] : > (subscript) logical subscript too long OK. But this is easy enough to handle. > > H. > > On