Displaying 8 results from an estimated 8 matches for "043d".
Did you mean:
03d
2007 Oct 22
1
Help! bad cyrillic font rendering
.../fonts/courer.fon" 0
trace:font:WineEngCreateFontInstance caching: gdiFont=0x1ee2f18 ?hfont=0xb98
...
trace:font:GdiGetCodePage charset 204 => cp 1251
trace:font:FONT_mbtowc mapped "\xd1\xeb\xf3\xe6\xe5\xe1\xed\xee\xe5 \xef\xee\xeb\xe5 " -> L"\0421\043b\0443\0436\0435\0431\043d\043e\0435 \043f\043e\043b\0435 "
trace:font:GetTextExtentExPointW (0x31c, L"\0421\043b\0443\0436\0435\0431\043d\043e\0435 \043f\043e\043b\0435 ", 0)
trace:font:GetTextMetricsW text metrics:
...
trace:font:WineEngCreateFontInstance L"Times New Roman", h=-16, it=0, weight=700...
2018 Jul 29
2
odd behavior of names
Bugzilla issue 16101 describes another first-list-name-printed-differently
oddity
with the Windows GUI version of R:
> a <- "One is \u043E\u0434\u0438\u043D\nTwo is \u0434\u0432\u0430\n"
> Encoding(a) # expect "UTF-8"
[1] "UTF-8"
> sapply(strsplit(a, "\n")[[1]], charToRaw)[c(1,1,2)]
$`One is ????`
[1] 4f 6e 65 20 69 73 20 d0 be d0 b4 d0
[13] b8 d0 bd
$`One is <U+043E><U+0434><U+0438><U+043...
2013 May 09
1
Missing printer driver
...l: generic-usb 0003:093A:2510.0071: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:1d.0-1.7/input0
May 8 19:33:22 localhost kernel: usb 1-1.6: new full speed USB device number 4 using ehci_hcd
May 8 19:33:22 localhost kernel: usb 1-1.6: New USB device found, idVendor=043d, idProduct=011d
May 8 19:33:22 localhost kernel: usb 1-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
May 8 19:33:22 localhost kernel: usb 1-1.6: Product: 2600 Series
May 8 19:33:22 localhost kernel: usb 1-1.6: Manufacturer: Lexmark
May 8 19:33:22 localhost kernel: usb 1-1.6: Se...
2018 Jul 30
0
odd behavior of names
...ic
Reporter: kevinushey .. gmail ..
His minimal REPREX was even much simpler:
> list(a = 1, b = 2)
$`a`
[1] 1
$b
[1] 2
Thank you, Bill, for the nice extra example.
Martin Maechler
ETH Zurich and R Core Team
> > a <- "One is \u043E\u0434\u0438\u043D\nTwo is \u0434\u0432\u0430\n"
> > Encoding(a) # expect "UTF-8"
> [1] "UTF-8"
> > sapply(strsplit(a, "\n")[[1]], charToRaw)[c(1,1,2)]
> $`One is ????`
> [1] 4f 6e 65 20 69 73 20 d0 be d0 b4 d0
> [13] b8 d0 bd
>
> $`One is <U+043E&...
2018 Jul 29
2
odd behavior of names
The first component name has backticks around it and the second does
not. Though not wrong, it seems inconsistent.
list(a = 1, b = 2)
## $`a`
## [1] 1
##
## $b
## [1] 2
R.version.string
## [1] "R version 3.5.1 Patched (2018-07-02 r74950)"
--
Statistics & Software Consulting
GKX Group, GKX Associates Inc.
tel: 1-877-GKX-GROUP
email: ggrothendieck at gmail.com
2012 May 08
6
Ubuntu 12.04 64bit + Wine 1.5.3 (or 1.4) + .NET Framework3.0
...rviceModel.Install 3.0.0.0"): stub
> fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00000000,(nil),0x0001,0x00000000,0x880c70,0x880b18): stub
> err:eventlog:ReportEventW L"System.ComponentModel.Win32Exception: \0414\043e\0441\0442\0443\043f \0437\0430\043f\0440\0435\0449\0451\043d\r\n at System.Diagnostics.NtProcessManager.GetModuleInfos(Int32 processId, Boolean firstModuleOnly)\r\n at System.Diagnostics.Process.get_MainModule()\r\n at System.ServiceModel.Install"...
> fixme:advapi:DeregisterEventSource (0xcafe4242) stub
> err:msi:ITERATE_Actions Execution h...
2005 Jul 06
5
NUT 2.x causes uhci-usb error messages in syslog.
Hello,
For a while I have been running NUT 2.0.0 just fine with my APC Back-UPS RS 800 using the usbhid interface.
I decided to upgrade to 2.0.2, and all went well (upsc and upsd/upsmon seem happy to talk to the UPS), but I am getting a ton of these messages in my syslog:
Jul 6 17:12:45 yggdrasil kernel: usb-uhci.c: interrupt, status 3, frame# 780
Jul 6 17:12:50 yggdrasil kernel:
2010 Aug 15
24
Xen patches merged to upstream Linux 2.6.36, plans for 2.6.37?
Hello,
It looks like upstream linux-2.6.git contains at least the following
xen related new features for Linux 2.6.36:
- Xen-SWIOTLB support (required for Xen PCI passthru and dom0)
- Xen PV-on-HVM drivers
- Xen VBD online dynamic resize of guest disks (xvd*)
Congratulations!
What are the plans for 2.6.37 merge window? I believe at least:
- Xen PCI frontend
Others? I''m going to