search for: blah1

Displaying 12 results from an estimated 12 matches for "blah1".

Did you mean: blah
2008 May 29
2
how to use substring match as condition?
Hi, How can I use a substring match as a condition in a subset command? Sth like this: subset(input, field1=="blah1" & field2=="blah2") # but now with substring match in field2 subset(input, field1=="blah1" & field3 *substringmatch* "blah3") I've tried with gsub, but it won't work: subset(input, field1=="blah1" & gsub("blah3","&qu...
2004 Aug 05
0
[Bug 1582] New: rsync dry run cannot find missing folders, contradicts actual run.
...ytes, did move [sender] make_file(junkdir4/gar1,*,2) [sender] make_file(junkdir4/gar2,*,2) [sender] make_file(junkdir4/gar3,*,2) [sender] make_file(junkdir4/gardir1,*,2) [sender] make_file(junkdir4/gardir1/blah2,*,2) [sender] make_file(junkdir4/gardir1/blah3,*,2) [sender] make_file(junkdir4/gardir1/blah1,*,2) [sender] clearing per-dir .cvsignore exclude list [sender] clearing per-dir .cvsignore exclude list done send_file_list done send_files starting server_recv(2) starting pid=433406 recv_file_name(junkdir4) recv_file_name(junkdir4/gar1) recv_file_name(junkdir4/gar2) recv_file_name(junkdir4/gar3)...
2009 Feb 06
1
Tables in legend
I need to create a legend for a simple scatter plot in the following format. This is Blah1 number1 number2 This is Blah2 number3 number4 . . . This is Blah6 number11 number12 I looked up these help pages and found the following solution. lStr<-c(Blah1, Blah2,....Blah6, number 1, number2, ...number12) legend(x="topright",lStr,ncol=3) So this creates the tabular format...
2003 May 07
2
Plot labeling question
I have an older Splus script that generated some regression graphics for me. In it, I used the commands key(10,800,text="<blah1>",border=0) key(10,750,text="<blah2>", border=0, background = 9) text(locator(1),"95% Confidence Limits") locator(n=2,type="l") text(locator(1),"Model for Group 1") locator(n=2,type="l") There is no "key" function available...
2011 Oct 08
1
Rails view spec expectations/matchers
...ot;should show a proper breadcrumb" do # Assign instance vars # Mock helper methods render page.should have_selector("div.breadcrumb") page.find("div.breadcrumb").tap do |node| node.find_link("Home").should be node.find_link("Blah1").should be node.find_link("Blah1").should be node.find_link("Comments").should be end end end Is there a better way? Including Capybara just for the finders/matchers seems kinda heavy. Also it would be nice if I could write stuff like node.should ha...
2003 Oct 15
2
R-WinEdt, 1.8, deprecating warning
When I load R-WinEdt (>library(RWinEdt), I get the warning: Warning message: multi-argument returns are deprecated in: return(InstallRoot, RWinEdtInstalled) I have upgraded to R 1. 8 on Windows, by copying non-base libraries into the 1.8 library folder and updating the help. I also reinstalled R-WinEdt from the zip file as detailed in RWinEdt ReadMe file using the recommend (A)
2006 Mar 17
6
Updated the xml code to be more object-oriented
I changed the code to be more prototype-esque, and created a class called XMLDoc. I may add more functionality to it later, hence the more generic name, but you do something like this to convert XML to a hash: XMLDoc = Class.create(); Object.extend(XMLDoc.prototype, { initialize: function (xmlDoc) { this.element = xmlDoc; }, asHash: function () { if (! this._xmlHash) {
2007 Apr 25
17
Multiple swap partitions
I have a machine with two swap partitions (sda2 and sda8). Both will have none as mount point. When I try to use puppet (using mount type) for managing fstab I get problems because "name" in both instances (i.e. mount path) will be "none". How should I fix this within puppet? Regards Halvard Moe
2004 Oct 14
5
Photoshop "Disk Full" error, a linux filesystem NOT Samba issue
...tically formatted and mounted on the same Dell PowerEdge server, no issues. If i create a share on /dev/sdb, Photoshop will not save to that share, disk full error If i create a share on /dev/sdc, no problems. In both cases, the options for the shares are identical (apart from the share name, blah1/blah2, and pathing information) Well, that's where I'm at at the moment, further investigation pending. -ipguy
2010 Sep 08
4
Populate combo box from database without repeatness
Hi, I have a column of data with repeated as mentioned below. *column_name* Acer Lenova HP Lenova Acer Acer Lenova I need to populate this column in a combo box without repeated data as mentioned below *combo box* Acer Lenova HP I tried as <%= collection_select(:column_name, TableName.all)%> "table_names" is a table and "column_name" is a column needed to
2009 Sep 10
4
[LLVMdev] tblgen bug in handling case , switch_on
Mikhail Glushenkov wrote: > Hi Sanjiv, > > On Sun, Sep 6, 2009 at 8:13 PM, Mikhail > Glushenkov<the.dead.shall.rise at gmail.com> wrote: > >> Hi Sanjiv, >> >> On Sun, Sep 6, 2009 at 8:07 PM, Mikhail >> Glushenkov<the.dead.shall.rise at gmail.com> wrote: >> >>> [...] >>> >> [Sorry, the formatting was a
2005 Oct 03
8
ip address delete bug?
Hi, it seems that "ip address delete" will delete all addresses of the same class on an interface if it is ordered to only delete the first one: # ip a f eth0 # ip a l eth0 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000 link/ether xx:xx:xx:xx:xx:xx # ip a a 192.168.a.b brd + dev eth0 # ip a a 192.168.c.d brd + dev eth0 # ip a d 192.168.a.b brd + dev