Displaying 20 results from an estimated 47 matches for "aca".
Did you mean:
aa
2006 Apr 01
1
Russian CHARS
Hello samba,
How can mount (smbmount) MSWIN2003 resource from Linux client
(RHEL4U2) to see russian.
I am using following command:
# smbmount //srv2/v$ /mnt/backup/srv2 -o 'credentials=userpass,iocharset=KOI8-R,codepage=koi8r'
What I should use env. variables or additional parameters from this
command (smbmount) ?
I see only that (but need russian and eng):
What Women
2003 May 24
2
For the Australian Asterisk users
I've noticed that a few people here are from Australia.
I'm wondering where you all get your hardware from. I'll probably order some
of the X100P cards from Digium soon (and possibly some FXO cards), but for
other things such as ATAs, etc.
However - these obviously aren't ACA compliant. Does anybody know of
compatible hardware (for POTS lines) that is ACA compliant?
The cheapest I've found some products are:
- Cisco ATA 186 - AU$370.34 from a company here in Sydney
- Cisco 7960G - $798.34 (excluding power supply and cord) from same company.
I've also noticed t...
2018 Jul 07
3
Completar un for, que falla al faltarle algún dato.
...o discutiendo,
también me estoy peleando con otro... con el que también tropiezo.
Necesito reordenar los datos presentados en dos columnas a filas y
columnas.
Los datos ideales serían algo así:
Ques <- c(rep("Q1",3),rep("Q2",3),rep("Q3",3))
Info <- rep(c("aca", "ahi", "alla"),3)
Answ <- c("casa", "bulo", "hogar", "mama", "mami", "vieja", "perro", "can",
"rope")
df.raw <- data.frame(ID, Ques, Info, Answ)
Pero, como no son ideales, s...
2009 Feb 19
0
Mac OS X file copy error in samba share on a samba-share
...copying the other items?"
It is not a permission-issue, because I can do the same action on a windows-client.
(Same share, same user, same file) I also can create dirs with the mac-client.
additional info: I use openLDAP authentication.
Here the global samba setting:
[global]
workgroup = ACA-IT
server string = Samba Server Version %v
passdb backend = ldapsam:ldap://127.0.0.1/
log level = 3
add user script = /usr/local/sbin/smbldap-useradd -m "%u"
delete user script = /usr/local/sbin/smbldap-userdel "%u"
add group script = /usr/local/sbin/smbldap-groupadd -p &q...
2013 Oct 23
3
Problema con Bioconductor y R 3.0.2
No se bien si hacer la pregunta aca, pero en la lista de correo de
bioconductor he tenido algunos problemas para hacer la consulta.
Por un error actualice R de la version 15.0.3 a la 3.0.2, y ahora no me
corren las librerias de bioconductor. Al intentar usar alguna me aparece
el mensaje :
Your Bioconductor is out-of-date, upgrade t...
2010 Jan 29
1
Lyapunov Discrete Time Equation
Dear all,
I need to solve the following Lyapunov Matrix equation:
C=ACA' + B,
with A and B given square symmetric matrices. Does anyone knows of a
package that can solve the lyapunov matrix equation in R? Or even a
C/Fortran implementation? I did not find one on netlib.
Thank you.
2004 Nov 27
1
an excecute error
...a beginner).
it has happened me an error, the code is the following one:
/*********************************************/
OggVorbis_File *musica=NULL;
FILE *archiv =NULL;
archiv = fopen("prueba.ogg","r");
if(archiv==NULL)
exit(0);
int falla = ov_open(archiv,musica,NULL,0);//aca se produce el error
/*********************************************************************/
this is a messaje of windows (win98SE):
unhandled exception in intento.exe (KERNEL32.dll):0xC0000005: Access Violation
this is a messaje of MSVC(MSVC6.0):
Loaded 'C:\intento\Debug\vorbis.dll', no m...
2010 Sep 28
3
calcular la variancia de gini por bootstrap
...ata=parag$COMUNA,
weights=parag$FEXP)
g
str(g)
View(g$t)
--
"El futuro es ilusorio es una trampa q se inventa cualquier sistema para q
la gente se acobarde y agache la cabeza, trabaje, produzca y se haga esclava
por el PUTO futuro. QUE FUTURO TE ASEGURASTE VOS? En el laburo te aseguran
q se acabaron los accidentes,la sirrosis, el cancer, el tiro q nos puede
pegar el tipo q entre a robar aca dentro de un minuto?"
Fernando Robles DNI 4.131.417
Adhiere: José
--
"El futuro es ilusorio es una trampa q se inventa cualquier sistema para q
la gente se acobarde y agache la cabeza, t...
2012 Feb 29
1
codon usage bias
...s.
But i can't get it to work in even the simplest case. for example, if i have
a string read in:
> newdata5
$testseq
[1] "agtgagatgatagatagatagatagatagatagatagaccccccagata"
and then i perform an RSCU analysis on it...
> uco(newdata5,index="rscu")
aaa aac aag aat aca acc acg act aga agc agg agt ata atc atg att caa cac cag
cat
NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA
NA
cca ccc ccg cct cga cgc cgg cgt cta ctc ctg ctt gaa gac gag gat gca gcc gcg
gct
NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA...
2018 Aug 30
2
R_tempDir
...a Javier, Windows tiene el problema de que aunque reinstales mantiene
> el REGISTRO de que tuviste instalada la aplicacion, lo que a veces
> impide eliminar configuraciones y esas cosas, asi es que no se gana nada
> reinstalando. Pero no soy experto de windows, quiza algun otro usurio
> aca sea mas experto con eso y te pueda orientar con la solucion, ya que
> yo a lo mas te puedo decir que reinstalar no sirve mucho.
>
> En linux, ese mensaje podría significar que hay un problema con los
> permisos del lugar donde se quiere crear el directorio R_tempDir, asi es
> que ver...
2003 Jan 30
2
mgcv, gam
...cept an na.action argument, but that not the
main point.
I want to have a smooth term for time over a year, the same pattern
repeating in succesive years. It would be natural then to impose
the condition s(0)=s(12). Is this possible within mgcv?
I tried to obtain this with trigonometric terms, aca:
> Rot.gam2 <- gam(cbind(Rotavirus,Total)~ s( I(sin((MesN/12)*2*pi)),
bs="cr" )+
+ s( I(cos((MesN/12)*2*pi)), bs="cr" ),
data=na.omit(Rot),
+ family=binomial)
Warning messages:
1: Termwise estimate degrees of freedom are unreliabl...
2018 Aug 30
2
R_tempDir
Estimados
Tengo un error en windows 10, el mensaje dice : Error fatal: cannot create
R_tempDir
No tengo ni idea que pasó, esta semana no utilicé a R, hace dos semanas
seguro que sí, en el medio aparece el error, desinstalé y reinstalé
rstudio, de la misma forma R-Open de Microsoft 3.5.1, eliminé R client y
visual studio fue actualizado ayer. Intenté iniciar RServer desde visual
studio y no
2018 Aug 30
2
R_tempDir
...de que aunque reinstales mantiene
> >> el REGISTRO de que tuviste instalada la aplicacion, lo que a veces
> >> impide eliminar configuraciones y esas cosas, asi es que no se gana nada
> >> reinstalando. Pero no soy experto de windows, quiza algun otro usurio
> >> aca sea mas experto con eso y te pueda orientar con la solucion, ya que
> >> yo a lo mas te puedo decir que reinstalar no sirve mucho.
> >>
> >> En linux, ese mensaje podría significar que hay un problema con los
> >> permisos del lugar donde se quiere crear el direc...
2014 Jul 04
2
error al leer una linea desde un archivo de texto
Que raro, habia enviado este email, pero creo que nunca salio de mi
compu ... gracias a todos por sus sugerencias ... eric.
Estimados todos, gracias por las sugerencias, al final lo resolvi de un
modo "carretero" como decimos aca, por el camino largo. Como no eran
demasiados los archivos corte el contenido y lo pegue en un nuevo
archivo y funciono. Sin embargo, sigo sin saber la causa. Mi sesion
info es:
R version 3.0.2 (2013-09-25)
Platform: x86_64-pc-linux-gnu (64-bit)
locale:
[1] LC_CTYPE=en_GB.utf8 LC_NUM...
2018 Aug 30
2
R_tempDir
...mantiene
>> >> el REGISTRO de que tuviste instalada la aplicacion, lo que a veces
>> >> impide eliminar configuraciones y esas cosas, asi es que no se gana
>> nada
>> >> reinstalando. Pero no soy experto de windows, quiza algun otro usurio
>> >> aca sea mas experto con eso y te pueda orientar con la solucion, ya que
>> >> yo a lo mas te puedo decir que reinstalar no sirve mucho.
>> >>
>> >> En linux, ese mensaje podría significar que hay un problema con los
>> >> permisos del lugar donde se quier...
2010 Sep 29
0
Resumen de R-help-es, Vol 19, Envío 28
...-
> > "El futuro es ilusorio es una trampa q se inventa cualquier sistema para
> q
> > la gente se acobarde y agache la cabeza, trabaje, produzca y se haga
> > esclava
> > por el PUTO futuro. QUE FUTURO TE ASEGURASTE VOS? En el laburo te
> aseguran
> > q se acabaron los accidentes,la sirrosis, el cancer, el tiro q nos puede
> > pegar el tipo q entre a robar aca dentro de un minuto?"
> > Fernando Robles DNI 4.131.417
> > Adhiere: José
> >
> >
> >
> >
> > --
> > "El futuro es ilusorio es una tr...
2020 Oct 28
0
nlme: New variance function structure varConstProp
...s a test using nlme() and group dependent values for
t1 and t2.
Therefore, I would recommend the proposed patch for your kind consideration.
Johannes Ranke
[1] https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17954
[2] https://doi.org/10.1093/clinchem/24.11.1895
[3] https://doi.org/10.1016/j.aca.2003.12.047
[4] https://doi.org/10.1016/j.ejps.2017.05.021
[5] https://doi.org/10.3390/environments6120124
[6] https://pkgdown.jrwb.de/mkin/dev/reference/sigma_twocomp.html
[7] https://doi.org/10.1201/b17203
2023 Jul 21
0
International Protocol, Dilomatic Relations and Statecraft 2023 Face to Face Training Invitation
ACAE Global would like to extend this invitation to you and your organization to join us for International Protocol, Dilomatic Relations and Statecraft 2023 Face to Face Training (5 days), which will take place at the venues listed below to accommodate every participant across the globe.
--------------...
2013 Oct 23
0
Problema con Bioconductor y R 3.0.2
Hola Eric,
Cual es tu sessionInfo()?
Gracias,
Jorge.-
Sent from my phone. Please excuse my brevity and misspelling.
> On Oct 23, 2013, at 6:59 AM, neo <ericconchamunoz en gmail.com> wrote:
>
> No se bien si hacer la pregunta aca, pero en la lista de correo de
> bioconductor he tenido algunos problemas para hacer la consulta.
>
> Por un error actualice R de la version 15.0.3 a la 3.0.2, y ahora no me
> corren las librerias de bioconductor. Al intentar usar alguna me aparece
> el mensaje :
>
> Your Bioco...
2004 Jun 08
1
wondershaper under Debian
Hi everybody! I know this discussion list isn´t just about wondershaper, but i think someone can help me.
I used to have a linux box running red hat 8, as firewall on my lan. I upgraded to debian 3.0 and tried to use the same wondershaper files under debian, but, when i run wondershaper on ppp0 device, it just stops transfering. Remember: its the same files i used with success under red hat 8.