Displaying 12 results from an estimated 12 matches for "lt2".
Did you mean:
l2
2003 Aug 04
0
as.POSIXct Bug when used with POSIXlt arg and tz= arg (PR#3646)
.... We
collectively were able to determine that this is a problem in both Windows 2000
and in Linux and by testing it in our three time zones that it seems to be
daylight savings time related.
Conversion of POSIXlt datetimes to POSIXct appears to have problems. Consider
the following where lt1 and lt2 are both POSIXlt dates that correspond to the
same date even though they were created using different statements. Even
though lt1 and lt2 represent the same date, as.POSIXct(lt1,tz="") and
as.POSIXct(lt2,tz="") differ by one hour.
One clue is that the isdst flag is set in lt1...
2011 Jul 07
2
Multiple line graphs
HI everyone, I'm just starting to get into graphing with R and I need to
generate one graph that illustrates the pattern of gene expression for
various patients. My data is in .csv format and is as follows and i'm
showing below a portion of the data.
Pt Coordinate Log2Ratio
1 34046382 -0.023639869
1 34141437 0.016456776
1 34232498 -0.027852121
1 34261900 -0.167065347
2 34364856
2004 Jun 16
2
[OT] CVS update
Um,
I don't remember the exact checkout command line I used, but it was
probably something like the instructions on the web page:
cvs -d :pserver:cvs@pserver.samba.org:/cvsroot rsync
anyway, how do I update?
I tried:
[chris@lt2 rsync]$ cvs update -d -P
cvs [update aborted]: connect to pserver.samba.org(66.70.73.150):2401
failed: Connection refused
and login gives the same:
[chris@lt2 rsync]$ cvs -d :pserver:cvs@pserver.samba.org:/cvsroot login
Logging in to :pserver:cvs@pserver.samba.org:2401/cvsroot
CVS password:
cvs...
2011 Aug 10
2
Histograms in R
HI everyone,
I'm plotting a histogram in R and within that histogram i need to
demonstrate the percentage of another variable (Percentage of MutStatus)
within the bins plotted inthe histogram....I don't know how to do that!
Data:Validation_Status Mutation_Status TvarRatio
Wildtype None 0.08
Wildtype None 0.08
Wildtype None 0.08
Wildtype None 0.08
Wildtype None 0.080139373
Wildtype None
2007 Feb 13
16
Error against latest trunk while testing via spec for model
Hi
I just did an update to lates trunk
=================
context "Given a generated venue_spec.rb with fixtures loaded" do
fixtures :venues
specify "fixtures should load two Venues" do
Venue.should have(2).records
end
end
==================
gives me
==========
1)
TypeError in ''Given a generated venue_spec.rb with fixtures loaded
fixtures should load two
2018 Nov 01
2
[cfe-dev] GN build roundtable summary; adding GN build files to the repo
...If having a BUILD.gn file in every directory being confusing is a concern,
> GN has the concept of a "secondary tree" so that all GN files could be
> below llvm/gn/tree/{llvm,clang,lld,...}.
>
> Cheers,
> Nico
>
> 1: https://llvm.org/devmtg/2018-10/talk-abstracts.html#lt2
> 2: https://gn.googlesource.com/gn , https://is.gd/gn_intro
> 3:
> https://github.com/llvm-project/llvm-project-20170507/compare/master...nico:gn
> , click "Files Changed" to see the GN files.
> _______________________________________________
> cfe-dev mailing list
>...
2011 Jul 13
3
Colors in R
HI everyone,
I''m trying to assign colors to multiple lines in a graph. Problem is I don''t want to type in as many colors as there are lines....is there a way around this? In brief, I''m plotting the logratio for up to 60 samples and want a different color for each sample. Here is the code I''m using now..
Any help is greatly appreciated..
Best
LT
data <-
2018 Nov 05
3
[cfe-dev] GN build roundtable summary; adding GN build files to the repo
...being confusing is a
> concern, GN has the concept of a "secondary tree" so that all GN files
> could be below llvm/gn/tree/{llvm,clang,lld,...}.
> >>
> >> Cheers,
> >> Nico
> >>
> >> 1: https://llvm.org/devmtg/2018-10/talk-abstracts.html#lt2
> >> 2: https://gn.googlesource.com/gn , https://is.gd/gn_intro
> >> 3:
> https://github.com/llvm-project/llvm-project-20170507/compare/master...nico:gn
> , click "Files Changed" to see the GN files.
> >> _______________________________________________
>...
2006 Oct 31
3
plotting question
i have the following code below and at the end there are some plotting
statements.
it actualy looks quite nice when you run it but there is just one
strange thing happening that
don't know how to fix.
the three things being plotted are
aggfxdata[,logbidask] which has its own set of times ( it's a zoo object
).
rollmeanlogbidask which has a subset of the times that aggfxdata has.
2018 Nov 06
2
[cfe-dev] GN build roundtable summary; adding GN build files to the repo
...of a "secondary tree" so that all GN files
> >> could be below llvm/gn/tree/{llvm,clang,lld,...}.
> >> >>
> >> >> Cheers,
> >> >> Nico
> >> >>
> >> >> 1: https://llvm.org/devmtg/2018-10/talk-abstracts.html#lt2
> >> >> 2: https://gn.googlesource.com/gn , https://is.gd/gn_intro
> >> >> 3:
> >>
> https://github.com/llvm-project/llvm-project-20170507/compare/master...nico:gn
> >> , click "Files Changed" to see the GN files.
> >> >> _...
2018 Nov 06
2
[cfe-dev] GN build roundtable summary; adding GN build files to the repo
...iles
>>> >> could be below llvm/gn/tree/{llvm,clang,lld,...}.
>>> >> >>
>>> >> >> Cheers,
>>> >> >> Nico
>>> >> >>
>>> >> >> 1: https://llvm.org/devmtg/2018-10/talk-abstracts.html#lt2
>>> >> >> 2: https://gn.googlesource.com/gn , https://is.gd/gn_intro
>>> >> >> 3:
>>> >>
>>> https://github.com/llvm-project/llvm-project-20170507/compare/master...nico:gn
>>> >> , click "Files Changed" to se...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking