Displaying 20 results from an estimated 2018 matches for "harry".
Did you mean:
carry
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
...dovecot/auth-client
mode: 432
user: postfix
group: postfix
master:
path: /var/run/dovecot/auth-master
mode: 384
user: vmail
plugin:
quota: maildir:storage=5120
---------------------------------------------------------
Below are my dovecot error log
deliver(harry at zlack.net): Nov 19 13:51:27 Info: Loading modules from directory: /usr/lib/dovecot/lda
deliver(harry at zlack.net): Nov 19 13:51:27 Info: Module loaded: /usr/lib/dovecot/lda/lib10_quota_plugin.so
deliver(harry at zlack.net): Nov 19 13:51:27 Info: auth input: harry at zlack.net
deliver(harry at z...
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 1 0 1 0 0 0
harry 0 0 1 1 1 1
here's the code I started with, if it helps
library (dummies)
a <...
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 argument as a variable,
and have...
2005 Jan 05
3
Tuning string matching
...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 Harrington"
name2 <- "Harry Harington"
I need a function that would declare those strings as a match (ideally having an
argument that would allow introducing 80% instead of 90%)
2. Arrange a final table that would take me from:
Table1 (the complete list of people from my databas...
2015 Jan 15
5
Problems with permissions
...ly = No
create mask = 0777
directory mask = 0777
On the Windows clients however in Properties -> Security I see only special
rights which lack full access and delete.
How can I get full access to all files and subdirectories.
Any hints for what I configured wrong are wellcome.
greetings
Harry
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
Tom,2007,65
Tom,2008,66
Mary,2007,45
Ma...
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 to handle this many values well.
I would like to summarise this data in a table that reads...
2010 Jul 21
2
RGoogleDocs ability to write to spreadsheets broken as of yesterday - CAN PAY FOR FIX
I unfortunately haven'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
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...
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
beign played as
2003 Aug 22
2
a pickle with ranks and reals?
...However, there doesn't seem to be a good way to
get this. I tried using "by" with "cor". However, this requires
binding x and y which causes cor to return a matrix (if you could pass
it x and y separate it would just return a number).
given
data frame s
x y subj
4 7 harry
5 1 harry
6 9 harry
2 4 steve
3 7 steve
...
i'd like to be able to produce
r subj
.12 harry
.52 steve
...
any tips?
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 ha...
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 columns.
Doing
cbind(as.numeric(col1), as.numeri...
2009 Apr 14
3
Problem cross-compiling on Ubuntu
...as I can tell, I've also followed all the instructions in the
guide to cross-compiling by Yan and Rossini.
When I try to cross-compile I get a load of errors, apparently due to
R.h (and possibly other things) not being found:
[snip - everything fine up to here]
i586-mingw32-g++ -isystem
/home/harry/RLibrary/forWindows/cross-tools/i586-mingw32/include
-I/home/harry/RLibrary/forWindows/WinR/R-2.6.0/include -Wall -O2
-c adaboost.cpp -o adaboost.o
In file included from dataset.h:20,
from node_terminal.h:21,
from distribution.h:20,
from adaboos...
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 op...
2006 Jun 22
1
Share is read-only despite read only = no
The owner of a folder (userid gdunn01) is unable to make any changes to
it (rename / delete) through Samba despite being listed as having
read/write perms.
I'm using winbind 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
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 emmy:~/.wine/drive_c/Program Files/EA Games/Harry Potter TM/System$ wine HP.exe
fixme:process:GetProcessWorkingSetSize (0xf...
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 m...