search for: vincente

Displaying 20 results from an estimated 1770 matches for "vincente".

Did you mean: vincent
2006 Jul 17
1
Patch to allow negative argument in head() and tail()
Dear developeRs (and other abuseRs ;-), I would like to contribute a patch against functions head() and tail() of package utils to allow for a negative 'n' argument. This allows to extract all but the first/last 'n' elements/rows/lines of an object, similar to the "drop" operator of APL. [1] I put the patched head.R and head.Rd files, along with diff files in
2019 May 06
2
Samba with AD : SID rejected
Le 06/05/2019 à 11:23, Rowland Penny via samba a écrit : > On Mon, 6 May 2019 10:58:56 +0200 > Vincent Ducot <vincent.ducot at rubycat-labs.com> wrote: > >> Le 06/05/2019 à 10:46, Rowland Penny via samba a écrit : >>> On Mon, 6 May 2019 09:08:10 +0200 >>> Vincent Ducot <vincent.ducot at rubycat-labs.com> wrote: >>> >>>> Hi,
2019 May 06
2
Samba with AD : SID rejected
Le 06/05/2019 à 12:06, Rowland Penny via samba a écrit : > On Mon, 6 May 2019 11:47:34 +0200 > Vincent Ducot <vincent.ducot at rubycat-labs.com> wrote: > >> Le 06/05/2019 à 11:23, Rowland Penny via samba a écrit : >>> On Mon, 6 May 2019 10:58:56 +0200 >>> Vincent Ducot <vincent.ducot at rubycat-labs.com> wrote: >>> >>>> Le
2019 May 06
2
Samba with AD : SID rejected
On Mon, 6 May 2019 09:08:10 +0200 Vincent Ducot <vincent.ducot at rubycat-labs.com> wrote: > Hi, > > sorry for the mistake, I meaned > > getent passwd vincent shows nothing and I got in the log file: > > winbindd_getpwnam: My domain -- rejecting getpwnam() for FOO\vincent. > > 'wbinfo -u | grep 'vincent' returns vincent, it's the good username.
2019 May 06
1
Samba with AD : SID rejected
Le 06/05/2019 à 10:46, Rowland Penny via samba a écrit : > On Mon, 6 May 2019 09:08:10 +0200 > Vincent Ducot <vincent.ducot at rubycat-labs.com> wrote: > >> Hi, >> >> sorry for the mistake, I meaned >> >> getent passwd vincent shows nothing and I got in the log file: >> >> winbindd_getpwnam: My domain -- rejecting getpwnam() for FOO\vincent.
2019 May 03
2
Samba with AD : SID rejected
On Fri, 3 May 2019 17:16:41 +0200 Vincent Ducot via samba <samba at lists.samba.org> wrote: > getent passwd still only shows local unix accounts, and I got the > error "getpwent failed: NT_STATUS_NO_MORE_ENTRIES" in log.winbindd. > > getent passwd vincent shows nothing and I got in the log file: > > winbindd_getpwnam: My domain -- rejecting getpwnam() for
2008 Nov 10
3
SPEEX on iPhone ?
Hello Ashhar, thanks for your reply, but i'm a bit surprised. 1- Does it mean that it is possible to make a Real Time Encoding/Decoding with SPEEX on iPhone ? 2- What parameters have been used (QUALITY, SAMPLING_RATE, BITRATE) ? and what kind of CPU load do they measure for that ? Thanks by advance, Vincent ----- Original Message ----- From: "Ashhar Farhan" <farhan at
2006 Jul 04
5
removing for loop
Dear Rusers, Trying to reduce my for loops addiction, could somebody tell me if there are ways to simplify (and perhaps accelerate ?) the following line for (i in 1:N) for (j in 1:N) m[i,j] = b[i]-b[j]; (where m is a NxN matrix and b a vector of length N) Thanks for any hint.
2019 May 06
0
Samba with AD : SID rejected
On Mon, 6 May 2019 15:33:08 +0200 Vincent Ducot <vincent.ducot at rubycat-labs.com> wrote: > Le 06/05/2019 à 12:06, Rowland Penny via samba a écrit : > > On Mon, 6 May 2019 11:47:34 +0200 > > Vincent Ducot <vincent.ducot at rubycat-labs.com> wrote: > > > >> Le 06/05/2019 à 11:23, Rowland Penny via samba a écrit : > >>> On Mon, 6 May 2019
2008 Sep 29
4
static libgcc issue on solaris 8
Hello all, little question. Has somebody already compiled samba on SunOS 5.8 because I cannot statically link libgcc libraries. I already tried "gcc -static-libgcc", added "-lgcc_s" to LIBS variable but always the same result. Below resulted compiled binary .. # ldd bin/ntlm_auth libthread.so.1 => /usr/lib/libthread.so.1 libsendfile.so.1 =>
2008 Nov 12
2
SPEEX on iPhone ?
ok, interesting ! Do you know how much CPU it takes for a real time encoding/decoding ? it's more around 20% or 80% instead ? Do you know if it works for 44100 Hz / 32kbps / Quality =8 ? thanks again. Vincent ----- Original Message ----- From: "Ashhar Farhan" <farhan at phonestack.com> To: "Vincent Burel" <vincent.burel at vb-audio.com> Cc: <speex-dev at
2019 May 06
0
Samba with AD : SID rejected
On Mon, 6 May 2019 11:47:34 +0200 Vincent Ducot <vincent.ducot at rubycat-labs.com> wrote: > Le 06/05/2019 à 11:23, Rowland Penny via samba a écrit : > > On Mon, 6 May 2019 10:58:56 +0200 > > Vincent Ducot <vincent.ducot at rubycat-labs.com> wrote: > > > >> Le 06/05/2019 à 10:46, Rowland Penny via samba a écrit : > >>> On Mon, 6 May 2019
2005 Aug 29
5
Testing if all elements are equal in a vector/matrix
Is there a canonical way to check if all elements of a vector or matrix are the same? Solutions below work, but look hackish to me. > x <- rep(1, 10) > all(x == x[1]) # == operator does not provide for small differences [1] TRUE > isTRUE(all.equal(x, rep(x[1], length(x)))) # ugly [1] TRUE Best, Vincent -- Vincent Goulet, Associate Professor ??cole d'actuariat
2012 May 11
22
[Bug 49786] New: In xterm, some rectangles are not redrawn when the window is partly covered
https://bugs.freedesktop.org/show_bug.cgi?id=49786 Bug #: 49786 Summary: In xterm, some rectangles are not redrawn when the window is partly covered Classification: Unclassified Product: xorg Version: 7.6 (2010.12) Platform: Other OS/Version: All Status: NEW Severity: normal
2008 Nov 13
2
SPEEX on iPhone ?
----- Original Message ----- From: "Conrad Parker" <conrad at metadecks.org> To: "Vincent Burel" <vincent.burel at vb-audio.com> Cc: "Jean-Marc Valin" <jean-marc.valin at usherbrooke.ca>; <speex-dev at xiph.org> Sent: Thursday, November 13, 2008 1:18 AM Subject: Re: [Speex-dev] SPEEX on iPhone ? > 2008/11/13 Vincent Burel
2001 Dec 03
1
Slow (very) Win Me client
Hello. My configuration is a RHS 7.1, samba 2.0.7, Win Me 4.90.3000. My smb.conf file: # Samba config file created using SWAT # from vincent (192.168.0.2) # Date: 2001/11/26 11:50:51 # Global parameters [global] workgroup = EVISTEL netbios name = SERVER server string = Samba Server encrypt passwords = Yes ssl CA certFile = /usr/share/ssl/certs/ca-bundle.crt debug level = 3 log file =
2016 Apr 15
6
CentOS 7.2 laptop wireless Intel Corporation Centrino Wireless-N 2230 (rev c4)
On Fri, Apr 15, 2016 at 5:00 AM, Tony Molloy <tony.molloy at ul.ie> wrote: > So any ideas. I may have missed this but what model laptop are we talking about? Brandon Vincent
2006 Feb 23
0
smbldap-adduser problems
Hi, by using IDEALX scripts (smbldap-tools-0.9.2) this is what i've find. in my smb.conf file i've put those lines : add user script = /usr/local/sbin/smbldap-useradd -a -m "%u" delete user script = /usr/local/sbin/smbldap-userdel "%u" add group script = /usr/local/sbin/smbldap-groupadd -p "%g" delete group script =
2019 May 06
0
Samba with AD : SID rejected
On Mon, 6 May 2019 10:58:56 +0200 Vincent Ducot <vincent.ducot at rubycat-labs.com> wrote: > Le 06/05/2019 à 10:46, Rowland Penny via samba a écrit : > > On Mon, 6 May 2019 09:08:10 +0200 > > Vincent Ducot <vincent.ducot at rubycat-labs.com> wrote: > > > >> Hi, > >> > >> sorry for the mistake, I meaned > >> > >>
2008 Nov 07
2
SPEEX on iPhone ?
hello, i 've already used SPEEX in a protoype of voip application (on VC 6) and i must says that it works well, the sound is good, and the object works well with multi-instances. But now i'm wondering if it's possible to port the SPEEX encoder (and decoder process) on iPhone ? Does someone tried to do that ? Do you think it is possible or completly over the capabilities of the ARM