search for: evem

Displaying 8 results from an estimated 8 matches for "evem".

Did you mean: elem
2007 Nov 14
2
geotiff calculations
Dear list, I have to compare two digital elevation models in raster format (geotiff). I then have to calculate the differences in altitude for each cell and make some statistics (basic as mean, median, std, range but also more "advanced" as RMSE) on that. I do not know very much how to proceed: 1) is it possible to import the geotiff in R? If so with which package? if not which is the
2023 Aug 01
0
[PATCH net-next v5 4/4] vsock/virtio: MSG_ZEROCOPY flag support
...rn' > + void *payload; > + int err; > + > + payload = skb_put(skb, len); > + err = memcpy_from_msg(payload, info->msg, len); > + if (err) > + return -1; > + > + if (msg_data_left(info->msg)) > + return 0; > + This path does not update truesize, evem if it increases the skb len... > + return 0; > + } > +} [...] > @@ -214,6 +251,70 @@ static u16 virtio_transport_get_type(struct sock *sk) > return VIRTIO_VSOCK_TYPE_SEQPACKET; > } > > +static struct sk_buff *virtio_transport_alloc_skb(struct vsock_sock *vsk, >...
2023 Aug 01
0
[PATCH net-next v5 4/4] vsock/virtio: MSG_ZEROCOPY flag support
...); > > > + err = memcpy_from_msg(payload, info->msg, len); > > > + if (err) > > > + return -1; > > > + > > > + if (msg_data_left(info->msg)) > > > + return 0; > > > + > > > > This path does not update truesize, evem if it increases the skb len... > > Thanks, I'll fix it. > > > > > > + return 0; > > > + } > > > +} > > > > [...] > > > > > @@ -214,6 +251,70 @@ static u16 virtio_transport_get_type(struct sock *sk) > > > retu...
2006 Jun 08
2
Native Music On Hold Volume LOUD! How to adjust?
I've noticed that native music on hold volume seems to be very loud sometimes. Is there anyway to turn this down? I know when using mpg123 I can set "quietmp3" but what about when using native?
2008 Feb 10
1
Error in optim while using fitdistr() function for estimation of parameters
Hello, I am trying to fit distribution for data consisting of 421 readings.It is basically no of requests arrived per minute.It contains many 0 entries as no of requests.When i use fd<-fitdistr(V2,"gamma") I get following error: Error in optim(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, : initial value in 'vmmin' is not finite What should I do ? I need
2001 Dec 20
1
accented share name ok with smbclient but not with smbmount
...case sensitive =3D no valid chars =3D =E9:=C9 =E8:=C8 =EA:=CA =E0:=C0 =EE:=CE =F4:=D4 =E7= :=C7 =FB:=DB =EB:=CB Any ideas about an extra option I'm missing. I'm sure WinNT box is running 850 codepage, since I've checked with C:\> chcp command. Finally, what puzzles evem more is that smbclient seems to work with the accented name: smbclient '//ub228184/of=E0rs' -I xxx.xxx.xxx.xxx -U ofors%***** added interface ip=3Dxxx.xxx.xxx.xxx bcast=3Dxxx.xxx.xxx.x nmask=3Dxxx.xxx.= xxx.x Domain=3D[wwwwwww] OS=3D[Windows NT 4.0] Server=3D[NT LAN Manager 4.0] smb: \>...
2000 May 17
2
Next stable version of Samba.
Hi all, I'd like to ask to make a version number change for the next stable release. Currently we're planning to release something we're planning to call 2.0.8. However, what I'm actually busyly creating in the CVS tree is HEAD minus vfs and dfs and some of the TNG mods. This is a very big change to call 2.0.8, which implies a minor rev. on 2.0.7. Now I still want to
2005 Jul 08
2
missing data imputation
Dear R-help, I am trying to impute missing data for the first time using R. The norm package seems to work for me, but the missing values that it returns seem odd at times -- for example it returns negative values for a variable that should only be positive. Does this matter in data analysis, and/or is there a way to limit the imputed values to be within the minimum and maximum of the actual