Displaying 20 results from an estimated 5000 matches similar to: "Help Regarding, Improve Estimated total number of results"
2019 Apr 10
3
Help Regarding, Improve Estimated total number of results
Okay thanks, how do I make a patch and submit one? Do you have a link for the same?
Thanks&Regards,
Hemant Kumar Singh
On Apr 10 2019, at 4:13 am, Olly Betts <olly at survex.com> wrote:
> On Tue, Apr 09, 2019 at 04:07:58PM +0530, Hemant Kumar Singh wrote:
> > The GSoC guide section recommends reading of the hacking.
>
>
> I don't actually see a reference to
2019 Apr 10
2
Help Regarding, Improve Estimated total number of results
Thanks, as per my knowledge, after downloading the source code, and making changes and then making sure it works properly , recompiling it and then patch it and finally submit a pull request.
But what all changes should I/can I make? Please provide me some insight into this.
Thanks&Regards,
Hemant Kumar Singh
On Apr 10 2019, at 10:56 am, Gaurav Arora <gauravarora.daiict at gmail.com>
2019 Apr 08
2
Student Introduction
This might be a little late but I was engaged in my university examinations. Moreover, I have an exam even today so apologies for the delay. Also, I had to change my project from weighting schemes to improve to improve estimated total number of results as weighting schemes was demanding a lot of time going through it. I would really appreciate if you could review my proposal asap.
2019 Mar 27
2
Student Introduction
Greetings,
I am Hemant Kumar Singh, a computer science undergrad studying in NIT Warangal, India. I am interested to work on the project "Weighting Schemes" under the guidance of Olly Bets and Gaurav Arora; this project requires basic(or better) C++ knowledge and I've done 2 years of basic C++ in my high school. Moreover, this is my 2nd semester pursuing a computer science major in
2017 Sep 13
1
Gluster Server upgrade from 3.5 to 3.8 in online upgrade mode
Thanks for your reply.
So the way I understand is that it can be upgraded but with a downtime,
which means that there are no clients writing to this gluster volume, as
the volume is stopped.
But post a upgrade we will still have the data on the gluster volume
that we had before the upgrade(but with downtime).
- Hemant
On 9/13/17 2:33 PM, Diego Remolina wrote:
> Nope, not gonna work... I
2012 Jan 03
1
updating rails version to 3.1.3 get error
hi all,
i have ruby : 1.8.7 rails :2.3.11 and rubygem:1.6.2 installed on my
Windows sys. my application work without error .I have upgraded the
environment
to gem:1.8.12,rails:3.1.3 ,ruby:1.9.2
i have getting the following error on starting the Webrick server
D:/Hemant/Suggestica_setup/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in
`require'': cannot load such
2018 Apr 25
1
RMAN backups on Glusters
Sending again.
Can somebody please take a look and let me know is this is doable?
Folks,
We have glusters with version 3.8.13 and we are using that for RMAN backups.
We get errors/warnings,
RMAN-03009: failure of backup command on C1 channel at 03/28/2018 16:55:43
ORA-19510: failed to set size of 184820 blocks for file
2017 Sep 13
0
Gluster Server upgrade from 3.5 to 3.8 in online upgrade mode
Nope, not gonna work... I could never go even from 3.6. to 3.7 without
downtime cause of the settings change, see:
http://lists.gluster.org/pipermail/gluster-users.old/2015-September/023470.html
Even when changing options in the older 3.6.x I had installed, my new
3.7.x server would not connect, so had to pretty much stop gluster in
all servers, update to 3.7.x offline, then start gluster and
2009 Dec 07
2
xapain install
Hi,
I am trying to isntall Xapain. I run $./cofigure optionand then I rune make, but it echos following message in infinite loop. Is there anything wrong? How to correct?
---------------------------------
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long
2019 Feb 26
2
Aspiring Applicant for GSoC 2019
Greetings,
I am Iti Shree, sophomore year student pursuing Information and
Technology.I was browsing through Xapian GSoC 2019 Ideas Page and found a
really interesting project - "Matcher Optimisations"
I have done quite a few projects in C++ and C source. Previous summer I
worked for apertus Association in GSoC and my project was in C.
Here is my github profile link:
2016 Nov 28
2
Looking for help with an ast matcher
Hi Piotr,
I think I found a working matcher: match
ifStmt(hasCondition(implicitCastExpr(hasImplicitDestinationType(isInteger()),
has(cxxMemberCallExpr(callee(cxxMethodDecl(hasName("compare"))),
hasArgument(0, declRefExpr().bind("str2")),
callee(memberExpr(has(declRefExpr().bind("str1"))))))))).bind("case1")
This one bind to both str1 and str2 in
2016 Nov 28
2
Looking for help with an ast matcher
Hi Piotr,
Thanks. Yeah, it seemed a little weird, but it was what got me closest. I
found out that the matcher I supplied here was working for clang-query
3.8.1. I'm working on a clang-tidy module for 4.0.0 - it's not working
there.
Could you elaborate on the "onImplicitObjectArgument"? There is no document
on it on the clang page. So I wouldn't know how it works or what it
2006 Jul 27
7
suspicious memory usages
Following is the output of top command at my server and i find the high
usage very much alarming.
We are basically a team of three developers working on same
machine(remotely), so we run mongrel_rails servers from out ~/public/app
directories.
We also run a cluster of mongrel servers using apache2.2.
Is this much memory use normal?
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+
2017 Sep 04
1
Dataframe Manipulation
Hello Ulrik,
Can you please explain this code means how and what this code is doing
because I'm not able to understand it, if you can explain it i can use it
in future by doing some Lil bit manipulation.
Thanks
data_help <-
data_help %>%
mutate(Purchase_ID = 1:n()) %>%
group_by(Purchase_ID) %>%
do(split_items(.))
cat_help %>% gather("Foo",
2017 Sep 12
2
Gluster Server upgrade from 3.5 to 3.8 in online upgrade mode
I was looking to upgrade Gluster server from ver 3.5.X to 3.8.X.
I have already tried it in offline upgrade mode and that works, I am
interested in knowing if this upgrade of gluster server version can be
in online upgrade mode.
Many thanks in advance.
--
- Hemant Mamtora
2020 Nov 12
2
Musings on the TableGen -emit-dag-isel backend
A rather notorious aspect of TableGen is the time required to run the
-emit-dag-isel backend on some targets, including AMDGPU and X86. I added a
timing feature to TableGen and timed the AMDGPU run.
===-------------------------------------------------------------------------===
TableGen Phase Timing
2017 Aug 31
0
Dataframe Manipulation
Hi Hemant,
the solution is really quite similar, and the logic is identical:
library(readr)
library(dplyr)
library(stringr)
library(tidyr)
data_help <- read_csv("data_help.csv")
cat_help <- read_csv("cat_help.csv")
# Helper function to split the Items and create a data_frame
split_items <- function(items){
x <- items$Items_purchased_on_Receipts %>%
2012 Feb 03
0
[LLVMdev] HELP - tblgen -gen-asm-matcher restrictions on .td content
Hi Jack,
On Jan 25, 2012, at 6:45 PM, "Carter, Jack" <jcarter at mips.com> wrote:
> I'm trying to generate MipsGenAsmMatcher.inc for MipsAsmParser.cpp.
>
> What added restrictions for the .td file contents are there for tblgen -gen-asm-matcher?
>
Lots, as you're finding, almost all of them completely undocumented. :(
> For the Mips platform we create
2017 Oct 26
2
Change IP address of few nodes in GFS 3.8
Folks,
We have a 12 node replicated gluster with 2 X 6.
I need to change IP address in 6 nodes out of the 12 nodes, keeping the
host name same. The 6 nodes that I plan to change IP are part of the 3
sub-volumes.
Is this possible and if so is there any formal process to tell that
there is a change in IP address.
My requirement is to keep the volume up and not bring it down. I can
change IP
2020 Feb 19
2
i1 true ^= -1 in DAG matcher?
The vnot PatFrag uses ImmAllOnesV which should put an OPC_CheckImmAllOnesV
in the matcher table. And the matcher table should call
ISD::isBuildVectorAllOnes. I believe we use vnot with vXi1 vectors on X86
and I haven't seen any issues.
The FIXME you pointed to seems related to a scalar patcher not a vector
pattern. In that case the issue is that the immediate matcher for scalars
calls