search for: kr

Displaying 20 results from an estimated 1267 matches for "kr".

2008 May 21
2
need some help in plotting xy graph
Hi Dataframe fdf contains bin rate overlay 1 1 90 Assign First/cc _from_SN_53 RNC_20_to_SN_50 RNC_21_Success Rate 2 2 93 Assign First/cc _from_SN_53 RNC_20_to_SN_50 RNC_21_Success Rate 3 1 90 Assign First/cc _from_SN_50 RNC_21_to_SN_53 RNC_20_Success Rate 4 2 94 Assign First/cc _from_SN_50 RNC_21_to_SN_53
2007 Aug 08
6
The CentOS-Plus kernel
I see the new kernel available in the plus repository... is there some way to view what the differences are between that and the mainline kernel?
2006 Jul 01
1
The ZFS Read / Write roundabout
...is using, I noticed that my IO rate also seesawed up and down between 31MB/s and 28MB/s, over a 5 second interval... I was not expecting that... Thoughts? Thanks! :) Nathan. Here is the iostat example - extended device statistics device r/s w/s kr/s kw/s wait actv svc_t %w %b cmdk0 0.0 201.5 0.0 23908.7 33.0 2.0 173.5 100 100 nfs2 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 extended device statistics device r/s w/s kr/s kw/s wait actv svc_t %w %b cmdk0...
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...
2010 Oct 27
1
(no subject)
I am interested in using "multcompLetters" after running "kruskalmc" but I'm a newbie and I'm not having luck figuring it out. I can run "kruskalmc" just fine, but after studying the documentation for "multcompletters" for a long time, I cannot figure out how to make it work. Any ideas? R input is below > >> #here...
2009 Dec 20
0
xen domu not starting
...tialized NET: Registered protocol family 16 Initializing CPU#1 Brought up 2 VCPUs But after that it just hangs. SSH won't respond either. 'xm list' shows: web02 25 1023 2 -b---- 0.9 All I see in dom0's xend log is: Dec 20 13:18:10 kr kernel: device vif25.0 entered promiscuous mode Dec 20 13:18:10 kr kernel: ADDRCONF(NETDEV_UP): vif25.0: link is not ready Dec 20 13:18:12 kr kernel: blkback: ring-ref 8, event-channel 9, protocol 1 (x86_32-abi) Dec 20 13:18:12 kr kernel: ADDRCONF(NETDEV_CHANGE): vif25.0: link becomes ready Dec 20...
2009 Jun 12
0
can you stop the trouble with file masks and default permissions?
Hello! Please take a look at this problem: 1. at sshd_config: Subsystem sftp internal-sftp Match group sftponly ? ? ? ? ?ChrootDirectory /public ? ? ? ? ?X11Forwarding no ? ? ? ? ?AllowTcpForwarding no ? ? ? ? ?ForceCommand internal-sftp 2. at client's bash: sshfs server:/ /home/kr/krpub-mount -o uid=$(id -u kr) -o gid=$(id -g kr) -o allow_other -o default_permissions -o reconnect -o no_check_root -o umask=0002 touch /home/kr/krpub-mount/writeable_dir/1 ls -la /home/kr/krpub-mount/writeable_dir/1 -rwxrwxr-x 1 kr kr 0 2009-06-12 08:51 krpub-mount/writeable_dir/1 3. at serv...
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
2009 Jan 26
1
Sweave'ing Danish characters
...at someone can point me towards a solution. To illustrate: > library(xtable) > library(Hmisc) > rm(list=ls()) > load("u:/kirurgi/cholecystit/Chol_oprenset.Rdata") > > test2 <- chol$nydiag[3] # This 3rd observation contains a diagnosis with Danish characters ("Kr?ft i ford?jelsessystemet", meaning gastrointestinal cancer). > > print(xtable(table(test2))) % latex table generated in R 2.8.1 by xtable 1.5-4 package % Mon Jan 26 23:31:37 2009 \begin{table}[ht] \begin{center} \begin{tabular}{rr} \hline & test2 \\ \hline Kr?ft i ford?jelsessy...
2015 Aug 05
2
CentOS wiki permission
...hange Manuals/ReleaseNotes/CentOS7 <http://wiki.centos.org/Manuals/ReleaseNotes/CentOS7/Korean> translation part for link to Korean Release note ? I couldn't make my personal homepage, it says "You are not allowed to edit this page" :) Last one, i'd like to make translation kr tree in FrontPage. Would you make http://wiki.centos.org/kr/FrontPage ? Regards, -- Inyong On Wed, Aug 5, 2015 at 1:19 AM, Akemi Yagi <amyagi at gmail.com> wrote: > On Tue, Aug 4, 2015 at 5:01 AM, Inyong Hwang <inyong.hwang at gmail.com> > wrote: > > Hi, I'd like to...
2004 Dec 09
3
surf.ls
Hello, I am looking into description of surf.ls(spatial) and see under value $beta - the coefficients. When I use polynomial of degree 2 to fit surface I expect to get 4 coefficients: z = a_1 x^2 + a_2 xy + a_3 y^2 + a_4 What do beta really stand for and why do I get $beta vector of length 6? Thakns, Mark
2003 Apr 29
1
polynomial fitting
...icients for the terms of the fitted polynomial. However, when I try to use the surf.ls function I'm getting odd results. > x <- seq(0, 10, length=50) > y <- x > f <- function (x, y) {x^2 + y} > library(spatial) > test <- data.frame(x=x, y=y, z=f(x, y)) > test.kr <- surf.ls(2, test) > test.kr$beta [1] 0 0 0 0 0 0 When I try the example from the help I get: > library(MASS) > data(topo, package="MASS") > topo.kr <- surf.ls(2, topo) > topo.kr$beta [1] 801.217617 -11.018887 68.229148 -73.992968 3.343573 8.342...
2002 Jan 22
2
What is mean this messages?
...:52 ux001 rsyncd[10868]: IGNORING unknown parameter "chroot" =========================== cut I'm sorry, I can write eng a little. thank you. _____________________________________________________________________ ??? ??? ?? ????? ??? ??? ???~ - ??! ??? http://education.yahoo.co.kr/ ???? ????? ???? ? ??? - ??! ?? http://kr.chat.yahoo.com/
2015 Feb 23
2
[LLVMdev] LLVM IR in DAG form
...t;>: > > > > On Sat, Feb 21, 2015 at 6:38 PM, David Chisnall > <David.Chisnall at cl.cam.ac.uk <mailto:David.Chisnall at cl.cam.ac.uk>> > wrote: > > > > On 21 Feb 2015, at 05:59, Jeehoon Kang > <jeehoon.kang at sf.snu.ac.kr <mailto:jeehoon.kang at sf.snu.ac.kr>> > wrote: > > > > this is Jeehoon Kang, a CS PhD student and a newbie to LLVM. > > > > I am wondering why LLVM IR's basic block consists of a list > of instructions, >...
2011 Apr 29
2
how to access lvm inside lvm
I have a centos 5.6 server that has xen domUs installed on their on logical volumes. These logical volumes contain their own volume groups and again their own logical volumes. I want to access the domU logical volumes and tried this: [root at kr ~]# fdisk -l /dev/VolGroup00/LogVol02 Disk /dev/VolGroup00/LogVol02: 274.8 GB, 274877906944 bytes 255 heads, 63 sectors/track, 33418 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/VolGroup00/LogVol02p...
2013 Apr 25
1
search and UTF-8 normalization forms (NFD)
Hello, on a system with dovecot 2.2 I've got a mailbox containing multiple mails from a person called Kr?ger, but From: header encoded differently. Some are encoded in UTF-8 normalization form decomposed (as used by Mac OSX), that is u and umlaut accent as sperate combined codepoints instead of one ?: From: =?utf-8?Q?replaced_Kru=CC=88ger?= <krueger at some.domain> Searching within roundcube...
2008 Sep 18
2
Difficulty understanding sem errors / failed confirmatory factor analysis
...ating a separate variance for each observed variable (which should be everything on the right-hand side of the -> arrows), but setting the factor variances equal to 1...pretty standard. I've ensured that everything is typed correctly to the best I am able. The problem: library(sem) model.kr <- specify.model(file="model.txt") # printing it checks out ok correl <- read.csv("cors.csv", header=TRUE) # printing it checks out ok kr.sem <- sem(ram=model.kr,S=correl,N=3034) ...about 10 seconds pass... Warning message: In sem.default(ram = ram, S = S, N = N, param....
2005 Oct 11
2
echo cancellation test problem on Windows OS.
...time, I was investingating echo cancellation and found speex echo cancellation related API. But echo stilll remains. 1. echo cancellation using only files works propertly. 2. echo cancellation using sound device works not propertly. You can download test files as followed. http://www.vdream.co.kr/temp/ec/echocancel.wmv ( testing screen capture file ) http://www.vdream.co.kr/temp/ec/echocancel.zip ( test files ) The reason why echo still remains is that speaking signal from sound device differs from speaking signal from file, I guess. It's my pleasure to see my testring files. Thank...
2015 Feb 21
2
[LLVMdev] LLVM IR in DAG form
On Sat, Feb 21, 2015 at 6:38 PM, David Chisnall <David.Chisnall at cl.cam.ac.uk > wrote: > > > On 21 Feb 2015, at 05:59, Jeehoon Kang <jeehoon.kang at sf.snu.ac.kr> > wrote: > > > > this is Jeehoon Kang, a CS PhD student and a newbie to LLVM. > > > > I am wondering why LLVM IR's basic block consists of a list of > instructions, > > rather than a DAG of instruction as in the low level (ISelectionDAG). > > SSA fo...
2011 Dec 20
8
ocfs2 - Kernel panic on many write/read from both
...5493670 TEST-MAIL2 ~ # echo "ls //orphan_dir:0000"|debugfs.ocfs2 /dev/dm-0|wc debugfs.ocfs2 1.6.4 5239722 26198604 246266859 TEST-MAIL2 ~ # echo "ls //orphan_dir:0001"|debugfs.ocfs2 /dev/dm-0|wc debugfs.ocfs2 1.6.4 6074335 30371669 285493670 Thanks for Your help. From: Marek Kr?likowski Sent: Tuesday, December 20, 2011 6:39 PM To: ocfs2-users at oss.oracle.com Subject: Re: [Ocfs2-users] ocfs2 - Kernel panic on many write/read from both > I think you are running into a known issue. Are there lot of orphan > files in orphan directory? I am not sure if the problem...