search for: max_range

Displaying 2 results from an estimated 2 matches for "max_range".

2009 Nov 19
1
ddply function nesting problems
...Unfortunately this produced errors within the ddply where it does not appear to be recognizing or allowing variables or functions to be processed within side its function.? Thank you for any advice about how to proceed forward. determine_counts<-function() { ??????? min_range<-1 ??????? max_range<-30 ??????? bin_range_size<-5 ??????? Me_df<-data.frame(Data = c(1:15), Person = "Me") ??????? You_df<-data.frame(Data = c(10:20), Person = "You") ??????? Them_df<-data.frame(Data = c(15:25), Person = "Them") ??????? Group_df_tmp<-rbind(Me_df,You_df)...
2012 Feb 28
6
[Bug 773] New: iptables performance limits on # of rules using ipset
http://bugzilla.netfilter.org/show_bug.cgi?id=773 Summary: iptables performance limits on # of rules using ipset Product: ipset Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: default AssignedTo: netfilter-buglog at lists.netfilter.org