similar to: SSH Compression - Block Deduplication

Displaying 20 results from an estimated 8000 matches similar to: "SSH Compression - Block Deduplication"

2020 Sep 14
2
Shared mailboxes setups and dictionaries
Hello, I am relatively new to the world of MTAs and MDAs, and I try to set up shared mailboxes. So far I have somehow succeeded - I have defined a shared namespace and I have managed to create per-mailbox ACL files thanks to the doveadm command. However, I have been following these resources and there were bits that have puzzled me: When learning about how ACL work in e.g.
2020 Sep 15
1
Shared mailboxes setups and dictionaries
On 14. 09. 20 22:46, Daniel Miller wrote: > On 9/14/2020 1:19 PM, Matej Tyc wrote: >> ... >> >> When learning about how ACL work in e.g. >> https://doc.dovecot.org/settings/plugin/acl/ - when one wishes to use >> the Global ACL file, how does one link it to a particular user's >> mailboxes? Examples that are listed in the documentation are far too
2015 Feb 15
3
Bitsize project: Krovetz Stemmer
Hello xapian devs, I had shown interest in writing a krovetz stemmer for xapian and spoke to James Aylett about it. Since it was hard to code the stemmer in snowball, I came up with a C++ implementation of the stemmer. But since it is a dictionary based stemmer, im having problems on deciding how to create the dictionary. I did check out some of the implementations of the Krovetz stemmer online
2015 Mar 13
1
Configuring Shared Mailbox Dictionaries
Hello, list! I am in the midst of configuring a new Dovecot IMAP server, and I'm preparing to setup shard mailboxes as part of the ocnfiguration. In order to get these setup the way I want, I've figured out that I'm going to have to setup an acl_shared_dict. This is where things start to get confusing for me, as I have had difficulty finding thorough explanations of dictionary
2008 May 10
2
Hashes as S4 Classes, or: How to separate environments
For learning purposes mainly I attempted to implement hashes/maps/dictionaries (Python lingua) as S4 classes, see the coding below. I came across some rough S4 edges, but in the end it worked (for one dictionary). When testing ones sees that the dictionaries D1 and D2 share their environments D1 at hash and D2 at hash, though I thought a new and empty environment would be generated each time
2007 Mar 28
3
The Best Language Tools - Best Dictionaries of all languages
The Best Language Tools - Best Dictionaries of all languages The most popular language sites worldwide and its unmatched translation tools are in daily use in such prestigious organizations as the World Intellectual Property Organisation or the European Community Translation Services. http://info-booster.blogspot.com/ has plenty of links to Mono-lingual and Language Translation dictionaries,
2008 Dec 31
9
Word Wrap Problem
Hi, I have installed openSuse 11.1, which uses wine 1.1.11. I had already used wine with openSuse 10.3 which, I think, had the version 1.0. I have a dictionary for windows which doesn't work well in wine 1.1.11 but it worked with a small problem, but not so big, in 1.0. As in all dictionaries, the explanation of a word is shown in a text box. When the explanation is too long the text box
2009 Feb 18
0
[LLVMdev] Parametric polymorphism
On Wed, Feb 18, 2009 at 12:32, DeLesley SpamBox <delesley.spambox at googlemail.com> wrote: >> I think the problem is deeper than that, in that LLVM has no official >> concept of a subtype, so I don't see how the idea of polymorphism >> could be defined in it. > > Parametric polymorphism is different from subtype polymorphism; you > can have one without the
2019 May 22
3
Dict issue with PostgreSQL for last_login plugin (duplicate key)
On 21/05/2019 15:45, mabi via dovecot wrote: > ??????? Original Message ??????? > On Monday, May 20, 2019 12:37 AM, John Fawcett via dovecot > <dovecot at dovecot.org> wrote: > >> So looking into this with a postgresql databse to work with: the >> above query does not work. You have to specify either the column name >> or the constraint name that you expect to
2009 Feb 18
2
[LLVMdev] Parametric polymorphism
> I think the problem is deeper than that, in that LLVM has no official > concept of a subtype, so I don't see how the idea of polymorphism > could be defined in it. Parametric polymorphism is different from subtype polymorphism; you can have one without the other. Parametric polymorphism just means that you can use type variables (like T) in the IR, which are later instantiated to
2011 Aug 07
5
Best Wine Front-End
Hello I was wondering what are the best Wine Front-Ends. PlayonLinux is excellent with games that is for sure... But when I try to install the copy I bought of Babylon Pro 9 a few years ago, when I try to push the dictionaries I simply can't... So I would like to know what is the most friendly front-end in order to install applications that need patches and updates (in this case my babylon
2006 Jan 30
2
beginner Q: hashtable or dictionary?
Hi, Is there something like a hashtable or (python) dictionary in R/Splus? (If not, is there a reason why it's not needed / typical way to accomplish the same thing?) Thank you
2007 Jun 13
1
passing (or obtaining) index or element name of list to FUN in lapply()
Hello everyone, I wonder if there is a way to pass the index or name of a list to a user-specified function in lapply(). For instance, my desired effect is something like the output of > L <- list(jack=4098,sape=4139) > lapply(seq(along=L),function(i,x) if(i==1) "jack" else "sape",x=L) [[1]] [1] "jack" [[2]] [1] "sape" >
2013 Jan 07
1
Missing /share/dictionaries/en_stats.rds
Hi. I'm on Windows 7 64-bit with latest R devel with and Rtools (2.16.0.1926). When I try to enable spell checking for 'R CMD check' by setting environment variable '_R_CHECK_CRAN_INCOMING_USE_ASPELL_' to 'true', I get: * checking CRAN incoming feasibility ...Warning in aspell(files, filter = "dcf", control = control, encoding = encoding, : The
2011 Nov 21
4
Having less languages in Firefox (hunspell dictionaries provide too many locales)
Hello, on CentOS 6, I am routinely writing mails in English, German and French and using the related hunspell dictionaries for the spelling in Firefox (I'm using Google Apps). This works fine but the problem is that languages are added for all the possible locales (English US, UK, Philippines, Bostwana, Trinidad and Tobago, Denmark (sic!), ... and German Germany, Austria... and French
2020 Sep 14
0
Shared mailboxes setups and dictionaries
On 9/14/2020 1:19 PM, Matej Tyc wrote: > Hello, > > I am relatively new to the world of MTAs and MDAs, and I try to set up > shared mailboxes. > > So far I have somehow succeeded - I have defined a shared namespace and > I have managed to create per-mailbox ACL files thanks to the doveadm > command. > > However, I have been following these resources and there
2018 Jul 11
3
static stack depth analysis tool
Hello llvm-dev! We are currently building a tool using LLVM which statically computes the worst-case stack depth for programs whose call-graphs are statically constrained. While this task is undecidable for general programs, we specifically plan to use it to analyze all entry points into Zircon’s kernel and the vDSO. Currently, without such a tool, the best option for allocating kernel memory in
2006 Mar 30
1
SPSS dictionary information data bases
Hi, Does anybody know how to obtain the same information as the SPSS command "DISPLAY DICTIONARY". I know the read.spss function in the package foreign, but it doesn't give either the missing values defined by the user under SPSS or the format variables (for example if they are dates or not). Thanks in advance. Isaac Subirana (isubirana@imim.es) [[alternative HTML
2008 Aug 10
1
Macmilan dictionary gives me an error
Hi! As the subject line says, Macmillan dictionary gives me an error msg: Code: wine: Unhandled page fault on read access to 0x003ad6a1 at address 0x36a2e5 (thread 0009), starting debugger... Unhandled exception: page fault on read access to 0x003ad6a1 in 32-bit code (0x0036a2e5). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b EIP:0036a2e5 ESP:0032feb4 EBP:0032febc
2012 Jan 06
4
Deduplication active - but how good does it perform?
I have deduplication active in my first mdbox: type mailbox, but how do I find out how well the deduplication works? Is there a way of finding out how much disk space I saved (if I saved some :) )? -- Ralf Hildebrandt Gesch?ftsbereich IT | Abteilung Netzwerk Charit? - Universit?tsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: