Displaying 10 results from an estimated 10 matches for "peras".
Did you mean:
paras
2004 Mar 23
2
logon problems!!
To all samba gurus!
I have fightning with a problem for 2 days now and still can't get any
hang of it.
I have set up my samba server to act as a PDC, for windows
2000pro/XPpro clients.
Now i want my windows2k machine to join my domain, i created in my
smb.conf.
here is my smb.conf
[global]
netbios name = bender
workgroup = MORDOR
os level = 65
preferred master = yes
2006 Jan 16
4
new in asterisk world
Hi, I'm new in asterisk world. I have questions. For example I have my
server with public IP address, but two customer with softphone in a private
network. How can I do to make them work with the asterisk server?
Best Regards
--
Ever Zalazar
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2024 Oct 07
1
Optimizar bucle for
Hola a todos:
Tengo un bucle que tarda horas y me gustaría optimizarlo. Me explico. Simplificando, tengo una tabla con 332.505 registros de 63.738 individuos. Cada registro es una medida realiza de unos
días a unos meses o años después de la anterior. Lo que quiero es borrar aquellos registros que entre él y el anterior hayan transcurrido menos
de 6 meses, de manera que me quede una tabla con
2005 Mar 08
0
problem in compiling chan_mISDN
...T) SUBDIRS=mISDN/drivers/isdn/hardware/mISDN modules
modules_install
make -C mISDNuser
....should be okay, shouldn?t it?
Maybe one of you can give me some advice, i would be very thankfull
Greetings
Klaus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: klaus.peras.vcf
Type: text/x-vcard
Size: 264 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050308/1b389682/klaus.peras.vcf
2024 Oct 07
1
Optimizar bucle for
Hola, ¿qué tal?
Modifica esto:
----
library(plyr)
n_reg <- 332505
n_ids <- 63738
dif_days <- 90
df <- data.frame(
id = sample(n_ids, n_reg, replace = T),
dates = sample(1000, n_reg, replace = T)
)
# important!
df <- df[order(df$id, df$date),]
n_borrar <- 1
while (n_borrar > 0) {
df <- ddply(df, .(id), transform, delta = c(1000, diff(dates)))
# find the
2024 Oct 07
1
Optimizar bucle for
Muchas gracias, Carlos, por esta ayuda!
Desconocia la existencia de ddply y me cuesta interpretar el código. Estoy en ello.
Realmente es mucho, pero mucho, más rápido.
El problema es que si lo aplico a la tabla dde pruebas:
id dates
1 1 2023-01-01
2 1 2023-05-15
3 1 2023-12-01
4 2 2023-01-01
5 2 2023-04-01
6 2 2023-12-01
7 1 2023-03-15
8 3 2023-01-01
dif_days <- 180 #
2024 Oct 07
1
Optimizar bucle for
Prueba así:
---
dif_days <- 180 # Cambiado 6 meses
df <- data.frame(
id = c(1, 1, 1, 2, 2, 2, 1, 3),
dates = as.Date(c("2023-01-01", "2023-05-15", "2023-12-01", "2023-01-01",
"2023-04-01", "2023-12-01", "2023-03-15", "2023-01-01"))
)
# important!
df <- df[order(df$id, df$dates),]
n_borrar
2003 Sep 12
27
Music on Hold
Does anybody have a good source for hold music? I can see a number of
companies on the web that sell royalty-free MOH, but they don't all provide
samples. The customer service desk has requested "calming, not sleeping,
but calming" and "this is a high-tech company, so make it 'techie' [sic]".
Thanks,
--Ernest
2015 Dec 23
5
Tutorial estadística descriptiva
Estimadas y estimados miembros de la comunidad.
Junto con saludar, les escribo este mensaje porque estoy interesado en
desarrollar un taller de estadística descriptiva con R para estudiantes de
secundaria. El objetivo es que a través de un conjunto de datos puedan
calcular medidas de tendencia central, dispersión, calcular correlaciones y
hacer gráficos.
Actualmente, he realizado un taller
2005 Sep 27
0
Login to windows with samba running as domain master doesn't set HOMEPATH environment variable
I'm running samba as a domain master,
Have implemented roaming profiles (correctly I hope). However, have
discovered that if I use the client Windows 2K machine on the domain
"Local machine" the environment variable %HOMEPATH% is set correctly to
\Documents and Settings\myname however if I then login to my domain
implemented by samba %HOMEPATH% is simply not defined. HOMEDRIVE and