Displaying 20 results from an estimated 20000 matches similar to: "How can i keep only latest entries?"
2014 May 19
3
substring if value starts with a character
Hello togehter,
i have a litte problem to convert a data.frame. My data.frame looks like
this one
A
1 R5000
2 R4800
3 R4700
4 3500
5 3800
I need now a command, which outputs all the numbers, without the character
in front.
The solution look like this one:
A
1 5000
2 4800
3 4700
4 3500
5 3800
Thanks.
Best regards. Mat
--
View this message in context:
2013 Feb 01
4
Filter according to the latest data
Hello together,
i have a data.frame, like this one:
No. Change Date
A 123 final 2013-01-15
B 123 error 2013-01-16
C 123 bug fixed 2013-01-17
D 111 final 2013-01-12
and now a want a new data.frame which includes
2013 Feb 12
2
match a complete data.frame
hello togehter,
how can i match a complete data.frame to another one?
I know i can match one column with that code:
A<-match(data$PJ_ID,project$PROJ_ID)
data$Name<-proj$Name[A]
but how can i match the total data.frame from project to data?
indivduel matching for each column is not very productive....
Thanks.
Mat
--
View this message in context:
2013 Mar 08
4
create bar chart with different totals in a bar
Hello together,
perhabs anyone of you, has an ideal, how i can do this:
I have a matrix, like this one:
[,1] [,2] [,3]
[,4]
abnr2 11425 11425 11555 11888
TIME 2 1 1 2
Cat 1 2 1
2013 Feb 09
3
how to use the stdin module?
Moin,
I compiled icecast under cygwin (yes, I have to use Windows 7 togehter with
cygwin).
The audio stream that I want to distribute come from stdin, like I get it from
curl http://streamingserver.foo.bar/stream/stream.php |
But how to proceed? Should I just pipe this to | icecast -c etc/icecast.xml?
It does not work.
Thanks for any hint!
--
|Michael Renner E-mail: michael.renner at
2007 Apr 26
2
Automatic printer download
Hallo!
I am running samba-3.0.10-1.4E.11 on centOS. I want to enable the
automatic printer download feature, but are running into problems.
I have tried to work it out from samba by example, but since the automatic
driver download is bundeled togehter with ldap (which I am not using),
this does not get me anywhere.
Can anyone direct me to a good howto on this - one that will make things
work! I
2013 Jan 30
2
substring from behind
Hello together,
i have a question for "substring".
I know i can filter a number like this one:
bill$No<-substring(bill$Customer,2,4)
in this case i get the 2nd, 3rd and 4th number of my Customer ID.
But how can i do this, if i want the 2nd, 3rd and 4th number of a column.
Like this one.
I have: Mercedes_02352
Audi_03555
and now i want to filter this data.frame to
235
355
can you
2013 Feb 06
2
merge 2 data.frames
Hello together,
i have probably a easy question, but how can i sum 2 data.frames among each
other.
I have 2 data.frames which look like this one:
Cu.No. place level
1 123 London A
2 111 Paris B
Cu.No. place level
1 333 Berlin C
2 444 Madrid A
and now i want this data in the same
2017 Apr 29
6
softphone instead of desktop phones
Hello,
Iam lookong for an Softphone for iPhor oder Android smartphone using togehter
with an headset.
I tried Zoiper and CSipSimple but quality was bad compared to an desktop SIP
phone.
Is there an better softphone?
Or are there softphone solutions for PC desktop MAC or Android with an
headset?
I want to save cost for desktop phones.
thanks Thomas
2012 Nov 28
3
filter data.frame with a vector
Hello together,
i have a data.frame, which i want to filter with numbers in a vector.
I have a vector (Top10) with these numbers:
[1] 205 302 156 378 235 328 183 375 296 374
and i have a data.frame with a Column (CU_NO) with all my Customer numbers.
How can i filter this data.frame, with the Numbers in my vector.
this one doens't work:
2001 Aug 29
2
Matching Data & Results (Fuzzy-Cluster-Analysis)
Hello,
i use i.e. the cluster-package and the
fanny-object to construct some cluster's and get
the membership'S for every "Person" & Cluster !
My finally problem is to match efficient the data
and the results's togehter in one table!
Until now i use the ODBC-Package and
save both in a access-file and copy them together,
but i can't be sure that the sorting is the
2013 Feb 13
3
match in dependence of 2 columns
Hello,
i want to match a column of one data.frame to another, my problem is, that i
only want to match the data, if 2 columns are equal.
i have a example:
data.frame1
cu.nr. name value
A 1 Evo 100
B 1 Mer 80
C 2 Ford
2013 Feb 09
2
how to use the stdin module?
Perhaps I've done something similar but on Debian and not know if it
will work in Windows.
I've used vlc to receive any audio from the Internet and ices2 as a
source client. It works perfectly fine as a repeater.
El s?b, 09-02-2013 a las 22:23 +0100, Xabier Oneca -- xOneca escribi?:
> Is the stream a MP3 stream? If so, you can use Icecast as a proxy (see
> documentation).
>
2002 Jun 06
3
R & PHP
Hi,
have anybody experience or do something in R with PHP togehter (...and
MySQL as DB) ?
It would be nice for a exchange of ideas !
Thanks for advance & regards,
christian
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2012 Dec 11
2
[LLVMdev] FNT testers reporting success even though they failed
All the LLVM lab FNT builders were reporting failures in the same set of tests
(scimark2, LivermooreLoops, some others). Now they've all turned green but the
same tests are still failing. I don't see any commits to deliberately make the
FNT pass, so it looks like someone broke failure detection... Note that the
FNT "report" text became empty at the same time. Here's what
2012 Dec 11
3
[LLVMdev] [llvm-lab-wg] FNT testers reporting success even though they failed
Hello everyone,
It might make sense to start from rebooting the buildmaster, just to make sure everything is all right on this end.
Yesterday I have tried to apply the latest changes from zorg and some of them are broken.
Theoretically, checkconfig shouldn't affect the working instance, but the reality could be different...
I planned to rollback to the last known-to-be-good revision and
2012 Dec 11
0
[LLVMdev] FNT testers reporting success even though they failed
On Tue, Dec 11, 2012 at 1:27 AM, Duncan Sands <baldrick at free.fr> wrote:
> All the LLVM lab FNT builders were reporting failures in the same set of
> tests
> (scimark2, LivermooreLoops, some others). Now they've all turned green but
> the
> same tests are still failing. I don't see any commits to deliberately make
> the
> FNT pass, so it looks like someone
2012 Dec 11
2
[LLVMdev] [llvm-lab-wg] FNT testers reporting success even though they failed
The problem remains after the buildmaster restart.
Thanks
Galina
-----Original Message-----
From: David Blaikie [mailto:dblaikie at gmail.com]
Sent: Tuesday, December 11, 2012 11:42 AM
To: Galina Kistanova
Cc: Duncan Sands; llvm-lab-wg at lists.minormatter.com; Galina Kistanova; llvmdev at cs.uiuc.edu
Subject: Re: [llvm-lab-wg] FNT testers reporting success even though they failed
On Tue,
2012 Dec 11
0
[LLVMdev] [llvm-lab-wg] FNT testers reporting success even though they failed
On Tue, Dec 11, 2012 at 11:40 AM, Galina Kistanova
<gkistanova at accesssoftek.com> wrote:
> Hello everyone,
>
> It might make sense to start from rebooting the buildmaster, just to make sure everything is all right on this end.
> Yesterday I have tried to apply the latest changes from zorg and some of them are broken.
> Theoretically, checkconfig shouldn't affect the
2012 Dec 17
1
[LLVMdev] [llvm-lab-wg] FNT testers reporting success even though they failed
This issue is back: FNT bots are reporting success in spite of tests failing,
and the "report" text is empty again. Did someone change something?
Ciao, Duncan.
On 12/12/12 07:53, Duncan Sands wrote:
> On 11/12/12 23:16, Galina Kistanova wrote:
>> The problem remains after the buildmaster restart.
>
> The FNT builders are now all failing again, and the "report"