search for: 00d

Displaying 12 results from an estimated 12 matches for "00d".

Did you mean: 00
2006 Mar 21
0
Printer "Unable to display security information"
...50\00Samba Printer Port\00HP DesignJet 1050C PS3\00HP Design jet 1050C\00\00\00winprint\00RAW\00\00\00\00\00\00\01\00\00\00PrinterDriverD ata\5CTrayFormSize\00\04\00\00\0 0\04\00\00\00P\00\00\00\01\00\00\00PrinterDriverData\5CTrayFormTable\00\ 03\00\00\00P\00\00\00P\00R\00o\00l\0 0l\00 \00F\00e\00e\00d\00\00\00L\00e\00t\00t\00e\00r\00\00\00\00\00\00\00C\00u \00t\00 \00S\00h\00e\00e\00t\0 0\00\00L\00e\00t\00t\00e\00r\00\00\00\00\00\00\00\00\00\01\00\00\00Print erDriverData\5CTrayFormMapSize\00\04 \00\00\00\04\00\00\00\18\00\00\00\01\00\00\00PrinterDriverData\5CTrayFor mMap\00\03\00\00\00\18\00\00\...
2019 Jan 25
0
[klibc:update-dash] [BUILTIN] Handle embedded NULs correctly in printf
...ULs correctly in printf https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=379227 On Sat, Jul 22, 2006 at 12:48:38PM +0200, A Mennucc wrote: > Package: dash > Version: 0.5.3-3 > Severity: normal > > hi > > here are the examples > > $ bash -c 'echo -n -e "A\0102C\00D\0E" | hexdump -c' > 0000000 A B C \0 D \0 E > 0000007 > > $ /bin/echo -n -e "A\0102C\00D\0E" | hexdump -c > 0000000 A B C \0 D \0 E > 0000007 > > $ zsh -c 'echo -n -e "A\0102C\00D\0E" | hexdump -c' > 0000000 A...
2020 Mar 28
0
[klibc:update-dash] dash: [BUILTIN] Handle embedded NULs correctly in printf
...9d51cc794d48d41c8fcb1 ] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=379227 On Sat, Jul 22, 2006 at 12:48:38PM +0200, A Mennucc wrote: > Package: dash > Version: 0.5.3-3 > Severity: normal > > hi > > here are the examples > > $ bash -c 'echo -n -e "A\0102C\00D\0E" | hexdump -c' > 0000000 A B C \0 D \0 E > 0000007 > > $ /bin/echo -n -e "A\0102C\00D\0E" | hexdump -c > 0000000 A B C \0 D \0 E > 0000007 > > $ zsh -c 'echo -n -e "A\0102C\00D\0E" | hexdump -c' > 0000000 A...
2012 Apr 27
6
Min , Max
...tm<-t(M) for(i in 1:67420) { tm[ta[i],tb[i]]= round(10 * ((D[(d-1)*8+1,i] + D[(d-1)*8+2,i] +D[(d-1)*8+3,i] +D[(d-1)*8+4,i] +D[(d-1)*8+5,i] +D[(d-1)*8+6,i] +D[(d-1)*8+7,i] +D[(d-1)*8+8,i] ) / 8)) } to.write <- sprintf("C:\\Users\\aalyaari\\Desktop\\New folder (6)\\Yar_%00d.bin", d) writeBin(as.integer(tm at x), size=2,to.write) } } -- View this message in context: http://r.789695.n4.nabble.com/Min-Max-tp4593065p4593065.html Sent from the R help mailing list archive at Nabble.com.
2006 Apr 27
4
pdf render inline .... update ''main'' div
...;'main'' Using this in the controller action send_file "public/pdf/my.pdf", :type =3D> ''application/pdf'', = :disposition=20 =3D> ''inline'', :stream =3D> false I get this. The raw pdf code sent replacing the main div with : =00%=00P=00D=00F=00-=001=00.=004=00 =00%=FF=FD=FF=FD=FF=FD=FF=FD=00 = =002=002=002=001=00 =000=00 =00o=00b=00j=00 =00<=00>=00 =00e=00n=00d=00o=00= b=00j=00=20 =00x=00r=00e=00f=00 =002=002=002=001=00 =003=005=00 = =000=000=000=000=000=000=000=000=001=006=00 =000=000=000=000=000=00 =00n=00= =20 =000=000=000...
2005 Dec 19
1
tripplitesu driver fix
...o not recognize SmartOnLine SU2200XL and possibly other SmartOnLine UPSes. Here is a one-line fix. Lee --- ../nut-2.0.2/drivers/tripplitesu.c Thu Jan 27 08:33:21 2005 +++ drivers/tripplitesu.c Sat Oct 1 13:38:51 2005 @@ -227,7 +227,7 @@ buffer[4] = '\0'; if (!strcmp(buffer, "~00D")) { - if (ser_get_buf_len(upsfd, buffer, 4, 3, 0) <= 0) + if (ser_get_buf_len(upsfd, buffer, 3, 3, 0) <= 0) return -1; buffer[3] = '\0'; count = atoi(buffer);
2010 May 18
25
Very serious performance degradation
Hi, I''m running Opensolaris 2009.06, and I''m facing a serious performance loss with ZFS ! It''s a raidz1 pool, made of 4 x 1TB SATA disks : zfs_raid ONLINE 0 0 0 raidz1 ONLINE 0 0 0 c7t2d0 ONLINE 0 0 0 c7t3d0 ONLINE 0 0 0 c7t4d0 ONLINE 0 0
2020 Jul 23
4
[PATCH 1/2] vdpa: ifcvf: return err when fail to request config irq
We ignore the err of requesting config interrupt, fix this. Fixes: e7991f376a4d ("ifcvf: implement config interrupt in IFCVF") Cc: Zhu Lingshan <lingshan.zhu at intel.com> Signed-off-by: Jason Wang <jasowang at redhat.com> --- drivers/vdpa/ifcvf/ifcvf_main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/vdpa/ifcvf/ifcvf_main.c
2020 Jul 23
4
[PATCH 1/2] vdpa: ifcvf: return err when fail to request config irq
We ignore the err of requesting config interrupt, fix this. Fixes: e7991f376a4d ("ifcvf: implement config interrupt in IFCVF") Cc: Zhu Lingshan <lingshan.zhu at intel.com> Signed-off-by: Jason Wang <jasowang at redhat.com> --- drivers/vdpa/ifcvf/ifcvf_main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/vdpa/ifcvf/ifcvf_main.c
2008 Dec 10
2
Possible (bug) in winamp in_flac.dll decoder
...duleWithMidi 115 +1 TVSTModuleWithMidi.HostCallProcessReplacing 01b63ee8 +03c dsp_eqfree.dll DAV_VSTBasicModule 1015 +2 ProcessReplacingFunc 01b3ac3b +013 dsp_eqfree.dll DAV_VSTHost 1512 +2 TCustomVstPlugIn.ProcessReplacing 01c46df6 +3b2 dsp_eqfree.dll WADSPVST 233 +47 ModifySamples 01ac1b4d +00d dsp_eqfree.dll madExcept CallThreadProcSafe 01ac1bb7 +037 dsp_eqfree.dll madExcept ThreadExceptFrame >> created by main thread ($470) at: 009d1cc6 +000 in_flac.dll main thread ($470): 7e377766 +3b USER32.dll GetMessageA 7c920412 +25 ntdll.dll RtlAcquirePebLock 7c92043d +0c ntdll.dll RtlRelea...
2006 Nov 16
0
gentoo [amd64] - xen sata_promise PATA 20378 not found Neo MSI mobo
...PI: RSDT (v001 AMIINT VIA_K8 0x00000010 MSFT 0x00000097) @ 0x000000003fff0000 ACPI: FADT (v001 AMIINT VIA_K8 0x00000011 MSFT 0x00000097) @ 0x000000003fff0030 ACPI: MADT (v001 AMIINT VIA_K8 0x00000009 MSFT 0x00000097) @ 0x000000003fff00c0 ACPI: DSDT (v001 VIA VIA_K8 0x00001000 MSFT 0x0100000d) @ 0x0000000000000000 On node 0 totalpages: 257373 DMA zone: 2868 pages, LIFO batch:0 DMA32 zone: 254505 pages, LIFO batch:31 ACPI: PM-Timer IO Port: 0x808 ACPI: Local APIC address 0xfee00000 ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) Processor #0 15:4 APIC version 16 ACPI: IOAPIC (id[0...
2013 Jul 22
69
[xen-unstable] Commit 2ca9fbd739b8a72b16dd790d0fff7b75f5488fb8 AMD IOMMU: allocate IRTE entries instead of using a static mapping, makes dom0 boot process stall several times.
Hi Jan, After commit 2ca9fbd739b8a72b16dd790d0fff7b75f5488fb8 AMD IOMMU: allocate IRTE entries instead of using a static mapping, booting dom0 stalls several times. Sometimes this results in RCU stall warnings from the dom0 kernel, hitting the "any" key, on normal or serial console, makes the boot continue for a while but it stalls several times. (It also stalls on shutdown BTW) I have