Displaying 20 results from an estimated 900 matches for "eduardo".
2008 Aug 24
11
link_to_function check javascript attribute
How could I check the value of an javascript object''s attribute?
<div id="new_item_details" style="display:none"></div>
<%= link_to_function("Show details...", nil, :id => "show_details") do
|page|
page.visual_effect(:toggle_blind, :new_item_details)
if (page[:new_item_details].style.visibility ==
2010 Jul 10
1
Set the number of threads using openmp with .C
Hi everybody! Could somebody help me with the following?
I'm trying to run a simple Hello World code in openmp using .C function. The
C code i have is:
#include <omp.h>
#include <stdio.h>
#include <R.h>
void hello_omp(int *n) {
int th_id, nthreads;
omp_set_num_threads(*n);
#pragma omp parallel private(th_id)
{
th_id = omp_get_thread_num();
2016 Jan 28
4
samba member server
...g up a Samba as a domain member server, but when I run the
command to attach it to my domain server gives me the following error
./net ads join -U administrator
Enter administrator's password:
Failed to join domain: failed to set machine kerberos encryption types:
No such attribute
regards
Eduardo
2011 Jan 03
7
Saving objects inside a list
...s
ls()
[1] "x" "y" "z"
and suppose I want to put these objects inside a list object, say
object.list <- list()
without having to explicitly write down their names as in
object.list$x = x
object.list$y = y
object.list$z = z
Is this possible?
Thanks in advance,
Eduardo Horta
[[alternative HTML version deleted]]
2003 Aug 01
5
Seting up TDM40B
...TDM40B, but modprobe returns the fowling errors:
asterisk:~# modprobe wcfxs
ZT_CHANCONFIG failed on channel 1: Invalid argument (22)
/lib/modules/2.4.18/misc/wcfxs.o: post-install wcfxs failed
/lib/modules/2.4.18/misc/wcfxs.o: insmod wcfxs failed
Could someone give me a help?
Thanks in advance
Eduardo
2003 Jun 04
3
h323 and g729
Hi,
I have an ansterisk and a cisco 827-4v registered to a Gatekeeper.
asterisk has two extensions:
exten => 223,1,Dial,OH323/BYEXTENSION@827PD
exten => 730,1,Dial(IAX/eduardo@10.0.11.103) (IAX are working well)
When I try to call each other, gnugk shows a ARJ:
ARJ|10.0.11.112:1720|223:dialedDigits|730:dialedDigits|false|resourceUnavailable
I think this could be a codec configuration problem. Cisco works with g729, so my oh323.conf has the configuration below:
code...
2009 May 20
4
Double packages
...s-devel x86_64 5.5-24.20060715 base 1.7 M
ncurses-devel i386 5.5-24.20060715 base 1.6 M
Transaction Summary
=============================================================================
Install 2 Package(s)
Update 0 Package(s)
Remove 0 Package(s)
Total download size: 3.3 M
Regards,
---
Eduardo Silvestre
nfsi telecom, lda.
eduardo.silvestre at nfsi.pt
Tel. (+351) 21 949 2300 - Fax (+351) 21 949 2301
http://www.nfsi.pt/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20090520/0f73d98e/attachment-...
2016 Feb 01
1
samba member server
...he following backends fitting to your
# requirements and add the corresponding configuration.
# idmap config ad
# - idmap config rid
# - idmap config autorid
The strange is that the kerberos test does not give error
root at radius:/usr/local/samba/bin# kinit eduardo
Password for eduardo at VIRTUS.CU:
Warning: Your password will expire in 44 days on lun 14 mar 2016
16:25:48 CDT
root at radius:/usr/local/samba/bin# klist
Ticket cache: FILE:/tmp/krb5cc_0
Default principal: eduardo at VIRTUS.CU
Valid starting Expires Service principal
29/01/16 15:...
2005 Jun 24
8
The Shorewall list server is back on line
There was a lengthy power failure here in Shoreline this morning and my
firewall did not come back up when power was restored. The firewall is
now up and service to the server has been restored.
-Tom
--
Tom Eastep \ Nothing is foolproof to a sufficiently talented fool
Shoreline, \ http://shorewall.net
Washington USA \ teastep@shorewall.net
PGP Public Key \
2014 Sep 25
4
Campo Fecha y paquete openair
Sorry, la función por el formato que tienen tus fechas debe de ser
"dmy_hms()"...
Saludos,
Carlos Ortega
www.qualityexcellence.es
El 25 de septiembre de 2014, 18:14, Eduardo Bieñkowski <edukoski en gmail.com>
escribió:
> Si lo proceso con date<-ymd_hms(dato$actualizado) no me da error pero la
> transformación no es la correcta
>
> > head(dato$actualizado)
> [1] 22/09/2014 09:41 am 22/09/2014 09:34 am 22/09/2014 09:43 am 19/09/2014
> 01:31...
2009 Mar 01
3
CompRect modification
Me and Dennis Kasprzyk changed CompRect to be more intuitive and easily
replace XRectangle use.
This patch changes CompRect and whole Core.
Thanks for attention.
--
Eduardo Gurgel Pinho
(GELSoL-UFC)
(Gentoo) Linux User #415930
http://edgurgel.wordpress.com
http://alu.dc.ufc.br/~eduardo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freedesktop.org/archives/compiz/attachments/20090301/0d123eff/attachment-0001.html
-------...
2014 Aug 07
1
question about --use-rfc2307
...active directory server using the --use-rfc2307 option, my question is, after doing that is it necessary to follow these instructions?
https://wiki.samba.org/index.php/Using_RFC2307_on_a_Samba_DC#Extending_the_Schema_for_NIS_Extensions
I ask because I am getting the following
server01:/home/eduardo
# samba-tool fsmo show | grep SchemaMasterRole
SchemaMasterRole
owner: CN=NTDS Settings,CN=SERVER01,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=sienic,DC=site
server01:/home/eduardo
# systemctl stop samba.serviceserver01:/home/eduardo # cp
/usr/local/samba/share/setup/ypSe...
2016 Jun 22
3
Shiny
...ajando generando mapas a partir de un conjunto de datos.
No puedo encontrar la forma de manipular el tamaño de los mapas.
He buscado en páginas de Shiny y no pude encontrar una solución
¿Alguien me puede orientar?
No he puesto una imagen para no recargar el servidor de correo.
Saludos y gracias
--
Eduardo
[[alternative HTML version deleted]]
2008 Sep 07
2
R_USER - in which file should I include it?
...a newbie. I had my R upgraded from 2.7.1 to 2.7.2 and in doing so I
decided to install all 2.7 versions under c:\program files\R\2.7 from now on
(2.7.1 is located under .\2.7.1)
Although I don't like the idea (I am running Vista), I have edited
etc\Renviron.site to contain:
R_USER=c:/Users/eduardo/Documents/R
R_LIBS_USER=c:/Users/eduardo/Documents/R/win-library/2.7
As far as R starting always from the same location, that is,
c:/Users/eduardo/Documents/R, etc\Renviron.site didn't help. So I wonder
whether someone from the list could help me to:
a) force R to start always from the same...
2011 Mar 13
4
readMat - how to retrieve the variables
Hello
I have a matlab MAT file that contains one single variable: a. The
structure of a is as follows:
a.river1.flow (flow values)
a.river1.date_flow (date)
a.river1.precip (precipitation values)
a.river1.date_precip
a.river2.flow
a.river2.date_flow
a.river2.precip
a.river2.date_precip
I have used readMat to load the variable a in R, however I have no idea how
readMat translates a. I managed
2017 Mar 02
2
[PATCH] Enable specific ioctl calls for ICA crypto card (s390)
On Tue, 28 Feb 2017, Eduardo Barretto wrote:
> On 13-02-2017 13:23, Eduardo Barretto wrote:
> > This patch enables specific ioctl calls for ICA crypto card on s390
> > platform. Without this patch, users using the IBMCA engine are not able
> > to perform ssh login as the filter blocks the communication wi...
2009 Apr 23
3
PHP 5.2
Hello z00dax,
any update about this issue? As i can see, in centos 5.3 the version of php still 5.1.6.
Did you have any ETA to php 5.2.0 be moved to release repo? I need upgrade to new php version to support "DateTime" function.
Regards,
---
Eduardo Silvestre
nfsi telecom, lda.
eduardo.silvestre at nfsi.pt
Tel. (+351) 21 949 2300 - Fax (+351) 21 949 2301
http://www.nfsi.pt/
----- Original Message -----
From: "Karanbir Singh" <mail-lists at karan.org>
To: "CentOS mailing list" <centos at centos.org>
Sent: Thurs...
2014 Sep 25
4
Campo Fecha y paquete openair
Eduardo,
Me parece que el problema es el locale para TIME y la interpretación de %p,
para no tener ese problema lo que tengo que hacer en mi caso es cambiar
LC_TIME:
> Sys.getlocale()
[1]
"LC_COLLATE=Spanish_Argentina.1252;LC_CTYPE=Spanish_Argentina.1252;LC_MONETARY=Spanish_Argentina.1252;LC_NUME...
2013 Jun 25
6
Heterogeneous XCP 1.6 pool
...res_after_reboot" -- however, after the reboot, the mask is simply not applied, and the original "029ee3ff-bfebfbff-00000001-2c100800" is the only mask shown on "host-cpu-info".
Is there anything else I should do to ensure the cpu mask is configured at boot?
Best regards,
Eduardo Bragatto
2011 Feb 07
18
[PATCH] Btrfs-progs use safe string manipulation functions
Please find the attached patch which replace unsafe strcpy(3) by
strncpy(3) functions.
regards,
Eduardo Silva