search for: csongor

Displaying 8 results from an estimated 8 matches for "csongor".

Did you mean: connor
2008 Jun 20
15
before_save model callback rspec testing
hi all, i''m learning rspec and i can''t figure out how to test if a callback is executed in a model. my model code is: class User < ActiveRecord::Base before_save :encrypt_password ... def encrypt(password) self.class.encrypt(password, salt) end thanks a lot, cs. -- Posted via http://www.ruby-forum.com/.
2020 Sep 17
0
RE: EXT: Re: KVM/QEMU Memory Ballooning
...essage----- To: Daniel P. Berrangé Cc: libvirt-users@redhat.com Subject: RE: EXT: Re: KVM/QEMU Memory Ballooning Hi Daniel, Thank you very much for the quick answer. Now it is clear how this memballooning driver works, and how it can be managed manually. I really appreciate your answer. Regards, Csongor -----Original Message----- From: Daniel P. Berrangé <berrange@redhat.com> Sent: Thursday, September 17, 2020 11:49 AM To: Sprencz, Pal Csongor (GE Healthcare) <PalCsongor.Sprencz@ge.com> Cc: libvirt-users@redhat.com Subject: EXT: Re: KVM/QEMU Memory Ballooning On Thu, Sep 17, 2020 at...
2020 Sep 18
0
RE: EXT: Re: KVM/QEMU Memory Ballooning
...g your options there also. -----Original Message----- Cc: libvirt-users Subject: RE: EXT: Re: KVM/QEMU Memory Ballooning Unfortunaltly it is not way what we can apply, due to the containers have some dependency to propriatery nont containerized component which is not available on the host OS. Csongor -----Original Message----- Cc: libvirt-users <libvirt-users@redhat.com> Subject: RE: EXT: Re: KVM/QEMU Memory Ballooning What about running tasks/containers directly on the host? -----Original Message----- To: Daniel P. Berrangé Cc: libvirt-users@redhat.com Subject: RE: EXT: Re: KVM/QE...
2007 Nov 04
2
help on error message!!!
Could anyone please help me with this one!!! I am looping some simple stuff but when I enter an if - function I get this error message: >>>> Error in if (y < (2/(1 * pi) * sqrt(1 - ((x - 2)/1)^2))) c[i] = x else c[i] = 0 : missing value where TRUE/FALSE needed >>>> WHAT does it mean, what should I do???? [[alternative HTML version deleted]]
2007 Nov 06
0
Importing Data
...Where to ask general stats questions? (francogrex) 3. Re: structure vs. matrix (Mark Difford) 4. Problems with garch() function tseries package R 2.6.0 (Jos? Augusto Morais de Andrade J?nior - JAMAJ) 5. Re: Where to ask general stats questions? (Patrick Drechsler) 6. help on error message!!! (david csongor) 7. Re: structure vs. matrix (Duncan Murdoch) 8. Re: structure vs. matrix (Duncan Murdoch) 9. Re: help on error message!!! (Duncan Murdoch) 10. Re: help on error message!!! (Bernardo Rangel Tura) 11. Re: Problems with garch() function tseries package R 2.6.0 (Prof Brian Ripley) 12. Re: structure vs...
2007 Nov 02
2
question on the 'stats' package
I can't find the 'stats'- package, has it changed name? Where can I find the na.omit() function if not in 'stats'? Thank you in advance David [[alternative HTML version deleted]]
2007 Nov 14
1
problems with splinefun()
I am working with the function: splinefun() ... When plugging in the variables, I get the function program as if though having only entered '"splinefun". only way to get the values is by spline(xxx,yyy, n=length(xxx)/10, ties = mean)$x and spline(xxx,yyy, n=length(xxx)/10, ties = mean)$y. I'm just wondering if there is something wrong with the package or if I'm doing
2020 Sep 17
0
Re: KVM/QEMU Memory Ballooning
On Thu, Sep 17, 2020 at 09:06:51AM +0000, Sprencz, Pal Csongor (GE Healthcare) wrote: > In short we have a ScientificLinux7 base host OS system, on top of > that I would want to run a KVM/QEMU virtual machine. > The kvm version is used on the host OS is the following. > qemu-kvm-common-1.5.3-173.el7_8.1.x86_64 > libvirt-daemon-driver-qemu-4.5.0-...