similar to: [LLVMdev] GSOC 2012 Proposal Idea - Flexible and Efficient Realizations of Logic Based Languages.

Displaying 20 results from an estimated 2000 matches similar to: "[LLVMdev] GSOC 2012 Proposal Idea - Flexible and Efficient Realizations of Logic Based Languages."

2005 Feb 17
4
IAXy Provisioning Using Windows
For anyone playing around with IAXy(S100i) devices, I am making the following available: Windows IAXy Provision v1.00 This is a from-the-ground-up development of a means of provisioning IAXy devices using a Windows environment. For some users, being bound to Linux for IAXy provisioning is not viable or convenient in some cases. This application provides a GUI data entry for the various IAXy
2013 Jun 26
3
Passdb + single sing on + NTLM + Thunderbird.
Hi!, I want to use single sign on from Windows with Thunderbird or Outlook using NTLM. Which should be placed in the configuration file for passdb?. Currently I have: passdb { driver = pam } But it generates the following error when trying to check mail: dovecot: auth: pam (pepe, 190 108 101 120): unknown user If I remove imap passdb just does not work and I add at the end of this mail the
2014 Mar 09
2
[GSOC 2014] Some questions about Letor module
Hi, I've read the code of letor module. And I have some questions about it: 1. In https://github.com/rishabhmehrotra/xapian/blob/master/xapian-letor/letor_internal.cc#L299, there is a write_to_file method, which save RankList into ?train.txt?. But the format for ?train.txt? is different from the one mentioned in http://trac.xapian.org/wiki/GSoC2011/LTR/Notes#QueryLevelNorm. And in
2013 May 31
0
dovecot Digest, Vol 121, Issue 84
Thanks...... On Fri, 31 May 2013, dovecot-request at dovecot.org wrote: > Send dovecot mailing list submissions to > dovecot at dovecot.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://dovecot.org/cgi-bin/mailman/listinfo/dovecot > or, via email, send a message with subject or body 'help' to > dovecot-request at dovecot.org > >
2014 Mar 09
2
[GSOC 2014] Some questions about Letor module
Thanks for your reply! For the third question: In https://inex.mmci.uni-saarland.de/data/documentcollection.jsp, I can find inex2010-article.qrels in 2010 assessment, but can?t find query files. Could you send me the link? I have registered on INEX website. And I also need to download ``INEX 2009 collection without annotation tags: (unofficial)`` on
2011 Mar 28
2
GSoC 2011 Weighting Schemes
Hi, guys I am Wenjin from Graduate School of Chinese Academy of Science, pursing a master degree and my current research interests including using Data mining and Information retrieve technology to analysis software engineering (SE) data and support SE. I have great interested in "Weight Schemes" project. and in the last few days I have learnt some detail about DFR model family by
2014 Mar 11
2
[GSOC 2014] Indexing INEX dataset
Hi Parth, I?ve implemented SVMRanker class and also sorted out most of current Letor APIs. Now I?m trying to use INEX dataset to verify my implement. But I stuck in the indexing part. You said in the documentation that we have to add prefix when indexing. Also I notice that you set some metadata in omindex.cc of your version. But the omindex.cc has changed since 2011. I think that?s why my result
2008 May 25
1
n Realizations of a Stochastic Process assigned to dynamically generated variable names?
I am interested in creating multiple (say 1000) time series, from a given stochastic process, of length 250. I want to refer to each realization with its own variable name, of the format say, tsn, where n is the n'th simulation. i.e. ts1, ts2, ts3, ts4, .... , ts1000 The way I am thinking of doing this is placing the following code within another loop, and the 'tsn' assignment should
2009 Jul 16
2
Nested ANOVA residuals error
I am having trouble setting up a nested anova model. Here is a truncated version of my data: > data Ind Treatment PC1 1 PER14 SC 1.14105282 2 PER14 SH 1.45348615 3 PER14 AC 2.45096904 4 PER25 SC 1.23687887 5 PER25 SH 4.54797450 6 PER25 AC -0.73391131 7 PER30 SC 1.15899433 8 PER30 SH 2.83273736 9 PER30
2014 Mar 04
2
Test Dataset for performance and accuracy analysis
Hi Parth, I implemented DFR algorithms in Xapian as a part of GSOC last year under the mentorship of Olly. This year, I want to work on analyzing and optimizing the performance of the DFR algorithms and comparing them with BM25.I also want to work on profiling the query expansion schemes and test the relevance(precision and recall) / speed(time taken) of the
2011 Apr 06
1
[LLVMdev] GSOC Application Deadline
GSOC application deadline is approaching fast. I just want to make sure I submitted all the required documents for the application. 1. I submitted my application on the http://www.google-melange.com/gsoc/homepage/google/gsoc2011 page 2. I posted my application here (<llvmdev at cs.uiuc.edu>) and had quite a few comments and suggestions Anything else I need to do ? -- Kind Regards Xin
2011 Apr 07
1
About the Summer code
Hi Olly: I have updated my proposal, could you give me more advice? http://www.google-melange.com/gsoc/proposal/review/google/gsoc2011/fan/1 Thank you! -- My Homepage: http://sites.google.com/site/zhfan555/ PhD Student at Nankai U and Intern at MSRA -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Feb 26
1
GSoC 2011
We've decided to apply for Google's Summer of Code this year - for background info on the programme see: http://www.google-melange.com/gsoc/program/home/google/gsoc2011 We applied last year, and while we didn't get a place, the feedback was positive and we were encouraged to apply again this year. I'm happy to act as admin (which I've done for SWIG in the past, so I know
2005 May 12
0
Multidimensional Scaling with pairwise Fst
I want to create a MDS plot with pairwise Fst values derived from a population genetics project. My Fst values are in a tab-delimited file (lower triangle only) that I view with Excel. When I use the cmdscale command I get the message: Error in cmdscale(x) : Distances must be result of dist or a square matrix In addition: Warning messages: 1: "^" not meaningful for factors in:
2014 Feb 26
2
GSOC 2014
Just to add on top of what Olly has already mentioned. > > Now, I'm reading the resources provided on ideas' page. Do you have > > any other suggestions of knowing more about the letor? > > And I'd like to test the function of letor. But I can't find code > > example. Can u give me some suggestions? > > Hopefully Parth can help here. > In order
2013 Mar 02
3
How to add an custom weight to the relevancy value and sort it.
Hello guys, I have an weight value which is calculated by some factor and i need to add the weight with the relevancy value of a result and sort it with that value is that possible in xapian. Thanks, VishnuKumar -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20130302/9831e287/attachment-0001.html>
2013 Jul 01
1
Doubt the relationship between NTLM and Kerberos.
Could someone explain to me what role does the Authenticating Kerberos NTLM in Authenticating NTLM explained in http://wiki.dovecot.org/HowTo/ActiveDirectoryNtlm ? Not understand that relationship between NTLM and Kerberos?. I have to configure thunderbird with simple password method and leave the password to be blank or have to use the gssapi? Although gssapi not supported by windows right?
2013 May 30
1
Settings: Dovecot + NTLM + Single Sing On + Windows + Outlook or Thunderbird.
I am following the steps listed in: http://wiki.dovecot.org/HowTo/ActiveDirectoryNtlm My goal is to have single sign-on for Microsoft Outlook applications. I working and I have some doubts since I never set up an imap server, hope I can help :). The version that I have installed is devecot 2.0.9. "dovecot -n" shows the following: # 2.0.9: /etc/dovecot/dovecot.conf # OS: Linux
2014 Apr 24
2
Need someone to help me adjust my gsoc proposal
Dear all, My name is Hanxiao Sun and I am a master student in the University of Chinese Academy of Sciences. I am so glad to be selected by Xapian as the GSoC student. This is my first time to work with open source community. I hope I can do a good job with you in this summer ! In my proposal, I followed the scope of the LTR project on the ideas page. But, after the interview, it seems to need
2011 May 09
1
Multiple spelling suggestions
Hello, I am looking at the Xapian database spelling support, with the idea of getting rid of the cumbersome use of aspell in my application. One advantage of aspell, though, (in my eye), is that it can supply a list of alternate spellings, not just the one it considers best. In some cases, this can be useful. 2 examples on my test index: porbability: xapian suggests portability, which is nice,