Displaying 20 results from an estimated 3000 matches similar to: "Project wanted"
2012 Dec 30
4
Starting with R
I have installed R on my machine.
Can anyone now suggest to me the best book/e-book from where I can learn
the R language most efficiently?
Thanks in advance
--
Siddhant Gupta
III Year
Department of Biotechnology
IIT Roorkee
India
[[alternative HTML version deleted]]
2014 Apr 13
2
Adding an external library to Xapian
Here are the files.
/include/xapian/trie.h
/api/trie.cc
*Siddhant Mutha*
Undergraduate Student
Department of Computer Science and Engineering
IIT Madras
Chennai
http://www.siddhantmutha.com/ <http:/www.siddhantmutha.com/>
On Sun, Apr 13, 2014 at 9:33 PM, James Aylett <james-xapian at tartarus.org>wrote:
> On 13 Apr 2014, at 16:59, Siddhant Mutha <siddhantmutha at
2014 Apr 13
2
Adding an external library to Xapian
Oh. The diff file doesn't seem to include the two new files. We're outside
right now. I'll send you the files as soon as we reach in 30-40 minutes.
Also, we're moving to git.
Thanks
On Apr 13, 2014 9:12 PM, "James Aylett" <james-xapian at tartarus.org> wrote:
> On 13 Apr 2014, at 16:16, Siddhant Mutha <siddhantmutha at gmail.com> wrote:
>
> > We
2014 Apr 13
2
Adding an external library to Xapian
Hi
The above problem has been resolved (it is detecting our new modules). We
didn't have some dependencies installed and hence it was using an old
Makefile. We installed them and now it is fine.
Now, while running 'make', we get the following error:
http://pastebin.com/VX1HWyJc
*Siddhant Mutha*
Undergraduate Student
Department of Computer Science and Engineering
IIT Madras
Chennai
2014 Apr 13
2
Adding an external library to Xapian
Oh, no no. It was a typo in the mail. We did the same thing you mentioned.
*Siddhant Mutha*
Undergraduate Student
Department of Computer Science and Engineering
IIT Madras
Chennai
http://www.siddhantmutha.com/ <http:/www.siddhantmutha.com/>
On Sun, Apr 13, 2014 at 11:31 PM, James Aylett <james-xapian at tartarus.org>wrote:
> On 13 Apr 2014, at 18:56, Pallavi Gudipati
2014 Mar 11
2
Project for a group of 5
Hi
We would like to do the project on improving Java bindings. It is a GSoC
project, although I guess we can take it up as such.
But before we go ahead, we would like to have some details as to how much
work it would be and also how would we evaluate the work done. (compare
test cases / compare java code with c++ code ?)
Is there any way in which we can quantify the improvements made to the API?
2014 Apr 13
2
Adding an external library to Xapian
Hi
We are writing a new module which needs to be added to the Xapian source.
For this, what modifications are to be made to the Makefile?
The two modules we are writing will be in the 'include' and 'api' folders.
Cheers
*Siddhant Mutha*
Undergraduate Student
Department of Computer Science and Engineering
IIT Madras
Chennai
http://www.siddhantmutha.com/
2014 Mar 07
2
Project for a group of 5
Hi
We're a group of 5 CS undergrads. As a part of our Software Engineering
course, we are required to work on a large scale software to understand the
design of such software. For this, open source is the best choice.
We have around 1.5 months for the project (mid-March to April end) and
would like to know whether there is any sort of work which can be taken up
by us.
Looking forward to your
2014 Apr 13
2
Adding an external library to Xapian
It is there:
https://github.com/sidmutha/xapian/blob/master/xapian-core/api/Makefile.mk#L53
On an other note, I'm trying to run ./bootstrap from the cloned repo. But
it gives an error saying "unknown option -C" followed by "Bootstrap failed".
*Siddhant Mutha*
Undergraduate Student
Department of Computer Science and Engineering
IIT Madras
Chennai
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?
** **
2007 Aug 31
1
Bug?
Hi!
How can I get around in R 2.5.1 in Windows:
Error in strsplit(linebuffer, "") : object "linebuffer" not found
It comes a few lines after the actual strsplit, and yesterday everything was
fineā¦
Thank you in advance
Kindest regards,
*******************************************************************
Johanna Hasmats
Ph.D Student
Royal Institute
2015 Jun 17
2
why would replicated to server ask for extra fs permissions?
I think I'm near getting a simple replication, but on server
which is still "empty" I get:
Initialization failed: Namespace '':
mkdir(/var/spool/mail/ccnr.biotechnology/nr412/Maildir)
failed: Permission denied (euid=1187(nr412) egid=513(Domain
Users) missing +w perm: /var/spool/mail, we're not in group
12(mail), dir owned by 0:12 mode=0775
but repl from server runs
2004 Jan 04
5
Analyzing dendograms??
I have used heatmap to visualize my microarray data. I have a matrix of
M-values. I do the following.
#The distance between the columns.
sampdist <- dist(t(matrix[,]), method="euclidean")
sclus <- hclust(sampdist, method="average")
#The distance between the rows.
genedist <- dist(matrix[,], method="euclidean")
gclus <- hclust(genedist,
2017 Jan 17
2
Regarding GSoC 2017
Hello,
My name is Prakhar Pratyush. I am a 4th year Electronics & Communication
engineering undergraduate student at Indian Institute of Technology (IIT)
Roorkee.
My primary areas of Interest are machine learning, and Information Security
and I am proficient in C++/Python/JavaScript programming languages as well.
I was looking into the past gsoc organizations, and I came across Xapian. I
2009 Nov 06
7
Status of DTrace NFSv3/v4 client providers
We recently had a strange NFS performance anomaly between a V880 running
snv_124 and two NetApp filers. To investigate, a DTrace NFSv4 (and
eventually NFSv3) client provider would been extremely helpful.
Unfortunately, all I could find were a request for code review of a v3
client provider and another request for help developing a v4 provider.
Nothing seems to have come from those initiatives,
2004 Jan 15
2
A language technical question.
If I have 100 objekts in a folder and I prefer not to load them manually I
wonder how I do this in R if using a for-loop.
I was thinking initially to do something like this:
infiles <- dir(pattern=".RData")
for(i in length(infiles))
{
load(infiles[i])
paste("kalle", i, sep="") <- saveLoadReference
}
But the line
2023 Jan 10
1
My forest plot is not fit to windows in R software
Dear Prof.Thank you for your kind response. I have only used:
install.packages("tidyverse")
install.packages("meta")
install.packages("metafor")
library(tidyverse)
library(meta)
library(metafor)and then,forest.meta(hidemeta, layout="RevMan5", xlab="Proportion", comb.r=T, comb.f=F, xlim = c(0,1), fontsize=10, digits=3)Unfortunately I am not
2011 Mar 31
2
How to update R?
Hi,
My R version is old, and I would like to update it. How can I update R and keep all the libraries? Thanks
Best,
Yunfei Li
--------------------------------------------------------------------------------------
Research Assistant
Department of Statistics &
School of Molecular Biosciences
Biotechnology Life Sciences Building 427
Washington State University
Pullman, WA 99164-7520
Phone:
2003 Oct 29
2
constrained OLS on coefficient
Hi,
I would like to know if anyone has any idea of how to run an OLS with
constraints? I need to contraint a coefficient estimate in the model equal to
1, and I am not sure how to include it into the OLS estimation...
I was hoping to find something like "cnsreg" in STATA..
thank you
Soyoko
______________________________________
Ms. Soyoko Umeno
Graduate Research Assitant for the
2003 Nov 06
2
Number of Days
Hi everyone,
I have been trying to compute numbers of days between two dates as follows:
> x <- c("1jan1960", "2jan1960", "31mar1960", "30jul1960")
> z <- format(x, "%d%b%Y")
> ex <- c("1jan1961", "15jan1960", "21mar1975", "10jul1981")
> ez <- format(ex, "%d%b%Y")
> ez-z