search for: tmcb

Displaying 10 results from an estimated 10 matches for "tmcb".

Did you mean: tcb
2006 Aug 16
0
utahvalley.rb meeting Tue Aug 22 at 7PM
utahvalley.rb monthly meeting Tuesday, Aug 22 at 7PM in room 120 of the TMCB that''s building 80 on the map at: http://map.byu.edu/Map.html I''ll be presenting my talk on Libraries for developers (consider it a dress rehearsal for RubyConf*MI) Afterwards, we can kick around general Ruby stuff. I hope to see you there. -- thanks, -pate ---------------...
2006 May 02
0
urug/utahvalley.rb hacking night tonight
the utahvalley.rb will be hackig tonight starting at 7PM in the Lab in room 2004 of the Talmage Math and Computer Science Building (TMCB) at BYU. Kevin and I are either going to work on coverity identified defects in Ruby, or on writing an RSpec specification for checkr. Additional hackers will be welcome to work on either, or on a Ruby/Rails project you bring yourself. -- thanks, -pate ------------------------- http://on-ruby.b...
2006 May 03
0
urug/utahvalley.rb Ruby Meeting Tue 9 May
It''s that time again. Tuesday at 7PM, in room 120 of the TMCB. (That would be the Talmage Mah and Computer science Building at BYU.) It should be a great chance to hang out and have some fun with Ruby, Rails, and related toys. -- thanks, -pate ------------------------- http://on-ruby.blogspot.com
2006 Feb 01
0
Fwd: Feb BYU RUG meeting 1 week notice
The BYU Ruby Users Group will be holding its February meeting on Wednesday the 8th at 7PM. We''re meeting in room 120 of the Talmage Math & Computer Building (TMCB) -- see http://map.byu.edu/Map.html for a map of campus if you need it. Eric Hodel is making a trip in from Seattle to talk about all kinds of deep Ruby things. He is a former presenter at RubyConf (RubyConf 2003 "Working in the Garden: Web Apps with Borges" and 2005 "Reimplementin...
2005 May 12
3
Dovecot-stable rpms
...get one? Ever since we went from IMAP-UW to Dovecot, we've been having frequent problems with mbox corruption, and I've read that 1.0 fixes many of those types of problems. Has anybody else found an rpm for RHEL 4 of any Dovecot greater than 1.0? -- Topher Fischer System Administrator - TMCB 1140 GnuPG Fingerprint: 3597 1B8D C7A5 C5AF 2E19 EFF5 2FC3 BE99 D123 6674 javert42 at cs.byu.edu -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: OpenPGP digital signature URL: <http://doveco...
2002 Mar 17
2
using "by" and indicies
I sent this to the list last week, and haven't seen it pop up. Either I deleted it when it did appear, or possibly it was destroyed as spam...? If it did appear and I somehow missed it, appologies. In a nutshell, can the function FUN supplied to by() deduce what level of factor by() was on when FUN was called? I've been digging through the functions, and can't see where the
2002 Apr 18
3
Variable definition problem
Hello, what does this error message indicate and how do I avoid this? (sample code below) Thank you. -Tosh #read in the data table co<-read.table("co.txt",header=T,as.is=T) for (i in 1:3){ paste("logco",i, sep="")<-log(co$co[co$day==i]) } Gives the error: Error: Target of assignment expands to non-language object
2002 Mar 21
3
plot question
Hi! I want to display 2 graphs with different number of data points on the x-axis. The code below scales them so it seems that testtwo has the same number of data points as testone. How can I fix that? thanks. z<-1:50; x<-1:100; plot(x,testone,type="l",xlab="",ylab="",main="",lty=4,axes=FALSE,ylim=c(-1.0,1.0),cex=1); par(new=TRUE);
2001 Mar 12
2
Regressions with monotonicity constraints
This seems to be a recurrent topic, but I don't remember hearing a definitive answer. I also apologies for cross-posting. Say I have a numerical response variable and a bunch of multi-level factors I want to use for modeling. I don't expect factor interaction to be important so there will be no interactions in the model. All this would be a perfect job for ANOVA except for one additional
2002 Mar 20
7
how does while work
i am having some problems with a program that i am writing and i think that knowing how the while command works will help me to figure out where i am going wrong *when do you get kicked out of a while loop?* (i.e., in the following example what would the final value of 'a' be?) i thought it would be 99 but running it in R i get 101 (and 101 for x too!) while (x <100) { for (i in