Displaying 20 results from an estimated 2000 matches similar to: "replace parenthetical phrases in a string"
2020 Sep 22
2
Encontrar un dato y añadirlo a otra columna
Buenas,
A ver si alguien sabe como hacer lo siguiente:
Tengo un df con letras y numeros, quiero que si me detecta un numero en concreto me a?ada dicho numero en otra columna.
Algo asi
df<-data.frame(c("AV 23","PEPE 34","QWE","AV 24","WERRR ER34","AV 25"))
colnames(df)<-c("nombre1")
df[grepl("AV
2020 Sep 23
2
Encontrar un dato y añadirlo a otra columna
Con parse_number sacaria todos los numeros de la columna,
pero lo que busco es sacar solo los que empiezan por AV y descartar el resto.
De todas maneras muchas gracias, le voy a dar otra vuelta.
________________________________
De: Juan Carlos Lopez Mesa <jclopez5 en unal.edu.co>
Enviado: martes, 22 de septiembre de 2020 21:32
Para: Samura . <tontito82 en hotmail.com>
Cc: r-help-es
2004 Aug 06
2
login failed
Hi guys,
I have been running icecast and ices for streaming mp3 around my house for
about 3 months now with no problems. now all of a sudden, I get login failed
when I try to run ices.
nothing has changed that I know of (I am the only person with access).
I seem to remember this happened when I originally installed the system,
but it was all so traumatic, I kinda forgot whjat I did :)
any help
2004 Dec 20
2
Tracking bandwidth used of individual mountpoints?
Is it possible to somehow meter and log the bandwidth used by
individual mountpoints? I'm using mrtg to monitor the whole server,
but I'd like to know which mountpoints are creating the most traffic
so I can offer better-priced streaming packages to users who really
aren't using all that much bandwidth. And also to be able to charge
more for users who use way much more bandwidth than
2020 Sep 04
3
Misleading documentation on FP to integer conversion instructions?
> On Sep 4, 2020, at 2:40 PM, Neil Nelson via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
>> If fptosi takes 0.9 -> 0, then that is not 'rounding' in any sense I'm aware of (IEEE754 or otherwise).
>> Rounding (in the IEE754 sense) determines how a number is converted when it is halfway between two
>> candidate results. (see round(), ceil(),
2013 Nov 04
3
Reading data from Excel file in r
Hi experts,
I want to read data from an excel data like this:
for the fifth column, from first row until 140 but only 1,3,5,7,.....139
(only 70 values),
How can I do it in R?
thanks
[[alternative HTML version deleted]]
2013 Oct 21
3
Error in heatmap
Hi,
Could you please help?
Heatmap doesn't work with:
> heatmap(as.matrix(SPIV2),na.rm = T)
Error in hclustfun(distfun(x)) :
NA/NaN/Inf in foreign function call (arg 11)
There are no 0 data rows or column
Thanks a lot
Regards
---------------------------------------
David
2007 Jan 16
4
Administrator is Root
I just got Samba + LDAP up and running as a PDC. If I list the users in
the LDAP directory with pdbedit -L I see:
root:0:test
nobody:99:nobody
aster$:1001:Computer
toast$:1002:TOAST$
fordprefect:1003:Test Account
Shouldn't there be an Administrator account and no root? I don't want my
Linux root account even remotely confused or associated with a
Samba/LDAP
2012 Nov 28
7
zeros in double matrix rather than character matrix
Hi, how are you?
I have 1000 total columns with 100 rows and I have shown 4 columns of 100
rows below. I want the zeros to be read in as numerical or integer values
rather than a character. Right now I have a 100x0 character matrix rather
than a 100x1000 double matrix.
What do I need to do to read in a .csv spreadsheet with counting the zeros
as a numerical or integer value?
Thank-you.
Irucka
2005 Sep 12
5
OT: Online TTS engines?
The one I like:
http://www.rhetorical.com/cgi-bin/demo.cgi
is toast. I think they went broke or got aquired by someone. Also, is there
a Festival voice that sounds as good as Rhetorical or the AT & T stuff? The
default one is barely legible. Since Festival is a little brutal to
configure, I'd like to get someone's recommendation then go through the pain
of reconfiguring it only once.
2005 Aug 30
3
CPU0 is toast error message
# grub.conf generated by anaconda
I recently tried installing xen on another machine and I''m getting the
"CPU0 is toast rebooting in 5 seconds" message. Reading through past
postings, I was hopeful setting the dom0_mem=128M would solve the problem.
Unfortunately, it didn''t make a difference.
I haven''t fooled with anything on this system -- just a fresh FC4
2005 Nov 02
2
[LLVMdev] LLVM 1.6 Release Branch
Tanya Lattner wrote:
>
>> 1. I'm still looking for volunteers to test MacOS X and Solaris.
>> If you'd like to volunteer, please email the list to let us know.
>
>
> I'll do minimal testing on Sparc. I'm not going to look into any
> regressions though since no one has been really watching Sparc since I
> graduated and I am sure there are
2007 May 16
5
postfix
Hi,
Can someone point me to a step by step tutorial to install a postfix
toaster?
Thanks
2016 Aug 03
2
Need help debugging a PowerPC problem
Hi,
I need help debugging a problem a problem that only shows up on PowerPC with one of my commits in the generic CodeGen parts of llvm.
I'd apreciate it if someone with access to a PowerPC system could take a look at this: https://reviews.llvm.org/D23097 <https://reviews.llvm.org/D23097>
- Matthias
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Oct 18
2
Fried Email Server! Perl Problem
I hate it when I crash my email server. Here's what tailing /var/log/qmail/qmail-smtp/current gives me:
[root at toast jack]# tail /var/log/qmail/qmail-smtpd/current
@400000004e9ddbd031610f54 tcpserver: status: 0/20
@400000004e9ddbd72c767c04 tcpserver: status: 1/20
@400000004e9ddbd72c7ab60c tcpserver: pid 12039 from 210.76.164.235
@400000004e9ddbd739a20d1c tcpserver: ok 12039
2013 Aug 11
2
[LLVMdev] [FastPolly]: Update of Polly's performance on LLVM test-suite
Hi all,
I have evaluated Polly's performance on LLVM test-suite with latest LLVM (r188054) and Polly (r187981). Results can be viewed on: http://188.40.87.11:8000.
There are mainly five new tests and each test is run with 10 samples:
clang (run id = 27): clang -O3
pollyBasic (run id = 28): clang -O3 -load LLVMPolly.so
pollyNoGen (run id = 29): pollycc -O3 -mllvm -polly-optimizer=none
2005 Nov 07
0
[LLVMdev] LLVM 1.6 Release Branch
Everything builds fine on sparc. The configure script needs to be fixed
though (see previous email).
Sparc testing results:
make check:
# of expected passes 1189
# of expected failures 34
Regressions Single Source:
None
New Failures Single Source (new tests):
2005-05-12-Int64ToFP: llc,jit
Regressions MultiSource:
Applications/d/make_dparser: llc, cbe, jit
2013 Aug 26
1
plot categorical variable with percentage infomation
Dear All,
Suppose I have a categorical variable
a=as.factor(sample(1:3,10,replace=T))
plot(a) and hist(as.numeric(a),freq=F) would give the histogram of it.
But I do not know how to add the counts or percentage information for
plot.factor().
hist() can do it but as a numeric variable, the x-axis is not 3
categories in this case.
Thank you for any suggestion.
Best wishes,
Jie
2011 Oct 20
4
toast, history, sayonara
ok, while i was in the process of writing that last post,
fletcher and john weighed in themselves. that's good.
i can say some things that they can't, though, so i will.
fletcher told you how multimarkdown is booming, and
it was an impressive list. what you might not realize is,
he _undersold_ it. it is even bigger than he described,
and it's gonna _double_ in size in the next
2012 Dec 20
4
comparison of large data set
Hi, how are you?
I have the following truncated R code:
fileobs <- "MaxFloodDepth_Observed.txt"
file1 <- "MaxFloodDepth_1.txt"
file2 <- "MaxFloodDepth_2.txt"
...
file54 <- "MaxFloodDepth_54.txt"
observeddepth = as.matrix(read.ascii.grid(fileobs)$data)
observeddepth[observeddepth!=0]<-1
modeldepth1 =