search for: seid

Displaying 10 results from an estimated 10 matches for "seid".

Did you mean: said
2005 Aug 27
1
better than sapply
I have the following two mapping data frames (r) and (h). I want to fill teh value of r$seid with the value of r$seid where r$cid==h$cid. I can do it with sapply as such: > r$seid = sapply(r$cid, function(cid) h[h$cid==cid,]$seid) Is ther a better (faster) way to do this? > r <- data.frame(seid=NA, cid= c(2181,2221,2222)) > r seid cid 1 NA 2181 2 NA 2221...
2008 Nov 21
3
write every element of a variable into a separate text-file
Hello, what I want to do, is, to write every element of a variable into a separate text-file automatically: My Variable: > wull [1] "Hallo Leute, wie gehts denn euch seid ihr noch alle..." [2] "Is their anyone how can help me with..." [3] "mann, mann, mann... das nervt aber.." [4] "how are you littele strange tiger..." [5] ")()()(UJKJKJIJIJJOO9989////////////"...
2013 Jan 10
1
Fixing corrupt flac files
...03 Untergang.flac: testing, 97% complete 03 Untergang.flac: ERROR while decoding data state = FLAC__STREAM_DECODER_END_OF_STREAM 04 Zu kalt.flac: testing, 98% complete 04 Zu kalt.flac: ERROR while decoding data state = FLAC__STREAM_DECODER_END_OF_STREAM 05 Ihr seid sch?n.flac: ERROR, MD5 signature mismatch 06 Religion.flac: testing, 99% complete 06 Religion.flac: ERROR while decoding data state = FLAC__STREAM_DECODER_END_OF_STREAM 07 Nazis raus.flac: testing, 96% complete07 Nazis raus.flac: *** Got error code 1:FLAC__STREAM_DECODER_ERROR_S...
2006 Jun 07
1
development.log is blank
I am having problems login in my ruby application. in my attempt to debug the problem i went to development.log and noticed the file is getting filled with blank space. Does anybody got a clue why? -- Posted via http://www.ruby-forum.com/.
2014 Feb 12
2
A beginner in "Posting list encoding improvements"
On 12 Feb 2014, at 14:58, "Hurricane Tong" <zhangshangtong.cpp at qq.com> wrote: > hurricanetong at hurricanetong-VirtualBox:~/workspace$ g++ `xapian-config --cxxflags --libs` BuildIndexDemo.cpp You want to use xapian-config-1.3 here, not xapian-config (which will be the installed version, not the trunk version you built). I've just built trunk (on Mac OS, admittedly),
2014 Feb 12
2
A beginner in "Posting list encoding improvements"
On Wed, Feb 12, 2014 at 10:32:03PM +0800, Hurricane Tong wrote: > I seem to run into some trouble. > I succeeded in building the source code of Xapian in ubuntu, > but when I write a demo c++ application > > [snip] > I can't get it built. > > > hurricanetong at hurricanetong-VirtualBox:~/workspace$ g++ -L/usr/local/lib -lxapian-1.3 BuildIndexDemo.cpp Hmmm,
2014 Feb 13
2
A beginner in "Posting list encoding improvements"
...space$ xapian-config --cxxflags --libs -I/usr/local/include -L/usr/local/lib -lxapian ------------------ HurricaneTong,Second Year Undergraduate, School of Computer Science, Fudan University, China. ------------------ Original ------------------ From: "Ralf Mattes";<rm at seid-online.de>; Date: Wed, Feb 12, 2014 11:02 PM To: "James Aylett"<james-xapian at tartarus.org>; Cc: "Hurricane Tong"<zhangshangtong.cpp at qq.com>; "xapian-devel"<xapian-devel at lists.xapian.org>; Subject: Re: [Xapian-devel] A beginner in &qu...
2013 Jan 10
4
Fixing corrupt flac files
So, let's provide some information then :-) ---------------------------------------------------------------------------------------------- soa2ii at thor /mnt/files/music/Slime/Alle gegen Alle $ flac -aF 02\ St?rtebecker.flac flac 1.2.1, Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome
2005 Aug 15
0
Last modification time
On Tue, 2005-08-16 at 18:42 +0100, Olly Betts wrote: > On Wed, Aug 10, 2005 at 03:26:00PM +0200, R. Mattes wrote: > > is there any way to retrieve the last modification time from > > a Xapian::Database object? > > Not via the API. For disk based databases, it's the latest modification > time of any "base" file in the database directory. That's true for
2001 Feb 21
1
Compile problems with 2.5.1p1 and older Linux boxes
Hi, I'm having problems building 2.5.1p1 on two of my older Linux boxes. One box is running RH 5.2 and the other Debian 2.0. Both are using gcc 2.7.2.3, openssl-0.9.6 and glibc-2.0.7. They both also die on the same error, and the configure options I use don't seem to make a difference. 2.3.0p1 compiled fine on both of these machines. [...] gcc -g -O2 -Wall -I. -I./openbsd-compat