similar to: [LLVMdev] Best way to use LLVM with byte code vm

Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] Best way to use LLVM with byte code vm"

2014 Jan 02
1
New Log Messages?
In recent months I started noticing a new type of log message. Here are some examples. One of each but my logs show many runs of these types of messages. Along with others but these are the majority type. Imagine lines like these repeated many times in the syslog. Dec 7 15:49:42 havoc sshd[7575]: Received disconnect from 114.80.246.178: 11: Normal Shutdown, Thank you for playing [preauth]
2017 Nov 27
1
Scatterplot of many variables against a single variable
You do not appear to have read the Posting Guide mentioned at the bottom if this and every posting on the mailing list. Only a very few attachment types are allowed through the mailing list... and due to the way many email programs fail to identify them properly, even those few types may not make it through. Also, this is a plain text email list... any time you send HTML-formatted email it gets
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
2003 Aug 28
0
Automated Reply from Dictionary.com
Hello, This is an automated reply from Doctor Dictionary <doctor@dictionary.com>. Due to the volume of mail we receive, we are unable to read or respond to individual messages at this address. Please read below for important instructions and contact information. Thanks for using Dictionary.com! ........................................................................ Topics covered in
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
2007 Mar 01
1
Problems with RC1 & Rails Controllers
I''m now using the 0.8.0 RC1 gem and have the same version of rspec and rspec_on_rails checked out into my vendor/plugins directory. I''m having a problems with controllers... I''ve generated a controller using the ./script/generate rspec_controller MyController. When I try to run the rake spec:controller task I get the following: euclid% rake spec:controllers (in
2012 Jun 30
0
Using Pers. Dictionary with Aspell in R
My goal is to use Aspell 0.60 with a personal dictionary within R. Running WinXP, R 2.15.1, and Cygwin's install of Aspell 0.60. Using a test file with 2/5 words misspelled: SpellTest.txt test text txxt endeavour mytzlplk and dictionary files (aspell.en.pws, and spell.en.prepl respectively) of: personal_ws-1.1 en 0 mytzlplk personal_repl-1.1 en 0 mytzlplk superman and R expression of:
2008 May 06
3
[LLVMdev] code generation order
One more question. I hope you're not getting tired of me already. Does generating LLVM code have to proceed in any particular order? Of course, if I am writing LLVM assembler by appending characters to the end of a sequential file, I'd have to write everything in the order prescribed by the assembler syntax. But if I'm using the C interface to build an LLVM parse tree, does that
2009 Feb 04
4
Dissapearence of the program
Hi everybody, I 'll try to describe the problem I have as clear as I can, because it's quite complicated. I have a dictionary installed through wine in openSuse 11.1. When I open it nothing appears on my screen, although it runs as a process, i.e. it has a pid. In order to make it appear on my screen I do the following: 1. I maximize the dissappeared dictionary through right click on
2011 Apr 11
1
GSoC - Improving Spelling Correction
Hi Everyone, I?m a student in Peking University, China, my name is Xiaobing Liu, I?m interest in Spelling correction project. I think Xapian?s Spelling correction is based on edit distance with trusted dictionary. I have some questions about the spelling correction algorithm. 1. The Spelling correction algorithm depends on which dictionary, the dictionary in inverted index or other
2008 May 06
0
[LLVMdev] code generation order
On 2008-05-06, at 13:42, Hendrik Boom wrote: > One more question. I hope you're not getting tired of me already. > Does > generating LLVM code have to proceed in any particular order? > > Of course, if I am writing LLVM assembler by appending characters to > the > end of a sequential file, I'd have to write everything in the order > prescribed by the assembler
2011 Sep 09
1
SSH Compression - Block Deduplication
Hello, I did a search against the list archive and didn't see any comments on the topic of using deduplication as a compression algorithm. This is just a suggestion for the developers to think about. Block de-duplication is found in higher end WAN gear. The idea is to mantain an indexed dictionary of data blocks. If a matching block is found prior to transmission, a token (hash id)
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.
2010 Jul 14
2
domain quota dictionary
Hi I just configure dovecot with the second dictionary for the domain quota dict { quotadict = mysql:/usr/local/etc/dovecot-quota.conf quota_domain = mysql:/usr/local/etc/dovecot-quota-domain.conf } plugin { quota = dict:user::proxy::quotadict quota2 = dict:domain:%d:proxy::quota_domain } and the dovecot-quota-domain.conf looks like this : connect = host=xxx dbname=xxx
2011 Oct 19
1
using a dictionary in R
Hi all, Is there a way to create a "dictionary" in R, such that it has <key,value> pairs? Something to the effect of: x=dictionary(c("Hi","Why","water") , c(1,5,4)) x["Why"]=5 In truth I'm looking two categorial variables function. So that if x=dictionary(c("a","b"),c(5,2)) x val 1 a 5 2 b 2 I want to compute
2023 Jul 06
0
njs-0.8.0
Hello, I'm glad to announce a new release of NGINX JavaScript module (njs). Notable new features: - shared dictionaries: Shared dictionary keeps the key-value pairs shared between worker processes. This allows to cache data in memory and share it between workers. : example.conf: : # Creates a 1Mb dictionary with string values, : # removes key-value pairs after 60 seconds of inactivity:
2010 Feb 20
4
Dovecot v2.0.beta3 quota using userdb
Hello Timo, I'm playing around with the new Dovecot v2.0.beta3 and don't seem to be able to get quotas working from userdb. I didn't change the SQL query which was working for 1.2.10. Feb 20 19:34:06 ubuntu-test dovecot: auth: sql(test,192.168.156.99): SELECT home, mail, uid, gid, concat('*:storage=', quota_limit, 'MB') AS quota_rule FROM users WHERE username =
2016 Oct 10
0
dictionary on centos
Dear All, Could someone recommend open source dictionary one can install on CentOS 7? I have a user who needs Chinese-English dictionary. He downloaded it from some website in China. My problem is: I neither speak nor read Chinese (were it English, Russian or German I would be OK), so I can not read the License agreement, and I can not audit this software (or evaluate somehow else its sanity).
2019 May 16
0
File-dictionary based quotas and SETQUOTA
Hello, I am trying to set up file-dictionary based quotas while supporting the SETQUOTA IMAP command. I am using the following configuration : ---- plugin { quota = dict:User quota::file:%h/Maildir/dovecot-quota quota_set = dict:file:%h/Maildir/dovecot-quota } ---- which enables correct quota accounting + setting through SETQUOTA. A user's dovecot-quota file ends with the following
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