Displaying 6 results from an estimated 6 matches for "dirn".
Did you mean:
dir
2002 Dec 20
0
RE workspace vs. image
...e destination with the pos argument.\n")
stop(message = "Execution of move terminated.")
} #end of if (sum(tmp) > 1)
tmpos _ (1:length(search()))[tmp]
} else tmpos _ pos #End of if (is.na(pos))
# Assign the correct directory name to dirN if it is not already assigned.
tms _ search()[tmpos]
dirN _ substring(tms, 6, nchar(tms))
#--------------------------------------------------
# The next if carries out the move, if this is possible.
e.test _ NULL; for (i in 1:length(name))
e.test _ c(e.test, !exists(name[i], en...
2007 Mar 08
1
Drawing sub-samples
Folks,
I have a dataframe (snippet shown below).
> demo.df[1:10, 1:6]
dirn county year exp exp.wave r3
1 43901 Cuyahoga 2006 0 0 56
2 49098 Pickaway 2006 0 0 77
3 44164 Portage 2006 0 0 85
4 44610 Wayne 2006 1 1 76
5 45120 Wayne 2006 0 0 82
6 49593 Scioto 2006 1 1 89
7 46516 Crawford 200...
2003 Oct 16
2
Interpolation of azimuth values
Hello
I will make an interpolation of data which represents azimuth direction
( angle from north in clockwise direction) values.
But there is a problem.
Say, for instance, while 1 and 359 indicate somewhat same direction,
interpolation puts values
in the range from 1 to 359. What can I do to solve the problem ?
Anything you offer ?
thanks in advance
Ahmet Temiz
General Directory of
2007 Mar 03
5
[PATCH] Compile issue with tools/libfsimage/iso9660
...T_BUF ((unsigned char *)(FSYS_BUF + 6144))
-#define NAME_BUF ((unsigned char *)(FSYS_BUF + 8192))
+#define RRCONT_BUF ((char *)(FSYS_BUF + 6144))
+#define NAME_BUF ((char *)(FSYS_BUF + 8192))
#define log2 grub_log2
@@ -207,7 +207,7 @@ iso9660_dir (fsi_file_t *ffi, char *dirn
rr_len = (idr->length.l - idr->name_len.l
- sizeof(struct iso_directory_record)
+ sizeof(idr->name));
- rr_ptr.ptr = ((unsigned char *)idr + idr->name_len.l
+ rr_ptr.ptr = ((char *)idr + idr->name_len.l
+ sizeof(struct iso_directory_record)...
2002 Oct 03
0
more on selective deletion
...access a
--- a number of log files a
+-- Files --- contains local stuff b
+-- dir1 --- files c
+-- dir2 --- files c
|
+-- dirn --- files c
The files indicated as "a" will be local of either site, they won't need
to be mirrored but shall be left alone on each site
The directory indicated as "b" with its content exists only on the master
site and won't need to be mirror...
2013 Jun 12
4
Can't find source of "Removing mount" errors
I''m maintaining part of a rather large puppet config and at a loss to
figure out where the following errors are coming from during a puppet
update:
err: Removing mount all: /var/lib/puppet/files/all does not exist or is not
a directory
err: Removing mount pixel: /var/lib/puppet/files/pixel does not exist or is
not a directory
err: Removing mount compute: /var/lib/puppet/files/compute