similar to: I want to volunteer Xapian in GSoC 2012.

Displaying 20 results from an estimated 2000 matches similar to: "I want to volunteer Xapian in GSoC 2012."

2014 Jan 23
1
Xapian and GSoC 2014
Hi Tejas, Thank you for your interest in Letor project in Xapian. We would definitely like to consider Letor for this year's GSoC project. What I would suggest you is, start playing with the code and get acquainted with it. The latest code can be obtained from http://trac.xapian.org/wiki/ GSoC2012/LTR Regards, Parth. On Wed, Jan 22, 2014 at 10:14 PM, Tejas Nikumbh <tejasnikumbh at
2012 Mar 19
1
Syslinux is now participating in GSoC 2012
Hi all, Some days ago I attempted to submitt Syslinux as a mentoring organization for Google Summer of Code 2012, but Google rejected it. As kernel.org has been accepted as a mentoring organization, and also listed Syslinux as one of the things they intend to develop, we can work with them under their umbrella. As I'm currently the only mentor of kernel.org (for Syslinux, specifically),
2012 Mar 24
1
Smalltalk binding to R
Hi - any person interested in building a binding between Smalltalk and R, please contact myself or Hernan. This could be done as the Google Summer of Code (GSoC). http://www.google-melange.com/gsoc/homepage/google/gsoc2012 http://gsoc2012.esug.org/projects/r-statistics For those who don't know Smalltalk it is an Object Oriented language that was created back in the '80s in the Xerox
2012 Apr 05
3
GSoC student application deadline
The deadline for student applications is 19:00 UTC on Friday 6th April: http://www.google-melange.com/gsoc/events/google/gsoc2012 That's just over 36 hours away as I write this. The deadline is sharply enforced by the melange software, and you won't get an extension, so don't leave it until the last few seconds, as you might have an unexpected internet outage. There's also no
2015 Jun 15
0
Any alternative to Single User Mode
On 06/14/2015 10:27 PM, Animesh Pandey wrote: > On Sun, Jun 14, 2015 at 10:51 PM, jd1008 <jd1008 at gmail.com> wrote: > >> >> On 06/14/2015 08:02 PM, Animesh Pandey wrote: >> >>> On Sun, Jun 14, 2015 at 9:47 PM, jd1008 <jd1008 at gmail.com> wrote: >>> >>> >>>> On 06/14/2015 07:36 PM, Animesh Pandey wrote: >>>>
2012 Mar 24
1
Regarding OMEGA project, GsoC
Hi, This is Rahul Singhal, a student of Computer Science And Engineering Department of Indian Institute Of Technology, Bombay. My interest lies in coding & algorithm development . I love being wired all the night. I have a lot of experience of C\C++ language, did a course which aims at the deep knowledge of C++ at IIT Bombay itself. As a part of this course I made an SQL compiler in C++ in my
2013 Sep 23
2
Is the project learning to rank need to be improved?
Hi, guys: I found this project idea http://trac.xapian.org/wiki/GSoCProjectIdeas#Project:LearningtoRank If it is need to be improved, I will try to handle it thanks Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20130923/d0ced0d6/attachment-0002.html>
2015 Jun 15
0
Any alternative to Single User Mode
On 06/14/2015 08:02 PM, Animesh Pandey wrote: > On Sun, Jun 14, 2015 at 9:47 PM, jd1008 <jd1008 at gmail.com> wrote: > >> >> On 06/14/2015 07:36 PM, Animesh Pandey wrote: >> >>> On Sun, Jun 14, 2015 at 9:06 PM, jd1008 <jd1008 at gmail.com> wrote: >>> >>> >>>> On 06/14/2015 06:47 PM, Animesh Pandey wrote: >>>>
2015 Jun 15
1
Any alternative to Single User Mode
On Mon, Jun 15, 2015 at 12:33 AM, jd1008 <jd1008 at gmail.com> wrote: > > > On 06/14/2015 10:27 PM, Animesh Pandey wrote: > >> On Sun, Jun 14, 2015 at 10:51 PM, jd1008 <jd1008 at gmail.com> wrote: >> >> >>> On 06/14/2015 08:02 PM, Animesh Pandey wrote: >>> >>> On Sun, Jun 14, 2015 at 9:47 PM, jd1008 <jd1008 at gmail.com>
2012 Dec 02
0
[LLVMdev] operator overloading fails while debugging with gdb for i386
Hi, As you told that function ends up returning void, I just confirmed it in the IR, the function is defined as: define *void* @_Z3sum2A1S_(*%struct.A1* noalias sret %agg.result*, %struct.A1* byval align 4 %one, %struct.A1* byval align 4 %two). But when i checked the register values in g++, eax contains an address of stack, which points to the value (object) returned by sum. That is if we
2015 Jun 15
0
Any alternative to Single User Mode
On 06/14/2015 07:36 PM, Animesh Pandey wrote: > On Sun, Jun 14, 2015 at 9:06 PM, jd1008 <jd1008 at gmail.com> wrote: > >> >> On 06/14/2015 06:47 PM, Animesh Pandey wrote: >> >>> I actually opened the Virtual Disk Image (.vdi) on http://www.vmxray.com/ >>> . >>> I could see that despite my disk being of 100GB only ~65GB was being >>>
2013 Sep 25
0
[LLVMdev] initialization list with conversion operator dont work properly and report error
I'm not really an overload resolution expert, so I could be wrong. Anyway, please file a bug report (http://llvm.org/bugs/), and our overload resolution experts will take a look. :) -Eli On Wed, Sep 25, 2013 at 6:34 AM, Mayur Pandey <mayurthebond at gmail.com>wrote: > Actually it should have not thrown error at all. it works fine with gcc. > And the part of code which you
2012 Dec 01
2
[LLVMdev] operator overloading fails while debugging with gdb for i386
Hi, Structures are passed by pointer, so the return value is not actually in eax. That code gets transformed into something like: void sum(A1 *out, const A1 one, const A1 two) { out->x = one.x + two.x out->y = one.y + two.y } So actually the function ends up returning void and operating on a hidden parameter, so %eax is dead at the end of the function and should not be being relied
2015 Jun 15
2
Any alternative to Single User Mode
On Sun, Jun 14, 2015 at 10:51 PM, jd1008 <jd1008 at gmail.com> wrote: > > > On 06/14/2015 08:02 PM, Animesh Pandey wrote: > >> On Sun, Jun 14, 2015 at 9:47 PM, jd1008 <jd1008 at gmail.com> wrote: >> >> >>> On 06/14/2015 07:36 PM, Animesh Pandey wrote: >>> >>> On Sun, Jun 14, 2015 at 9:06 PM, jd1008 <jd1008 at gmail.com>
2005 Dec 20
0
R package for x-12-arima
Hi, Vikram and I are beginning work on a native R package to interface into X-12-arima. We have looked through gretl, and previous discussions on kludgy interfaces involving calls to the x12a binary. Our aim is to port as much of the functionality as possible with native R objects, and to do away with the archaic file-based interface of X-12-arima. Our estimate is that
2012 Sep 26
0
asterisk-users Digest, Vol 98, Issue 38
Hi?Danny, Thank you for your prompt response. The way you are suggesting is great .?Infect?asterisk have its own functionality that if user presses *1 during meetme conferencing asterisk automatically unmute that user and user comes in talking mode.But it is not?fulfill my need. There is and issue that if 3-4 user presses *1 at the same time than how can i decide that who is asking the question
2017 Mar 26
0
Draft Proposal
Hi, Please give your feedbacks in the Google doc -> https://docs.google.com/document/d/1wrbkD3OlhrmJZnrgcNyQrISwcQdTX2uJ9WDWiuO87g4/edit?usp=sharing . Regards, Ayush Pandey. On Sun, Mar 26, 2017 at 6:57 PM, Ayush Pandey < f2012714 at goa.bits-pilani.ac.in> wrote: > Hi, > I have submitted a draft proposal on the GSoC website but I also > wanted to share my draft
2015 Jun 15
0
Any alternative to Single User Mode
On 06/14/2015 06:47 PM, Animesh Pandey wrote: > I actually opened the Virtual Disk Image (.vdi) on http://www.vmxray.com/. > I could see that despite my disk being of 100GB only ~65GB was being shown. > All the stuff related ot the local user was not visible at all. > After I restarted my VM, the OS gets stuck here ( > http://i.stack.imgur.com/KVYxV.png). Even after trying the
2012 Dec 01
0
[LLVMdev] operator overloading fails while debugging with gdb for i386
Problem seems not only with operator overloading, It occurs with struct value returning also. gdb while debugging expects the return value in eax, gcc does returns in eax, But Clang returns in edx(it can be checked in gdb by printing the contents of edx). Code(sample code) struct A1 { int x; int y; }; A1 sum(const A1 one, const A1 two) { A1 plus = {0,0}; plus.x = one.x + two.x; plus.y
2015 Jun 15
2
Any alternative to Single User Mode
On Sun, Jun 14, 2015 at 9:47 PM, jd1008 <jd1008 at gmail.com> wrote: > > > On 06/14/2015 07:36 PM, Animesh Pandey wrote: > >> On Sun, Jun 14, 2015 at 9:06 PM, jd1008 <jd1008 at gmail.com> wrote: >> >> >>> On 06/14/2015 06:47 PM, Animesh Pandey wrote: >>> >>> I actually opened the Virtual Disk Image (.vdi) on >>>>