Displaying 2 results from an estimated 2 matches for "infolder".
Did you mean:
ifolder
2008 Jul 06
3
Lots of huge matrices, for-loops, speed
...am a
neophyte (as you may see from the code below) and did not find a way by now.
I would appreciate very much any suggestions for speeding up the procedure.
Thanks, Zarza
The code (running but sloooooow):
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
regrid <- function (infolder, x, outfolder) {
# List of input files
setwd (infolder)
filelist <- dir (pattern=".*.asc$", full.names = F)
# Dimensions (making use of the header information coming with
# the .asc-input files, ESRI-format)
hd <- read.table (filelist [1], nrows = 6)
cols <- hd[1,2]
rows <-...
2024 Feb 06
1
Listing behaviour in 4.18
...3.01.24 um 18:21 schrieb Rowland Penny via samba:
> > On Tue, 23 Jan 2024 17:20:22 +0100Ilias Chasapakis forumZFD via
> > samba <samba at lists.samba.org> wrote:
> > > Dear all,
> > > Passing from samba 4.17 to 4.18 we noticed a change in behaviour
> > > infolder/files listing.
> > > In 4.17 when someone had read and open rights for a folder but
> > > nowrite/modify access then the folder would be visible but
> > > clicking onany "non-accessible" resource resulted in a message
> > > notifying that noaccess was g...