search for: camper

Displaying 20 results from an estimated 109 matches for "camper".

Did you mean: campe
2006 Feb 08
1
Weird validation issue
Hi, I''m having a weird validation issue. Validation isn''t working for certain attributes and, for some reason, it''s also affecting things outside of validation. For campers on certain camp types, we require some information about their school. I tried to validate the information this way: validates_presence_of :school_type, :if => Proc.new { |c| !c.booking.nil? and ( c.booking.camp.camptype == Camptype.find(:first, :conditions => [ ''name = ?''...
2011 May 23
1
Interpreting the results of the zero inflated negative binomial regression
...on the online tutotials to learn R. I have to deal with zero inflated negative binomial distribution. I am however unable to understand the following example from this link http://www.ats.ucla.edu/stat/r/dae/zinbreg.htm The result gives two blocks. *library(pscl) zinb<-zeroinfl(count ~ child + camper | persons, dist = "negbin", EM = TRUE) summary(zinb) *Call: zeroinfl(formula = count ~ child + camper | persons, dist = "negbin", EM = TRUE) Count model coefficients (negbin with log link): Estimate Std. Error z value Pr(>|z|) (Intercept) 1.3711 0.256...
2007 May 04
22
CampingConf?
Campers -- In a few weeks there will be a bunch of people in Portland, OR, for a conference. A long time ago some campers mentioned that might be a good time for us to get together and hold a mini CampingConf for a few hours. Is anyone interested? Does anyone want to organize it? I''m thinking W...
2006 Nov 14
11
RESTful mixin, mixin repo?
Hi, I just put together a little mixin to provide pseudo-RESTful services in camping apps. Basically, it looks for a hidden _verb field in form posts, and sets the @method to the supplied value (e.g. put or delete - which browsers don''t support). This lets you define put and delete methods in your controllers. Groovy. Code: http://pastie.caboo.se/22613 Is there any permanent repo of
2012 Oct 14
2
Poisson Regression: questions about tests of assumptions
...the vuong test checks what models fits better. > vuong (model.poisson, model.zero.poisson) Is that correct? 5) ats.ucla.edu has a section about zero-inflated Poisson Regressions, and test the zeroinflated model (a) against the standard poisson model (b): > m.a <- zeroinfl(count ~ child + camper | persons, data = zinb) > m.b <- glm(count ~ child + camper, family = poisson, data = zinb) > vuong(m.a, m.b) I don't understand what the "| persons" part of the first model does, and why you can compare these models if. I had expected the regression to be the same and just u...
2003 Nov 25
4
AGI Rocks!! (A happy camper)
A note to all those who are avoiding writing up an AGI becasue it looks two complicated.. I have just written up my first and its awesome.. It makes Asterisk open to all sorts of possibilities.. let your imagination run wild.. I put off writing an AGI script because a) I could not find any docs b) it looked like the only way to do it was perl and I know nothing about perl and c) I am not a
2019 Aug 07
3
Advanced rsync includes and excludes
Hi, I'm a happy camper @ rsync (and rsnapshot) since years. Thanks for this major piece of software. In an attempt to reorganize my rsnapshot backups, I stumbled across an issue, that I'm trying to seeking a more sophisticated solution here. Given, I have a deeply branched tree, where I would like to include a sp...
2007 Jan 10
2
Dream Ledger
Hello Fellow Campers, I''m feeling crazy tonight and thought I''d go ahead and announce my new little project riding on the Camping framework: Dream Ledger (http://www.dreamledger.com). The app was written to scratch a personal itch, which is the simple fact that I wanted an easy way to record my ni...
2017 Apr 24
2
IMAP hibernate and scalability in general
...dovecot/imap-hibernate [11291 connections] dovecot 877825 0.2 0.0 28512 21224 ? S Apr23 1:34 dovecot/imap-hibernate [5420 connections] --- No issues other than the minor bug I reported, CPU usage is slight (at most 2% of a CPU core), memory savings are immense, so I'm a happy camper. Just out of curiosity, how does dovecot decide to split and spread out sessions between hibernate processes? It's clearly something more involved than "fill up one and then fill up the next" or we would see 16k on the old one and a few on the new one. Christian -- Christian Balze...
2008 Mar 12
6
Are we ready for a release ?
Hi campers, what do you think of releasing the current trunk as camping-1.6 ? Nothing much has moved since a while and apart from FastCGI, I believe most bugs where ironed out. After the gem release, I propose putting some effort on documentation and how to use Rack''s FastCGI. When that''s...
2023 Aug 07
3
[Bridge] [PATCH v2 00/14] sysctl: Add a size argument to register functions in sysctl
On Mon, Aug 07, 2023 at 04:00:49PM -0700, Chris Maness wrote: > When are these likely to hit the mainline release code? linux-next tomorrow. The first 7 patches are scheduled for mainline as they were merged + tested without any hiccups. These last few patches I'll wait and see. If nothing blows up on linux-next perhaps I'll include them to Linux for mainline during the next merge
2009 Feb 12
1
remember chosen label and re-use for next boot
Hi, I have just converted from grub (legacy) and am now using extlinux, which makes me a very happy camper by the way :-) There is one thing I am missing though, grub has the possibility to remember the chosen label and re-use that as default for the next boot. Is there something I missed in the documentation (would not be the first time ;-)) or is such a feature intentionally left out? I can probab...
2007 Aug 08
1
Rv 3 released, with cluster support
Hey Campers, Ditch that pup-tent for Camping deployment. Maybe. Either way, drive around in Rv 3, newly released *right at this moment*. Rv A little init.d system for running Camping apps, for Linux. Features * cluster support * custom database configuration * interactive setup tasks * lo...
2005 Feb 15
2
Poll: what features are you lusting for in v4
While we're waiting on the keebler elves to make the new CentOS 4, what feature(s) are you most lusting after in RHEL/CentOS 4? For me: - official Mysql 4!!! (man does this make me happy) - official Subversion ..are my top two, they will make me a happy camper for so many projects. :) Sure sure the 2.6 kernel is nice, but that super-patched 2.4 kernel on v3 seems to work quite well too... -te -- Troy Engel | Systems Engineer Fluid, Inc | http://www.fluid.com
2008 Jun 13
1
[LLVMdev] Shared libs?
Hi Cyrille, concerning your patch, > [1] http://www.opengtl.org/download/X86JITInfo.cpp.pic.patch there are two minor glitches: s/#ifdef/#if/, s/#end/#endif/. Otherwise it works great over here! Pure builds fine with a shared runtime lib on 64 bit now, so I'm a happy camper. :) I would like to make this patch available on the Pure website, ok with you? Albert -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr.Graef at t-online.de, ag at muwiinfa.geschichte.uni-mainz.de WWW: http://www.musikinformatik.uni-mainz.de/ag
2002 Jul 19
1
VP3/QT: More QT 6 trouble
It looks like there's more QT 6 trouble, and this is specific to the post-3.2.5.x builds. I'm on it, and will try to sort things out by Monday. Cheers, Eric (not a happy camper!) --- From a note I sent to Dan Miller: The "3.2.2.0" binaries on www.vp3.com fail with an error I haven't seen before--"You may experience problems playing a video track in credits_v.mov because there was a problem with the compressor. Would you like to close the movie or cont...
2004 Sep 10
1
[Flac-users] BIG Problem!!! Help please!
...se, but many of the files I had before the reinstall still do play. Thouroughly anti-vi'ed using Trend Micro's Housecall, no virus. If you know what might have caused this is there a simple fix? Otherwise I'll have to re-wav and re-flac everything. Several wasted hours and one unhappy camper if I can't fix this. FLAC/OGG thru HI-FI users - I have only heard my files through my computer multimedia speakers, Altec Lansing medium quality, not like Pro Medias or Siroccos, but the end of the year I intend to have a real audio system again and run my soundcard (TB Sant Cruz) thru it. If...
2008 Mar 11
4
Dropping Root
Hello Campers I''m not sure this is the right list to ask but: I''m using the junebug wiki (which is written in camping) for my own personal wiki. I''d like it to behave as a proper daemon, so it will start up at boot, get stopped properly at shutdown, keep a pid file in /var/run etc....
2006 Sep 27
1
PAM vs smbpasswd oddity
...ounting the share on a linux box to see what was happening. I notice the following behavior with this command: mount -t smbfs -o username=rhandorf //localhost/rhandorf /mnt/home/ Once I log in, I'm able to browse the directory without *any* problems. So if I can solve #1, I'll be a happy camper! Does anyone have any ideas? Thanks again, r
2019 Sep 24
5
Centos 8 Mate?
On Tue, 24 Sep 2019 16:55:19 -0400 Stephen John Smoogen wrote: > Nothing has changed since the September 16 answer I gave: > > This is more of a question for the EPEL lists versus here. The current > status is that desktops are harder to package up in EL8 and only a > less feature version is available at the moment. At the moment the > only one I know of is KDE is half