Displaying 20 results from an estimated 60000 matches similar to: "[LLVMdev] pass for one function"
2009 Mar 13
0
[LLVMdev] pass for one function
On Friday 13 March 2009 07:51:18 abhishek Singh wrote:
> Hi All,Is it possible to write a opt pass , which can run on one particular
> function( input from command line) in a module ?
You can add a global variable to your module that consists
of an array of strings. Each string is the name of a function
your pass should optimize.
Ciao,
Duncan.
2009 Jan 13
1
[LLVMdev] adding a new member to basic block class
Hi all,i am writing a llvm pass and want to add an extra member to basic
block class.
can i do it by changing class definition in basicblock.h??
do i need to recompile complete llvm after changing this class??
thanks alot,
Abhishek
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Jan 04
6
BandWidth Monitoring
Hi,
I m using linux as a router and proxy on same machine , i want to monitor bandwidth usage per ipaddress , so plz suggest me the tool that i can use to monitor bandwidth used by which every ipaddress.
thanks in advance
Abhishek Kr. Singh
System Administrator
DSC. LTD.
Mob.No. +91-9871563248
Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download
2006 Sep 13
1
procmail problem with postfix
Hi Friends
I am configuring a mailserver , basically the working of this server is to fetchmail from remote server and we have one account that is catchall account and we are using procmail to distribute all mails properly to users, n i m building new server for my company but i m getting following error if i am sending mails from outside , if i am sending mail from my own domain then there is
2014 Nov 29
4
Adding Support for Krovetz Stemmer Algo in Xapian
Hello,
As mentioned on the project ideas page, Adding more support for stemmer
algorithm,
i found an implementation of Krovetz Stemmer Algo in C++ but before
working on it to merge it into xapian, i needed help in recognizing the
license information associated with the source code.
To avoid further licensing issues kindly someone check the link
2014 Dec 01
2
Adding Support for Krovetz Stemmer Algo in Xapian
> On 30 Nov 2014, at 17:51, Abhishek Singh Kushwah <abhishek18kushwah at gmail.com> wrote:
>
> > Two of the implementation of algorithms has already been rejected
> > previously due to licenses both being the implementation of porter
> > but our xapian use implementation in snowball which i assume is
> > under GPL.
The only cases I can think you might be
2006 Oct 26
1
Procmail Problem
Dear Friends,
I am facing one problem in using procmail, i am using
procmail as a MDA but problem is that whenever anyone
mail is sending a mail to id hk.singh at example.com then
that mail is going to hk.singh at example.com and to
k.singh at example.com , plz help me out.
thanks .
waiting for response.
Abhishek Kr. Singh
System Administrator
DSC. LTD.
Mob.No. +91-9871563248
2015 Jan 03
3
Xapian-discuss Digest, Vol 127, Issue 1
Hey Richhiey,
Most probably Xapian is used with CYGWIN in Windows and Windows Specific
Code in Xapian is based on CYGWIN,
However we would be able to help you out with this issue, if you could
pastebin whole 'gnu-make' generated report.
Regards,
Abhishek
On Sat, Jan 3, 2015 at 5:30 PM, <xapian-discuss-request at lists.xapian.org>
wrote:
> Send Xapian-discuss mailing list
2008 Feb 27
1
ads_connect:operations error(problem connecting to active directory)
Hi Everyone
After configuring my samba configuration files when I try connecting to
active directory domain it gives an error like this.
Utils/net_ads.c:ads_startup(289)
Ads_connect: operations error
Please help me in locating the place where I am making a mistake.
Thanks
Abhishek
2014 Nov 23
2
GSoc Project Idea Weighting Schemes (Ranking)
Hi,
I am Abhishek
Currently Xapian::Weight follows BM25 scheme, many models such as the
Divergence from Randomness (DfR) family of models, Unigram Language Model
and the Bi-gram Language Model implemented two years ago in GSoc 2012 yet
not merged to the master.
The new weighing schemes or improvement in implementing the previous models
to change the default scheme of BM25 from SMART with
2005 Dec 22
4
Centos cds in delhi
Dear Friends,
I do require centos 4.2 x86_64 cds here in delhi,India.
If anyone of you can arrange that for me i will be vary grateful.
The requirement is urgent.
Thanks for your time and effort.
--
Regards
Abhishek Jain
--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .
2017 Jun 01
0
[Gluster-devel] Empty info file preventing glusterd from starting
On Thu, Jun 01, 2017 at 01:03:25PM +0530, ABHISHEK PALIWAL wrote:
> Hi Niels,
>
> No problem we wil try to backport that patch on 3.7.6.
>
> Could you please let me know in which release Gluster community is going to
> provide this patch and date of that release?
It really depends on when someone has time to work on it. Our releases
are time based, and will happen even when a
2017 Jun 01
2
[Gluster-devel] Empty info file preventing glusterd from starting
Hi Niels,
No problem we wil try to backport that patch on 3.7.6.
Could you please let me know in which release Gluster community is going to
provide this patch and date of that release?
Regards,
Abhishek
On Wed, May 31, 2017 at 10:05 PM, Niels de Vos <ndevos at redhat.com> wrote:
> On Wed, May 31, 2017 at 04:08:06PM +0530, ABHISHEK PALIWAL wrote:
> > We are using 3.7.6 and on
2006 Dec 27
1
Openwebmail problem
hi all
I am trying to install openwebmail , i have installed successfully but when i am trying to access it through web-browser then i am getting following error in my webserver error log.....
YOU HAVEN'T DISABLED SET-ID SCRIPTS IN THE KERNEL YET!
FIX YOUR KERNEL, OR PUT A C WRAPPER AROUND THIS SCRIPT!
Premature end of script headers: openwebmail.pl
plz helpme out
thanks
2017 Sep 20
0
Permission for glusterfs logs.
Hi Team,
I did some modification in glusterfs code and now able to modify the
permission of maximum of files.
But still 2 file's permission in 0600
1. cli.log
2. file which contains the mounting information for "mount -t glusterfs"
command
I will really appreciate, if some can point light on this area. Also is
there any side effect of changing these permissions apart from other
2006 Sep 20
3
sendmail security
hi
all
i am using sendmail mail server, i have configured
SASL+TLS+MailScanner+Spamassasin+.Procmail and its
working fine, but there is one problem when i am doing
telnet to my server on 25 port and using "mail from "
command to send mail by any user like abc at gmail.com or
any user @mydomain then sendmail is not able to verify
sending user , so plz help me how can i verify the
real
2017 Sep 19
4
Permission for glusterfs logs.
Any suggestion would be appreciated...
On Sep 18, 2017 15:05, "ABHISHEK PALIWAL" <abhishpaliwal at gmail.com> wrote:
> Any quick suggestion.....?
>
> On Mon, Sep 18, 2017 at 1:50 PM, ABHISHEK PALIWAL <abhishpaliwal at gmail.com
> > wrote:
>
>> Hi Team,
>>
>> As you can see permission for the glusterfs logs in /var/log/glusterfs is
>>
2015 Nov 05
1
Improving Support for Xapian::DB_RETRY_LOCK in Windows(#65)
Hi Olly,
I tried to reach you through Github notifications(email) about this issue
but with no reply, so I thought we could discuss this issue here, I saw
three critical problems in the last patch.
1. Adding code to wrong '#if', i added it to else branch
2. Figuring out 'fd', holding the lock and 'fnm' as in windows 'fnm' differs
Help me out here, and Mention
2009 Sep 07
2
Writing R Scripts and passing command line arguments
Hi Guys
I am Abhishek, primarily a bioinformatician. I have recently started using
a lot of R thanks to some excellent packages available.
Lately I have felt the need to batch process few of the R scripts I have
been working with and strangely enough I am not able to find a good resource
on how to best do this. I did find few old threads on the archives but none
convinced me much. So here I am
2013 Mar 21
3
(no subject)
Hi,****
** **
My name is Abhishek and I?m a 2nd year undergrad at Indian Institute of
Technology Roorkee. I've experience in programming (Java, C++, python) and
web development(PHP, javascript, jquery, CSS). I went through the project
ideas mentioned on your GSOC web page and found "Performance Test Suite" quite
interesting. Could I have more information about this project?
** **