search for: euc

Displaying 20 results from an estimated 88 matches for "euc".

Did you mean: etc
2009 Jan 14
2
Vectorization of three embedded loops
...rization, but I could not figure out how to do it better/faster. Which ways are there to replace the time consuming loops? Here are some information: # val.n<-24; # start.b<-matrix(nrow=1812, ncol=20); # val is a vector of the rownames of 22 in an earlier step chosen extrem samples; # euc<-<-matrix(nrow=1853, ncol=1853); [contains the Euclidean distance calculations] The following calculation of the system.time was for the selection of two samples: system.time(KEN.STO(val.n,start.b,val.start,euc)) user system elapsed 25.294 13.262 38.927 The function: KEN.STO&l...
2011 Jun 05
1
another missing link in febootstrap; failing tests for libguestfs
...though. The next thing I'll be looking at are the following failed libguestfs tests: test-getlogin_r.c:42: assertion failed /bin/bash: line 5: 18338 Aborted EXEEXT='' srcdir='.' LOCALE_FR='fr_FR' LOCALE_FR_UTF8='fr_FR.UTF-8' LOCALE_JA='ja_JP.EUC-JP' LOCALE_ZH_CN='zh_CN.GB18030' LOCALE_FR_UTF8='fr_FR.UTF-8' LOCALE_FR='fr_FR' LOCALE_FR_UTF8='fr_FR.UTF-8' LOCALE_JA='ja_JP.EUC-JP' LOCALE_ZH_CN='zh_CN.GB18030' MAKE='make' ${dir}$tst FAIL: test-getlogin_r test-readlink.h:41: assertion...
2005 Aug 13
9
Multilingual Rails v0.6
Multilingual Rails v0.6 is released! Here is the changelog. Documentation and download at the homepage: http://www.tuxsoft.se/oss/rails/multilingual v0.6 - 2005-08-13 * String case-manipulation functions replaced with ruby-unicode equivalents (if ruby-unicode is installed): String#downcase, String#upcase and String#capitalize now fully handle Unicode. * String normalization
2009 May 12
1
times family unavailable in postscript device (Ubuntu Linux)
..._10.afm" $encoding [1] "TeXtext.enc" attr(,"class") [1] "Type1Font" $Japan1 $family [1] "HeiseiKakuGo-W5" $metrics [1] "" "" "" "" "Symbol.afm" $cmap [1] "EUC-H" $cmapEncoding [1] "EUC-JP" $pdfresource [1] "" attr(,"class") [1] "CIDFont" $Japan1HeiMin $family [1] "HeiseiMin-W3" $metrics [1] "" "" "" "" "Symbol.a...
2003 Jul 29
1
no charset ver. 3.0.0beta3 on solaris
...ke in /usr/ccs/bin. Here is a list of installed iconv and locale packages on the compiling system (Sun Blade 150 Sparc): (ub-blade1):~ # pkginfo | grep iconv system CSWiconv libiconv - GNU iconv library ALE SUNWciu8 Simplified Chinese (EUC) iconv modules for UTF-8 ALE SUNWciu8x Simplified Chinese (EUC) iconv modules for UTF-8 (64-bit) ALE SUNWhiu8 Traditional Chinese iconv modules for UTF-8 ALE SUNWhiu8x Traditional Chinese (EUC) iconv m...
2001 Apr 09
1
Japanese Codepage 932 Help.
...?.. i issued the command make_smbcodepage c /usr/local/samba/source/codepages/codepage_def.932 /etc/codepage.932 and that's what I got. and i also see the default installation codepage.932 is 8 bytes as well. second thing is that i put in my /etc/samba/smb.conf this two lines: coding system = EUC client code page = 932 are those correct setting for it? let me describe a little further of what I am trying to do. in windows 98 we using (japanese win 98 version) and we want to create a japanese character in windows 98 and then save it into the samba server directories. and then from our Japa...
2011 Sep 09
1
1 TByte (99,5%) data missing on rsync backup???
...oSort/FreeNAS/backups/obfuscated/home/q6600/usr/lib/gconv/EBCDIC-US.so 2011/09/09 03:36:14 [5910] >f+++++++++ home/toSort/FreeNAS/backups/obfuscated/home/q6600/usr/lib/gconv/ECMA-CYRILLIC.so 2011/09/09 03:36:14 [5910] >f+++++++++ home/toSort/FreeNAS/backups/obfuscated/home/q6600/usr/lib/gconv/EUC-CN.so 2011/09/09 03:36:14 [5910] >f+++++++++ home/toSort/FreeNAS/backups/obfuscated/home/q6600/usr/lib/gconv/EUC-JISX0213.so 2011/09/09 03:36:15 [5910] >f+++++++++ home/toSort/FreeNAS/backups/obfuscated/home/q6600/usr/lib/gconv/EUC-JP-MS.so 2011/09/09 03:36:15 [5910] >f+++++++++ home/toSor...
2007 Aug 09
1
S4 based package giving strange error at install time, but not at check time
...and installed it. Though the package installed fine I noticed the following message: Loading required package: methods Error in loadNamespace(package, c(which.lib.loc, lib.loc), keep.source = keep.source) : in 'fingerprint' methods specified for export, but none defined: fold, euc.vector, distance, random.fingerprint, as.character, length, show During startup - Warning message: package fingerprint in options("defaultPackages") was not found However, I can load the package in R with no errors being reported and it seems that the functions are working fine. Looki...
2013 Jul 23
1
Heat Map for species - code from Numerical Ecology with R
...luster packages. The code is as follows: # Ordered community table # Species are ordered by their weighted averages on site scores or <- vegemite(spe, spe.chwo) spe is the dataframe spe.chwo came from: spe.norm <- decostand(spe, "normalize") spe.ch <- vegdist(spe.norm, "euc") spe.ch.UPGMA <- hclust(spe.ch, method = "average") spe.chwo <- reorder.hclust(spe.ch.UPGMA, spe.ch) and the error is Error in vegemite(spe, spe.chwo) : Cowardly refusing to use longer than 1 char symbols: Use scale The data in the dataframe is biomass data recorded t...
2005 Aug 28
7
Unicode support in FXRuby 1.6
All, As some of you know, Jeroen has added support for Unicode strings in the unstable development version of FOX (version 1.5). I''m trying to plan ahead to decide how best to support this for FXRuby 1.6, but I don''t really know anything about Ruby''s support for Unicode or i18n in general. If you''re familiar with this topic (how/if Ruby deals with Unicode
2009 Oct 21
2
squared euclidean distance
Dear R-Help-Team, I would like to cluster my data using the ward-method. In several papers I read (e.g. Bahrenberg) that it is neccesary to use the "squared euclidean distance" with the ward-method. Unfortunatelly I cannot find this term in r as a method for measuring the distance. Does anybody have an idea? Thanks in advance, Carolin [[alternative HTML version deleted]]
2007 Aug 05
1
rsync always gets index.html
...l/vhosts/index.html opt_noraid/marcus/usr/local/apache2-140a/manual/vhosts/index.html.de opt_noraid/marcus/usr/local/apache2-140a/manual/vhosts/index.html.en opt_noraid/marcus/usr/local/apache2-140a/manual/vhosts/index.html.ja.jis opt_noraid/marcus/usr/local/apache2-140a/manual/vhosts/index.html.ko.euc-kr opt_noraid/marcus/usr/local/apache2-140a/manual/vhosts/index.html.ru.koi8-r it doesnt due much harm cause these small files dont use much bandiwidth, but its just confusing me and I dont have any clue why rsync copies these files again & again. I read the docs and tried to search google,...
2009 Jan 14
2
Korean Translation - Anaconda Slides
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Well, it seems like my gnome terminal can't interpret Korean translations very well. Or maybe it can and I don't know how to confirm it ? I tried the following encoding characters in the gnome terminal: Current Local (UTF-8) Korean (EUC-KR) Korean (UHC) Korean (JOHAB) and all I can see are question marks inside black rhombus. That is no Korean Language ? or it is ? YoungHoon: Could you render the Korean Slides images in your system, and then commit them ? The procedure could be the following: Create a workplace directory. Let...
2016 Jun 21
2
Problemas con tildes y otros caracteres en R y RStudio
...language confidence 1 ISO-8859-1 es 0.70 2 ISO-8859-2 ro 0.43 3 ISO-8859-9 tr 0.16 4 UTF-8 0.15 5 UTF-16BE 0.10 6 UTF-16LE 0.10 7 Shift_JIS ja 0.10 8 GB18030 zh 0.10 9 EUC-JP ja 0.10 10 EUC-KR ko 0.10 11 Big5 zh 0.10 He ido probando cada uno de esos encodings, al llamar a la función read_html, pero nada, sigue sin codificarlo bien. También probé a utilizar iconv, pero sin resultados positivos. En fin, seguiré investigan...
2009 Sep 11
3
Sieve and locale (Japanese)
...r :contains "subject" ["test", "???"] { So if I want to file based on above, test, and tesuto (utf-8). Most Japanese mail is send in iso-2022-jp, will it use iconv to change to utf-8 before the test? Then handle the Subject encoding? (It's also possible to be in EUC-JP, but that is unusual). Or is it something on TODO? -- Jorgen Lundman | <lundman at lundman.net> Unix Administrator | +81 (0)3 -5456-2687 ext 1017 (work) Shibuya-ku, Tokyo | +81 (0)90-5578-8500 (cell) Japan | +81 (0)3 -3375-1767 (home)
1999 Apr 28
2
smbmount doesn't work
...-E write messages to stderr instead of stdout -U username set the network username -W workgroup set the workgroup name -c command string execute semicolon separated commands -t terminal code terminal i/o code {sjis|euc|jis7|jis8|junet|hex} -D directory start from directory Perhaps there is something else I need to do? Again, the old smbmount works perfectly every time with: smbmount //server/share /mnt/samba-share -c CLIENT -U user -P passwd \ -u nobody -g nobody -f 666 -d 777 thanks, -bp --...
2000 Jul 28
4
Language element manipulation
...ppens: > themeas$ameas NULL Just grabbing at straws here: themeas$eval(ameas) Error: attempt to apply non-function Can someone wise me up about this? ______________________________________________________________________ Stuart Luppescu -=-=- University of Chicago ºÍʸ ¤ÈÃÒÆàÈþ¤ÎÉã(EUC) -=-=- s-luppescu at uchicago.edu http://www.consortium-chicago.org/people/sl/sl.html PGP public key: www.consortium-chicago.org/people/sl/pubkey.asc ICQ #21172047 AIM: psycho7070 QOTD: "She's about as smart as bait." >> Sent on 27-Jul-2000 at -.-.-.-.-.-.-.-....
2011 Apr 19
0
rsync Digest, Vol 100, Issue 14
...transferring from rsync 3.0.8 + Solaris 10 > xattrs patch (backported from 3.1.0dev) on Solaris 10 to rsync 3.0.8 on > Debian GNU/Linux. > > I'm using the following command-line: > > # rsync \ > ? ?--password-file /srv/osstech-work/etc/rsync.password \ > ? ?--iconv UTF-8,EUC-JP-MS \ > ? ?--archive \ > ? ?--acls \ > ? ?--xattrs \ > ? ?--hard-links \ > ? ?--numeric-ids \ > ? ?--delete \ > ? ?--stats \ > ? ?--partial \ > ? ?--progress \ > ? ?remote::home \ > ? ?/export/home \ > ? ; > > When I remove "--iconv UTF-8,EUC-JP-MS&q...
2005 Feb 05
1
Internationalization and localization of R
...andard in the latest distributions: for example if in Fedora Core 3 I select English (United Kingdom) I get locale en_GB.utf8. This is also true of those commercial Unixes which support such locales. - For Linux/Unix users, R works in many non-English locales with other encodings such as EUC-JP. The only one that we are having problems with is vi_VN.tcvn (but the Vietnamese UTF-8 locale appears to work). - For Windows users, R works in the double-byte `East Asian' locales as well as many others, if support is selected at installation time. (See the current rw-FAQ for mor...
2005 Feb 05
1
Internationalization and localization of R
...andard in the latest distributions: for example if in Fedora Core 3 I select English (United Kingdom) I get locale en_GB.utf8. This is also true of those commercial Unixes which support such locales. - For Linux/Unix users, R works in many non-English locales with other encodings such as EUC-JP. The only one that we are having problems with is vi_VN.tcvn (but the Vietnamese UTF-8 locale appears to work). - For Windows users, R works in the double-byte `East Asian' locales as well as many others, if support is selected at installation time. (See the current rw-FAQ for mor...