search for: timeg

Displaying 5 results from an estimated 5 matches for "timeg".

Did you mean: time
2011 Aug 18
3
Coding question for behavioral data analysis
...,Behavior) My basic goal is to be able to extract some details about what behaviors follow another specific behavior within a time window (say1000 milliseconds). I figured out how to determine if one specific behavior follows another specific behavior within that window with the following syntax. TimeG=mydata$Time[mydata$Behavior == "g"] TimeA=mydata$Time[mydata$Behavior == "a"] out=rep(NA, length(TimeG)) for (i in 1:length(TimeG)){tmp = TimeA-TimeG[i] out[i]=(sum(0 < tmp & tmp <=1000 )>0 ) } number_of_behaviors<-length(TimeG) number_of_affectmirroring<-su...
2014 Aug 15
3
[Bug 2262] New: Clarification for the usage of Match directives with negations
...Product: Portable OpenSSH Version: 6.6p1 Hardware: Other OS: All Status: NEW Severity: enhancement Priority: P5 Component: Documentation Assignee: unassigned-bugs at mindrot.org Reporter: sven at timegate.de Created attachment 2460 --> https://bugzilla.mindrot.org/attachment.cgi?id=2460&action=edit proposed clarification for the usage of negations with Match Hi, I tried to setup some special cases with the help of the "Match" directive in sshd_config and stumbled over how neg...
2014 Dec 28
0
[Bug 1680] Match User/Group with no affirmative match does not work as expected
https://bugzilla.mindrot.org/show_bug.cgi?id=1680 Sven <sven at timegate.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.mindrot.or | |g/show_bug.cgi?id=226...
2014 Dec 28
0
[Bug 1918] match_pattern_list fails for negated failure
https://bugzilla.mindrot.org/show_bug.cgi?id=1918 Sven <sven at timegate.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.mindrot.or | |g/show_bug.cgi?id=226...
2014 Jul 29
1
Match directive and negations
Hi, I tried to setup some special cases with the help of the "Match" directive in sshd_config and stumbled over how negations in the pattern matching work. What I tried first was Match User !root, Group !mygroup which to my momentary surprise did not work. After carefully re-reading the manpage, and some try and error I've understood that the logic is based on set theory and I