search for: mrx

Displaying 9 results from an estimated 9 matches for "mrx".

Did you mean: mr
2013 May 22
1
column width in .dbf files using write.dbf ... to be continued
...i] if (is.logical(x)) { precision[i] <- 1L scale[i] <- 0L } else if (is.integer(x)) { rx <- range(x, na.rm = TRUE) rx[!is.finite(rx)] <- 0 if (any(rx == 0)) rx <- rx + 1 mrx <- as.integer(max(ceiling(log10(abs(rx)))) + 3L) precision[i] <- min(max(nlen, mrx), 19L) scale[i] <- 0L } else if (is.double(x)) { precision[i] <- 19L rx <- range(x, na.rm = TRUE) rx[!is.f...
2009 Feb 24
3
Polycom Spectralink 8002 Configuration
...Max Number Abufs: 359 Feb 23 20:25:09 192.168.3.123 Jan 1 00:18:26.88 0090.7a0a.13f3 (192.168.003.123) [000b] Max Number Fbufs: 33 Feb 23 20:25:11 192.168.3.123 Jan 1 00:18:29.57 0090.7a0a.13f3 (192.168.003.123) [000c] NStat: 0014.d1c2.70fe (-30 dBm), Tx 3704, Rx 43841, BTx 2, BRx 2766, MTx 0, MRx 0, Tx Drop 3 (0.1%), Tx Retry 96 (2.7%), Rx Retry 19 (0.0%) Feb 23 20:25:16 192.168.3.123 Jan 1 00:18:33.87 0090.7a0a.13f3 (192.168.003.123) [000d] Number Abufs: 46 Feb 23 20:25:16 192.168.3.123 Jan 1 00:18:33.87 0090.7a0a.13f3 (192.168.003.123) [000e] Number Fbufs: 3 Feb 23 20:25:16 192.168.3...
2010 Jan 13
1
column width in .dbf files using write.dbf ... to be continued
...[, i] if (is.logical(x)) { precision[i] <- 1L scale[i] <- 0L } else if (is.integer(x)) { rx <- range(x, na.rm = TRUE) rx[!is.finite(rx)] <- 0 if (any(rx == 0)) rx <- rx + 1 mrx <- as.integer(max(ceiling(log10(abs(rx)))) + 3L) precision[i] <- min(max(nlen, mrx), 19L) scale[i] <- 0L } else if (is.double(x)) { precision[i] <- 19L rx <- range(x, na.rm = TRUE) rx[!is.fini...
2016 Oct 15
1
make tinc as a reusable lib possible?
2016-10-11 3:52 GMT+08:00 Mr.X <mrx at hcc.im>: > Network extension apps are just like ordinary apps, only they can utilize > the utun interface and create VPN entries. So I think, yes, tinc need to be > linked from such apps. link to and link from is mark as the main application's view, so, for NE extension it's...
2016 Oct 10
2
make tinc as a reusable lib possible?
> I was planning to make an iOS port, but GPL means we can't make an App Store version. Also, the way Network Extension work means only tun mode is available. I think GPL just forbidden link from(which need more link exception statement be added) but not link to Ne extension work with link from style? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Feb 13
0
Win2K Lockdown: The master browser has received a server announcment...
I'm seeing errors like this in my event viewer on win2k clients: Source MRx Smb "The master browser has received a server announcement that computer CONAN that believes it is the master browser for the domain ... The master brower is stoppong or an election is being forced." Event ID 8003 The other error that frequently occurs with this: Source: Netlogon &qu...
2006 Jul 20
1
samba as pdc in Ubuntu dapper, fails on ps$ join?
Hola, I've done everything as correct as I can see in smb.conf under fresh ubuntu 6.06 fully updated install to have it run as a PDC on hostname florentine, domain DAVEYST. There are no testparm errors. I've added users with useradd and smbpasswd -a I've added machines with useradd and smbpasswd -a -m I can see the server in my network neighbourhood and access/browse folders on
2016 Oct 09
0
make tinc as a reusable lib possible?
I was planning to make an iOS port, but GPL means we can't make an App Store version. Also, the way Network Extension work means only tun mode is available. Sent from my iPhone > On 9 Oct 2016, at 23:55, Cong Monkey <congzhangzh at gmail.com> wrote: > > Just wait tinc be more lib style for some future days:) > > 2016-10-09 22:45 GMT+08:00 Guus Sliepen <guus at
2016 Oct 10
0
make tinc as a reusable lib possible?
Network extension apps are just like ordinary apps, only they can utilize the utun interface and create VPN entries. So I think, yes, tinc need to be linked from such apps. Sent from my iPhone > On Oct 10, 28 Heisei, at 9:48, Cong Monkey <congzhangzh at gmail.com> wrote: > > > > I was planning to make an iOS port, but GPL means we can't make an App Store version. Also,