search for: prachi

Displaying 9 results from an estimated 9 matches for "prachi".

2017 Mar 05
3
GSoc 2017 Introduction(Weighting Schemes)
...hrough the xapian-core/weight where most of the schemes are already present and I also went through the Bigram-model which was outside the tree and not merged yet. So can Anyone of please give a pointer to which weighting schemes are not implemented yet so that I can start looking at it. Regards, Prachi Prakash Final year Graduate Student LinkedIn: https://www.linkedin.com/in/prachi-prakash-7b674351/ github: https://github.com/PrachiPrakash?tab=activity -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/201...
2013 Jul 03
1
bcmxcp: Patch for adding ups.load and battery.voltage.low
...t;> >> Regards >> Alf Hogemark > > Due to some crashes on the disks and lack of time I don't have the git on the > pc now. But maybe some other can commit this. I'd like to ask people to specifically try the bcmxcp branch on GitHub - it includes some changes that Prachi made a while ago. https://github.com/networkupstools/nut/tree/bcmxcp Kjell: if it's just Git that you need, you can download a snapshot from GitHub. If you need the full autotools as well, let me know, and I'll build a tarball. (I still haven't had time to debug why the Buildbot code...
2013 Jul 03
1
bcmxcp: Patch for using command map if present to control commands added by dstate_addcmd
Hi Inspired by the changes by Prachi Gandhi to use the command map from the UPS in the bcmxcp driver, I think the map should be used, if available, to control all commands the driver adds using "dstate_addcmd". The following patch is an attempt at doing so. The patch is against the bcmxcp branch. Since my UPS also suppor...
2016 Oct 09
1
Facing problem while compiling on os x 10.10
Hi All, I am trying to compile xapian-core from the git source tree and after running the autoconf successfully while running configure getting the following error configure: creating ./config.status config.status: error: cannot find input file: `Makefile.in' can some one help me to solve this problem. Thanks & Regards Prakash
2012 Oct 08
1
HPUX warning during build spotted
?Hello everybody, during the last build (#380) on HPUX (eaton-hpux11-pa-risc buildslave), I've noticed the following warning when compiling upsd: ../../server/upsd.c:417: warning: implicit declaration of function 'fromhost' fromhost is either an alias for sock_host or declared as extern void fromhost() in tcpd.h (iff any of TLI or PTX or TLI_SEQUENT macra are defined), which I guess
2013 Jul 02
0
bcmxcp: Patch for adding ups.load and battery.voltage.low
tisdagen den 2 juli 2013 20.24.47 skrev Alf H?gemark: > Hi > Hi Alf, > I have the following UPS : > ups.mfr: Eaton > ups.model: POWERWARE UPS 500i > ups.power.nominal: 500 > > It is using the bcmxcp_usb driver. > > I started the driver with debug options, and noticed the following for > the meter map : > > 0.475625 0027 0000 51
2013 Jul 02
2
bcmxcp: Patch for adding ups.load and battery.voltage.low
Hi I have the following UPS : ups.mfr: Eaton ups.model: POWERWARE UPS 500i ups.power.nominal: 500 It is using the bcmxcp_usb driver. I started the driver with debug options, and noticed the following for the meter map : 0.475625 0027 0000 51 output.frequency 0.475634 0028 0004 51 input.frequency 0.475641 0033 0008 51 battery.voltage
2010 Nov 26
0
db connection pool in Rails 2.3.x
Any idea how to set db connection "idle timeout" and "min. number of connections" when configuring connection pool in Rails 2.3.x? These settings are required since we want the db connection pool to warm up at application/server startup. Required for a heavy usage website. We are using JRuby and found one option in JRuby on Rails (uses J2EE server''s connection pooling
2011 Nov 03
0
multiple render text in jquery rails
Hi, For one action of user based on condition i want to render different texts. So how do i achieve it through jquery? For example: A simple posting message application: On post button i have a post method which has security checks and other server side checks like : =========================== if message_text.nil? or message_text.empty? or message_text.length > 140