Displaying 20 results from an estimated 26 matches for "yoni".
Did you mean:
yong
2006 Dec 05
1
double precision
...recision without converting it to a factor? Is the double stored as a
64-bit integer?
I have attempted to use the 'dec' as well as 'as.is = TRUE', both
automatically convert it to a factor which I am trying to avoid.
Any advice or assistance would be greatly appreciated.
Thanks
Yoni Schamroth
Director of Research
MediaBoost LTD
Tel. +972-3-5333033 (ext. 105)
Fax.?+972-3-5480617
Mob.?+972-52-3422204
yoni.schamroth at compile-inc.com
2003 May 06
3
samba-2.2.8a and PDC help!!!
hello all,
i'm really trying to mount a PDC with samba-2.2.8a and RedHat8.
when i introduce the clients to domain all run Ok, but when i reboot the
system and try to logon to the domain, the system send me a message like
this "the system could not log you on because the domain 'DomainName' is
not available"
any body know what is the reason for?
please help me...
Note:
2011 Jun 18
1
Vim-R-Plugin issue : Python interface must be enabled to run Vim-R-Plugin
...python 2.7,
and added the following 4 lines to my _vimrc per the instructions
here<http://blog.binfalse.de/wp-content/uploads/2010/12/vim-r-plugin-101217.html>
.
set nocompatible
syntax enable
filetype plugin on
filetype indent on
Ideas on how to fix this?
On Fri, Jun 17, 2011 at 2:41 AM, Yoni Teitelbaum <
yoni.teitelbaum@escapemg.com> wrote:
> Hello all,
>
>
> I have a php script that makes a call
>
>
> system(PATH_PROJECT_ROOT . '/sh/combineDays.sh ' . $dateString . " " .
PATH_PROJECT_ROOT);
>
>
> and within combineDays.sh I run an...
2008 Jan 23
2
R binary version with R_MEMORY_PROFILING
...here can I find an R binary version (>2.4.0 ) for windows that compiled
with R_MEMORY_PROFILING?
Within our application we are experiencing serious problems with memory
usage. And being able to use "Rprofmem" and "tracemem" command seems like
our best option.
Thanks,
Yoni
[[alternative HTML version deleted]]
2019 Apr 29
1
[RFC-PATCH] Introducing virtio-example.
...ves some motivation for virtio-devices to be used
* bring extra documentation on "how to write":
- device specification
- device implementation
- device driver for linux
* it can be found at https://howtovms.wordpress.com
Signed-off-by: Yoni Bettan <ybettan at redhat.com>
---
samples/virtio/Makefile | 1 +
samples/virtio/virtio_example_driver.c | 239 +++++++++++++++++++++++++
2 files changed, 240 insertions(+)
create mode 100644 samples/virtio/Makefile
create mode 100644 samples/virtio/virtio_example_driver.c...
2010 Jul 29
1
precision of minus operation and if statments
...ject 'd' not found
> e
[1] "0.0499999999999999"
Although I have solved it by changing the command for c to:
> c=round((b-a),15)
I do not understand the source of this mistake and how it can be avoided in the
future
Many thanks and sorry for this very basic question...
Yoni Gavish
Department of Life Sciences,
Ben-Gurion University of the Negev,
POB 653, Beer Sheva, 84105
ISRAEL
Tel: 972-77-6450238 (home), 972-50-9930553 (mobile)
[[alternative HTML version deleted]]
2011 Jun 17
1
sink() and library() calls cause script to stop when called from php
Hello all,
I have a php script that makes a call
system(PATH_PROJECT_ROOT . '/sh/combineDays.sh ' . $dateString . " " . PATH_PROJECT_ROOT);
and within combineDays.sh I run an R script:
R --slave --vanilla --args $testDates $BASEDIR $defaultSearchVersion < $BASEDIR"R/combineDays.R"
At the end of this R script, I try to write results to a file, but the
2008 Jul 10
1
Slow samba and Realtek card
...ules
# make install
# depmod -a
# insmod ./src/r8101.ko
# reboot
After the reboot we can see that the r8101 module has been activated
# dmesg | egrep -i r[0-9]{4}
Finaly the slow samba share was gone ! (on 10 servers)
Cordialement
Emmanuel Borlet
Service d?veloppement
RFI Informatique
Groupe Yoni
8 & 12 avenue Pierre-de-Coubertin
ZI Percevali?re
38170 Seyssinet-Pariset
France
http://www.rfi-informatique.fr/
http://www.phebux.net/
T?l : +33 (0)4 76 84 25 84
Fax : +33 (0)4 76 84 25 85
2008 Jan 24
0
Memory problem
...u can see the size of the memory is being increased with each call to
the function. When I call the function using apply the memory usage keeps
growing until I get out of memory error.
It was tested on 4 different environments:
R: 2.4.0 and 2.6.1
OS: WinXp 64/32
Any ideas?
Thanks,
Yoni.
[[alternative HTML version deleted]]
2009 Aug 31
1
permutation test - query
Hi,
My query is regarding permutation test and reshuffling of genotype/phenotype
data
I have been using the haplo.stats package of R. for haplotype analysis and I
would like to perform an analysis which I'm requesting your advice.
I have a data set of individuals genotyped for 12 SNP and a dichotomous
phenotype.
At first, I have tested each of those SNP independently in order to bypass
2010 Feb 16
1
RODBC - Any faster driver?
Hi,
We are currently using the odbcConnect and odbcDriverConnect functions of RODBC package to connect to a DB built on SQL Server 2005.
Are there any other packages / drivers/ methodology that may provide a faster connection?
Any help or advice would be appreciated.
Thanks
[[alternative HTML version deleted]]
2017 Mar 20
2
libvirt-guests and time sync on autostart vms
...omething wrong by using both libvirt-guests and autostart.
I assume libvirt-guests will always resume guests on proper reboot but
I'm think if there is any unexpected failure where guests weren't
properly suspended before boot I still want them to come backup when
the server boots
Regards,
Yoni
2006 Oct 17
3
action mailer, error Subject: Header must not be multiple
...ipients => emails,
:subject => grouptitle, #the error comes from this line
:body => { :name => names,
:phone => ''08-9492332'',
:email => emails,
:message => pages,
},
:from => "yoni-A+lxSsK1Ony+XT7JhA+gdA@public.gmane.org"
)
end
#my email Model(mailer.rb)
class Mailer < ActionMailer::Base
helper ActionView::Helpers::UrlHelper
def generic_mailer(options)
@recipients = options[:recipients]
@from = options[:from]
@cc = options[:cc] || &...
2008 Aug 07
1
Firewire/IEEE1394 support on centos.plus repro and yum update
Helo,
I'm trying to update a centos server with a kernel form the centos.plus
repro because it contain Firewire/IEEE1394 support.
But when y do a :
# yum update
The kernel from the base is more recent thant the centos plus repro
I have tried with the
http://wiki.centos.org/PackageManagement/Yum/Priorities plug-in and it
didn't take the right kernel :
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...Ding <yongd@marvell.com>
Yong Wang <yong.y.wang@intel.com>
Yong Zhang <yong.zhang0@gmail.com>
Yongjie Ren <yongjie.ren@intel.com>
Yongjie Ren <yongjien.ren@intel.com>
Yongqiang Yang <xiaoqiangnk@gmail.com>
Yongsul Oh <yongsul96.oh@samsung.com>
Yoni Divinsky <yoni.divinsky@ti.com>
York Sun <yorksun@freescale.com>
YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Yoshihiro YUNOMAE <yoshihiro.yunomae.ez@hitachi.com>
Yoshinori Sato <ysato@users.sourceforge.j...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...Ding <yongd@marvell.com>
Yong Wang <yong.y.wang@intel.com>
Yong Zhang <yong.zhang0@gmail.com>
Yongjie Ren <yongjie.ren@intel.com>
Yongjie Ren <yongjien.ren@intel.com>
Yongqiang Yang <xiaoqiangnk@gmail.com>
Yongsul Oh <yongsul96.oh@samsung.com>
Yoni Divinsky <yoni.divinsky@ti.com>
York Sun <yorksun@freescale.com>
YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Yoshihiro YUNOMAE <yoshihiro.yunomae.ez@hitachi.com>
Yoshinori Sato <ysato@users.sourceforge.j...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...Ding <yongd@marvell.com>
Yong Wang <yong.y.wang@intel.com>
Yong Zhang <yong.zhang0@gmail.com>
Yongjie Ren <yongjie.ren@intel.com>
Yongjie Ren <yongjien.ren@intel.com>
Yongqiang Yang <xiaoqiangnk@gmail.com>
Yongsul Oh <yongsul96.oh@samsung.com>
Yoni Divinsky <yoni.divinsky@ti.com>
York Sun <yorksun@freescale.com>
YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Yoshihiro YUNOMAE <yoshihiro.yunomae.ez@hitachi.com>
Yoshinori Sato <ysato@users.sourceforge.j...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...Ding <yongd@marvell.com>
Yong Wang <yong.y.wang@intel.com>
Yong Zhang <yong.zhang0@gmail.com>
Yongjie Ren <yongjie.ren@intel.com>
Yongjie Ren <yongjien.ren@intel.com>
Yongqiang Yang <xiaoqiangnk@gmail.com>
Yongsul Oh <yongsul96.oh@samsung.com>
Yoni Divinsky <yoni.divinsky@ti.com>
York Sun <yorksun@freescale.com>
YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>dave
Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Yoshihiro YUNOMAE <yoshihiro.yunomae.ez@hitach...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...Ding <yongd@marvell.com>
Yong Wang <yong.y.wang@intel.com>
Yong Zhang <yong.zhang0@gmail.com>
Yongjie Ren <yongjie.ren@intel.com>
Yongjie Ren <yongjien.ren@intel.com>
Yongqiang Yang <xiaoqiangnk@gmail.com>
Yongsul Oh <yongsul96.oh@samsung.com>
Yoni Divinsky <yoni.divinsky@ti.com>
York Sun <yorksun@freescale.com>
YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>dave
Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Yoshihiro YUNOMAE <yoshihiro.yunomae.ez@hitach...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...Ding <yongd@marvell.com>
Yong Wang <yong.y.wang@intel.com>
Yong Zhang <yong.zhang0@gmail.com>
Yongjie Ren <yongjie.ren@intel.com>
Yongjie Ren <yongjien.ren@intel.com>
Yongqiang Yang <xiaoqiangnk@gmail.com>
Yongsul Oh <yongsul96.oh@samsung.com>
Yoni Divinsky <yoni.divinsky@ti.com>
York Sun <yorksun@freescale.com>
YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>dave
Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Yoshihiro YUNOMAE <yoshihiro.yunomae.ez@hitach...