search for: scat

Displaying 20 results from an estimated 72 matches for "scat".

Did you mean: cat
2007 May 10
2
Changes in authentication's???
HI I use dovecot-1.0.r17 on FreeBSD scat.setcom 6.2-RELEASE. Recently authentification stop working. May 10 02:56:02 scat dovecot: auth(default): passwd(test,127.0.0.1): unknown user May 10 02:56:02 scat dovecot: auth(default): client out: OK 1 user=test User= &:/home/test:/tmp/email/bin/nonexistance= May 10 02:56:02 scat...
2006 Aug 08
2
Getting data out of a loop
...batb <- c( 13, 15, 17,19,21,23) id <- Cs(a,b,b,c,a,b) site <- c(1,1,4,4,1,4) mat1 <- cbind(cata, catb, doga, dogb, rata, ratb, bata, batb) Df <- data.frame(site, id, mat1) nn <- levels(Df$id) Df nn rate <- c(2,3,4) for (i in 1: length(nn)) { dd<- subset(Df, id==nn[i]) scat <- sum(c(dd$cata,dd$catb), na.rm=T) sdog <- sum(c(dd$doga,dd$dogb), na.rm=T) srat <- sum(c(dd$rata, dd$ratb), na.rm=T) sbat <- sum(c(dd$bata,dd$batb), na.rm=T) sss <- c(scat,sdog, srat,sbat) * rate[i] print(sss) }
2006 Aug 24
1
Using a 'for' loop : there should be a better way in R
...cat4) nn <- levels(df1$id) # levels for outer loop hh <- levels(df1$years) # levels for inter loop mp <- c(1, 5, 10) # inflation factor tt <- data.frame(matrix(NA, length(nn), 2)) names(tt) <- c("s1","s2") rownames(tt) <- nn for (i in 1:length(nn)){ scat <- data.frame(matrix(NA, length(hh),2)) dd1 <- subset(df1, id==nn[i]) for (j in 1:length(hh)){ dd2 <- subset(dd1, dd1$years==hh[j]) s1 <- sum(dd2$cat1,dd2$cat2, na.rm=T) s2 <- sum(dd2$cat3,dd2$cat4,na.rm=T) scat[j,] <- c(s1,s2) *mp[j] # multiply by the inflation factor } crush...
2006 Aug 07
0
Trying to do aseries of subsets with function or for loop
I want to calculate the "scat" etc, values for each level of id, output a vector of these values that is a <- c(scat, sdog, srat, sbat ) and do an rbind on them. Each level of id has a different value of rate. So far it it looks to me like I can do this by a series of repeated subsets of Df butI would think that...
2004 Aug 06
3
Another miscellaneous question about applicability
...hat I'm going to be doing this, but just out of curiosity, how well would speex perform for singing? I don't know if speex is specialized to the human voice, or the normal low-stress human voice. Does speex' performance change when dealing with shouting, etc? Have you ever tried jazz scat, or anything like that, cat? Just wondering. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org' containing only the word 'unsubscribe' in the body....
2005 Dec 28
4
Changing encoding on text
Hello, I have a set of templates creating some files for me. All data on my site is encoded using iso-8859-1. Now I want to save the text in the file using utf-8. I have tried using iconv, but whenever I have the require "iconv" statement in my model, there is some error happening in the model and the model doesn''t get loaded (not sure how to debug that). What approches to
2006 May 12
5
Is there a method for incrementing string names?!?
Hello, I have model which has a property named "name", I want to append a number to the end of the name when there is similar name in db. name, name1, name2... Is there a ready to use method in ruby and/or rails for doing so? Thanks in advance, - Dunnil
2006 Oct 24
1
Broken thread Safe connection Management on Mysql (Mysql too many connections errors)
...hread don''t make connections to be GC, or more precisely why ObjectSpace.define_finalizer does not work in this case) but it seems to be a bit tricky.( some rubyist seems to have the same kind of problem with thread and ObjectSpace.define_finalizer http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/291 or http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/145913) Hope this help, if someone has better solutions please talk :) Renaud Morvan http://exalead.feedback20.com
2005 Dec 21
4
How can I taalk to our AS/400?
Hello, I can do this in java, but want to use Rails. How can I connect to our AS/400? Thanks Frank _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2007 Nov 21
7
describe scope
Hi, Googling ''RSpec describe scope'' didn''t yield much, so apologies if this question has been dealt with. It seem well known that a ruby class is ''visible'' between describes, and if this is a problem then you should use some counter as prefix or suffix: ''class Item_001; ... end'' Is there any work underway, or sheduled release where
2006 Mar 31
2
Backslash Escaping in View
Ok, I''m hoping this won''t be a forehead slapper, but take a look at this code: physician.name.sub(/''/, "\\''") I''m trying to substitute a single quote with a backslash and a single quote. This seems pretty simple right? Well, someone kick me and tell me why it''s not :) Here''s what I''m getting if the
2006 Jan 16
2
Curl help
I''ve been searching around for a curl implementation on ruby and havn''t had much luck. I have run into open-uri and Net::HTTP but they just arnt as robust as curl. The closest thing i found was this previous thread from July http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/149926 on using ruby-dl to load libcurl. Has anyone gotten any farther on this implementation? I have to admit I''m a ruby newbie and I''m not as strong in C as I would like so I''m having troubles extending this example farther. I''m able to...
2007 Jan 25
1
Link to possible code for symbolic chmod
I''m not sure if this is perfect, but it seems to work well for me so far. I haven''t tried to integrate it into Puppet because I''m still a bit new to Ruby. http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/96956 Trevor _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2006 Jan 22
3
Download an Image using Net::HTTP
Hi, I need to download an image, and I''ve mucked about with Net::HTTP resp = Net::HTTP.get_response(''www.mydomain.com'', ''/test.jpg'') f = File.new("test.jpg","w") f.write(response.body) And various other combinations using HTTP.get etc. Anyway, I get an image, but it looks very psychedelic. This is obviously not the correct way.
2006 Mar 15
7
O''Reilly Rails Cookbook on Rough Cuts
Subject says it all. Anybody taken a look yet? http://www.oreilly.com/catalog/railsckbk/?CMP=ILC-GG7423313304&ATT=railsckbk After buying the Ruby Cookbook and the other Rails book, I''m pretty gunshy about another Rough Cuts purchase. Sean
2007 Jan 04
5
fastthread -- what is it?
Hi, A quick search didn''t explain what fastthread is, and how it relates to mongrel. Why would I want to install fastthread? Thanks, Joe
2006 Jul 31
6
Unable to install Gems with RubyGems on Intel OSX with DarwinPorts
I followed Duncan Davidson''s Sandboxing Rails with Darwin Ports guide and everything went fine up till the part where I had to install gems using gem install. I would get this stacktrace: Attempting local installation of ''rake'' Local gem file not found: rake*.gem Attempting remote installation of ''rake''
2003 Jun 17
3
Voice linmodems and Asterisk PBX
...(planned in Aug). Best Regards. Sasha. </quote> -- The companies had engaged in brief but unfruitful discussions, SCO said last week. The call, intercepted by an unnamed source, went like this: Operator: We get signal. Captain: What! Operator: Main screen turn on. Captain: It's You!! SCats: How are you gentlemen. SCats: All your AIX are belong to us !!
2012 Feb 28
2
Error: could not find function "hier.part"
...gtools::logit gtools::logratio2foldchange gtools::mixedorder gtools::mixedsort gtools::odd gtools::permutations gtools::permute gtools::quantcut gtools::rdirichlet gtools::running gtools::scat gtools::setTCPNoDelay gtools::smartbind gtools::sprint gtools::strmacro I am new to R, and I googled everything about the error message. I don't really understand what is "requires the gtools package in the gregmisc bundle". tried to ins...
2007 Feb 26
5
Continuing a "specify" block after failure
...th this is that a failure on one file prevents all the others from being tested. What would be the "best practice" way to overcome this shortcoming? The solution I used with Test::Unit was to add an "ErrorCollector" as described here: http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/138320 Basically it catches exceptions as they are raised, sending messages to the Test::Unit machinery so that the problems can be counted and reported, but continues processing. Would a similar technique be a good idea for RSpec? Or should I just restructure my specs? By...