search for: 1251

Displaying 20 results from an estimated 221 matches for "1251".

Did you mean: 121
2013 Feb 21
4
Getting htmlParse to work with Hebrew? (on windows)
...e in Russian: library(RCurl) library(XML) u = " http://www.cian.ru/cat.php?deal_type=2&obl_id=1&room1=1" a = getURL(u) a # Here - the Russian is fine. a2 <- htmlParse(a) a2 # Here it is a mess... None of these seem to fix it: htmlParse(a, encoding = "windows-1251") htmlParse(a, encoding = "CP1251") htmlParse(a, encoding = "cp1251") htmlParse(a, encoding = "iso8859-5") This is my locale: Sys.getlocale() "LC_COLLATE=Russian_Russia.1251;LC_CTYPE=Russian_Russia.1251;LC_MONETARY=Russian_Russia.1251;LC_NUMERIC=C;L...
2017 Aug 28
3
[bug report] Cyrillic letter "я" interrupts script execution via R source function
...It relates to sourcing some R scripts in UTF-8 encoding on Windows machines. For some reason if the UTF-8 script is containing cyrillic letter *"?"*, the script execution is interrupted directly on this letter (btw the same scripts are sourcing fine when they are encoded in the systems CP1251 encoding). Let's consider the following script that prints random russian words: > > > *print("?????")print("????")print("???????")print("????")* When this script is sourced we get INCOMPLETE_STRING error: > > > > > *source(...
2011 Jan 01
2
(XEN) physdev.c:61: dom1: map invalid irq 1251
Hello, i''m using the latest Xen 4.0 testing from the mercurial repository and i want to passthrough my Intel Core gpu. But somehow it has a weird IRQ of 1251. So i cant start the vm if i set pci=[''00:02.0'']. The device is bound to the pciback driver correctly. The interesting part of xm dmesg (appears when i start the vm): (XEN) [VT-D]iommu.c:1484: d0:PCI: unmap bdf = 0:2.0 (XEN) [VT-D]iommu.c:1362: d1:PCI: map bdf = 0:2.0 (XEN) phys...
2011 Jan 01
2
(XEN) physdev.c:61: dom1: map invalid irq 1251
Hello, i''m using the latest Xen 4.0 testing from the mercurial repository and i want to passthrough my Intel Core gpu. But somehow it has a weird IRQ of 1251. So i cant start the vm if i set pci=[''00:02.0'']. The device is bound to the pciback driver correctly. The interesting part of xm dmesg (appears when i start the vm): (XEN) [VT-D]iommu.c:1484: d0:PCI: unmap bdf = 0:2.0 (XEN) [VT-D]iommu.c:1362: d1:PCI: map bdf = 0:2.0 (XEN) phys...
2010 Jul 26
3
Cluster analysis
Hi all, I have no idea if this question is to easy to be answered, but I?m starting with R. So, here we go. I have a large dataset with a lot of steps a judicial case. A sample is attached. I?d like to do a cluster analysis to try to understand with one is the most usual path followed by this legal cases. After that, I?d like to plot a cluster tree. In the attached sample, the column: -
2007 Jan 23
2
is it necessary to always register C routines with R_registerRoutines?
...you. SEXP snns_getVersion(void) {SEXP version; char *v; PROTECT(version=NEW_CHARACTER(15)); v=CHARACTER_POINTER(version); strcpy(v,krui_getVersion()); UNPROTECT(1); return version; } > sessionInfo() R version 2.4.1 (2006-12-18) i386-pc-mingw32 locale: LC_COLLATE=Russian_Russia.1251;LC_CTYPE=Russian_Russia.1251;LC_MONETARY=Russian_Russia.1251;LC_NUMERIC=C;LC_TIME=Russian_Russia.1251 attached base packages: [1] "stats" "graphics" "grDevices" "utils" "datasets" "methods" [7] "base" -- Vie...
2016 Jun 23
0
CEBA-2016:1251 CentOS 7 lvm2 BugFix Update
CentOS Errata and Bugfix Advisory 2016:1251 Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-1251.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 9e71a3ed29c9a07ccbe0bf48a54d6e2f38b710f92707278e80d9a5ffb09f9ae1 cmirror-2.02.130-5.el7_2.4.x86_64.r...
2006 Oct 18
1
[Bug 1251] grep incompatibility in configure
http://bugzilla.mindrot.org/show_bug.cgi?id=1251 Summary: grep incompatibility in configure Product: Portable OpenSSH Version: 4.4p1 Platform: PPC OS/Version: other Status: NEW Severity: minor Priority: P2 Component: Build system AssignedTo: bitbu...
2008 Jun 11
1
[Bug 1251] grep incompatibility in configure
https://bugzilla.mindrot.org/show_bug.cgi?id=1251 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |LATE...
2012 Sep 11
0
CEBA-2012:1251 CentOS 6 kdelibs FASTTRACK Update
CentOS Errata and Bugfix Advisory 2012:1251 Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-1251.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 50f7ba08e4d506cd0c8855668c11ce093ea030c6c3e5836d5fa8bb6ea865a6cf kdelibs-4.3.4-17.el6.i686.rpm 64a2f5...
2014 Sep 17
0
CEBA-2014:1251 CentOS 7 foomatic FASTTRACK BugFix Update
CentOS Errata and Bugfix Advisory 2014:1251 Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-1251.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 2839eeffb14f6ffee966e08fcd065e4bd7279f8e6e84005bfb06fd4fbfeb0930 foomatic-4.0.9-8.el7.x86_64.rpm 515...
2018 Apr 27
0
[Bug 1251] New: Hide private symbols in libnfnetlink
https://bugzilla.netfilter.org/show_bug.cgi?id=1251 Bug ID: 1251 Summary: Hide private symbols in libnfnetlink Product: libnfnetlink Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: libn...
2007 May 25
1
Problem with accessing internal variable in package.
...uot; not found > traceback() 2: AB2C(a, b, model.type) 1: EstimC(i, plot.base.name = paste(plt.base.name, "S_", sep = ""), model.type = "S") > sessionInfo() R version 2.5.0 Patched (2007-05-13 r41549) i386-pc-mingw32 locale: LC_COLLATE=Russian_Russia.1251;LC_CTYPE=Russian_Russia.1251;LC_MONETARY=Russian_Russia.1251;LC_NUMERIC=C;LC_TIME=Russian_Russia.1251 attached base packages: [1] "datasets" "utils" "stats" "graphics" "grDevices" "methods" [7] "base" other att...
2007 Aug 31
1
About "=" in command line in windows.
...(2) don't seem normal to me, however, I don't see, what I am doing wrong. I use windowsXP Pro, my colleague uses windows 2000 and reports the same problems. My sessionInfo(): > sessionInfo() R version 2.5.1 Patched (2007-08-19 r42614) i386-pc-mingw32 locale: LC_COLLATE=Russian_Russia.1251;LC_CTYPE=Russian_Russia.1251;LC_MONETARY=Russian_Russia.1251;LC_NUMERIC=C;LC_TIME=Russian_Russia.1251 attached base packages: [1] "stats" "graphics" "grDevices" "utils" "datasets" "methods" [7] "base" -- View this m...
2009 Sep 26
1
mboost_1.1-3 blackboost_fit (PR#13972)
...eights = NULL + ) Error in party:::get_variables(obj at responses) : trying to get slot "responses" from an object (class "boost_data") that is not an S4 object > sessionInfo() R version 2.9.2 (2009-08-24) i386-pc-mingw32 locale: LC_COLLATE=Russian_Russia.1251;LC_CTYPE=Russian_Russia.1251;LC_MONETARY=Russian_Russia.1251;LC_NUMERIC=C;LC_TIME=Russian_Russia.1251 attached base packages: [1] grid splines stats graphics grDevices utils datasets methods base other attached packages: [1] mboost_1.1-3 party_0.9-999 vcd_1.2-4...
2017 Aug 28
0
[bug report] Cyrillic letter "я" interrupts script execution via R source function
...e, it first gets translated to your native locale and then parsed. When you parse a character vector, it does not get translated. In your locale, every "?" character (U+044F) gets replaced by the byte "\xFF": > iconv("\u044f", "UTF-8", "Windows-1251") [1] "\xff" I suspect that particular value causes trouble for the R parser, which uses a stack of previously-seen characters (include/Defn.h): LibExtern char R_ParseContext[PARSE_CONTEXT_SIZE] INI_as(""); And at various places checks whether the context character i...
2005 Feb 26
0
=?windows-1251?b?0ODx8fvr6ugg7+4g/esg7+738uU=?=
? ?ac ?e ??a???? ????c?? ? ????? ? ?? ?o???e ??e?????? ????a??? ?o???? ??o?? ? ?a? ?????? ?o??e ?????a?e??? ?a? ????? ??e?o ?a??? ?o???a?e?e? ? ?e??????? ????a ???a???e ?ek?a?? ? ???e??e?e..... ?acc??ka ?o ??e???o??o? ?o??e... ?? ?a ????? ?o??e ??e? ?e? ? ?a? ????? ?o?e????... +7 (9?5)--2O?--90--72, +7 (9?5)--l?4--5?--l8 icq 292-593-973, i?q 224-?43-2??
2007 Aug 30
0
bug in DEoptim package
...ough 5 will cause this error, while values from 1 through 10 are possible. Package's DESCRIPTION file contains the following: Version: 1.1-8 Date: 2007-01-29 My sessionInfo(): > sessionInfo() R version 2.5.1 Patched (2007-08-19 r42614) i386-pc-mingw32 locale: LC_COLLATE=Russian_Russia.1251;LC_CTYPE=Russian_Russia.1251;LC_MONETARY=Russian_Russia.1251;LC_NUMERIC=C;LC_TIME=Russian_Russia.1251 attached base packages: [1] "tcltk" "stats" "graphics" "grDevices" "utils" "datasets" "methods" "base&quo...
2005 Aug 09
1
(4.1p1) Building failure with libedit on FreeBSD 4.x-RELEASE
...LEASE Compiler: gcc-2.95.4 (/usr/bin/gcc) ---- libedit: (located at /usr/lib/) Building fails with the following messages: ---------- gcc -g -O2 -Wall ...... -DHAVE_CONFIG_H -c sftp.c sftp.c: In function `interactive_loop': sftp.c:1247: too many arguments to function `el_init' sftp.c:1251: `H_SETSIZE' undeclared (first use in this function) sftp.c:1251: (Each undeclared identifier is reported only once sftp.c:1251: for each function it appears in.) sftp.c:1251: warning: passing arg 2 of `history' makes integer from pointer without a cast sftp.c:1326: warning: passing arg 2 o...
2006 Apr 19
9
geolocation db?
...ossible that there might be a database or even a CSV somewhere that contains this information for every zip/postalcode... I don''t want to reinvent the wheel. The geocode APIs that I''ve seen seem to be slow and US-only. Yet dozens of sites give me quasi-accurate "your are 1251 miles from Bob" type metrics - and it works across continents. How do they do this? Pete