Displaying 20 results from an estimated 316 matches for "gran".
Did you mean:
grant
2001 Aug 28
0
Gran Re-inauguracion Cafe con un Proposito
***** This is an HTML Message ! *****
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20010828/1145b40f/attachment.html
2006 Feb 10
0
Multiple frames in packet
...de multiple frames in packet ? I
read that I must do multiple call to encode and thats it. But when I'm
trying to decode,, it doesn't work. Maybe, the problem is my decode
function.
Here is my encode function
void ms_speex_enc_process(MSSpeexEnc *obj)
{
....
Do I need to increase gran value to 640 or read / encode (2 times)
ms_fifo_get_read_ptr(inf,gran,(void**)&input); (gran = 320)
g_return_if_fail(input!=NULL);
/* encode */
speex_bits_reset(&obj->bits);
speex_encode_int(obj->speex_state,(short*)input,&obj->bits);
m=ms_message_ne...
2009 May 12
4
has_many :through and scopes: how to mutate the set of associated objects?
I have a model layer containing Movie, Person, Role, and RoleType,
making it possible to express facts such as "Clint Easterbunny is
director of the movie Gran Milano".
The relevant model and associations look like this
class Movie < ActiveRecord::Base
has_many :roles, :include => :role_type, :dependent => :destroy
has_many :participants, :through => :roles, :source => :person do
def as(role_name)
self.scoped(...
2016 Jan 20
1
LVM thin volumes fstrim operation not supported
...m error
when the LVs are set to "nopassdown"
Seems that when I use ext4 the fstrim reports that it worked but the
LVs Data% does not decrease after the fstrim. xfs just throws the
error.
I've also been looking at the output of lsblk -D
# lsblk -D
NAME DISC-ALN DISC-GRAN DISC-MAX DISC-ZERO
xvdb 0 0B 0B 0
??data-pool00_tmeta 0 0B 0B 0
? ??data-pool00-tpool 0 0B 0B 0
? ??data-pool00 0 0B 0B 0
? ??data-data 0 0B...
2013 Dec 09
2
9.2-RELEASE + memcached = page fault
...or read data, page not present
instruction pointer = 0x20:0xffffffff8051095c
stack pointer = 0x28:0xffffff88a9d77800
frame pointer = 0x28:0xffffff88a9d77810
code segment = base 0x0, limit 0xfffff, type 0x1b
= DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags = interrupt enabled, resume, IOPL = 0
current process = 1704 (memcached)
trap number = 12
panic: page fault
cpuid = 5
Uptime: 2d23h33m33s
2.
Unread portion of the kernel message buffer:
stack pointer = 0x28:0xffffff88a9b70800
frame pointer...
2015 Mar 21
3
Combinatoria
...e' y 'vivo en'
Galicia.
Soy profesor de secundaria (Bachillerato Adultos) y llevo 15 días
estudiando R a un buen ritmo, pero todavía me faltan miles de cosas.
He visto que R facilita, no solo el análisis de datos y que posee una
potencia en cálculos estadísticos a cualquier nivel, sino gran caudal de
recursos para Data Mining, Redes Neuronales, reconocimiento de patrones y
probablemente todo cuanto deseemos, pero ... aqui va mi primera
pregunta
1. Si quiero calcular unas combinaciones, la función *combn* ó la *nCm* me
lo resuelven
2. Si quiero permutaciones, entonces ya teng...
2009 Jun 25
2
JRI - problem to access "stats" package
...the right path but nothing have succeed:
For example: LD_LIBRARY_PATH=${R_HOME}/lib:${R_HOME}/bin:${R_HOME}/library
Inside the java code, I have also tried such methods:
Note that "r" is the REngine object coming from the connection to R
r.eval("dyn.load(\"/home/gran/workspace/R-2.9.0/library/stats/libs/stats.so\",
local = TRUE, now = TRUE)");
r.eval("require(stats)");
r.eval("autoload(\"Normal\", \"stats\")");
r.eval("search()");
r.eval("ls(\"Auto...
1998 Nov 24
2
Getting share list without password.
...he password nobody's entry:
nobody:x:-2:-2:nobody:/tmp:/bin/bash
Is this a valid guest account for samba purposes? If not, what might be failing?
(for USENET postings) Delete 'NOSPAM' from my e-mail to reply.
-----------
Enrique I.R.
Freelance Sofware Developer.
Gran Canaria. Spain.
(aka CtrInt on #Linux)
2005 Apr 28
1
Bug#306695: nagios: logcheck lines, please
On Wed, 2005-04-27 at 22:10 -0400, Steve Gran wrote:
> ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ nagios: EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT
>
> (although that may be too broad)
Can you provide the log messages that this matches?
Thanks,
--
-jamie <jamie at silverdream.org> | spamtrap: spam at silverdream.org
w: http:/...
2012 Apr 02
2
Curso de R promovido por el INE
La Escuela de Estadística de las Administraciones Publicas organiza un
curso de "R Fundamentos":
http://www.ine.es/ine/eeaapp/sem1cur13.pdf
Que el INE empiece a aproximarse hacia el mundo del software libre es
una gran noticia.
--
+--------------------------------------------------------------
| Francisco J. Viciana Fernández
| Coordinador del Registro de Población
| Servicio de Estadísticas Demográficas y Sociales
| Instituto de Estadística y Cartografía de Andalucía
| Leonardo Da Vinci, nº 21. Isla de La Cart...
2009 Nov 02
5
Optimizar código
Hola lista, tengo una base de datos muy grande de un datalogger.
Consiste en un vector con 0's y 1's, y tengo que ver cuando hay 600 o
más unos seguidos. Se me ocurrió hacerlo con un loop for. Pero tarda
demasiado. También intente usar which para que seleccione solo los 1
para empezar a sumar pero no hay gran diferencia. A alguien se...
2017 Oct 05
4
dealing with a messy dataset
...skip=70,fill=T) where I used fill=T
because the rows don't have the same number of features since R splits
the name of the galaxies into 2 columns because of the space.
Best Regards, thanks in advance
Jean-Philippe Fontaine
--
Jean-Philippe Fontaine
PhD Student in Astroparticle Physics,
Gran Sasso Science Institute (GSSI),
Viale Francesco Crispi 7,
67100 L'Aquila, Italy
Mobile: +393487128593, +33615653774
2014 Mar 07
2
Identificar pares de valores en distintas filas
Muchas gracias a todos por vuestras respuestas! Me han sido de gran ayuda.
Carlos, tienes toda la razón con el tema de que podría haber casos triplicados (de hecho los hay).
Se me ocurre como solución "para salir del apuro" aplicar un intersect.
Muchas gracias.
Fco. Javier
[[alternative HTML version deleted]]
2013 Jul 19
2
9.2PRERELEASE ZFS panic in lzjb_compress
...or read data, page not present
instruction pointer = 0x20:0xffffffff81983055
stack pointer = 0x28:0xffffffcf75bd60a0
frame pointer = 0x28:0xffffffcf75bd68f0
code segment = base 0x0, limit 0xfffff, type 0x1b
= DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags = interrupt enabled, resume, IOPL = 0
current process = 0 (zio_write_issue_hig)
trap number = 12
panic: page fault
cpuid = 22
KDB: stack backtrace:
db_trace_self_wrapper() at db_trace_self_wrapper+0x2a/frame
0xffffffcf75bd5b30
kdb_backtrace() at kdb_bac...
2017 Oct 05
0
dealing with a messy dataset
...don't have the same number of features since R splits the name of the galaxies into 2 columns because of the space.
>
>
> Best Regards, thanks in advance
>
>
> Jean-Philippe Fontaine
>
> --
> Jean-Philippe Fontaine
> PhD Student in Astroparticle Physics,
> Gran Sasso Science Institute (GSSI),
> Viale Francesco Crispi 7,
> 67100 L'Aquila, Italy
> Mobile: +393487128593, +33615653774
>
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailma...
2003 Jul 29
1
kern/53717: 4.8-RELEASE kernel panic (page fault)
...ae
fault code = supervisor write, page not present
instruction pointer = 0x8:0xc0193de9
stack pointer = 0x10:0xcf466c70
frame pointer = 0x10:0xcf466c74
code segment = base 0x0, limit 0xfffff, type 0x1b
= DPL 0, pres 1, def32 1, gran 1
processor eflags = interrupt enabled, resume, IOPL = 0
current process = 7950 (find)
interrupt mask = bio
trap number = 12
panic: page fault
syncing disks... 37 2
done
Uptime: 1d8h16m21s
dumping to dev #ad/0x20001, offset 2560
dump ata0: resetting devices ....
2015 Sep 22
4
Excel vs. R
Hola, escribo porque tengo una gran duda como gráficas tan fáciles en Excel
son tan difíciles en R?
No consigo hacer una gráfica en R de estas características. Osea como puedo
dividir por sitios por tamaños. En una planilla enorme tengo la primera
columna son las estaciones (pero solo quiero las tres ultimas) y después
muchos parámet...
2019 Nov 26
2
Como enfocar un problema
...iguientes datos:
Ciclo. Tratamiento. Pintado. ...
1. A. Si,....
2. A. Si,....
3, B. No,...
Y asi para todas. He pensado en usar un analisis de supervivencia, pero en este caso no hay datos censurados ya que todas las piezas se rompen ( entre100 y 200 ciclos) y todas estan en el estudio. Hay una gran cantidad de variables, unas 200 a cada ciclo, por lo que un analisis puramente descriptivo lo veo inviable.
Un saludo
Obtener Outlook para Android<https://aka.ms/ghei36>
[[alternative HTML version deleted]]
2003 Aug 10
4
Strange things going on with 4.8
Hi all!
I'm having problems no end on my 4.8-STABLE box, and I hope you can help me.
My processes get lots of signals (mostly 6, 10 and 11), and my kernel dumps
core very often. I have the core dumps from the 4 latest crashes. See
attachment for more info.
Notice the common values for IdlePTD and initial pcb. Does this mean anything?
There are other problems as well:
1) Some time ago KDE
2012 Oct 22
4
Possible to exclude an event in Puppet dashboard?
Hi All,
I was wondering if it is possible to NOT show an event in puppet dashboard.
I have an exec resource that fires of a ruby script. This is triggering a
changed event on every run, but actually I want to exclude this from
showing up as "CHANGED"
Is this possible, if so how can I achieve this?
---
myscript:
---
exec {
"run_myscript" :
#