search for: special

Displaying 20 results from an estimated 27304 matches for "special".

2010 May 27
4
[LLVMdev] Deep JIT specialization
Hi all, I'm attempting to use LLVM for run-time code specialization, but I'm facing a performance hurdle. I'm currently performing the specialization during the AST to LLVM IR translation, but unfortunately this leads to relatively slow recompiles as LLVM has to perform all the heavy (optimization) passes over and over again. So I was hoping that by...
2013 Sep 12
3
[PATCH 1/1 V3] x86/AMD-Vi: Add additional check for invalid special->handle
From: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com> This patch handle additional cases for IVRS bugs where special->handle is not correctly initialized for IOAPIC and HPETS due to firmware bugs. Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com> Provide logic in "is_ioapic_overidden()" Signed-off-by: Jan Beulich <JBeulich@suse.com> --- Changes from V2: - Add logic...
2010 May 27
0
[LLVMdev] Deep JIT specialization
I don't think there is any infrastructure for this kind of specialization. The closest thing I can think of is the profile-guided optimization stuff that Andreas Neufstifter has worked on. Because compilation and optimization with LLVM is expensive, our approach with Unladen Swallow has been to try to wait longer to generate specialized code, so we don't hav...
2012 Mar 14
1
list factoring
...l2 x x x > cell3 x x x > > cell4 > > . > . > . > . > cell100 and: vector1 <- c("cell1, "cell5",cell19", "cell50", "cell70") your_data$mycells <- factor(your_data$cells %in% vector1, c("Special", "NotSpecial")) So my output will be something like: [25] Special Special Special Special Special Special [31] Special NotSpecial NotSpecial NotSpecial NotSpecial NotSpecial [37] NotSpecial NotSpecial NotSpecial NotSpecial is there a way to plot the data s...
2016 Feb 26
5
Anyone know whats up with wiki?
...: Please report surprises. 1_ At the bottom-center, of each wiki page, there used to be a: "This page has been accessed 'N' times." message, in which 'N' was a number that (I think) comes from setting: $wgDisableCounters = true; Additionally, there used to be a "Special:PopularPages" page, available as an item at: Special Pages -> Data and Tools -> (Wiki) Popular Pages These two seem to be separate features in the wiki, but of course they are related. 2_ Additional links that are not in the Special Pages wiki page anymore (and they used to be):...
2010 May 27
1
[LLVMdev] Deep JIT specialization
Hi Chris, Thanks for pointing me to that presentation! It helped me come up with a strategy that I believe might work: 1) Use CloneFunction() to make a copy of the original unspecialized (but optimized) function. 2) Specialize it using a custom function pass which identifies the specialization parameters and substitutes them with given run-time constants. 3) Run the function through a FunctionPassManager with some post-specialization optimization passes (dead code, etc). 4) Use...
2014 Dec 29
2
SPECIAL-USE again
Hi, Great to see Thunderbird support SPECIAL-USE now. I would like to hear the list about the intended use of SPECIAL-USE. I get the impression from several earlier mails here that the intention is for the server to globally decide what the folder-name of a specific SPECIAL-USE folder is for all users. That's the way the documentation...
2014 Dec 26
4
Thunderbird supports SPECIAL-USE (Merry x-mas!)
I've waited about two years to write this mail... :) As of Dezember, 24th Mozilla Thunderbird can handle SPECIAL-USE. The patch, which adds the required functionality, has passed review and TBs nightly build was successful. The next official Thunderbird release (version 38, release date 2015-05-19) will very likely ship SPECIAL-USE included. \o/ SPECIAL USE is an IMAP extension. It means less mailbox chaos f...
2010 May 27
0
[LLVMdev] Deep JIT specialization
On May 27, 2010, at 6:08 AM, Nicolas Capens wrote: > Hi all, > > I'm attempting to use LLVM for run-time code specialization, but I'm facing a performance hurdle. I'm currently performing the specialization during the AST to LLVM IR translation, but unfortunately this leads to relatively slow recompiles as LLVM has to perform all the heavy (optimization) passes over and over again. > > So I was hop...
2005 Nov 28
1
terms.object documentation bug? (PR#8353)
Full_Name: simon wood Version: 2.2.0 (and lower) OS: linux/windows Submission from: (NULL) (86.135.153.59) I think that the documentation for the `specials' attribute of a `terms.object' is not quite right: specials: If the 'specials' argument was given to 'terms.formula' there is a 'specials' attribute, a list of vectors indicating the terms that contain these special functions. should read somet...
2018 Jan 12
3
Questions about SPECIAL-USE IMAP extension
I'd like to configure my dovecot service to use the IMAP SPECIAL-USE extension, but have a few questions for those who have used them, or are knowledgable about its use. Using this configuration as an example, namespace { ... mailbox xxx { special_use = \Sent } } Q1) Am I correct that mail client that don't understand SPECIAL-USE extentio...
2006 May 08
8
enforcing special behavior of child rows in HABTM
Hi, I have a scenario where a doctor can have one or more specialties. For each doctor, one and only one of her specialties can be designated as primary. So I have tables called doctors, specialties, and doctors_specialties, the last of which has a boolean is_primary column. The doctor model class specifies that: has_and_belongs_to_many :specialties I want to...
2014 Dec 29
2
SPECIAL-USE again
On 2014-12-29 20:45, Stephan Bosch wrote: > For creating a special use mailbox there is the CREATE-SPECIAL-USE > capability (https://tools.ietf.org/html/rfc6154, Section 3). As you > suggested, the special use attributes can also be changed using the > METADATA capability (https://tools.ietf.org/html/rfc6154, Section 4). > Unfortunately, both of these...
2002 Oct 31
2
Problems of groups accessing shared directory
...1. There are people with group "group1" and group "group2" in /etc/passwd 2. 3 people from group "group1" and 2 people from group "group2" are allowed to access a shared directory and have read/write access to that directory. Our solutions are: 1. We made a special additional group called "special" to classify those people, and add the entry in /etc/group like: special:*:9000:person1,person2,person3,person4,person5 2. The name of the shared directory to be accessed via samba is "ourdir", the entry in smb.conf is like: [ourdir] comment = s...
2015 Dec 19
2
Possible bug about the SPECIAL-USE / CREATE-SPECIAL-USE extensions
Hi all, I've locally got Dovecot 2.2.21 (5345f22) installed on my MacBook (via homebrew) that I've been using to test my IMAP library against. What is interesting is that even though Dovecot does not advertise CREATE-SPECIAL-USE, it supports creation of special-use folders via the "CREATE FolderName (USE (\Whatever))" syntax. According to rfc6154, a server is supposed to advertise the CREATE-SPECIAL-USE extension if it supports this: An IMAP server that supports this OPTIONAL feature will advertise the...
2011 Dec 02
8
IMAP SPECIAL-USE extension
It's implemented now in dovecot-2.1 hg. It also deprecates autocreate plugin (but it still works the old way). The idea is that you can now do e.g.: mailbox Trash { auto = no special_use = \Trash } mailbox Drafts { auto = no special_use = \Drafts } mailbox Sent { auto = subscribe # autocreate, autosubscribe special_use = \Sent } mailbox Spam { auto = create # autocreate, but don't autosubscribe special_use = \Junk } mailbox virtual/All { # if you have a virtual...
2005 Mar 22
1
Help Debugging my code?
...o far. I get an error message that states "call rejected by 198.22.67.70: No such context/extention." when I call the number from my house number. Anyway, here is the code I have. [inbound] exten => 8667393960,1,Answer() exten => 8667393960,2,GotoIf($[${CALLERIDNUM} = ${house}]?specialized,8667393960,1:2) exten => 8667393960,3,GotoIf($[${CALLERIDNUM} = ${kendra}]?specialized,8667393960,1:2) exten => 8667393960,4,GotoIf($[${CALLERIDNUM} = ${rob}]?specialized,8667393960,1:2) exten => 8667393960,5,GotoIf($[${CALLERIDNUM} = ${jen}]?specialized,8667393960,1:2) exten => 866...
2012 Mar 13
2
sort list
Hello can anyone help please? i read two words "cell1", "cell2" into a list. I want to turn this list into a factor. > cell_data <-list(c('cell1','cell2')) > cell_data [[1]] [1] "cell1" "cell2" > factor_list <- factor(cell_data) Error in sort.list(y) : 'x' must be atomic for 'sort.list' Have you called
2017 Mar 15
2
autocreate ONLY for new Users
thanks for the feedback! Userdb would be an option, however we would need to extend our LDAP Schema with an additional "autocreate flag". Modifying the LDAP import scripts, this is quite a task. Another option we were thinking of is creating the special folders by a script right after user creation. By far the best and easiest solution would be a flag to auto-create the special folders ONLY on first login. Is there any chance to get this feature? Thanks a lot! On 03/15/2017 07:38 AM, Steffen Kaiser wrote: > On Tue, 14 Mar 2017, plataleas w...
2017 Mar 15
2
autocreate ONLY for new Users
Thanks Aki!! The welcome plugin sounds like the best workaround. To implement this we would need to upgrade our Dovecot installation: dovecot-core: Installed: 1:2.2.24-1~bpo8+1 Candidate: 1:2.2.27-2~bpo8+1 Are there special recommendations for the upgrade process (in addition to the Dovecot NEWS file)? Any special steps we should be aware of during the upgrade? Is it that simple "apt-get upgrade dovecot-core"? your experiences are highly appreciated! This is our first Dovecot upgrade :-) On 03/15/2017 1...