Displaying 10 results from an estimated 10 matches for "lazos".
Did you mean:
pazos
2013 Oct 28
1
Lazos (bucles) anidados
Estimados me pueden ayudar con el siguiente problema, necesito reducir
lineas de programación mediante un bucle, las instrucciones que estoy
realizando son:
matriz_lambda<-matrix(NA,32,19)
m_lambda_b<-matrix(NA,32,19)
for(i in 1:32){
if(i<32){
matriz_lambda[i,1]<-sum(matriz5[i,c((i+1):32)])
matriz_lambda[i,2]<-sum(matriz6[i,c((i+1):32)])
2010 Jun 18
1
Multiboot pendrive with GPT - a tricky solution which could improve syslinux behavior
Hello!
I'm posting some experiences with GRUB0/1 + sys/extlinux + MBR/GPT in a
pendrive with 15 partitions. This could be helpful improving
sys/extlinux.
I did make a bootable pendrive with 14 distros using a GPT partition
table and a tricky solution to let sys/extlinux boot from every
partition chainloaded from GRUB (GRUB0 or GRUB1).
Having a MBR schema, sys/extlinux can't be
2015 Dec 09
2
syslinux 6.03 bug related to rev shadow and scroll bar with vshift
I thought I've found three bugs on syslinux 6.03:
(1) With sample config file as is, i.e. leaving commented MENU VSHIFT
and MENU COLOR UNSEL but uncommented MENU COLOR SEL:
A black "border" is displayed below the selected line and on its right edge.
(2) Uncommenting MENU COLOR UNSEL:
This effect appears also on separators and on right edge on every
unselected lines.
(3)
2011 Jun 12
1
Chainload isohybrid image from extlinux
Hi,
I'm trying to boot Debian-Installer image from extlinux with chain.c32;
i.e.:
- I'm doing this from a loopback device (loop0) which later will be
dumped to an USB stick.
- GPT disklabel.
- Partition 15 (loop0p15) contains extlinux info, and partition 12
contains Debian multi-arch installer image *dumped*[1], and its
corresponding menu entry for extlinux is something like:
LABEL
2008 Jun 13
1
dependency on /usr/lib/nx
I do a:
sudo yum update
and I get:
yada, yada, yada,...
---> Package freenx-server.i386 0:0.7.2-8.el5 set to be updated
--> Running transaction check
--> Processing Dependency: /usr/lib/nx for package: freenx-server
Importing additional filelist information
--> Finished Dependency Resolution
Error: Missing Dependency: /usr/lib/nx is needed by package freenx-server
Not only
2015 Aug 29
1
Chainload El Torito grub2 from syslinux from a partition table
Hello,
I have the following scenario:
- GPT Partitioned USB disk with syslinux (or extlinux) on the first
partition and a menu to boot each partition; all of them are iso9660
images of different linux distros,
- Before dumping every iso image into its partition space on the USB
disk I need to remaster it changing something on its initrd to be able
to coexist with other linux distros on the
2015 Dec 10
0
syslinux 6.03 bug related to rev shadow and scroll bar with vshift
On Wed, Dec 9, 2015 at 1:07 PM, Emilio Lazo Zaia via Syslinux
<syslinux at zytor.com> wrote:
> I thought I've found three bugs on syslinux 6.03:
Just to be clear, is this only affecting vesamenu.c32?
> (1) With sample config file as is, i.e. leaving commented MENU VSHIFT and
> MENU COLOR UNSEL but uncommented MENU COLOR SEL:
>
> A black "border" is displayed
2003 Jul 30
0
Lula-Cuba, "bloqueio", patrulhas"...
msz De: Fern?ndez-L?pez, Ambito Iberoamericano, Paseo de la Castellana
223, Madrid. [1]InEnglish - [2]EnEspanol
Caros amigos luso-brasileiros,
? de se perguntar se as "patrulhas ideol?gicas" esquerdistas estar?o
impedindo que os ?ltimos artigos do ex preso pol?tico e escritor
cubano Armando Valladares - que abordam delicados aspetos das rela??es
entre o regime
2017 Sep 14
2
Creación de data frame
Hola Javier, gracias por tu respuesta, explico de nuevo.
Luego de varios calculos, llego a un dataframe con varias observaciones,
llamado resuu:
Letra Suelo result
1 a 2 23
2 b 2 15
3 c 2 36
4 a 3 20
5 b 3 2
6 c 3 36
7 a 2 32
8 b 2 25
9 c 3 32
...
La primer columna que no tiene cabecera o etiqueta, aparece en la consola
en color gris y es un identificador de las filas
Cuando quiero resumir,
2004 Sep 08
1
bootable floppy image question
Hello,
I'd be very grateful if someone can help me with the process of creating
bootable floppy images to be used with isolinux/memdisk.
I usually do the following:
label image
kernel memdisk
append initrd=/bootdisk/image.img floppy
(lines in isolinux.cfg file)
Sometimes I pass memdisk the c/h/s parameters, depending on the image
size. I have learned from this mailing list how to