Displaying 20 results from an estimated 30000 matches similar to: "New archive repo and old versions"
2010 Feb 17
2
extract the data that match
Hi r-users,
I would like to extract the data that match. Attached is my data:
I'm interested in matchind the value in column 'intg' with value in column 'rand_no'
> cbind(z=z,intg=dd,rand_no = rr)
z intg rand_no
[1,] 0.00 0.000 0.001
[2,] 0.01 0.000 0.002
[3,] 0.02 0.000 0.002
[4,] 0.03 0.000 0.003
[5,] 0.04 0.000 0.003
[6,]
2019 Feb 18
2
"syslinux-commits" mailing list and archive. WAS:Testing, please excuse the noise...
> We now have a new archive repo at zytor.com. Almost all resources and
> communication channels depend on zytor.com being on-line, including the
> mailing list itself.
>
> Please note how the "bounces..." address is still "at zytor.com".
> Whether that has any (positive or negative) influence in some case /
> support / troubleshooting / configuration,
2008 Nov 23
1
Help in Programming using Methods
I WROTE THIS FUNCTION BELOW
test <- function(x, ...) UseMethod('test', x)
test.data.frame = function(x, model, which, error, ...)
{
av <- aov(formula(model), data = x)
res <- test.aovlist(av, which = which, error = error)
return(res)
}
test.aovlist <- function(x, which, error, ...)
{
mm <- model.tables(x, "means")
tabs <- mm$tables[-1]
2019 Feb 21
1
"syslinux-commits" mailing list and archive. WAS:Testing, please excuse the noise...
On 2/20/19 5:22 PM, H. Peter Anvin via Syslinux wrote:
> On 2/18/19 8:56 AM, Ady Ady via Syslinux wrote:
>>
>> BTW, until very recently, we used to have a "syslinux-commits" mailing
>> list (and its archive).
>>
>> Would it be possible to have "syslinux-commits" back (and its archive)?
>>
>> IIRC, it was "linked" to the
2017 Mar 19
0
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
> On 03/18/2017 04:15 PM, Ady Ady via Syslinux wrote:
> >
> >> On 03/18/2017 01:18 AM, Ady Ady via Syslinux wrote:
> >>> _ With the USB device connected to (one of) the problematic
> >>> computer(s), power up the system and get into the BIOS setup. In
> >>> the BIOS setup screen(s), change the boot order in such way that
> >>> the
2019 Feb 21
0
"syslinux-commits" mailing list and archive. WAS:Testing, please excuse the noise...
On 2/18/19 8:56 AM, Ady Ady via Syslinux wrote:
>
> BTW, until very recently, we used to have a "syslinux-commits" mailing
> list (and its archive).
>
> Would it be possible to have "syslinux-commits" back (and its archive)?
>
> IIRC, it was "linked" to the commits published at
>
> git.zytor.com/syslinux/syslinux.git/
>
> but
2012 Feb 21
1
Questions on Data reading using zoo package
Hello,
I try to handle the data using read.csv , zoo and aggregate functions.
The data contains NA values. After aggregating monthly data into quarterly
data, all data become NA. Is it because I don't properly aggregate the data
in the presence of NAs? What can I do?
Another problem is that the date in month is presented in Chinese (My OS
is in Chinese.) How can I set the default
2018 Oct 16
0
Problem with mailing list archive?
On Sun, Oct 14, 2018 at 1:00 PM Ady Ady via Syslinux <syslinux at zytor.com> wrote:
> There seems to be some problem in the mailing list public archives.
Not really. Just some unexpected results.
> Since 2018-Oct-01, in my mailbox I received 3 emails from Thomas
> Lurmeau (via Syslinux, of course), whereas the public archive shows
> only 2 (the first one is not there ATM).
2011 Dec 01
1
[LLVMdev] [llvm-testresults] bwilson__llvm-gcc_PROD__i386 nightly tester results
Are these 225 compile time regressions real? It sure looks bad!
Ciao, Duncan.
On 01/12/11 09:39, llvm-testresults at cs.uiuc.edu wrote:
>
> bwilson__llvm-gcc_PROD__i386 nightly tester results
>
> URL http://llvm.org/perf/db_default/simple/nts/380/
> Nickname bwilson__llvm-gcc_PROD__i386:4
> Name curlew.apple.com
>
> Run ID Order Start Time End Time
> Current 380
2015 Jun 17
0
repo.or.cz links are no longer valid. WAS: git daemon on zytor is back in action
> On 06/15/2015 01:08 PM, Ady via Syslinux wrote:
> >
> > Example in repo.or.cz:
> >
> > tag name:
> > http://repo.or.cz/syslinux.git
> > /tag/refs/tags/syslinux-4.07
> >
> > tag hash:
> > http://repo.or.cz/syslinux.git
> > /tag/a4fcb6d867aadcaf5af8f87eb1ba96abe2748159
> >
> > If I understand correctly, the
2009 Jul 21
1
problem with heatmap.2 in package gplots generating non-finite breaks
I have written a wrapper for heatmap.2 called
heatmap.w.row.and.col.clust which auto-generates breaks using
breaks<-round((c(seq(from=(-20 * stddev), to=(20 * stddev))))/20,
digits = 2) #(stddev in this case = 2.5)
This has always worked well in the past but now I am getting an error
that non-finite breaks are being generated. Drilling down, it seems
that my wrapper is generating finite
2017 Mar 20
2
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
> On 03/19/2017 04:03 PM, David Christensen wrote:
> > [ 0.600883] ---[ end Kernel panic - not syncing: VFS: Unable to mount
> > root fs on unkonwn-block(0,0)
>
> Similar kernel panic when booted on Intel DQ67SW i7-2600S.
>
>
> David
>
That's because your syslinux.cfg is "wrong", but the behavior just
proves that SYSLINUX is indeed
2015 Jun 17
3
repo.or.cz links are no longer valid.
On Jun 17, 2015 3:10 AM, "Ady via Syslinux" <syslinux at zytor.com> wrote:
>
>
> > On Wed, Jun 17, 2015 at 05:57:39AM +0300, Ady via Syslinux wrote:
> > A web view on the repo is low priority to me. My advice in this:
> > * Let the migration stablize
> > * Wonder how much HTML caching there is
> > * Find contact with maintainers of the web sauce
2007 Sep 18
0
[LLVMdev] 2.1 Pre-Release Available (testers needed)
On Fri, Sep 14, 2007 at 11:42:18PM -0700, Tanya Lattner wrote:
> The 2.1 pre-release (version 1) is available for testing:
> http://llvm.org/prereleases/2.1/version1/
>
> [...]
>
> 2) Download llvm-2.1, llvm-test-2.1, and the llvm-gcc4.0 source.
> Compile everything. Run "make check" and the full llvm-test suite
> (make TEST=nightly report).
>
> Send
2015 Jun 15
0
git repo: primary/secondary/unofficial
On Sun, Jun 14, 2015 at 4:33 PM, Geert Stappers via Syslinux
<syslinux at zytor.com> wrote:
> On Sat, Jun 13, 2015 at 10:44:11PM +0300, Ady via Syslinux wrote:
>>
>> > I'm starting this thread to discuss what git repository should be
>> > designated as primary and which repositories should be designated as
>> > secondary.
>> >
>> >
2015 Jun 13
0
git repo: primary/secondary/unofficial
> I'm starting this thread to discuss what git repository should be
> designated as primary and which repositories should be designated as
> secondary.
>
> For years, git.kernel.org has been the primary repo, updated at least
> with every full and pre- release. git.zytor.com has been the
> secondary and development repo.
>
> Additionally, I've maintained my
2015 Jun 18
2
repo.or.cz links are no longer valid.
> On 06/17/2015 07:13 AM, Gene Cumm via Syslinux wrote:
> >
> > Pushing the tags should be trivial. If HPA doesn't do it first, I'll do it
> > once I have access.
> >
>
> Fixed.
Thank you, and to all those that were involved in making this move to
repo.or.cz happen, and the renewed availability of git.zytor.com.
Now we just need to solve all
2016 May 14
0
Boot prompt ignored
> On Sat, May 07, 2016 at 09:56:59PM +0300, Ady via Syslinux wrote:
> > On Sun, May 01, 2016 at 11:58:41AM +0200, Alexander Freudenberg via Syslinux wrote:
> > > Using a boot prompt without a menu makes Syslinux 6.03-6 booting the
> > > default label only, ignoring the label that was entered. Auto completion
> > > of the defined labels works, though. Can anyone
2015 Jun 14
4
git repo: primary/secondary/unofficial
On Sat, Jun 13, 2015 at 10:44:11PM +0300, Ady via Syslinux wrote:
>
> > I'm starting this thread to discuss what git repository should be
> > designated as primary and which repositories should be designated as
> > secondary.
> >
> > For years, git.kernel.org has been the primary repo, updated at least
> > with every full and pre- release.
2017 Mar 18
0
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
> On 03/18/2017 01:18 AM, Ady Ady via Syslinux wrote:
> > Some of the things you should / could (re)test / (re)try:
> >
> > _ Verify the md5sum of the ISO image.
>
> SHA256 verified for downloaded image and for contents of USB flash drive
> (see below).
>
>
> > _ Is this particular USB device _still_ capable of booting newer
> > computers?
>