Displaying 20 results from an estimated 100000 matches similar to: "contact"
2008 Apr 29
0
[LLVMdev] getting started with IR needing GC
On Mon, 2008-04-28 at 21:39 -0500, Lane Schwartz wrote:
> On Mon, Apr 28, 2008 at 8:31 PM, Gordon Henriksen
> <gordonhenriksen at mac.com> wrote:
> > On 2008-04-28, at 21:19, Lane Schwartz wrote:
> >
> > > On Mon, Apr 28, 2008 at 2:13 PM, Gordon Henriksen <gordonhenriksen at mac.com
> > >> stack and discover the return address of each call frame.
2016 Nov 28
4
[RFC] Supporting ARM's SVE in LLVM
On 28 November 2016 at 01:43, Paul Walker <Paul.Walker at arm.com> wrote:
> Reconsidering the above loops with this type system leads to IR like:
>
> (1) <n x 4 x i32> += zext <n x 4 x i8> as <n x 4 x i32> ; bigger_type=i32, smaller_type=i8
> (2) <n x 16 x i8> += <n x 16 x i8>
Hi Paul,
I'm with Mehdi on this... these examples
2011 May 16
1
Inverse autocorrelation fonction
I've been looking for an IACF() procedure in R for a long time (it's a very
convenient function to check for overdifferencing time series), and
eventually decided to write my own function. Here's what I came up with :
3 web-pages helped me estimate it :
http://www.xycoon.com/inverse_autocorrelations.htm
2003 Dec 01
0
No subject
> -----Original Message-----
> From: samba-admin@lists.samba.org
> [mailto:samba-admin@lists.samba.org]On Behalf Of Charles Marcus
> Sent: 15 April 2002 20:13
> To: Samba Maillist (E-mail)
> Subject: RE: [Samba] Exchange Replacement (OT)
>
>
> We had major reliability and stability issues with it, but that
> was about a
> year ago - maybe (hopefully) its gotten a
2004 Sep 22
0
ping failure on dual-home using -I without default route
My Linux workstation (Mandrake 10.1 kernel 2.6.8.1) is dual-homed to two
ADSL Internet providers. Card eth0 (192.168.9.250) is the default route
and leads to an SMC router (192.168.9.254). Card eth1 (192.168.1.250)
leads to a Linksys router (192.168.1.1). I''m not doing any NAT or PPPoE
in the workstation - the SMC and Linksys handle it all.
If I remove all general default routes from
2013 Jun 28
2
tinc for Satellite connections (benchmarking)
Hello.
I'm living in the country side where the communications are very very
poor. My only choice is Satellite connection throw the French company
Eurona which uses the network deployed by Skylogicnet.
In general the latency is very bad (~800ms) and the network is very
unstable. I have been investigating in the ISP routers which are in my
path and there are many hops which are done in a
2010 Dec 03
2
Competing with one's own work
No, this is not about Rcpp, but a comment in that overly long discussion raised a question
that has been in my mind for a while.
This is that one may have work that is used in R in the base functionality and there are
improvements that should be incorporated.
For me, this concerns the BFGS, Nelder-Mead and CG options of optim(), which are based on
the 1990 edition (Pascal codes) of my 1979 book
2017 Nov 05
1
FreeBSD samba server returns nt_status_acces_denied when DosStream xattr larger than 64KB
On Tue, Aug 15, 2017 at 07:08:40AM -0500, Andrew Walker via samba wrote:
> On Wed, Aug 9, 2017 at 7:37 AM, Ralph Böhme <slow at samba.org> wrote:
>
> > On Mon, Aug 07, 2017 at 08:26:22PM -0500, Andrew Walker via samba wrote:
> > > It's also interesting to note that ReFS in windows has a 128KB limit on
> > the
> > > size of alternate data streams.
>
2004 Jan 20
0
short analysys of qmail integer overflow bug - let there be light
Hey folks.
There are rumors out there that setting /var/qmail/control/databytes to
a reasonable value (for example 16384 = 16MB) will prevent the
possibility of exploitation regarding the integer overflow in function
blast().
That is not true.
This is how blast() is called:
void smtp_data() {
int hops;
unsigned long qp;
char *qqx;
if (!seenmail) { err_wantmail(); return; }
if
2006 Oct 10
5
oddness when adding to index -
I was having some odd results when working with acts_as_ferret (current
trunk), so I decided to test with the current version of ferret to see
if I encountered the same problem. I did. Here are the details:
installed ferret 0.10.10 on debian sarge with ''sudo gem install ferret''
(btw, same results on OSX)
opened up an irb session:
irb(main):001:0> require
1997 Aug 29
1
R-beta: ar
I have been trying to get a working version of ar, since I have used it
in several calculations in the test suite for my time series library.
The following limited version (order.max must be specified and other
short comings) works more or less, but the results differ by more than
I would expect from those given by Splus. I have tried several
variations with no success. If anyone can see a reason
2020 Aug 26
1
getting (FreeBSD port) patches upstream first
On Wed, Aug 26, 2020 at 9:53 AM James B. Byrne <byrnejb at harte-lyne.ca>
wrote:
>
>
> On Tue, August 25, 2020 21:11, Andrew Bartlett wrote:
> > On Tue, 2020-08-25 at 14:12 -0400, Andrew Walker via samba wrote:
> >> On Tue, Aug 25, 2020 at 1:17 PM James B. Byrne via samba <
> >> samba at lists.samba.org> wrote:
> >>
> >> >
>
2003 Oct 29
2
Campon feature
Hi all,
Having fixed my problems with the call waiting ringing on the GS phones, I needed to extend that with a campon facility (available on some legacy systems - sort of callwaiting without phone ringing). I've managed to implement that by adding/modifying app_queue.c. Basically, when calling the SIP phone, and if busy, I can camp the call onto that extension, with MOH, allowing the caller
2005 Apr 27
0
problems with nano howto load balancing adsl links
Hi all, ive been using the nano howto to load balance to adsl links for
a good while now ive got our live server running kernel 2.6.11.6 and
these links work fine.
i set up another server same model of machine and used the same kernel
config ( wanted to try some tos stuff out) 2.6.11.6 but this one doesnt
balance properly. what ever i put in table 222 (which is looked at from
all sources) it
2020 Aug 26
0
getting (FreeBSD port) patches upstream first
On Tue, August 25, 2020 21:11, Andrew Bartlett wrote:
> On Tue, 2020-08-25 at 14:12 -0400, Andrew Walker via samba wrote:
>> On Tue, Aug 25, 2020 at 1:17 PM James B. Byrne via samba <
>> samba at lists.samba.org> wrote:
>>
>> >
>> >
>> > On Mon, August 24, 2020 22:19, Andrew Bartlett wrote:
>> >
>> > >
>> > > A
2020 Oct 29
0
question about winbind rid idmaping
On 29/10/2020 13:32, Ralph Boehme wrote:
> Am 10/29/20 um 1:07 PM schrieb Rowland penny via samba:
>> On 29/10/2020 11:56, Andrew Walker wrote:
>>> Several of the idmap backends (including idmap_rid) in samba support
>>> id_type_both (the ID is both a user and a group). This is ultimately
>>> needed for accurately producing Windows-style behavior regarding
2018 Feb 08
2
[PATCH] syslinux/com32: Fix the printing of left zero padded hexadecimals with a leading '0x'.
From: Brett Walker <brett.walker at geometry.com.au>
When printing hexadecimal numbers to a fixed width, padded with leading zeros,
and also having a leading '0x'; the resultant string can be shortened by up to
two characters if any leading zero padding character required is.
int hexnum = 0x00001234;
printf("%08X", hexnum); // results in 00001234
1998 Nov 05
1
Nis homedirs
Greetings,
I'm using 2.0.0-alpha13 on Solaris (compiling with gcc 2.8.1 on Solaris
2.5, running on 2.5, 2.5.1, and 2.6). I see this in the smb.conf.5
man page:
nis homedir (G)
Get the home share server from a NIS (or YP) map. For unix
systems that use an automounter, the user's home directory
will often be mounted on a workstation on demand from a
remote
2016 Nov 27
4
[RFC] Supporting ARM's SVE in LLVM
I'm sorry.. may I interrupt for a minute and try to grok things for a
bit different angle..
While the VL can vary.. in practice wouldn't the cost of vectorization
and width be tied more to the hardware implementation than anything
else? The cost of vectorizing thread 1 vs 2 isn't likely to change?
(Am I drunk and mistaken?)
If the above holds true then the the length would be only
2009 Nov 13
2
AR(2) modelling
Hi useRs,
I'm trying to fit a basic AR(2) model with the 'ar' function. And when
I try to check the value of the coefficients, I could not find the
same value as the 'ar' function.
Here is my example:
myserie <- c(212, 205, 210, 213, 217, 222, 216, 218, 220, 212, 215, 236)
#plot(myserie, type="l")
myserieminus0 <- tail(myserie, -2)
myserieminus1 <-