Displaying 20 results from an estimated 186 matches for "vors".
Did you mean:
vers
2005 Jun 23
1
list.files() reorders files in R CMD INSALL
Hi,
The list.files() function seems to order its result vector differently
when is run during R CMD INSTALL. Here is an example:
~% mkdir ~/FOO
~% cd ~/FOO/
~/FOO% touch a A b B
~/FOO% ls
a A b B
Put foo.R in the vor package. The foo.R just prints the files in ~/FOO:
print(list.files("~/FOO"))
Now install the package:
~/FOO% R CMD INSTALL -l ~/R/library/ ~/src/vor/
*
2004 Aug 05
8
or of a logical vector
Is there some fast (built-in?) way to get the OR of all the elements in a
logical vector?
In other words, is there some fast (built-in) version of the function vor
below?
Thanks.
-Ben
vor <- function(v) {
ans <- v[1]
if (length(v) > 1)
for (i in 2:length(v))
ans <- ans | v[i]
ans
}
2010 Mar 29
2
naming consecutive objects
Dear list,
I would generate a loop:
a<-c(1:98)
for (i in a )
{
cbind(vor.tile[[i]]$x, vor.tile[[i]]$y)->p
rbind(p,c(p[1,]))->p.c
Polygon(p.c)->pc.p
Polygons(list(pc.p),sprintf("p%s",i))->pc.ps
sprintf("pc.ps%s",i)<-pc.ps
}
I need to obtain 98 pc.ps objects (like: pc.ps1, pc.ps2....pc.ps98) but I
d'ont use sprintf for it.
How can made it?
many
2000 Feb 16
1
Decode questions
Sorry, to interrupt the license flame war...
I downloaded the source from CVS as of 11am this morning and there are
a couple of issues that I ran into:
1) I built the package and then in the examples dir I executed the
following commands:
# cdparanoia -B 1-1
# ./encoder-example < track01.cdda.wav > test.vor
# ./decoder-example < test.vor > out.wav
The rip and the encode both work
2007 Feb 23
1
Accessible documentation vor blind users
Hi
Hi
Is there any accessible ocumentation, ie plain text or html, how to
configure Asterisk. The book
'Asterisk: The Future of Telephony'' is availablly only as and pdf
document and is thus unreadable for a blind user.
Any pointers welcome.
You can still escape from the Gates of hell: Use Linux!
--
arimo
2003 Jan 02
0
Re: Ogg Internet Drafts - create application/ogg-vor bis, application/ogg-tarkin, etc.
>>> Ideally? You seem to be stuck in a world of operating systems that need
>>> a specific filename extension to identify a file type.
>>
>> Sounds like you're a Mac user.
>
> <snip>
>
> ...determining a file type is not a task for the OS...
For the past few years, users of the QuickTime container have faced a similar dilemma to what we have
2013 Apr 30
1
[Bug 64074] New: Mesalib Installation Error
https://bugs.freedesktop.org/show_bug.cgi?id=64074
Priority: medium
Bug ID: 64074
Assignee: nouveau at lists.freedesktop.org
Summary: Mesalib Installation Error
Severity: normal
Classification: Unclassified
OS: All
Reporter: andree.tago at gmail.com
Hardware: Other
Status: NEW
2004 Feb 28
3
Neues über die deutsche Übersetzung der Samba-3-Dokumentation -- News for the german translation of the Samba-3-docs
...etzten Seiten beinhaltet.
---
Wir brauchen nach wie vor Freiwillige!
Einerseits f?r die ?bersetzung, aber auch f?r das Korrigieren und
Pr?fen der ?bersetzten Texte.
Bitte kontaktieren Sie die gertranssmb3-users@berlios.de-Mailingliste,
wenn Sie an dem Projekt teilnehmen wollen, oder auch andere Vorschl?ge
f?r das positive Fortschreiten dieses Projekts haben.
--
Mit besten Gr??en,
Stefan G. Weichinger, f?r das Projekt-Team.
--
To unsubscribe from this list go to the following URL and read the
instructions: http://lists.samba.org/mailman/listinfo/samba
2004 Sep 03
1
how to debug a sudden exit in non-interactive mode
Hi,
I have a piece of R code that calls mgcv::gam. The code runs fine in the
interactive mode, but terminates R w/o a single message when run
non-interactively. Though I think I should be able to locate the problem
by brute force I'd appreciate an advise how to do it more intelligently
using R debugging tools.
At this time I only know that it has something to do with me loading my
custom
2003 Jul 07
4
Error compiling 3.0.0beta2 on HP-UX
Hello!
I'm trying to compile 3.0.0beta2 on a HP-UX 11.00 machine with gcc v3.2.
After running configure --prefix=/some/where, I ran make which exited
with this error message:
Compiling lib/snprintf.c
lib/snprintf.c:832: conflicting types for `snprintf'
/usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.2/include/stdio.h:493:
previous declaration of `snprintf'
*** Error exit code 1
2010 Jan 29
2
[PATCH 1/2] libdrm/nouveau: new optimized libdrm pushbuffer ABI
This patch changes the pushbuffer ABI to:
1. No longer use/expose nouveau_pushbuffer. Everything is directly
in nouveau_channel. This saves the extra "pushbuf" pointer dereference.
2. Use cur/end pointers instead of tracking the remaining size.
Pushing data now only needs to alter cur and not both cur and remaining.
The goal is to make the *_RING macros faster and make the
2006 Mar 01
9
sortable tree?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi *,
I am new to this list, so please excuse me if this has been covered
before (unfortunately the search function at
http://www.ruby-forum.com/forum/10 is disabled at the moment).
If yes, then a pointer to a solution would be great.
I want to create a sortable tree with scriptaculous Sortable. There are
several categories and subcatgories:
cat_a
2005 Jan 09
0
Statically linked ices0
Hi,
I'm trying to statically link ices0, but the configure scripts isn't
really agreeing with me. When I do this:
./configure --prefix=/radio/server --enable-shared=no
--enable-static=yes --without-perl --without-vorbis --without-faad
--without-flac
I still get a dynamically linked binary (linked to a lot of stuff I
specified I didn't want, but that's besides the point):
ldd
2009 Dec 05
1
[PATCH] nouveau: avoid running out of relocs (attempt 4)
- Added flush notify functions for NV30 and NV40.
- NV30 and NV40 need testing.
---
src/gallium/drivers/nouveau/nouveau_stateobj.h | 42 ++++++++++++++++++------
src/gallium/drivers/nv04/nv04_surface_2d.c | 9 +++--
src/gallium/drivers/nv30/nv30_context.c | 3 ++
src/gallium/drivers/nv30/nv30_context.h | 1 +
src/gallium/drivers/nv30/nv30_state_emit.c | 10
2006 Sep 11
4
Mail does not arrive at my server.
I run under FC5. I want to setup a mail server with postfix (already
runnung) and dovecot. Once this i working I add spamassassin and clamav.
I setup postfix and can send emails. When replying to these emails they do
not get to my server (I checked in the Maildir directory of the user, there
is no file)
The server has 2 NICs. there is a firewall where I opened the port 143 (that
is for IMAP?)
2024 Jun 12
2
use of ‘idmap_ldb:use rfc2307 = yes’ in DCs
Am 11.06.24 um 19:37 schrieb Luis Peromarta via samba:
> Correct, and I have done so and explained extensively at the beginning to this thread.
>
> Question is:
>
> Should we stop telling people to provision with idmap_ldb:use rfc2307 = yes ?
As one who uses that option I would say no. However, I see that it is
very confusing for someone new to Samba.
It is the same for the ID
2010 Nov 17
4
Trouble with Superfloppy format
Hello,
are there known issues with some bioses not booting from Superfloppy format?
All I get is the Syslinux (c) line and nothing else happens afterwords.
Everything works fine if a partition is added to the device. Unfortunately
however the target device can not be partitioned.
Any hint?
Sven
--
Why are there so many Unix-haters-handbooks and not even one
Microsoft-Windows-haters
2006 Apr 18
2
installation of package "randomForest" failed
Hello
I'd like to try out some functions in the package randomForest. Therefore,
I did install this package. However, it is not possible to load the
library, although I have R-Version 2.1.1 (i.e. later than 2.0.0). The
commands I used and the Answers/Error from R is as follows:
>
install.packages("C://Programme//R//rw2011//library//randomForest_4.5-16.zip",
2020 Mar 04
2
How to add new AVR targets?
Thanks!
The new are of xmega3 architecture, which is already included. So this
should be simple.
Where is the information about ISR-vector table, SRAM addresses and so
on stored?
--
Wilhelm
Am 04.03.20 um 11:03 schrieb Dylan McKay:
> Hey Wilhelm,
>
> This should be possible by editing the 'AVRDevices.td' [1]TableGen
> definitions to add an entry for the newer chip types.
2018 Jul 24
2
Volume Activation with Samba AD
Hello Christian,
> what I meant is not acting as a KMS server but something new Microsoft
> introduced. In windows 10 the tool vor managing Volume Licences asks if
> you have a KMS server or if you want to use AD for activating the
> software. I haven't tried it yet as I would need to setup a test
> environment.
> So I asked here to see if somebody tried it before. I can