search for: barney

Displaying 20 results from an estimated 95 matches for "barney".

Did you mean: barnes
2002 Jul 13
2
Win98s and Samba
...a had the right passwords and still I couldn't get it to work. Is there anyone out there that is able to help me here. I would greatly appreciate any help from someone who can stear me in the right direction. Thank in advance, Matt -------------- next part -------------- 18:25:07.232969 barney.springfield.netbios-dgm > 192.168.1.255.netbios-dgm: >>> NBT UDP PACKET(138) Res=0x1102 ID=0xC IP=192 (0xc0).168 (0xa8).1 (0x1).2 (0x2) Port=138 (0x8a) Length=203 (0xcb) Res2=0x0 SourceName=BARNEY NameType=0x00 (Workstation) DestName= WARNING: Short packet. Try increasing the...
2007 Nov 07
1
Aggregate with non-scalar function
...rry to have to ask this -- I've not used R very much in the last 8 or 10 months, and I've gotten rusty. I have the following (ff2 is a subset of a much, much larger dataset): > ff2 hostName user sys idle obsTime 10142 fred 0.4 0.5 98.0 2007-11-01 02:02:18 16886 barney 0.5 0.2 94.6 2007-10-25 19:12:12 8795 fred 0.0 0.1 99.8 2007-10-30 05:08:22 5261 fred 0.1 0.2 99.7 2007-10-25 07:20:32 12427 barney 0.1 0.2 93.2 2007-10-19 14:34:10 18067 barney 0.1 0.2 99.4 2007-10-27 10:34:08 973 fred 0.0 0.2 99.8 2007-10-19 08:24:22 5426 fred 0.2...
2007 Mar 26
1
data-frame adding/deleting column
Hallo, I have got an existing data frame and want to add a new column. The existing data frame was created like this: > df <- rbind( c("Fred", "Mary", 4), c("Fred", "Mary", 7), + c("Fred", "Mary", 9), c("Barney", "Liz", 3), + c("Barney", "Liz", 5) ) > df <- data.frame(df) > colnames(df) <- c("Father", "Mother", "Child.Age") > df Father Mother Child.Age 1 Fred Mary 4 2 Fred Mary 7 3 Fr...
2005 Dec 26
5
linux install of RR
...'t setup any path information nor setup any symlinks or any compilation options. When I try rails, I find that the system accesses controllers but that the corresponding views are not displayed. I wonder if there is something that I forgot to configure that might be causing this. Sincerely, Barney Toma. _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2006 Sep 05
1
em watchdog timeout on UP, 6-stable
...an em watchdog timeout for the first time a few hours later, during a fairly high-traffic period. System is UP but does have device apic in the config. Any chance this is the recent race condition? Workaround? ifconfig em0 down, ifconfig em0 up seemed to cure it, at least for the moment. Thanks, Barney Wolff -- Barney Wolff I never met a computer I didn't like.
2007 Mar 26
5
Listing function
Hallo, I build a list by the following way: Lst = list(name="Fred", wife="Mary", no.children=3, cild.ages=c(4,7,9)) I know how I can extract the information one by one. But now I want to add a new entry which looks like name="Barney", wife="Liz", no.children=2, cild.ages=c(3,5) How can I add this information to Lst without overwriting the first entry? How can I then extract the corresponding information if I have both entries in Lst? Thanks for helping, Corinna
2005 Dec 22
11
first day using rails
...p 4 produces nothing I''m at a loss. I thought that I did what was needed. Yet the web browser screen comes back empty. Note that I didn''t setup a database nor setup a default route. If that is perhaps the issue then that''s where I''ll need to start. Sincerely, Barney Toma _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2008 Jul 14
4
Execute some steps if a file isn't present
Hi all, I''ve come quite far with my puppet setup, but a few times I got this problem: I want to execute a few things if a file isn''t present on the puppet client. For example: I want puppet to check if the mod_passenger apache module exists. If not: installl passenger from gem. Execute the installer, copy the config file and enable the module with a2enmod. What would be the
2017 Sep 19
3
what do you think about write.table(... qmethod = "excel")?
...character variables. I explained to them that quoted character variables are virtuous and wise, of course, but they say Microsoft Excel CSV export no longer quotes characters unless they include commas in the values. They showed me a CSV file from Excel that looked like this x1,x2,x3,x4 5 6 fred,barney,betty,x bambam,"fred,wilma",pebbles,y Note how the quotes only happen on row 2 column 2. I was surprised it did that, but now I have some pressure to write a csv maker that has that structure. Its weird, even when there are spaces in values there are no quotation marks. Has anybody don...
1998 Jun 03
1
R-beta: offset and glm again
I guess I understand it now (although it is surprising to me). The following is a valid model formula fred ~ wilma + offset(barney) that sets the model offset to barney. Given that this works, it would seem that one could remove the offset = argument from the glm call (and document the offset feature somewhere). Too bad that one can't set weights the same way. The anova bug when offsets are used is still there. (Thom...
2011 Jul 14
2
belongs_to --- has_many should update automatically?
...it is filled out the values will go into various tables?) In both of these forms of questions I''m trying to get an answer to how data that will go into multiple tables can come from one web page. I hope my statement of the problem isn''t too confusing. Thanks, Barney -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/J...
2007 May 28
5
CTI in ActiveRecord
I search an plugin or gem, but don''t find nothing satisfactory. I believe to be stranger a technology that nails the DRY, have that create you vary equal tables, instead of using inheritance. Exists an soluction for this? I want a solution similar to this: create_table :people |t| do t.column :name t.column :address end create_table :customer |t| do t.column :person_id
2006 Sep 05
4
Ferret 0.10.2 - Index#search_each() and :num_docs
...================ require ''rubygems'' require ''ferret'' p Ferret::VERSION idx = Ferret::Index::Index.new idx << {:id => 1, :name => ''Fred'', :occupation => ''Toon''} idx << {:id => 2, :name => ''Barney'', :occupation => ''Toon''} idx << {:id => 3, :name => ''Wilma'', :occupation => ''Toon''} idx << {:id => 4, :name => ''Betty'', :occupation => ''Toon''} idx << {:id =>...
2009 Jan 24
6
Silly idea, but just might work
What if I copied my C:\Windows Directory from my Windows box to Wine's C:\Windows directory? Would it work any better?
2009 Jan 25
6
Porting Wine To Visopsys
Is it feasible to port Wine to Visopsys? http://www.visopsys.org/
2011 Aug 03
1
Gem and/or meta_where problem
...in a search method of a controller: Person.where(:some_field.matches => ''%something%'') there is an error that it doesn''t know the method ''matches'', so what still needs to be done to properly activate the gem and make its methods available? Thanks, Barney -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/J...
2005 Jan 25
4
'security = ads' & 'valid users ='
...amba would check against UNIX accounts I set up specifically for those (2) users... Example smb.conf: [global] security = ads [share1] comment = share for local users path = /some/path/share1 ... [share2] comment = share for remote users path = /some/path/share2 valid users = fred,barney ... ry
2007 May 21
3
defining client/server configs
...for the servers sensible? I believe I''m correct in saying that even if I have a setup like this then puppet does what I want, but I''m not convinced that I should expect or trust that behaviour. class basenode { include ntp ... } node fred { include basenode ... } node barney { include basenode include ntpserver ... } I''d probably prefer to just get the ntp class determine which file to use. Ideally I''d like to be able to just say "these boxes are the ntp servers" and then watch all the boxes get the correct config files :-) Some psue...
2007 May 07
4
creating a new column
hie l would like to create a 6th column "actual surv time" from the following data the condition being if censoringTime>survivaltime then actual survtime =survival time else actual survtime =censoring time the code l used to create the data is s=2 while(s!=0){ n=20 m<-matrix(nrow=n,ncol=4)
2000 Aug 23
2
chmod(2) and utime(2) Problems
...ble depending on authors for the content. eg: drwxrwsr-x 10 root wwwukc 3072 Aug 18 16:07 ukc In this directory there are files with various owners mode 664 group wwwukc. When user fred tries to drag-n-drop an updated file into ukc, it only works if the owner is fred. If the owner is barney, the drag-n-drog (windows explorer) fails with "Access Denied: The Source file may be in use"! This problem first surfaced when users of Dreamweaver 3 tried to syncronise their off line content with the on-line content. Dreamweaver also reports "Access Denied", but curiously do...