search for: perfered

Displaying 20 results from an estimated 68 matches for "perfered".

Did you mean: perferred
2006 Mar 15
7
matrix indexing
Can someone please give me a pointer here. I have two matrices matA A B C 1 5 2 4 2 2 4 3 3 1 2 4 matB A B C 1 TRUE FALSE TRUE 2 FALSE TRUE TRUE 3 FALSE FALSE FALSE how do I extract all the values from matA where the coresponding entry in matB == TRUE (or FALSE), perferably in vector form. Many thanks tom
2005 Apr 03
3
macintosh file clutter on samba filesystems.
I have a client who has a bunch of macs accessing some samba shares, and they write these ._filename and .DS_STORE files all over the place, he would perfer it to not write these files at all. Anyone ran into this issue? what would be the best way to prevent these files from getting written onto the shares? veto? -- Matt Pruett <entelin@logicaldreams.net>
2015 Jul 14
2
Lenovo T420 internal microphone not working
Hello, I have CentOS 7.1 installed on my Lenovo T420 Notebook. Now I will start to have some online meetings for a software project. In Bios the I/O-settings for camera and microphone are enabled. Camera is working (tested with cheese). In the audio settings of Gnome perferences I see an internal microphone which doesn't produce any input. The microphone is also not disabled by the key on
2012 Oct 25
2
error bars
Hello R-help, I am using R version 2.15.1. I upgraded from R version 2.13 a few months back. Previously, I was able to plot error bars on an xy scatter plot using the errbar function: errbar(RAEthylene$TIME,RAEthylene$AVE,RAEthylene$AVE+RAEthylene$STD,RAEthylene$AVE-RAEthylene$STD,add = TRUE,lty=2,pch=17); Today, I went to update my plot. However, in R version 2.15.1 I get error code
2001 Feb 04
4
next build
> *** openbsd-compat/bsd-nextstep.h.orig Sun Feb 4 00:16:16 2001 > --- openbsd-compat/bsd-nextstep.h Sun Feb 4 00:19:09 2001 > *************** > *** 48,52 **** > --- 48,56 ---- > speed_t cfgetispeed(const struct termios *t); > int cfsetospeed(struct termios *t, int speed); > int cfsetispeed(struct termios *t, int speed); > + > + /* LIMITS */ > + #define
2006 Jan 29
1
FastCGI or SCGI
Hello, If i''m planning on using apache2, should I use FastCGI or SCGI. I have tried both and have both working in non-production. I would just like to know which is perfered. Robert Boone -- Posted via http://www.ruby-forum.com/.
2006 Jul 06
1
Newbie on Fedora 5
Hey Guys, I want to transition from Merak to Postfix/Dovecot. I am not sure how to begin. I have been reading the different Howtos - cocktail of services to Postfix like ClamAV, Spamassissin, Greylisting, Jamm, SquirrelMail. The thing is that I want stable IMAP mail. Here is what I want to do: a. Stand alone linux box for email only - 25 users b. provide IMAP and web c. provide SSL
2001 Apr 27
3
openssh-2.5.2p2 on SunOS 4.1.3
Hi developers, I'm not sure if this is the right place to ask this question, so please don't crcify me if it isn't :) I'm trying to compile openssh-2.5.2p2 on SunOS 4.1.3. Since SunOS is not in the portable list, I took a look at this mailing list archive and found some of you guys have been able to compile it. My ./configure says I don't have the regex library : configure:
2007 Sep 06
1
Choppy sound while converting alaw to ulaw
Hi there I europe alaw is usual. I have a SIP Phone which perferes ulaw. When my * box has to transcode alaw to ulaw the sound get's one way choppy. (alaw => ulaw is choppy, ulaw => alaw is fine). I managed to fix the issue by forcing my SIP phone to use alaw only, but is this a know issue with asterisk 1.2.13? -Benoit-
2001 Jan 22
3
CVS source tree from 22 Jan 2001
Makefile.in is not fixed ! in old ssh.h # define SSH_ASKPASS_DEFAULT "/usr/X11R6/bin/ssh-askpass" in new pathnames.h #define _PATH_SSH_ASKPASS_DEFAULT "/usr/X11R6/bin/ssh-askpass" but in Makefile.in PATHS=...-DSSH_ASKPASS_DEFAULT=\"$(ASKPASS_PROGRAM)\" ----------------------------------------------------------- about patch: - remove unused defines:
2004 Sep 10
2
Example FLAC's
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [To: flac-dev@lists.sourceforge.net] I'm working on making a plugin to OS/2 Multimedia subsystem for FLAC. I can't seem to find example FLAC files anywhere on FLAC's website. Where can I get some test files (perferably with WAV equiavlents). - -- Russell O'Connor <http://www.math.berkeley.edu/~roconnor/> ``[Law
2002 Aug 11
4
OSF/1 or Tru64 patch for Privsep
Either this never made it to the list or no one cares about Tru64. This is the last time I'll send this patch to the list. If no one steps up and finishes it or provides me with enough information to fix any remaining bugs (one being complaint that 'ssh site cmd' does not work right). If there is no activity on this for a week. I'll post it to bugzilla and will ignore any
2001 Aug 02
1
Ported openssh-2.9p2 to LynxOS
Hi, I have ported the portable version of openssh (openssh-2.9p2) to LynxOS. I have had to install Perl5 and openssl-0.9.5a. Also since the regex library in LynxOS is not POSIX compliant I had to use PCRE. Then I configured openssh-2.9p2 with the library option -lbsd. One more problem was the macro "howmany(x,y)" is not defined in any of the /usr/include header files n LynxOS. So I
2002 Mar 18
4
[Bug 172] Add multiple AuthorizedKeyFiles options
http://bugzilla.mindrot.org/show_bug.cgi?id=172 ------- Additional Comments From alex.kiernan at thus.net 2002-03-18 18:47 ------- Created an attachment (id=48) Multiple AuthorizedKeyFile patch ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2009 Jun 27
1
Creating Excel-Charts via RDCOMClient
Hi R-users! I'm trying to create an easy Excel chart using the package RDCOMClient. The following example is working fine: #------------------------------------------------------------------- library(RDCOMClient) xlLocationAsObject <-2 xlXYScatterSmoothNoMarkers <- 73 ex <- COMCreate("Excel.Application") wb <- ex[["Workbooks"]]$Add() sh <-
2013 Mar 02
1
Raster images and saving with original pixel dimensions in tiff, jpeg, or png perferablly.
...m.file("img", "Rlogo.jpg", package="jpeg")) grid.raster(img, interpolate =F) #turnon next line for output. Don't want to accidentally write any unwanted files. #dev.copy(tiff, "outputimage.tiff") dev.off() #or using package = "graphics" but not perfered. library(graphics) plot( c(0, dim(img)[2]), c(0, dim(img)[1]), type = "n", xlab = "", ylab = "") rasterImage(img, 0, 0, dim(img)[2], dim(img)[1]) #dev.copy(tiff, "outputfile2.tiff") dev.off() ##STOP##
2020 Apr 26
2
assembly code for array iteration generated by llvm is much slower than gcc
Hi all developers, I'm changing compiler from gcc to llvm on a RISCV target now. but I found in some case the assembly code generated by llvm is much more than gcc. It cause my program's performance about 40% decrease. The flowing is a simple test code. It shows the problem. We can see than gcc prefer to use pointer to iterate the array, but llvm perfere to use index to iterate
2003 Jun 13
3
domain master name query fail
Hi all, just today I have setup my box to also be a WINS server and I started getting domain master name query fail messages shown as below. Jun 13 15:04:59 SERVER nmbd[2010]: [2003/06/13 15:04:59, 0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(358) Jun 13 15:04:59 SERVER nmbd[2010]: find_domain_master_name_query_fail: Jun 13 15:04:59 SERVER nmbd[2010]: Unable to find the
2012 Oct 24
5
SSHMenu (Gnome Applet) for CentOS 6
Hello, I know that there exists a package for Gnome SSHMenuApplet for CentOS 5 (e.g. see http://rpmfind.net/linux/RPM/epel/testing/5/ppc/gnome-applet-sshmenu-3.15-5.el5.noarch.html). The package sshmenu (which I found here: http://dl.marmotte.net/rpms/redhat/el6/x86_64/sshmenu-3.18-7.el6/sshmenu-3.18-7.el6.noarch.rpm) states: ======================================== Summary :
2015 Jul 14
0
Lenovo T420 internal microphone not working
On 07/14/2015 06:02 AM, Tim wrote: > In the audio settings of Gnome perferences I see an internal microphone > which doesn't produce any input. The microphone is also not disabled by > the key on the keyboard. One thing to try is adjusting the gain on the microphone *after* you've started your conferencing application. I have to do this with my webcam mic. --