search for: harris

Displaying 20 results from an estimated 2012 matches for "harris".

2017 Feb 12
2
Replacement for antispam plugin
Op 2/10/2017 om 8:59 PM schreef Ralph Seichter: > On 10.02.17 20:34, Michael Slusarz wrote: > >> When you move a message to a new mailbox, that is a "new message" >> event (a new UID in the target mailbox is created; the message count >> increases). So imap.mailbox is set to the name of the *target* mailbox. > My tests seem to indicate otherwise. Deleting a
2009 Jan 12
3
Can not Create Maildir using userdb sql
Dear all, I've been experiencing this problem and still can't find a solution for this. I want to have a dynamic quota for each virtual user. I've followed instruction from : http://wiki.dovecot.org/HowTo/DovecotLDAPostfixAdminMySQL http://workaround.org/articles/ispmail-etch/ But still can't give what I want. But if I use userdb static, I works fluently. Below are my Dovecot
2017 Feb 10
5
Replacement for antispam plugin
> On February 10, 2017 at 12:13 PM Ralph Seichter wrote: > > On 10.02.17 18:34, Michael Slusarz wrote: > > > Can we add an exception for the Trash folder? > > This is handled in the sieve script. E.g.: > > > > require "environment"; > > if environment "imap.mailbox" "Trash" { > > stop; > > } > > This does
2010 Mar 23
2
Adding matrix rows that have the same name?
Does anyone know if there is an R function that will take a matrix like this jim 1 0 0 0 0 0 jim 0 1 0 0 0 0 jim 0 0 1 0 0 0 bob 1 0 0 0 0 0 bob 0 0 1 0 0 0 harry 0 0 1 0 0 0 harry 0 0 0 1 0 0 harry 0 0 0 0 1 0 harry 0 0 0 0 0 1 and make it like this? (that is, add together rows that have the same name?) jim 1 1 1 0 0 0 bob
2008 Oct 20
3
The evaluation of optional function arguments
Dear R-helpers, I've got two functions; callTimes() calls times(), passing it an optional argument (bar) by name (bar=harry). times() then believes it has been passed a name, rather than a value ? but I want the value, not the name. Worse, if I evaluate the name, it is evaluated in the environment times() was defined, not where it is called. How can I call times(), defining its optional
2005 Jan 05
3
Tuning string matching
Dear list, I spent about two hours searching on the message archive, with no avail. I have a list of people that have to pass an on-line test, but only a fraction of them do it. Moreover, as they input their names, the resulting string do not always match the names I have in my database. I would like to do two things: 1. Match any strings that are 90% the same Example: name1 <- "Harry
2015 Jan 15
5
Problems with permissions
Hllo, I have a Debian Wheezy machine with a standard samba configured as domain controller. (security = user) On the Windows clients a programm shall be installed that needs full access to all files on a network drive I have set the Unix permissions to 777 for all files and subdirectories of the according directory. The share entry is: [myshare] path = /home/shareddirectory admin users =
2010 Apr 02
2
panel data
Hello, I have an unbalanced panel data set that looks like: ID,YEAR,HEIGHT Tom,2007,65 Tom,2008,66 Mary,2007,45 Mary,2008,50 Harry,2007,62 Harry,2008,62 James,2007,68 Jack,2007,70 Jordan,2008,72 That is, James, Jack, and Jordan are missing a YEAR. Is there any command that will "fill in" the missing YEAR such that the end result will be balanced and look like: ID,YEAR,HEIGHT
2009 Jun 02
2
Table of Summaries
Apologies for the novice question, but this is likely beyond my google searching range.. I am trying to create a table from the summaries of a file. The 2 column data table looks like; Harry 335/335 Harry 124/506 Harry 124/506 Dick 133 Tom 335/335 Tom 335/335 with 1000 unique values in col 1, 300 unique in col 2. The 'summary' doesn't seem
2010 Jul 21
2
RGoogleDocs ability to write to spreadsheets broken as of yesterday - CAN PAY FOR FIX
...;t received any responses about this problem. We (the company I work for) are willing to discuss payment to someone who is willing to quickly contribute a fix to the RGoogleDocs/RCurl toolchain that will restore write access. Please contact me directly if you're interested. Thank you, -Harlan Harris On Tue, Jul 20, 2010 at 10:19 AM, Harlan Harris <harlan@harris.name> wrote: > Hi, > > I'm using RGoogleDocs/RCurl to update a Google Spreadsheet. Everything > worked OK until this morning, when my ability to write into spreadsheet > cells went away. I get the following we...
2011 Mar 22
1
assigning a list item using a variable for a name
I have a list. my.list <- list(Tom=c(1,2,3), Dick=c(4,5,6), Harry=c(7,8,9)) I assign one of the names of the list to a variable. name <- "Harry" I can access the value of the list using the variable as follows: eval(parse(text=paste("my.list$", name, sep=""))) [1] 7 8 9 But how do I change the value of my.list$Harry using the variable name? This
2006 Nov 10
1
Harris picking up before extension
Hi there! I'm setting up a connection between Asterisk ver. 1.2.13 and a Harris 20-20 PBX. More less everything went fine, but the problem I have now is when dialing to the Harris PBX, it seems to pick up my call as soon as it reaches it. For example if from the Asterisk outgoing folder I dial an extension, say 100, and play a prompt as soon as it is picked up, the promt is b...
2003 Aug 22
2
a pickle with ranks and reals?
I predicted that y would increase as x increased. However, I only made the prediction on the ranks of the scores. The ranks don't correlate with predicted. And, I don't think a regression on the ranks is warranted. However, the actual scores do yield a significant slope for b, and a significant R^2 using a linear regression (y is the value and x is the predicted rank). What
2015 Jan 18
2
Problems with permissions
On 18/01/15 15:18, Dr. Harry Knitter wrote: > Rowland Penny <rowlandpenny at googlemail.com> schrieb am 18.01.2015: > > >> Lets deal with the obvious first, your workgroup name, you give it as >> 'mydomain.lan' , now is that the actual workgroup name ? If so, then it >> shouldn't have the dot '.' in it, but > Never had poblems with that. And
2006 Jul 21
1
from character to numeric over multiple columns
Hi All, I have a data frame of three columns, all of which names. The names in the three cols overlap up to a point, so I might have *Harry* in all three columns, *Tom* in cols 1 and 3 and *Bob* in col 3 only. harry paul bob anita harry tom frank jack harry tom pete ben .... I want to turn the names into numbers, BUT I want the numeric code for, say, *Harry*, to be the same on all
2009 Apr 14
3
Problem cross-compiling on Ubuntu
I'm using Ubuntu 8.10 (Intrepid Ibex) and R 2.7.1. I've built a package from source (a modified version of gbm) and it contains some C++ code. I now want to cross-compile it to get a Windows version. I installed R using sudo apt-get update sudo apt-get install r-base sudo apt-get install r-base-dev So far as I can tell, I've also followed all the instructions in the guide
2016 Nov 08
4
one host only: ssh_dispatch_run_fatal
Darren Tucker <dtucker at zip.com.au> writes: > On Tue, Nov 8, 2016 at 1:02 PM, Harry Putnam <reader at newsguy.com> wrote: > [...] >> gv harry> ssh -vv 2x >> >> OpenSSH_7.3p1-hpn14v11, OpenSSL 1.0.2j 26 Sep 2016 > > this is a third-party modified version of OpenSSH. Can you reproduce > the problem with a stock OpenSSH from the source from
2006 Jun 22
1
Share is read-only despite read only = no
...nbind for username mapping. I feel like I'm missing something simple. ma21cab5# wbinfo -t checking the trust secret via RPC calls succeeded ma21cab5# ls -ld asdfas/ drwxr-xr-x 2 gdunn01 Domain Users 512 Jun 22 08:50 asdfas/ ma21cab5# pw usershow gdunn01 gdunn01:*:155737:10513::0:0::/home/HARRIS/gdunn01:/bin/csh ma21cab5# smbstatus Samba version 3.0.22 PID Username Group Machine ------------------------------------------------------------------- 37921 gdunn01 Domain Users dev-gdunn (137.237.160.74) Service pid machine Connected at ------------...
2011 Sep 07
2
Problems with this Harry Potter PC game in wine 1.2.2
Hi guys. I am using Lubuntu 11.04 and so far I've been able to run via wine a few games, among which: Star Wars KOTOR1, TOCA race driver 3, Neverwinter Nights 1... Now I tried installing and running Harry Poter 1 (Sorcerer Stone). Installs ok, but game crashes when starting with a critical error "General Protection Fault". Here is what the terminal shows: ... emy at
2009 Jul 08
1
rsync between windows Opensolaris failures
Can anyone tell me what is wrong in this picture with error output: rsync -nvviirp --inplace harry@harvey:/cygdrive/c/Documents\ And\ Settings ./docs_settings_$(dtf) opening connection using ssh harvey -l harry rsync --server --sender -vvnpr --inplace . "/cygdrive/c/Documents And Settings" harry@harvey's password: protocol version mismatch -- is your shell clean? (see the rsync