Displaying 12 results from an estimated 12 matches for "19b".
Did you mean:
19
2009 May 12
2
Specifying data type when creating a dataframe using RODBC
...t;)
Data <- sqlFetch(channel, "Tab1")
odbcClose(channel)
One column (several, actually) in the spreadsheet contains integers in
its first few rows but later values in these columns contain a mixture
of numbers, letters and symbols (it's an ID variable, containing e.g.,
12, 14, 19, 19B, 19C, 19/20)
R creates this column as a numeric variable (I think because its first
few variables are numbers) but as soon as R gets to the non-numeric
values (e.g., 19/20) it replaces them with NA.
So, my question is: how can I specify that certain columns are to be
read as character variables B...
2005 Feb 11
2
Codec Issue on IAX trunk?
...ten => 68,103,Hangup
exten =>
_[012345]X,1,Dial(IAX2/ast33:pass@192.168.1.130/${EXTEN}@from-sip)
[no-callwaiting]
include => from-sip
include => outgoing
EXTENSIONS.CONF on ast551:
[from-sip]
exten => 19,1,SetGroup(${EXTEN})
exten => 19,2,CheckGroup(1)
exten => 19,103,Goto(19b,1)
exten => 19,3,Dial(SIP/19,20)
exten => 19,4,Voicemail(u18)
exten => 19,5,Hangup
exten => _6X,1,Dial(IAX2/ast551:pass@192.168.42.130/${EXTEN}@from-sip)
[no-callwaiting]
include => from-sip
include => outgoing
Thanks for any suggestions!
Noah
2011 Sep 01
3
DOM0 Hang on a large box....
...s without much activity
after couple hours. Xen 4.0.2 and 2.6.32 based 64bit dom0.
During hang I discovered:
Most of dom0 vcpus are in double_lock_balance spinning on one of the locks:
@ ffffffff800083aa: 0:hypercall_page+3aa pop %r11
@ ffffffff802405eb: 0:xen_spin_wait+19b test %eax, %eax
@ ffffffff8035969b: 0:_spin_lock+10b test %al, %al
@ ffffffff800342f5: 0:double_lock_balance+65 mov %rbx, %rdi
@ ffffffff80356fc0: 0:thread_return+37e mov 0x880(%r12), %edi
static int _double_lock_balance(stru...
2005 Oct 18
0
Can't delete users which have the displayName attribute in ldapsam
...i have outdated or wrong schema files for
ldap?
G?nter Gersdorf
--
Guenter Gersdorf Phone: +49/(0)531/391-7634
Inst. f. Werkzeugmaschinen Fax: -5842
und Fertigungstechnik, TU Braunschweig E-Mail: G.Gersdorf@tu-bs.de
Langer Kamp 19b, D-38106 Braunschweig http://www.iwf.ing.tu-bs.de/
2005 Oct 18
0
sambaLogonTime?
...aLogonTime isn't updated when users logon!?
G?nter Gersdorf
--
Guenter Gersdorf Phone: +49/(0)531/391-7634
Inst. f. Werkzeugmaschinen Fax: -5842
und Fertigungstechnik, TU Braunschweig E-Mail: G.Gersdorf@tu-bs.de
Langer Kamp 19b, D-38106 Braunschweig http://www.iwf.ing.tu-bs.de/
2005 Oct 18
2
Domain Admins can't modify ldapsam entries
...access LDAP when not root..
Is this by design?
G?nter Gersdorf
--
Guenter Gersdorf Phone: +49/(0)531/391-7634
Inst. f. Werkzeugmaschinen Fax: -5842
und Fertigungstechnik, TU Braunschweig E-Mail: G.Gersdorf@tu-bs.de
Langer Kamp 19b, D-38106 Braunschweig http://www.iwf.ing.tu-bs.de/
2015 Mar 30
0
[Bug 82714] [G84] nouveau fails to properly initialize GPU
...$0x20,%rsp
188: 48 89 5d e0 mov %rbx,-0x20(%rbp)
18c: 4c 89 75 f8 mov %r14,-0x8(%rbp)
190: 48 89 fb mov %rdi,%rbx
193: 4c 89 65 e8 mov %r12,-0x18(%rbp)
197: 4c 89 6d f0 mov %r13,-0x10(%rbp)
19b: 41 89 f6 mov %esi,%r14d
19e: 48 8b 47 08 mov 0x8(%rdi),%rax
1a2: 48 8b 78 40 mov 0x40(%rax),%rdi
1a6: 48 85 ff test %rdi,%rdi
1a9: 0f 84 e1 00 00 00 je 290 <evo_wait+0x110>
1af: e8...
2004 Dec 08
1
samba 3.08 debian / problems mounting a share
hoi,
the machine is running on debian 3 woody, using samba 3.08 from
backports.org. we are using a w2k-domain (ads). i need to mount a
share on a windows-server. so i do this:
mount -t smbfs -o username=xxx //def00shh/data
/opt/lampp/ExNet/dinfo/data
and samba answers:
mount: wrong fs type, bad option, bad superblock on
//def00shh/datascan,
or too many mounted file systems
in log.smbd
2008 Feb 13
3
AMD64 vs i386, ifstat and bsnmp
...AMD64 box (as
of yesterday)
ifstat from the ports cannot seem to find interfaces for some reason
? It works fine on i386
[ns8]# ifstat -b
ifstat: no interfaces to monitor!
[ns8]#
[ns8]# ifconfig
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=19b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4>
ether 00:15:17:50:40:28
inet xx.xx.128.107 netmask 0xfffffff0 broadcast 64.7.128.111
media: Ethernet 10baseT/UTP <full-duplex>
status: active
em1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTI...
2003 Sep 29
4
Data frame transpose
Hi All,
I want to ask if there is a transpose function for data frame like the
procedure of transpose in SAS? Because I want to partially transpose a
data frame which contains 5 columns (siteid, date, time, obs, mod), what
I want to do is to put time as the column variables along with siteid,
and date, and put obs and mod in the row names. specifically to
transpose a data frame:
siteid date
2008 Oct 06
2
can not wake on lan after halt -p (or shutdown -p now) on releng_7 and releng_7_0
...ice = '82572EI PRO/1000 PT Desktop Adapter (Copper)'
class = network
subclass = ethernet
...
[root@backup ~]# ifconfig re0 wol
[root@backup ~]# ifconfig em0 wol
[root@backup ~]# ifconfig
em0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=19b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4>
ether 00:1b:21:22:52:cd
media: Ethernet autoselect
status: no carrier
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=389b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,V...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...zy$t9CTRWt<!j)Q;7$!sT<J!rNe(8^3PRGSIPe$JMS6P
z)E|Wn{t^f!NKXKf-h)yN(jjyR1Vad25DU at -DWO{;f^_L3)lfn&(nKkWC{m<%K at e1=
zND~1S+lK%9?mM%yJF`2ppLS+H+%Grh-uo-(oacGYxi>u;fbD_QYM5o#?CRZ4n$2fs
zIWcX-+RC?t>Q;f5!=GZypkGyOQ#DY(hL@)uNa`^U`#3FWcB`H8E!sa<Ki766NQFIa
zT5Y>}e+79x-+8BSY~0Jbc~19b(WYjS7*vo0Hy$P!+rOpQ`zF}FxO7(&>G|#&o at 3Q;
z=y%Gkm`e$5NnKDurtJ4=>^mEJ-?0M0P7iofa$4u#=dpQh_)GiWHFj#C at i7sVexaLw
z)1lYKuf9(Va(Je+f4L{f%ko}{s;KC|)m8P}GsiI{FA?-!ifhKjtas at YPROVZsZR`V
zWt*s}pabtX4ZOs)4`>8;T9;h~AUcE0?1w)^m4x<-|9*+p9XREbM(BPj{`i-mO7}>v
zpscp}DuX%EZ>-sb`L8nK;Y...