search for: buffy

Displaying 20 results from an estimated 49 matches for "buffy".

Did you mean: buff
2010 May 06
2
reading formatted txt file into a data frame
Dear all Lets say I have a plain text file as follows: > cat(c("[ID: 001 ] [Writer: Steven Moffat ] [Rating: 8.9 ] Doctor Who", + "[ID: 002 ] [Writer: Joss Whedon ] [Rating: 8.8 ] Buffy", + "[ID: 003 ] [Writer: J. Michael Straczynski ] [Rating: 7.4 ] Babylon [5]"), + sep = "\n", file = "tmp.txt") I would somehow like to read in this file to R and covert it into a data frame like this: > DF <- data.frame(ID = c("001",...
2006 Jun 12
3
Syntax errors on "insert into"
I''m digging around and googling but can''t seem to find what I think is a simple thing. All I''m trying to do is insert data in a migration into a table, using regular SQL statements. LIke this: class AddStateData < ActiveRecord::Migration def self.up INSERT INTO states values ('''',''Alaska''); INSERT INTO states values
2009 Feb 22
1
Filtering a data frame using a string for colum header
Hi all, I was just radomly playing with R and got the following error when trying to filter a data frame using a string: > Angel <- c(7,8,6,9,10) > Buffy <- c(8,9,4,9,10) > Firefly <- c(9,9,10,10,10) > DrHorrible <- c(10,9,9,10,10) > my.df <- data.frame(Angel, Buffy, Firefly, DrHorrible) > my.df["DrHorrible"] DrHorrible 1 10 2 9 3 9 4 10 5 10 > my.df[-"DrHorrible&q...
2009 Feb 09
2
short vpnc article
...(I know that Ralph has told me it's alright to post articles without permission, but I like to run it the list first.) -- Scott Robbins PGP keyID EB3467D6 ( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 ) gpg --keyserver pgp.mit.edu --recv-keys EB3467D6 Angel: I knew this was gonna happen. Buffy: What? What do you think is happening? Angel: You're 16 years old, I'm 241. Buffy: I've done the math. Angel: You don't know what you're doing. You don't know what you want. Buffy: Oh, no. I think I do. I want out of this conversation.
2011 Dec 04
3
Sources for extras??
With invaluable help here, I've just gotten 6.0 onto a PC. I went through the listings in PackageKit, removing things I know I'll never use; ran yum update; installed Opera; went to the epel, rpmfusion, and one whose name slips my mind (It's a new name.); enabled them all; and tried to get a lot of my regular apps : [....] Setting up Install Process No package dillo
2007 Jun 26
3
surprising difference in log()
Hello everybody My collegue and I noticed a strange behaviour of R on different platforms. It's a simple computation, but results are rather different. On Windows XP: > floor(log(8,2)) [1] 3 which is what one should expect. Here's instead the result with Mac OS X (same version, 2.5.0 (2007-04-23)) > floor(log(8,2)) [1] 2 Is it a "bug" in R or in the operating
2006 Jun 13
5
Can RoR handle a lot of traffic?
And compared to PHP? -- Posted via http://www.ruby-forum.com/.
2010 Oct 11
1
installing 32 bit vlc on Centos 5.5??
I'm in yum dependency hell using epel, rpmforge and rpmfusion repos to install vlc on 32 bit Centos 5.5. Anyone have a better idea? Doesn't really have to be vlc I just want to be able to play a dvd and Movie Player complains about missing plugins without saying what they are. Dave -- "It is no measure of health to be well adjusted to a profoundly sick society."
2011 Apr 04
3
Is Centos 5.5 too old fro Google Chrome?
I tried to install Google Chrome and received the dependencies error. Is Centos too old for the new Chrome or is there an older Chrome version that is compatible? Todd -- Ariste Software Petaluma, CA 94952 http://www.aristesoftware.com
2009 Mar 21
2
How to back up a running KVM guest
Hi Please create a page on the wiki for a HowTo with the subject: "How to back up a running KVM guest" This will explain how to use LVM to take a snaphot of a KVM guest's virtual hard drive and rsync it to a remote backup server. I have a prototype running but there are still many issues to be resolved affecting performance, security, reliability, automation. I intend to
2006 Mar 29
8
Action Mailer
Does anyone know where I can download an demo app of action mailer. I''ve looked every where. I''ve also done the tuts. but, they don''t work for me. Thanks... -- Posted via http://www.ruby-forum.com/.
2006 Apr 23
4
Penalties of using an eval on every request
Hello RoR! I''m building a rails app for hosting multi-page surveys. I set up questionnaire, question, and question_component models. Now I''m initializing them with some data. survey.rb q1 = Question.new "q1" q1.quote "Welcome to a test of the new interviewing system." q2 = Question.new "q2" q2.quote "Do you like pie?"
2010 Aug 03
4
Manually mounting partitions in "linux rescue" mode
I boot from the installation DVD, with an already existing CentOS 5.5 system on my hard disks. I have separate boot, root, and home partitions. I have moved the boot partition and now I need to re-initialize grub from rescue mode. Attempting to use 'rescue mode" to automatically mount my system under /mnt/sysimage eventally fails with an error message, which essentially says
2008 Nov 01
1
CentOS on the Aspire One
...t with Alan's in this case because kmods are usually a bit less work and they were the ones I was using when I wrote the article. Thanks for any feedback. -- Scott Robbins PGP keyID EB3467D6 ( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 ) gpg --keyserver pgp.mit.edu --recv-keys EB3467D6 Buffy: Okay, well, how long before you un-crypt it? Willow: Hours. Days maybe. Anyone suggesting months would not be accused of crazy talk.
2008 Aug 10
1
Acer laptops (and the snd_hda_intel module
...that this means using something untested by CentOS developers.) Thanks to Alan for reminding me about this. -- Scott Robbins PGP keyID EB3467D6 ( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 ) gpg --keyserver pgp.mit.edu --recv-keys EB3467D6 Willow: Maybe we shouldn't be too couply around Buffy. Cordelia: Oh, you mean 'cause of how the only guy that ever liked her turned into a vicious killer and had to be put down like a dog? Xander: Can she cram complex issues into a nutshell or what?
2009 Feb 12
1
VPNC article
...as an example. It could have also gone under Network. As far as its actual location, as you can see from the link above, I just put it directly under howtos. -- Scott Robbins PGP keyID EB3467D6 ( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 ) gpg --keyserver pgp.mit.edu --recv-keys EB3467D6 Buffy: Willow, you're alive. Willow: Aren't I usually?
2009 Jan 03
1
Invalid SyntaxReference page in the wiki
Hi, Something which bothered me a few times in the past, the SyntaxReference link when you are editing a page points to: centoswiki/SyntaxReference That page did not exist, luckily it suggested the real location: SyntaxReference so it was not a real problem. But it may confuse other people in the future. So what I did for now was created the non-existing page and redirected it to
2009 Apr 21
3
New article: How to setup x86_64 plugins for Firefox on Centos 5
Flash and Java plugin instructions for 64-bit Firefox. http://wiki.centos.org/TipsAndTricks/PluginsFor64BitFirefox Comments are solicited. Phil
2010 Oct 18
2
Password Expiry
Hello, Is there any command / option available on CentOS to expire a user's password immediately ? I remember using "passwd -e" on some other distribution but the -e option does not seem to be present on CentOS 5.x. Thanks, Manish
2011 Jan 19
3
looking for a package
I'm trying to update a workstation, and it wants to update mpeg2-utils. But that has a dependency of libmpeg2-0.5.1-3, for i386. epel doesn't have it, and I tried looking on rpmfusion.org, and I can only find a very few packages there. Anyone have an idea which of the regular repositories carries libmpeg2? mark