Displaying 20 results from an estimated 100000 matches similar to: "solution"
2010 Feb 09
2
How can I rearange my dataframe
An embedded and charset-unspecified text was scrubbed...
Name: ???????????
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100209/db12d14b/attachment.pl>
2010 Feb 16
1
How can I associate a list of defined names with the dataframes to be downloaded
An embedded and charset-unspecified text was scrubbed...
Name: ???????????
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100216/9b6b4555/attachment.pl>
2006 Oct 21
6
Window#paint patch
Attached is a patch and some extra files to fix our
ObjectPreviouslyDeleted crasher with the paint method. As discussed, it
just re-implements the method in Ruby.
I created a directory lib/wx/classes as a place to hold Ruby extensions
to the API. The attached app.rb and window.rb files should be added to
it. When this patch is applied, files in that directory are
automatically required on
2011 Mar 07
1
Patch proposition to implement a new workaround: tb-lsub-flags
Hi again Timo,
As agreed earlier tonight, you'll find as attachments 4 diffs (diff -u)
implementing the new workaround "tb-lsub-flags".
The 4 impacted files are:
./src/imap/imap-settings.h
./src/imap/imap-settings.c
./src/imap/cmd-list.c
./src/config/all-settings.c
Here is the proposed description for the dovecot.conf file:
# tb-lsub-flags:
# Usually IMAP servers don't
2007 Nov 21
6
MediaCtrl
Hi.
Attached you find an attempt to adding MediaCtrl to WxRuby. It''s only
tested on windows (compiled with msvc 6.0).
Everything seems to be working fine except for a small problem with a
few functions:
wxFileOffset Seek(wxFileOffset where, wxSeekMode mode = wxFromStart);
wxFileOffset Tell(); //FIXME: This should be const
wxFileOffset Length(); //FIXME: This should be const
2006 Oct 15
4
TaskBarIcon
Attached are some patches to implement the TaskBarIcon. Let me know how
this works on Linux and OS X. You may want to ''svn update'' first and
get the new version of ruby.png since I fixed the transparent background.
Roy
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: bigdemo.rb.patch
Url:
2006 Feb 06
0
dovecot-cvs/mysql-5.0.18 OLD/PASSWORD problem
i use openbsd/i386, dovecot-cvs(today), mysql-5.0.18
today, i change the mysql_dbuser_password form OLD_PASSWORD to PASSWORD
then dovecot can't connect to mysql-server
shell$> mysql -u root -p
mysql$> SET PASSWORD FOR 'db_user'@'localhost' = PASSWORD('db_pw');
now, dovecot CAN NOT connect to mysql-server
shell$> mysql -u root -p
mysql$> SET PASSWORD FOR
2007 Aug 07
2
dovecot-sieve vacation changes
I'd like to put forward the following patch for dovecot-sieve.
Essentially this just merges in some changes made in CMU sieve 2.3.8 and
as such brings the behaviour more in line with RFC 3834 "Recommendations
for Automatic Responses to Electronic Mail":
- fixes erroneous sender "-request" substring match
- checks for existence of a selection of list-* headers
-
2006 Nov 01
1
get_client_data
As a first stab at understanding swig''s mem mgmt features, I tried to
fix get_client_data, using Wx::Choice as a testbed.
The attached patch resolves the immediate crasher with this function
(which was b/c the typemap for void* isn''t right for this method). It
also uses the %markfunc feature to prevent objects that are set as
client data from being GC''d. The
2009 Oct 29
1
How to see if sieve is active ?
Hi,
I think I activated sieve, but it's doing nothing. I know manage-sieve
works so I made some rules. But they do nothing.
I ran sieve-test, which seems to work, but does not move the mail I
test. Is this how it works ? I thought the -e parameter just "tested"
the rules and did nothing and my command was supposed to do the "real
thing". I read there should be a log. I
2005 Jun 28
2
UID confusion
Hi,
2 or 3 customers have reported that they are having problems downloading
their mail via. POP3. I have attached the rawlogs of their transactions
and the UID list at the time. Is this because I am using an
incompatible UID format or is something else at fault? Deleting the UID
list and indexes fixes the problem. I am using Test72.
Regards
Andrew
--
Andrew Hutchings (A-Wing) - Linux
2009 May 29
0
possible bug in "sspir" package?
Greetings,
I sent the message below to the developer of the contributed R package
"sspir", but have yet to receive any response. I would be very grateful
for any advice people have on the matter.
Thanks,
Mark
-------- Original Message --------
Subject: possible bug in sspir?
Date: Tue, 19 May 2009 16:08:41 -0700
From: Mark Scheuerell <mark.scheuerell at noaa.gov>
To:
2010 Sep 01
3
Dovecot - some more optimisations
I did some more optimisation.
Most performance hit in Dovecot do "for loop" in string operations.
In one case (in message-parser.c) "for loop" has another "for" inside
with the same variable used as iterator. This case is very hard to
optimise by compiler.
I do changes only in top functions listed in oprofile.
Maybe I do more in future.
Code was analysed and
2009 Oct 13
2
Sweave output encoding in R-2.10.0beta on Windows (Rgui <-> Rterm)
Dear developers,
I have come across a (somewhat strange) change in the encoding of Sweave
output from R-2.9.2pat to R-2.10.0beta (apparently specific to Rgui) on
Windows installations. Of course, the NEWS file contains quite a few
changes concerning encoding, but I was not able to locate an entry which
explains the observed behaviour. I am not very familiar with
encodings/locales/codepages,
2006 Apr 18
1
APPEND command truncates message
Hi,
I have been debugging a small perl script (see ShowBug2) that I use. In
doing so, I think that I may have uncovered a problem with the dovecot
IMAP server.
Attached are two packet traces for connections to two different IMAP
servers. On both servers I run the script: i.e. I login, select a
folder, search for messages and append a message. On the fvs5 server
(Courier IMAP?), everything
2013 Feb 08
0
Test for GPT MBR code
Attached file I use to test GPT code.
I used qemu 1.2 with seabios with LSI enabled and a patch
diff --git a/src/blockcmd.c b/src/blockcmd.c
index 77c690f..df4fb1e 100644
--- a/src/blockcmd.c
+++ b/src/blockcmd.c
@@ -146,7 +146,7 @@ scsi_init_drive(struct drive_s *drive, const char *s, int prio)
// We do not bother with READ CAPACITY(16) because BIOS does not support
// 64-bit LBA
2008 Oct 01
2
assertion in dovecot imap 1.1.1 to 1.1.3
Dovecot dies with signal 11 (segfault) when doing some commands with a
specific message
here attached:
the email:
msg.anon.txt
input rawlog:
20081001-120137-24371.in
dovecot -n:
dovecot-n.txt
test system is running debian sarge, but same thing happens with debian
etch (both x86) using xfs
always reproductible
Can you help me with this ?
--
Rene Luria
-------------- next part
2010 May 28
0
error in sammon (duplicates in configuration)
Dear members of R-mailing list,
I am using Sammon's Non-Linear Mapping in R as implemented in MASS
package. I have two distance matrices (attached with the mail).
For the first (/5HT_MACCS_dist.dat/) /sammon()/ works fine but for the
second (/5HT_TGT_dist.dat/), I get an error message "configuration has
duplicates". I checked both the matrices for duplicate values using/
2010 Apr 23
1
Patch submission / request.
Greetings.
There's a coalescing group which is working to imitate Dirk's fine
translation of CRAN to APT, in the Fedora/Red-Hat flavored land.
One of the things we're trying to do is implement as much as is
possible in R directly, and use as much of the existing package
management infrastructure as we can.
To this end, I humbly submit a few small patches to that
infrastructure.
2007 Aug 13
0
logging dovecot-sieve vacation responses
An embedded and charset-unspecified text was scrubbed...
Name: not available
URL: <http://dovecot.org/pipermail/dovecot/attachments/20070813/7d7613e3/attachment-0004.pl>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: dovecot-sieve-1.0-logging.patch
URL: