Displaying 20 results from an estimated 186 matches for "vor".
Did you mean:
for
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/
* Installing *source* package 'vor' ...
** libs
make: `vor.so' is up to date.
** R
** preparing package for lazy loading
[1]...
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...
2000 Feb 16
1
Decode questions
...upt 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 fine. test.vor is 22280990 bytes (!)
and track01.cdda.wav is 57998012 bytes long. decoder-example sez:
Track encoded by encoder_example.c
Bitstream is 0 channel, 0Hz
Encoded by: Xiphophorus libVorbis I 20000121...
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.
...Changing MIME types turns into a total mess, especially when you start putting in formats that are non-linear (like, say, an interactive Flash movie).
The solution I've seen used is a little bit ugly, but suprisingly effective: hierarchical file extensions. So, for this situation, why not give Vorbis-only Ogg files an extension like
ong.vorbis.ogg
...and a Theora Ogg file something like
video.theora.ogg
We could even create standards for the extra extensions. So, let's say we wanted to have one type of file that may only contain Theora and Vorbis tracks. We could give that the video...
2013 Apr 30
1
[Bug 64074] New: Mesalib Installation Error
...t nouveau_channel *chan,
unsigned wait_dwords, unsigned wait_relocs);
void
nouveau_pushbuf_marker_undo(struct nouveau_channel *chan);
int
nouveau_pushbuf_emit_reloc(struct nouveau_channel *, void *ptr,
struct nouveau_bo *, uint32_t data, uint32_t data2,
uint32_t flags, uint32_t vor, uint32_t tor);
int
nouveau_pushbuf_submit(struct nouveau_channel *chan, struct nouveau_bo *bo,
unsigned offset, unsigned length);
/* Push buffer access macros */
static __inline__ int
MARK_RING(struct nouveau_channel *chan, unsigned dwords, unsigned relocs)
{
return nouveau_pushbuf_mar...
2004 Feb 28
3
Neues über die deutsche Übersetzung der Samba-3-Dokumentation -- News for the german translation of the Samba-3-docs
...ook/projdoc/*.xml-Dateien des aktuellen
samba-docs-cvs-Moduls von samba.org.
html-Versionen der bereits ?bersetzten Dateien findet man unter
http://gertranssmb3.berlios.de/output/ , wo das aktuell generierte
Inhaltsverzeichnis die bereits ?bersetzten 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...
2004 Sep 03
1
how to debug a sudden exit in non-interactive mode
...tes 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 library, vor, in .Rprofile.
I use R-1.9.1 on RH7.3.
Following the posting guide I include an example (note that it may work
for you fine since you don't have my .Rprofile).
This is debug.R file:
#=============
dataLength <- 1e3
y <-rnorm(dataLength)
x <- rnorm(dataLength)
library("mgc...
2003 Jul 07
4
Error compiling 3.0.0beta2 on HP-UX
...int snprintf(char *str,size_t count,const char *fmt,...)
{
size_t ret;
va_list ap;
va_start(ap, fmt);
ret = vsnprintf(str, count, fmt, ap);
va_end(ap);
return ret;
}
#endif
Hmm, what to do?
Thanks a lot for any help,
Alexander Skwar
--
Signatur vor?bergehend deaktiviert.
2010 Jan 29
2
[PATCH 1/2] libdrm/nouveau: new optimized libdrm pushbuffer ABI
...ng = nvpb->size - nvpb->marker;
+ chan->cur = nvpb->pushbuf + nvpb->marker;
nvpb->marker = 0;
}
@@ -355,7 +350,7 @@ nouveau_pushbuf_emit_reloc(struct nouveau_channel *chan, void *ptr,
struct nouveau_bo *bo, uint32_t data, uint32_t data2,
uint32_t flags, uint32_t vor, uint32_t tor)
{
- struct nouveau_pushbuf_priv *nvpb = nouveau_pushbuf(chan->pushbuf);
+ struct nouveau_pushbuf_priv *nvpb = &nouveau_channel(chan)->pb;
struct nouveau_bo_priv *nvbo = nouveau_bo(bo);
struct drm_nouveau_gem_pushbuf_reloc *r;
struct drm_nouveau_gem_pushbuf_bo *pbbo;...
2006 Mar 01
9
sortable tree?
...ut I can
only move the categories, not the subcategories.
Is it possible to achieve this with the Sortable class at all?
Do I do something wrong?
Did I misunderstand the whole thing?
Thanks in advance.
Frank
- --
"Laut einer Studie der deutschen Ärztevereinigung sterben immer
mehr Rentner vor dem Computer. Sie drücken versehentlich die
Tastenkombination Alt+Entfernen."
http://www.landseer-stuttgart.de
http://www.pn-cms.de
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFEBYrK4U8nM9OV6z8RAu3uAKDZaZn...
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 src/ices
linux-gate.so.1 => (0xffffe000)
libshout.so.3 => /usr/lib/libshout.so.3 (0x4955d000)
lib...
2009 Dec 05
1
[PATCH] nouveau: avoid running out of relocs (attempt 4)
...i = 0; i < so->cur_reloc; i++) {
struct nouveau_stateobj_reloc *r = &so->reloc[i];
- nouveau_pushbuf_emit_reloc(chan, pb->cur + r->offset,
+ if ((ret = nouveau_pushbuf_emit_reloc(chan, pb->cur + r->offset,
r->bo, r->data, 0, r->flags,
- r->vor, r->tor);
+ r->vor, r->tor))) {
+ debug_printf("so_emit failed reloc with error %d\n", ret);
+ return;
+ }
}
pb->cur += nr;
}
@@ -133,26 +142,39 @@ so_emit_reloc_markers(struct nouveau_channel *chan, struct nouveau_stateobj *so)
{
struct nouveau_pushbuf *pb...
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
...uld say no. However, I see that it is
very confusing for someone new to Samba.
It is the same for the ID backends on member servers. RID should be the
one recommended for all "Newbies". Giving all those options you can use
is very "Open Source" but is also what makes it hard vor beginners.
Still at least I would like to have the information about rfc2307 still
in the Wiki so that nerds like me can find it if the y need it.
Our use case is that (admin) users do login to the DCs and they want
their respective UID/Shell etc. I admit a "thin" use case.
Regards...
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
...lib="C://Programme//R//rw2011//library//randomForest",repos = NULL)
package 'randomForest' successfully unpacked and MD5 sums checked
updating HTML package descriptions
> library(randomForest)
Fehler in library(randomForest) : 'randomForest' ist kein g?ltiges Paket --
vor 2.0.0 installiert?
I run in this problem for the first time. Until now, I used to install new
packages by copying the*.zip-file to the "library"-directory in the
rw2011-directory. This seam not to work anymore. So I tried using the
function install.package(), but I did not success.
D...
2020 Mar 04
2
How to add new AVR targets?
...AVR backend?
>
> Thanks!
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
--
Wilhelm Meier
Vor dem Hirschberg 5
D-66459 Kirkel-Limbach
0151-12414315
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 test this with
> samba but I don'...