Displaying 20 results from an estimated 300 matches similar to: "Package XML: Parse Garmin *.tcx file problems"
2007 Dec 14
6
Analyzing Publications from Pubmed via XML
I would like to track in which journals articles about a particular disease
are being published. Creating a pubmed search is trivial. The search
provides data but obviously not as an R dataframe. I can get the search to
export the data as an xml feed and the xml package seems to be able to read
it.
xmlTreeParse("
2010 Mar 05
2
Windows 7 + Samba 3.4.5 locking problem
Hello,
after having no problem with four Windows 2000 workstations and one Samba
2.something server for several years in a medical practice the practice
software (DocComfort) dropped support for Windows 2000 beginning of this
year. So I bought new hardware for the workstations and servers and
installed from scratch. Now there are four Windows 7 Professional 32bit
Workstations (with UAC disabled)
2018 Nov 11
3
A stage2 build causes changes to libllvm impacting program using it (exemple: rustc)
Hello,
Lately, I have been working on moving Debian & Ubuntu packages to a
stage2 build.
This means that, instead of shipping llvm-toolchain packages built with
gcc, we are rebuilding
everything a second time using the newly built clang.
Now, when pushed to Debian, it caused some unexpected issues in
particular with rust reported here:
2010 Nov 10
3
create a pairwise coocurrence matrix
Hi all,
I am trying to construct a pairwise coocurrence matrix for certain terms
appearing in a number of documents. For example I have the following table
with binary values showing the presence or absence of a certain term in a
document:
     term1 term2 term3 term4 term5 doc1 1 1 0 0 1 doc2 1 1 0 1 1 doc3 1 0 0
0 1
And I want to have a matrix with the number of the pairwise coocurrencies.
So,
2004 Jul 01
1
\middle in Rd.sty conflicts with newer LaTeX?
Rd.sty defines 
\newlength{\middle}
which seems to be in conflict with the my latex installation.
Here is a minimal example:
\documentclass{article}
\newlength{\middle}
\begin{document}
\end{document}
It runs fine on a Linux box:
carp:136% latex test.tex 
This is TeX, Version 3.14159 (Web2C 7.3.1)
(test.tex
LaTeX2e <2000/06/01>
Babel <v3.7h> and hyphenation patterns for american,
2004 Feb 01
1
error in building R-1.9.0 sources under Win32
I am trying to compile the R-dev sources on WinXP using mingw 3.1.0-1 
and fpTeX 0.7. In the past I
have been able to build the sources fine but now I receive an error in 
the process that I havent seen reported on the list before. Everything 
works fine until I get to 'make docs'. I now get the message below while 
building the R-admin manual (refman.pdf builds fine) and the make 
process
2009 Mar 02
0
[PATCH 3 of 13] remove bgr
Import "remove bgr" from qemu mainstream.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6335 c046a42c-6fe2-441c-8c8c-71466251a162
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
---
diff --git a/hw/musicpal.c b/hw/musicpal.c
index d6bd9ec..44a5659 100644
--- a/hw/musicpal.c
+++ b/hw/musicpal.c
@@ -835,7 +835,7 @@ static void lcd_refresh(void *opaque)
2017 Jun 08
2
Logging the click data
> In case I wasn't clear: I don't think you have to modify the command
> at all. Just create a template that uses the command as it currently
> works.
I thought we needed a new template only for the second log file? To
generate the first log file using the existing $log command, I have
introduced another $log command in query template that looks like:
2003 Apr 24
1
RMySQL crash under R 1.7.0, but not 1.6.2
Hi,
I was able to connect to a MySQL database (called "zooscan" and with a table
"serie" under Win XP with R 1.6.2 using:
> library(DBI)
> library(RMySQL)
Warning message:
DLL attempted to change FPU control word from 8001f to 9001f
> drv <- dbDriver("MySQL")
> con <- dbConnect(drv, dbname="zooscan")
> dbExistsTable(con,
2006 May 26
8
Comparing two documents in the index
I want to compare two documents in the index (i.e. retrieve the cosine 
similarity/score between two documents term-vector''s). Is this possible 
using the standard Ferret functionality?
Thanks in advance,
Jeroen Bulters
-- 
Posted via http://www.ruby-forum.com/.
2006 Sep 20
8
Understanding boost ?
Hi,
I''m confused about managing field boosting ...
I have set the :boost for the :name field in my docs to 10, via :boost
=> 10 
Then I performed a search for ''keith'' over all fields via with
*:(keith*), expecting a doc with Keith in the :name field to come out on
top. But another doc with Keith mentioned in other fields (:comments,
:address) scored higher. 
I
2009 Jan 31
0
save after delete returns true but actually fails
Hi,
I''m using Rails 2.2.2. I noticed that creating two references to the
same database ActiveRecord object, then deleting with one of them,
followed by saving with the other, true is returned, but no new record
is actually saved. e.g.:
doc=Document.new(:title => "sam''s speciality")
doc.save
doc.id   # ==> 23
doc2=Document.find_by_title("sam''s
2016 May 05
2
GSoC 2016 - Introduction
Hello,
Thanks James for the reply. That cleared a few things out. Apologies for
replying late because of exams going on.
I was going through the previous clustering API to understand how it worked
and it seems like the the approach for construction of the termlists which
are used for distance metrics use TF-IDF weighting with cosine similarity,
which is very similar to the approach I would need
2015 Jan 08
2
latex warning
Dear all,
I am getting an R CMD check warning about the PDF manual. I am having a
hard time finding out what is wrong, here is the log of the Rd2pdf call.
The full check (and other) log is at
https://api.travis-ci.org/jobs/46373922/log.txt?deansi=true if anybody is
interested, and the package itself is here:
https://github.com/metacran/r-builder/tree/bintex/rbuildertest
Thanks, Best,
Gabor
2013 Apr 02
0
[LLVMdev] LNT ClamAV - Sorting output
On 2 April 2013 21:20, Török Edwin <edwin+ml-debian at etorok.net> wrote:
> You can pass all the filenames from the inputs/ directory directly on the
> command-line, instead of specifying -r inputs/.
> That way the order of scanning will be exactly the one specified on the
> command-line.
>
Hum, I think I can fix that with Make...
--renato
-------------- next part
1997 Oct 08
2
OPLOCKS....
Hi, I have an application under Access that is running dead slow. I've
done some testing and it appears that Access really likes to use OPLOCKS which
of course Samba does not support.
	Is there any work underway to get Samba to support OPLOCKS? I know they are 
difficult to implement but I'm faced with a decisions now to buy an NT box 
(Ugh!) or do a lot of messing around to get this
2006 Jul 10
11
Category Number Results returned
I am looking to have a number of categories populated from my results of 
a search. For example, searching on "sport" would display all results 
for sport. I want to also have a number of categories to refine the 
documents down. So by clicking on the "Fishing" category or the 
"Shooting" category, I would only see the results on sport around that 
category.
Now for
2013 Apr 02
2
[LLVMdev] LNT ClamAV - Sorting output
On 04/02/2013 11:06 PM, Daniel Dunbar wrote:
> On Tue, Apr 2, 2013 at 11:46 AM, Renato Golin <renato.golin at linaro.org <mailto:renato.golin at linaro.org>> wrote:
> 
>     On 2 April 2013 19:20, Daniel Dunbar <daniel at zuster.org <mailto:daniel at zuster.org>> wrote:
> 
>         What is it that makes the output of the program asynchronous? The output is
2013 Apr 02
3
[LLVMdev] LNT ClamAV - Sorting output
Hi Torok,
I've used a hard-coded list on the input parameter and still got some
output (slightly) scrambled between two different bots...
INPUT = $(PROJ_SRC_DIR)/inputs/clam.cab \
        $(PROJ_SRC_DIR)/inputs/clamdoc.tar.gz \
        $(PROJ_SRC_DIR)/inputs/clam.exe \
        $(PROJ_SRC_DIR)/inputs/clam.exe.bz2 \
        $(PROJ_SRC_DIR)/inputs/clam-v2.rar \
       
2007 Nov 18
4
Re ad HTML table
You can use htmlTreeParse and xpathApply from the XML library.
something like:
xpathApply( htmlTreeParse("http://blabla", useInt=T), "//td", function(x)
xmlValue(x))
should do it.
Gamma wrote:
> 
> anyone care to explain how to read a html table, it's streaming data
> (updated every second) and i am looking for a suitable function.
> 
> The imported html