Displaying 2 results from an estimated 2 matches for "actulal".
Did you mean:
actual
2010 Apr 21
1
Re : Install latest R version from apt on Lenny
OK, thanks both. I'll try that. I suspect (very strongly) that it comes from the fact that I did not replace the cran mirror line by an actulal cran mirror URLs... I will give a look at all my backports this weekend and do a little cleaning too!
thanks,
David Biau.
#################################
From: Johannes Ranke <jranke@uni-bremen.de>
To: r-sig-debian@r-project.org
Subject: Re: [R-sig-Debian] Re : Install latest R vers...
2006 Jun 12
0
Some questions about function usage
Hello,
Recently, I am coding a program about read and write control.
And there are some questions confusing me.
1.
In info libext2fs:
Function: errcode_t ext2fs_get_blocks (ext2_filsys FS, ext2_ino_t
INO, blk_t *BLOCKS)
Returns an array of blocks corresponding to the direct, indirect,
doubly indirect, and triply indirect blocks as stored in the inode
structure.
So I wrote some codes like