search for: rabbit

Displaying 20 results from an estimated 317 matches for "rabbit".

Did you mean: habbit
2005 Nov 19
3
Permissions problem I don't understand
...nown on my home network as roo.home) running rsyncd from inetd where it is run as root. my rsyncd.conf file sets the gid and uid to user backup.backup thusly:- syslog facility = daemon uid = backup gid = backup hosts allow = 192.168.0.0/24 hosts deny = 0.0.0.0/0 timeout = 600 read only = false [rabbit] path = /bak/rabbit comment = work computer (rabbit) backup area [pooh] ... Inside /bak/rabbit are two directories - backup and archive, both of which are owned by backup.backup . backup dir has permissions of 770 , archive (which seems to have been created automatically by rsync has 755 (I a...
2006 Jul 18
8
Including files from lib/
I asked about this a few days ago and got no replies, so I''m asking again. I have a file called string_extensions.rb. In it, I extend the String class to include some extra functionality. I put this file into the lib/ directory of my app. But the changes made to String don''t take effect. The program acts as though the files aren''t being included. I''ve stopped
2009 Nov 15
1
Help with unstack() function
Hi Everyone, I am trying to understand the unstack() function but after struggling for two days, I have given up. More specifically, I am trying the exercises at the end of Chapter 1 of Data Analysis and Graphics Using R by Maindonald and Braun, 2nd ed. Exercise 18 (p. 41) asks to unstack the Rabbit data frame from the MASS package to get a certain data frame that is shown in the exercise. Authors suggest to use the unstack() three times but I am so new to R that I have absolutely no clue as to what is to be done each of those times. Sadly for me, the help page for unstack() does not give much...
2006 Aug 01
8
Dumb views?
...ch you do not want navigation displayed (index, new). Do you... a) Add logic to your layout telling it to conditionally display the navigation. b) Create an entirely different layout with no navigation and have the actions in question arbitrarily render that layout. Let''s hear it! :) - Rabbit -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060801/06a8fa4b/attachment.html
2007 Aug 13
2
Policy routing question
...the default gateway being one of the links and using policy routing to honor requests for a specific link. Everything works as expected when I request a specific IP to bind to. But if I request a specific interface things fall apart in ways that I can not explain: default gw (WORKS) ---------- rabbit@Thesaurus:~$ ping -c 1 yahoo.com PING yahoo.com (216.109.112.135) 56(84) bytes of data. 64 bytes from w2.rc.vip.dcn.yahoo.com (216.109.112.135): icmp_seq=1 ttl=48 time=142 ms request IP on same link as default gw (WORKS) ------------------------------------- rabbit@Thesaurus:~$ ping -I 192.168.9...
2005 Oct 22
4
Male and female symbols?
Does anyone have an idea of how one might plot male and female symbols on a graph using R? Thanks! .................................................................. George W. Gilchrist Email #1: gwgilc at wm.edu Department of Biology, Box 8795 Email #2: kitesci at cox.net College of William & Mary Phone: (757) 221-7751 Williamsburg, VA
2004 Sep 14
3
Audio Resampling Library Suggestions?
Can anyone recommend a good library for performing audio downsampling? I intend to start playing around with "libresample" (http://ccrma-www.stanford.edu/~jos/resample/README-libresample-0.1.3.txt), as well as taking a look at "Secret Rabbit Code" (http://www.mega-nerd.com/SRC/), but I'd love some opinions before I get too involved with either. Free would be best, but I'm open to commercial options. Any suggestions? -david
2005 Dec 28
8
Rails app lags after inactivity
...g (excellent service btw). My app runs lightning quick - AFTER the first load. If I visit my site after a period of inactivity (i.e. no visitors to my site), it takes up to 10 seconds to load that first time. After that I can hop around with no problems. Has anyone run into this before? Ideas? - Rabbit _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2006 Jan 21
4
Ruby processes consuming 1,000 megs of swap space
...this up!" The server is up and running right now, seems to be fine. Running a ps -ax yields about 8 or 9 Ruby processes - earlier in the day (after I turned enabled Ruby) it was spitting out like 30-40 processes after a single request to my site. Any ideas? Anything else I should look at? - Rabbit -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060121/35a6a8f0/attachment.html
2006 Jan 28
13
What''s the verb form of id?
Random question: I''ve written a method for the String class that turns an arbitrary line of text in to an identifier, e.g.: "My, what a beautiful day!" => "my_what_a_beautiful_day" "(anb*#NF(AMNV" => "anb_NF_AMNV" We''ve got all these great names already like underscore, classify, titleize and things like that. I''d
2008 Mar 13
3
Splitting a set of vectors in a list
...a matrix of them. Other than some kind of brute force looping approach I have drawn a blank. Would somebody please suggest something? Thanks Example. mylist <- list(aa=c("cat","peach" ), bb=c("dog", "apple", "iron"), cc = c("rabbit", "orange", "zinc", "silk")) myfun <- function(dff) dff[1] vect1 <- unlist(lapply(mylist, myfun)) Looking for the perfect gift? Give the gift of Flickr!
2006 Aug 02
2
Behaviour that I don't understand
...P (professional) in order to be able to backup this machine on to a linux server. I am struggling with an issue I don't understand. I don't know whether it is an Rsync issue or a Cygwin issue, so I am asking both mailing lists. My WindowsXP machine has ip address 192.168.0.25 and name rabbit.home My Linux machine has ip address 192.168.0.20 and the name roo.home Rsync has been installed as a daemon using cygrunsrv to set up a service using the following command cygrunsrv.exe -I "Rsync" -p /cygdrive/c/cygwin/bin/rsync.exe -a "--config=/cygdrive/c/cygwin/etc/rsyncd.co...
2006 Jan 08
2
ICONV and REXML
...tch.fcgi" aborted: error parsing headers: malformed header ''no such file to load -- rexml/encodings/WINDOWS-1250.rb'' Now, I''ve search my system and that file doesn''t exist ANYWHERE. I''m pretty stumped. Anyone been here before or have any ideas? - Rabbit --- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060108/6c7e1bb5/attachment.html
2006 Jan 26
1
Action variables not available in views with Ajax
...set inside the action are not available in my view. In fact, NOTHING that happens in my action seems to affect my view. Calling render :layout => false still gives me the flipping layout. However, I know the Ajax call itself is working because I can do whatever I want in my view. Any ideas? - Rabbit -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060126/c32f8c70/attachment.html
2003 Jan 22
1
: Trellis plot
Hi all, I would be grateful if anyone could help me with the following. I am using nlme library and I am trying to do a trellis plot with an outer factor, but I have an error message which I can't understand. Here is the code : > mydata <- groupedData(y ~ x | warren/rabbit, outer= ~ treatment, data=mydata) > plot(mydata) # I obtain a plot with all rabbits displayed individually and no outer factor. > plot(mydata, outer = ~ treatment) Error in order(na.last, decreasing, ...) : Argument lengths differ I use R 1.5.1 with Windows 2000. I hope I've gi...
2001 Dec 04
2
Serial problem with Zworld
I just installed SuSE 7.3 linux including the supplied wine distro. I'm trying to run a single board computer from Zworld called the Rabbit. The specific app name is dcrab619.exe. The gui comes up with no problem but when it tries to talk to the serial port I get these messages from wine: err:string:CompareStringA (s1=(null),s2=""...): Invalide NULL string err:tooltips:TOOLTIPS_WindowProc unknown msg c017 wp=00000000 lp=40fc...
2007 Oct 25
6
One machine, two net feeds, outbound route selection
Hello, world! Sorry to subscribe to the list only to immediately ask a question, but this one''s got me scratching my head and I can''t find the answer in the archives, the HOWTO, or on the web. Maybe I''m just asking the wrong question. Anyway, our Internet gateway is a Linux box. We''ve got two Internet feeds, a fast one from a crummy provider, and a
2006 Jan 25
1
Routes working with subdirectories repeat subdirectory...
...er, and I feel like I shouldn''t have to. Also, I''ve found I''m unable to break out of the admin/... URL once I''m in it.So like if I were to log out, and redirect someone to :controller => ''pages'', it would still look like admin/pages. ARGH! - Rabbit -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060125/5bbd4441/attachment.html
2006 Jul 24
8
Views in one controller reaching out to other controllers (best practices)
...;'ve decided to be cool and use Ajax. Do you... a) Make a remote call to an action in your current controller (e.g. SalesCenterController#search_productions) b) Make a remote call to a separate controller for the necessary search functionality (e.g. ProductionsController#search) Thoughts? - Rabbit -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060724/ec67288c/attachment.html
2006 Feb 07
7
select list error - following Agile guide
I would swear that I am tracking exactly the method used in Agile book... TypeError in Placements#edit Showing app/views/placements/_form.rhtml where line #33 raised: wrong argument type String (expected Module) Extracted source (around line #33): 30: <tr> 31: <td><label for "type">Type</label></br><%= 32: options = [["Select