search for: yoo

Displaying 20 results from an estimated 33 matches for "yoo".

Did you mean: foo
2013 Jun 18
16
[PATCH] ARM: cache coherence problem in guestcopy.c
...in in the same VA of xen, and the cached data at step 2) (the first hypercall parameter) is loaded. The below patch prevents the above problem. I''m wondering, as a better solution, that does unmap_domain_page should invalidate the cache before unmap the page? Signed-off-by: Jaeyong Yoo <jaeyong.yoo@samsung.com> --- xen/arch/arm/guestcopy.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xen/arch/arm/guestcopy.c b/xen/arch/arm/guestcopy.c index d146cd6..9c4a7e4 100644 --- a/xen/arch/arm/guestcopy.c +++ b/xen/arch/arm/guestcopy.c @@ -25,6 +25,7 @@ unsigned long raw...
2012 Jun 07
1
select subrows based on a specific column in a matrix
...x was ranked from top so I don't want to lose the order too. For the similar problem, I have used "match" function and do some manipulate to identify the index of the first appearance of each value but is there any better and neat way to achieve the same function? Thanks, Seungyeul Yoo Postdoc Fellow, Institute of Genomics and Multiscale Biology Department of Genetics and Genomic Sciences Mount Sinai School of Medicine
2012 Jan 05
2
difference of the multinomial logistic regression results between multinom() function in R and SPSS
...nts of the variable "choles" are 0.1946555 and 0.6244513 from the above result, but the SPSS result are 0.213120 and 0.662575. Standard errors are much more different. Why these kind of discrepancies occur? I'll be very appreciated to whom explain the above matter. Thanks. Jinho Yoo. [[alternative HTML version deleted]]
2012 Jun 28
1
Merging listed dataset into one
...lt(x) : cannot coerce class 'structure("TilingFeatureSet", package = "oligoClasses")' into a data.frame Calls: merge ... merge.default -> merge -> as.data.frame -> as.data.frame.default Can you please help with some advices? Thanks, Best regards, Seungyeul Yoo Postdoc Fellow, Institute of Genomics and Multiscale Biology Department of Genetics and Genomic Sciences Mount Sinai School of Medicine
2007 Apr 18
3
advice on pseudo iteration needed (mailman recipe)
...ant to archive is something like this: include mailman manage_mailing_list {"chatml": password => "asdfasdfasdf", subscribers => ["darks@fet.org", "hand@dampf.de", "i.am.cool@yoo.org" ] } which should create the mailinglist and subscribe the given users. i have attached the corresponding class and defines. this works ok for one list but unfortunately not for several lists, since puppet barfs on the object names of the subscribe_to_mailingli...
2013 Oct 08
3
Re: [PATCH v4 1/9] xen/arm: Implement hvm save and restore
>------- Original Message ------- >Sender : Julien Grall<julien.grall@linaro.org> >Date : 2013-10-07 21:49 (GMT+09:00) >Title : Re: [Xen-devel] [PATCH v4 1/9] xen/arm: Implement hvm save and restore > >On 10/04/2013 05:43 AM, Jaeyong Yoo wrote: >> Implement save/restore of hvm context hypercall. In hvm >> context save/restore, we save gic, timer and vfp registers. >> >> Signed-off-by: Jaeyong Yoo >> --- >> xen/arch/arm/Makefile | 1 + >> xen/arch/arm/domctl.c...
2008 Dec 30
1
help on windows 32 compile... R-2.8.1
hello, I'm trying compile R-2.8.1. I've got Rtools installed, paths setup, etc... the compile progress up to a point and then complains: ... DLL made installing DLL collecting R files preparing package methods for lazy loading dumping R code in package `methods' initializing class and method definitions ...done make[4]: *** No rule to make target `inst/BasicClasses.R',
2018 Sep 19
1
Re: [PATCH 2/2] Introduce a --key option in tools that accept keys
...ys-from-stdin is > suboptimal, because it is an usable solution only when there is just one s/an/a/ (English is weird, the choice of 'a' or 'an' before a word beginning with 'u' depends on whether the pronunciation resembles soft 'uh' [an umbrella] or hard 'yoo' [a unicorn]). > device to open, and no other input passed via stdin to the tool (like > the commands for guestfish). > > To overcome this limitation, introduce a new --key option in tools: > * --key /dev/device:file:/filename/with/key Perhaps safe, if /filename/with/key canno...
2006 Jul 23
3
RfW 2.3.1: regular expressions to detect pairs of identical word-final character sequences
...pecifying a range such as {2,} text<-"this is an example sentence." gsub("(\\w{2,}?)(\\W.+?)\\1(\\W)", "\\1<r>\\2\\1<r>\\3", text, perl=TRUE) because, as I understand it, this requires the 2+ cases of \\w to be identical characters: text<-"doo yoo see mee?" gsub("(\\w{2,}?)(\\W.+?)\\1(\\W)", "\\1<r>\\2\\1<r>\\3", text, perl=TRUE) Again, any ideas? I'd really appreciate any snippets of codes, pointers, etc. Thanks so much, STG -- Stefan Th. Gries ----------------------------------------------- Univer...
2006 Aug 11
1
Excell
I posted question before butnobody answered. I find it hard to belive that I''m the only one having to deal with excell fils. Here is my problem - my app must process and create ecxell files. I''m trying to figure out how to use POI4r and cannot find any clear instruction on how to get this working. I''m ruuning my app on Windows server. Any ideas? Is there any other
2006 Aug 11
0
Uisng Design Pattrens in Yor Rails Appslications
Hi Rubby Haxckers! I has been a busy pesron since we is been here last. I has put up some leet coder on deisgn pattrens for yoo to use in your Rails Appslications. http://railsblob.blogspot.com/2006/08/uisng-design-pattrens-in-yor-rails.html Don''t tell the Javacs, as they might Steal Them and we is not winnning that battle since DDT has made us upgarde our Rails under vieled threats of violance (I is not dissi...
2010 Jun 22
1
Mahalanobis distance
I am a new R user. i have a question about Mahalanobis distance.actually i have 300 rows and 7 columns. columns are different measurements, 300 rows are genes. since genes can classify into 4 categories. i used dist() with euclidean distance and cmdscale to do MDS plot. but find out Mahalanobis distance may be better. how do i use Mahalanobis() to generate similar dist object which i can use
2008 Feb 26
1
problem with posting with acts as taggable on steroids
hi all i''m trying to have a post with tags included but i''m getting undefined method `tag_with'' i''ve already added acts_as_taggable to the model and on the controller the code for creating the post is: def create @post = Post.new(params[:post]) @post.tag_with(params[:tag_list]) @post.user = current_user if @post.save redirect_to
2012 May 18
3
Re: [XenARM] Regarding Xen-ARM for Cortex-A8 on Fast Model Emulators [FME]
Questions about the port of Xen to ARM with virt extensions are best posted to xen-devel, the xen-arm list focuses on the PV port. Adding xen-devel since it seems you are mainly asking about the w/-virt-extensions port. On Fri, 2012-05-18 at 12:38 +0100, Krishna Pavan wrote: > Please inform the status of Xen-ARM for Cortex-A8 CPU''s on FME from > ARM. AFAIK no one has tried the
2013 Nov 06
0
[PATCH v5 5/6] xen/arm: Implement hypercall for dirty page tracing
...save the GPAs into bitmap. Changes from v4: 1. For temporary saving dirty pages, use bitmap rather than linked list. 2. Setup the p2m''s second level page as read-write in the view of xen''s memory access. It happens in p2m_create_table function. Signed-off-by: Jaeyong Yoo <jaeyong.yoo@samsung.com> --- xen/arch/arm/domain.c | 14 +++ xen/arch/arm/domctl.c | 9 ++ xen/arch/arm/mm.c | 103 +++++++++++++++++++- xen/arch/arm/p2m.c | 206 ++++++++++++++++++++++++++++++++++++++++ xen/arch/arm/traps.c |...
2002 Nov 27
2
Date: Wed, 27 Nov 2002 09:23:31 -0600
Dear all: I am another R-beginner in the state. I have tried to analyze a large data (3,600 kb as csv format) set with R. When I type lm(x~y), it says > ==== > Error: cannot allocate vector of size 1017272 kb. > In addition: Warning message: > Reached total allocation of 255MB: see help(memory.size) > ==== > So, I tried the following. > >memory.size() > [1] 51620896
2012 May 04
1
Medidas Repetidas
Hola a todos, Estoy intentando realizar un análisis de medidas repetidas en R y me gustaría pediros opinión porque estoy un poco atascada. Estoy utilizando las funciones lme y lmer. Tengo datos de censos de grillos (efi) realizados semanalmente (week) en tres parcelas (plot) diferentes, cada una de las cuales tiene seis transectos (transect) donde se realizan dichos censos. Los datos son de dos
2002 Dec 05
4
Another new famous game using VORBIS!!!
yoo! i'm so exicted about it, i've just got a copy of James Bond 007: Nightfire! It's the name game from EA GAMES in the james bond series (just out with the new movie) The game uses ogg vorbis ! (ogg.dll vorbis.dll and other stuff :)) woooohooo!! Man i think that if everything that bel...
2012 Jul 13
1
virt-install says ERROR POST operation failed: xend_post: error from xen daemon: <Fault 3: 'ubuntu-first-test'>
I was trying to install a guest OS with the following command. $ virt-install -r 1024 --accelerate -n ubuntu-first-test -f /var/lib/libvirt/images/guest.img --cdrom /root/ubuntu-12.04-desktop-i386.iso --hvm and it says the following. Starting install... ERROR POST operation failed: xend_post: error from xen daemon: <Fault 3: ''ubuntu-first-test''> Domain installation
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...;gustavo@sagui.org> Gustavo Padovan <gustavo.padovan@collabora.co.uk> Gustavo Padovan <gustavo@padovan.org> Gustavo Zacarias <gustavo@zacarias.com.ar> Gwendal Grignou <gwendal@google.com> Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com> Gyungoh Yoo <jack.yoo@maxim-ic.com> Göran Uddeborg <goeran@uddeborg.se> Güngör Erseymen <gelurine@gmail.com> H Hartley Sweeten <hsweeten@visionengravers.com> H Hartley Sweeten <hsweeten@visionengravers.com> [EP93xx] H. Peter Anvin <hpa@linux.intel.com> H. Peter A...