Displaying 8 results from an estimated 8 matches for "dtabl".
Did you mean:
dtable
2004 Oct 01
6
rsync 2.6.3 hang (was rsync 2.6.2 crash)
...rsync 4040 select_stuff::poll: returning 0
14:05:17 [main] rsync 4040 select_stuff::cleanup: calling cleanup routines
14:05:17 [main] rsync 4040 select_stuff::~select_stuff: deleting select records
14:05:17 [main] rsync 4040 cygwin_select: 2, 0x0, 0x22D9A0, 0x0, 0x22D990
14:05:17 [main] rsync 4040 dtable::select_write: fd 1
14:05:17 [main] rsync 4040 cygwin_select: to->tv_sec 60, to->tv_usec 0, ms 60000
14:05:17 [main] rsync 4040 cygwin_select: sel.always_ready 0
14:05:17 [main] rsync 4040 select_stuff::wait: m 2, ms 60000
14:06:17 [main] rsync 4040 select_stuff::wait: timed out
14:06:17 [...
2011 Jan 30
1
how to enter frequency type data in R with class intervals
Dear all,
Given data of a continuous frequency distribution with class intervals ..
how to enter such data so that we can use the normal mean, median and mode
functions to calculate them and also can draw histogram ..
for example how to enter this data in R
Height range[image:
↓]<http://en.wikipedia.org/wiki/Frequency_distribution#> Number
of students[image: ↓]
2006 May 31
2
Routing based on source address
Hi,
Is it possible to create a routing rule that depends on the source
host/network, besides the target host/network?
E.g. route everything from 192.168.0.x to 10.0.0.1, and route everything
from 192.168.1.x to 10.0.0.1.
TIA
--
Groeten,
Joost Kraaijeveld
Askesis B.V.
Molukkenstraat 14
6524NB Nijmegen
tel: 024-3888063 / 06-51855277
fax: 024-3608416
web: www.askesis.nl
2010 Jan 10
1
cygwin 1.7.x rsync 3.0.6 hangs at arbitrary reproducible points in transfers
...select_stuff: deleting
select records
51 8512898 [main] rsync 5052 writev: writev (4, 0x228064, 1)
32 8512930 [main] rsync 5052 writev: 4 = write (4, 0x228064, 1), errno 0
30 8512960 [main] rsync 5052 cygwin_select: 5, 0x0, 0x2284D4,
0x2284C4, 0x2284BC
53 8513013 [main] rsync 5052 dtable::select_write: fd 4
27 8513040 [main] rsync 5052 dtable::select_except: fd 4
28 8513068 [main] rsync 5052 cygwin_select: to->tv_sec 60,
to->tv_usec 0, ms 60000
27 8513095 [main] rsync 5052 cygwin_select: sel.always_ready 0
52 8513147 [main] rsync 5052 start_thread_socket:...
2006 Dec 27
1
Advanced Policy Routing not working properly
Hi list, I''m trying to setup a Linux box with a complicated source
routing and could use a hand from you.
The box has 4 NICs and lots of VLANs attached. It is a firewall and
router in the following scenario: (obs: IP addresses have being changed
for security purposes)
- eth0 holds the default route (GW: 200.1.0.1, Firewall: 200.1.0.2);
- The box is routing and sometimes source
2011 May 19
2
trouble with summary tables with several variables using aggregate function
Dear all,
I am having trouble creating summary tables using aggregate function.
given the following table:
Var1 Var2 Var3 dummy
S1 T1 I 1
S1 T1 I 1
S1 T1 D 1
S1 T1 D 1
S1 T2 I 1
S1 T2 I 1
S1 T2 D 1
S1 T2 D 1
S2
2003 Jul 20
1
rsync on cygwin is hanging
...11717 [main] rsync 2036 symlink_info::check: 0 = symlink.check
(c:\WINNT
\system32\dllcache\comdlg32.dll, 0x22EAE0) (0x22)
200 11917 [main] rsync 2036 path_conv::check: root_dir(c:\),
this->path(c:\W
INNT\system32\dllcache\comdlg32.dll), set_has_acls(8)
209 12126 [main] rsync 2036 dtable::build_fhandler: fd -1, fh
0x615F1B90
194 12320 [main] rsync 2036 stat_worker:
(system32/dllcache/comdlg32.dll, 0x
22F360, 1, 0x22EFC0), file_attributes 2080
197 12517 [main] rsync 2036 fhandler_base::open:
(c:\WINNT\system32\dllcache
\comdlg32.dll, 0x110000) query_open 0
302 128...
2011 Apr 20
2
'Record' row values every time the binary value in a collumn changes
My question is twofold.
Part 1:
My data looks like this:
(example set, real data has 2*10^6 rows)
binary<-c(1,1,1,0,0,0,1,1,1,0,0)
Chromosome<-c(1,1,1,1,1,1,2,2,2,2,2)
start<-c(12,17,18,20,25,36,12,15,16,17,19)
Table<-cbind(Chromosome,start,binary)
Chromosome start binary
[1,] 1 12 1
[2,] 1 17 1
[3,] 1 18 1
[4,] 1