Displaying 20 results from an estimated 101 matches for "inrs".
Did you mean:
cnrs
2014 Jul 10
6
bucle
Estimados compañeros, hoy me ha surgido una duda, quizás trivial, pero
que no encuentro sentido. Tengo un bucle con el siguiente código:
for (i in 1:n)
{
if (rango_inr1[i]==1 & (inr[i]>= 2 & inr[i]<= 3)) cinr[i]<-1
if (rango_inr1[i]==2 & (inr[i]>= 2.5 & inr[i]<= 3.5)) cinr[i]<-2
if (rango_inr1[i]==3 & (inr[i]>= 2 & inr[i]<= 2.9)) cinr[i]<-3
if
2012 Aug 02
2
[PATCH] add additional checks to ext2 loader
Check if some pointers are not NULL due to read errors or other problems
Signed-off-by: Frediano Ziglio <frediano.ziglio at citrix.com>
---
core/fs/ext2/ext2.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/core/fs/ext2/ext2.c b/core/fs/ext2/ext2.c
index bddde8d..8f0f2a4 100644
--- a/core/fs/ext2/ext2.c
+++ b/core/fs/ext2/ext2.c
@@ -139,6 +139,8 @@
2005 Nov 02
2
Bug report on get.hist.quote
> get.hist.quote(instrument="INR/USD", provider="oanda", start="2005-10-20")
trying URL 'http://www.oanda.com/convert/fxhistory?lang=en&date1=10%2F20%2F2005&date=11%2F01%2F2005&date_fmt=us&exch=INR&exch2=&expr=USD&expr2=&margin_fixed=0&&SUBMIT=Get+Table&format=ASCII&redirected=1'
Content type
2013 Sep 01
1
Blur and not readable text, using geom_text in ggplot
Dear R Users,
I am new to ggplot. I am using geom_text to inscribe values on my ggplot
but it is giving me values which are unreadable and blur.
Please let me know if there is any way out.
----------------- Code -----------------
*es <- es3 + geom_text(data=tmp.cor, aes(x=2, y=min(infer.df$value),*
* label=text.bottom), colour="black",*
*
2007 Nov 09
1
New to the list ... Looking for any recommendations inre: VMWare Vs. Xen
I'm new to the CentOS arena and I'm curious as to what virtualization
products are preferred?
The two main ones that I know of are Xen and VMWare. VMWare seems to be
the most capable inre: number and size of vm's allowed. When looking at
Xen it appears that since Citrix acquired them the free version is
cripple-ware and is very restrictive.
Thanks in advance for any information.
2013 Mar 02
0
[GIT-PULL] ext4 inline data support
Hi,
This branch contains the new ext4's inline data support which has been
added recently to kernel 3.8.
In addition to inline data support, there are other patches that remove
trainling whitespaces and extra new lines in ext2fs code and the other
adds an assert() macro to Syslinux core.
I think it's worth mentioning that these changes were made against
master branch.
2004 Sep 26
0
FreeBSD Security Advisory FreeBSD-SA-02:21.tcpip
Fun, fun. I suggest checking the corresponding MTA configuration :)
Return-Path: <David.Bear@asu.edu>
Delivered-To: rohrbach@mail.webmonster.de
Received: (qmail 56434 invoked by uid 801); 24 Sep 2004 15:51:37 -0000
Delivered-To: vrohrbach-karsten@rohrbach.de
Received: (qmail 56429 invoked from network); 24 Sep 2004 15:51:36 -0000
Received: from post5.inre.asu.edu (129.219.110.120)
by
2006 Mar 09
3
Migrating UW-IMAP to Dovecot on Solaris 9
In the process of migrating to Dovecot 1.0beta3, any tips or
step-by-step instructions that might relate to Solaris 9.
Thanks
Bertrand Leboeuf
leboeuf at emt.inrs.ca
2012 Apr 29
2
creating a package in R
Please give me the necessary links that permits me to create my own package
inR
--
View this message in context: http://r.789695.n4.nabble.com/creating-a-package-in-R-tp4596411p4596411.html
Sent from the R devel mailing list archive at Nabble.com.
2006 Mar 14
3
what are those .nfsXXXXX files with mbox ?
...272 Mar 14 14:53 .nfs60CA5
-rw------- 1 testu3 sysadmin 88 Mar 14 14:52 .nfsBFBA5
-rw------- 1 testu3 sysadmin 10272 Mar 14 14:52 .nfsDFBA5
-rw------- 1 testu3 sysadmin 144 Mar 14 14:53 dovecot.index
what are the .nfsXXXXX files for ?
Thanks
Bertrand Leboeuf
leboeuf at emt.inrs.ca
2004 Jun 21
3
[Fwd: Re: /sbin/tc does not know about HTB]
> It seems that the official place to grab the source for iproute2 is
> http://developer.osdl.org/dev/iproute2/download/ but there are only
> sources for 2.2 and 2.6, where are the ones for 2.4?
Well I got mine from
http://ftp.iasi.roedu.net/mirrors/ftp.inr.ac.ru/ip-routing/
but I didn''t even know about those 2.6 ones... I''m using the latest
2.4.7 with my 2.6.5
2014 May 29
0
[PATCH 2/2] core/fs: Add support for Unix File system 1/2.
From: Raphael S. Carvalho <raphael.scarv at gmail.com>
It's already loading modules successfully, booting Linux, and both
UFS version 1 and 2 seem to be working correctly.
Signed-off-by: Raphael S. Carvalho <raphael.scarv at gmail.com>
---
core/fs/ufs/bmap.c | 202 ++++++++++++++++++++++++++
core/fs/ufs/ufs.c | 404 ++++++++++++++++++++++++++++++++++++++++++++++++++++
2013 Jul 12
1
[PATCH 001/001] core/fs: Add support to Unix File system 1/2.
It's already loading modules successfully, and both UFS version 1 and 2
seems to be working correctly.
Special thanks to Paulo Alcantara and Matt Fleming for being always ready to help me
and give feedback.
Signed-off-by: Raphael S.Carvalho <raphael.scarv at gmail.com>
---
core/fs/ufs/bmap.c | 202 ++++++++++++++++++++++++++
core/fs/ufs/ufs.c | 404
2004 Sep 23
3
iproute2 tool compiling problems.
Hi all.
This is my first msg in this list, and I´d
appreciate any help you could give me.
I already compiled the kernel with the options to
run iproute2 tools. But, when I download the
iproute2-2.4.7-now-ss010824.tar.gz file from
ftp://ftp.inr.ac.ru/ip-routing/ and try to compile it,
I got too many errors. Here goes the output:
server:/home/nathan/iproute2# make
make[1]: Entering
2003 Dec 14
22
White space being removed from "Programlisting" elements
Good Morning Mike,
I''m finding that when I load a document, XXE is blindly removing all
"superfluous" white space from "programlisting" elements. This of course is
leading to a real mess (check out the FAQ on the web site :-( ).
What can I do to avoid this?
-Tom
--
Tom Eastep \ Nothing is foolproof to a sufficiently talented fool
Shoreline, \
2003 Mar 18
1
iproute and shorewall present but no install.
Hello, I have had a lot of success installing/configuring shorewall on my
own system using webmin. Recently, I have been contracted to do some remote
admin on a isp co-lo box all through a webmin server index connection from
my locally running webmin server connected to the remote server. I was able
to download shorewall from:
http://shorewall.infohiiway.com/pub/shorewall/LATEST.rpm but when
2005 Mar 21
1
How to do such MDS in R
i know cmdscale and isoMDS inR can do classical and non-metric MDS.but i want to konw if there is packages can carry on "individual differences scaling" and "multidimensional analysis og preference"?both method are important one,but i can not find any clue on how to do it using R.
anyone can help?
thank you!
2006 Mar 21
2
Dovecot 1.0 beta3 and SUBSCRIBE
Using: default_mail_env = mbox:~/mail:INBOX=/var/mail/%u:INDEX=/var/indexes/%u
I have a ~/mail/.subscriptions file (copied from .mailboxlist)
Using: telnet localhost 143
a04 LSUB "" "*"
=> works fine, gives the list of subscribed folders
a05 LIST "" *
=> works fine, gives the list of all folders
a06 SUBSCRIBE "test"
=> deletes the
2010 Jul 13
1
[Vulgarly-Selfish-Commercial] Project: Private Super computer (HPC) in a Private cloud
Greetings,
I am atempting to build the above captioned environment.
I will contribute to this list my learnings.
I need income as I need to fund this project.
Threre are various revenue sharing models I have in mind. One size
just cant fit all after all.
(angel investors or whatever, anybody)?
My offer:
"Every reply for this thread will get INR 11/- from me iff only I
could remit my
2006 Mar 28
4
[ ] IProute2 error ..
Dear all,
I am having problem using iproute2 on my new Slackware 10.1 box.
Here goes the problem:
root@localhost:~# echo "200 DOONET" >> /etc/iproute2/rt_tables
root@localhost:~# cat /etc/iproute2/rt_tables
#
# reserved values
#
255 local
254 main
253 default
0 unspec
#
# local
#
#1 inr.ruhep
200 DOONET
root@localhost:~# ip rule add from 10.255.255.0/24