search for: abad

Displaying 11 results from an estimated 11 matches for "abad".

Did you mean: aba
2020 Jan 22
2
Good wifi NIC?
Good morning, I'm looking for a good USB Wifi NIC that will work with the kernel modules for a stock CentOS 8.1. I have an ALFA AWUS036ACH NIC but it looks like the drivers need to compiler for the kernel and I'm having trouble with that. So I'd like something that works, but not necessarily high performing, so I can build the drivers for the ALFA NIC. Thanks! Jeff
2009 Jun 22
1
How to make try to catch warnings in logistic glm
...good<-28 nbad<-21 resmat<-"DFr" j<-0 nsim<-100 res<-matrix(NA, nrow=nsim, ncol=6) ow <- options("warn") options(warn= 1) outcome<-rep(c("G","B"), times=c(ngood, nbad)) outcome<-as.factor(outcome) agood<-rep(c(0,1), times=c(27,1)) abad<-rep(c(0,1), times=c(14,7)) thgood<-rep(c(0,1), times=c(24,4)) thbad<-rep(c(0,1), times=c(12,9)) for (i in 1:nsim) { ?tgood<-sample(agood, ngood) ?tbad<-sample(abad, nbad) ?hstop<-c(tgood, tbad) ?hstop<-as.factor(hstop) ?aldgood<-rnorm(ngood, mean=54, sd=8/0.675) ?aldbad&lt...
2006 Jan 10
0
New Rails Development Project
...ity practices. We are exploring both the possibility of hiring an outside firm to work with us, or hiring a couple people to come work for us. I''m looking for either someone interested in such an opportunity, or possibly just a recommendation in the right direction. Thanks. -- Chris Abad Creative Director Integral Impressions d 619.407.7761 c 858.688.3959 f 619.330.2588 chris@integralimpressions.com www.integralimpressions.com
2006 Jan 24
2
Starting new project
I''m looking at starting a new side-project just for fun (primarily to learn rails). I''m curious if there is anyone out there that would like to join in with me? I''ve got the ideas and the design skills. The problem is that I''m new to rails, and I feel I could learn a lot faster if I did this with someone that knew more than me. I''m really
2006 Aug 06
0
Rails Core Weekly July 16 - August 6
...Watters has been using the sql "having" clause a lot and decided to extend AR to have :having option. Jeremy Kemper seems to like this idea provides feedback and some pointers. Blake also contemplates scoping to go with :having. [thread: http://www.ruby-forum.com/topic/76109#new ] Chris Abad suggests nested controllers might be useful but is not sure about how RESTful that would be. DHH suggests nesting is most certainly on the todo list. Jamis Buck suggests: map.resources :whatever_the_resources_are, :controller => "folder/controller" might do the trick for now. That...
2016 Nov 21
2
Winbind traffic not encrypted
...e 5f52 not_defined_in_R 0x0090: 4643 3431 3738 4070 6c65 6173 655f 6967 FC4178 at please_ig 0x00a0: 6e6f 7265 nore 16:37:05.496321 IP 192.168.56.33.49418 > 192.168.56.32.389: Flags [.], ack 254, win 229, options [nop,nop,TS val 5433966 ecr 5433956], length 0 0x0000: 4500 0034 abad 4000 4006 9d84 c0a8 3821 E..4.. at .@.....8! 0x0010: c0a8 3820 c10a 0185 4279 4255 6f87 c0e4 ..8.....ByBUo... 0x0020: 8010 00e5 f1b8 0000 0101 080a 0052 ea6e .............R.n 0x0030: 0052 ea64 .R.d 16:37:05.534568 IP 192.168.56.33.49418 > 192.168.56.32.389: Flags [P.], seq 143...
2006 Aug 09
0
recent changes in routes
I''m writing a plugin that automatically creates a named route buy hijacking RouteSet''s draw method. This no longer seems to work in edge rails. Anyone know what changes in routes effected this and what the preferred way would be now to automatically include route? Here''s the code that used to work: class ActionController::Routing::RouteSet alias_method
2006 Aug 15
0
Plugin routes with edge?
Can anyone tell me what would be the preferred way to automatically include routes from your plugin? I''ve previously used a method based on the theme_support plugin by Matt McCray, but that method seems to no longer work with edge rails due to the routing changes. Any ideas? Thanks.
2020 Jan 22
0
Good wifi NIC?
Hi Jeff, May I ask whether you have used this very same NIC successfully with CentOS 7? Cheers, Daniel ________________________________________ De : CentOS [centos-bounces at centos.org] de la part de Jeffrey Layton [laytonjb at gmail.com] Envoy? : mercredi 22 janvier 2020 15:13 ? : centos at centos.org Objet : [CentOS] Good wifi NIC? Good morning, I'm looking for a good USB Wifi NIC that
2013 Feb 11
0
Error in R (ENFA) : Error in eigen(Se) : infinite or missing values in 'x'
Dear all, I am running an Ecological Niche Factor Analysis in R but I am stuck with a problem. As soon as I ask the software to compute the ENFA, I get the following error message: Error in eigen(Se) : infinite or missing values in 'x' Does anyone know what could be wrong. I do not have missing values in my dataset. Please follow the codes I used for my analysis so far: library
2013 Feb 12
1
AUC from ENFA model
Dear all, I am currently running an ENFA in R using Adehabitat pkg to assess species distribution and I am really stuck and need some help to finalize my project. I run the ENFA in both original location data and pseudo-absence points (the latter randomly generated using dismo pkg), and now I would like to assess the performance of the ENFA, however, I am not sure about how to tackle this. I