Displaying 11 results from an estimated 11 matches similar to: "Novice question"
2012 Jul 29
4
R- Help (looping)
Hi,
I'm Wellington from Brazil and I have the following issue:
I've been working on a project a for a while, and I'm having trouble in
using the loop (for)
I need to read a column (c1), and for each value of this column, I need to
check if it's within the control limits
So, I was trying to do this:
For (k in 1: c1)
If (c1< lcl1 | c1 > ucl1) {here I
2010 May 03
2
toma de muestras
Buenas tardes a todos.
Mi problema es el siguiente:
Calculo una muestra de unos índices (s) y a partir de esa muestra elijo
aquellos elementos de una tabla de datos que tengo (en este caso XP4) que
cumplen la condición de que el índice de XYP sea el de la muestra. Ahora
comienza mi problema, la única forma que he encontrado para que me R me
tome todos los elementos que necesito es creando un
2008 Oct 14
2
[LLVMdev] XMOS using LLVM
Hi,
I'm a compiler engineer at XMOS (http://www.xmos.com) and in the last
few months I've been working on porting LLVM to target our XS1-G4 chip.
I thought it may be of interest to the list to find out how we are using
of LLVM.
The XS1-G4 has four processors and 32 hardware threads. It has been
designed to be highly responsive to I/O events allowing many tasks
normally be done by
2000 Jun 27
7
File Extension .OGG
Hi,
I've already sent this to feedback@vorbis.com, but I got no response
and this might be more correctly placed here anyway, so here is a
revised vesrion.
I have one thing to criticize, which is the file extension *.OGG.
It's ambigous (the Netrek meaning) and using it for both video and
audio seems confusing. Plus, there are a lot of OGG files floating
around that are generated by
2000 Jun 27
7
File Extension .OGG
Hi,
I've already sent this to feedback@vorbis.com, but I got no response
and this might be more correctly placed here anyway, so here is a
revised vesrion.
I have one thing to criticize, which is the file extension *.OGG.
It's ambigous (the Netrek meaning) and using it for both video and
audio seems confusing. Plus, there are a lot of OGG files floating
around that are generated by
2008 Oct 28
3
Keep the email on the server
Hello,
I migrate my server POP3/IMAP recently the Courier-IMAP for Dovecot and
am having
problems when the user configures your e-mail client to leave a copy of
mail on the server.
All mail in the inbox, are brought all the time that you check your mailbox
input via POP3, causing a large traffic of unnecessary data every time.
In my opinion
you should bring only the new mail, unread.
Can you
2002 Oct 10
0
core dump from rsync
-----BEGIN PGP SIGNED MESSAGE-----
The FreeSWAN project uses rsync to keep our FTP repository up-to-date.
The FTP server is at xs4all.nl, and we rsync to one of their FreeBSD boxes
(xs1.xs4all.nl) over SSH.
We have been experiencing core dumps from the remote rsync. Initially this
was with the XS4ALL provided rsync in /usr/local/bin/rsync. Since I didn't
have access to the source code for
2002 Oct 13
1
rsync 2.5.5 core dump
-----BEGIN PGP SIGNED MESSAGE-----
I added the following code to log_exit():
void log_exit(int code, const char *file, int line)
{
static int error_count=0;
if(error_count++ > 10) {
abort();
}
To force it to bail earlier instead of overflowing the stack.
As you can see at frame #50, it is trying to log that the connection went
away unexpectantly.
2009 Feb 03
2
SteamInstall.msi results in "Error: Success"
Code:
$ wine start SteamInstall.msi
fixme:exec:SHELL_execute flags ignored: 0x00000100
Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: File not found
Or by running outside terminal, I get the wine error dialog "Success" with the red circle next to it and a little OK under it.
lol, "Error: Success"
Wine 1.1.4
2013 Jul 17
3
Help with filing a [maybe] ZFS/mmap bug.
Hi All,
I have what I think is a ZFS related bug. Unfortunately my simplest
test case is a bit cumbersome and I haven't definitively proven that
the problem is ZFS related.
I'm hoping for some feedback on how to move forward.
Quick background: I rip my CD's using grip and produce flac files. I
tag the music using Musicbrainz' Picard and transcode it to mp3's
within Picard
2009 May 21
1
[PATCH server] Updated look and feel for empty grid views
When empty grids are shown (ex: no VMs in this pool) a specific graphic, message and improved action button are shown. For Task views, the user will see the current filter and an explanation that no tasks match that filter.
Signed-off-by: Jeremy Perry <jeremy.perry at redhat.com>
---
src/app/views/hardware/show_hosts.rhtml | 11 ++++-------
src/app/views/hardware/show_storage.rhtml