search for: inr

Displaying 20 results from an estimated 101 matches for "inr".

Did you mean: in
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 (rango_inr1[i]==4 & (inr[i]>= 2.25 & inr[i]<= 3.5)) cinr...
2012 Aug 02
2
[PATCH] add additional checks to ext2 loader
...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 @@ ext2_get_inode(struct fs_info *fs, int inr) block_off = inode_offset % EXT2_INODES_PER_BLOCK(fs); data = get_cache(fs->fs_dev, block_num); + if (!data) + return NULL; return (const struct ext2_inode *) (data + block_off * EXT2_SB(fs)->s_inode_size); @@ -164,7 +166,7 @@ static struct inode *ext2_iget_by_inr(stru...
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&forma...
2013 Sep 01
1
Blur and not readable text, using geom_text in ggplot
...lour="black",* * inherit.aes=FALSE, parse=FALSE, size=4.5)* * * *> str(tmp.cor)* *'data.frame': 198 obs. of 3 variables:* * $ var : Factor w/ 6 levels "All","Large",..: 2 2 2 2 2 2 2 2 2 2 ...* * $ text.top : chr "Size (INR bln): 287" "Size (INR bln): 287" "Size (INR bln): 287" "Size (INR bln): 287" ...* * $ text.bottom: chr "Extreme (%): 5.74" "Extreme (%): 5.74" "Extreme (%): 5.74" "Extreme (%): 5.74" ...* *-------------------* * * R...
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. If you are not the intended recipient of this message (including attachments), or if you have r...
2013 Mar 02
0
[GIT-PULL] ext4 inline data support
...t;fs.h" #include "ext2_fs.h" @@ -66,7 +67,6 @@ static inline bool ext2_match_entry(const char *name, size_t len, return !memcmp(name, de->d_name, len); } - /* * p is at least 6 bytes before the end of page */ @@ -144,7 +144,7 @@ ext2_get_inode(struct fs_info *fs, int inr) (data + block_off * EXT2_SB(fs)->s_inode_size); } -static void fill_inode(struct inode *inode, const struct ext2_inode *e_inode) +static void fill_inode(struct inode *inode, const struct ext2_inode *e_inode, uint32_t inr) { inode->mode = IFTODT(e_inode->i_mode); inode-&...
2004 Sep 26
0
FreeBSD Security Advisory FreeBSD-SA-02:21.tcpip
...tion :) 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 mail.webmonster.de with SMTP; 24 Sep 2004 15:51:36 -0000 Received: from conversion.post5.inre.asu.edu by asu.edu (PMDF V6.1-1X6 #30769) id <0I4J00A01YI3KS@asu.edu> for karsten@rohrbach.de; Fri, 24 Sep 2004 08:46:51 -0700 (MST) Received: from smtp.asu.edu (smt...
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 kernel quite happily (lots of patches) Who is maintaining this other source of iproute? Is it official? Ed W _______________________________________________ LARTC mail...
2014 May 29
0
[PATCH 2/2] core/fs: Add support for Unix File system 1/2.
...r->name)) { + ufs_debug("(found)\n"); + return dir; + } + offset += dir->dir_entry_len; + } + } + ufs_debug("(not found)\n"); + return NULL; +} + +/* + * Get either UFS1/2 inode structures. + */ +static const void * +ufs_get_inode(struct fs_info *fs, int inr) +{ + const char *data; + uint32_t group, inode_offset, inode_table; + uint32_t block_num, block_off; + + /* Get cylinder group nr. */ + group = inr / UFS_SB(fs)->inodes_per_cg; + /* + * Ensuring group will not exceed the range 0:groups_count-1. + * By the way, this sho...
2013 Jul 12
1
[PATCH 001/001] core/fs: Add support to Unix File system 1/2.
...r->name)) { + ufs_debug("(found)\n"); + return dir; + } + offset += dir->dir_entry_len; + } + } + ufs_debug("(not found)\n"); + return NULL; +} + +/* + * Get either UFS1/2 inode structures. + */ +static const void * +ufs_get_inode(struct fs_info *fs, int inr) +{ + const char *data; + uint32_t group, inode_offset, inode_table; + uint32_t block_num, block_off; + + /* Get cylinder group nr. */ + group = inr / UFS_SB(fs)->inodes_per_cg; + /* + * Ensuring group will not exceed the range 0:groups_count-1. + * By the way, this sho...
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 directory `/home/nathan/iproute2/lib'' gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -Werror -g -I../include-glibc -i nclude ../include-glibc/glibc-b...
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.
...ic configuration utilities of the network (ifconfig, route) but a new utility is required to exploit the new characteristics and features of the kernel. This package includes the new utilities. Package iproute2 Class Networking/Admin Version 2.4.7.ss010803-9 Vendor Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> Architecture i386 Installed 18/Mar/2003 02:57 Any and all suggestions as for possible approaches to diagnose this problem are welcomed. Please advise, David Brown.
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
...d 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 money in a single click to the thread posters and me." Learners should pay Rs. 21/- to cober my private tution charges and establishment charges that they choose engage with. Please contact me offlist. Regards, Rajagopal
2006 Mar 28
4
[ ] IProute2 error ..
...oblem 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 table DOONET RTNETLINK answers: Invalid argument Weird .. i never experienced any problem like this in another box. Please help, thanks .. - Rio.Martin -