search for: 13702

Displaying 4 results from an estimated 4 matches for "13702".

Did you mean: 1302
2009 Aug 11
1
Passing a list object to lapply
Hello, I'm having difficulty passing an object name to a lapply function. Can somebody tell me the trick to make this work? #Works T13702 <- TRACKDATA[["13702.xls"]][["data"]] min(unlist(lapply(list(T13702), function(x) mdy.date(x[1, 2], x[1, 1], x[1, 3])))) 16553 #Works d<-2 assign(paste("T",substr(names(TRACKDATA)[d],1,(nchar(names(TRACKDATA)[d] )-4)),sep=""),TRACKDATA[[d]][["data...
2007 Nov 14
1
reading tables from url
...ProjectID 1 19733 13694 Global Ocean Sampling Expedition Metagenome 2 20823 13696 5-Way (CG) Acid Mine Drainage Biofilm Metagenome 3 - 13699 Waseca County Farm Soil Metagenome 4 - 13702 Methane-Oxidizing Archaea from Deep- Sea Sediments 5 - 13729 Pacific Beach Sand Metagenome Thanks for your help. Hopefully this is something simple that I missed in the documentation/help. Chris -- ------------------- Chris Stubben Los Alamos...
2006 Jun 06
1
Redirect\Cookie bug with MSIE 5.5sp2
Hello all, There seems to be a bug in internet explorer 5 where a redirect causes the session to be lost. A controller says.... def login case @request.method when :post if @session[:user] = User.authenticate(@params [:user_login], @params[:user_password]) return redirect_to(:action=>''send_confirmation'') unless
2012 Feb 04
8
Potential memory leak in sshd [detected by melton]
Hi all, After the memory leaks (bug 1967 <https://bugzilla.mindrot.org/show_bug.cgi?id=1967>) I reported in bugzilla are fixed, I also applied melton(http://lcs.ios.ac.cn/~xuzb/melton.html) to detect the potential bugs in sshd (openssh-5.9p1). The url below is the index of bug reports that are checked as real bugs manually.