Displaying 20 results from an estimated 500 matches similar to: "HOWTO make lss"
2012 Feb 08
1
How indices calculated in package "boot"
Hi,there,
I am using R package "boot" to bootstrap. I have one question here: does
anybody possibly know how the boot package generates the "indices" which is
used in the statistic function?
I thought "indices = sample(data, replace=TRUE)", but when I replaced
"indices" with this command and used "boot", I got different results.
Specifically,
2008 Oct 22
1
NEW: COM32 module to alias
From: Gene Cumm <gene.cumm at gmail.com>
alias.c: A simple COM32 module that allows the creation of an alias
within the config for SYSLINUX, etc.
Signed-off-by: Gene Cumm <gene.cumm at gmail.com>
---
If, for example, you had two labels that only differed by the length
of the label (a short name) or additional APPENDd parameters, this
would reduce the amount of copies of the same
2008 Oct 27
0
NEW: COM32 module to alias (Revised)
From: Gene Cumm <gene.cumm at gmail.com>
alias.c: A simple COM32 module that allows the creation of an alias
within the config for SYSLINUX and variants.
Signed-off-by: Gene Cumm <gene.cumm at gmail.com>
---
Revised based on previous discussion on this list <syslinux at zytor.com>
to change the command line string size and account for the possibility
of overflowing the
2008 Nov 22
0
[PATCH] ppmtolss color need to be quoted
Fix internal ppmtolss comment and man page describing ppmtolss syntax with
color index
Fix typo s/freqency/frequency/ in comment
Not so sure it will not be mangled, so it's also as attachment.
Signed-off-by: Gilles Espinasse <g.esp at free.fr>
diff --git a/man/ppmtolss16.1 b/man/ppmtolss16.1
index 954e94b..5be3263 100644
--- a/man/ppmtolss16.1
+++ b/man/ppmtolss16.1
@@ -3,7 +3,7 @@
2003 Jun 10
1
Bootstraping with MANOVA
Hi,
Does anyone know what the error message mean?
> Boot2.Pillai <- function(x, ind) {
+ x <- as.matrix(x[,2:ncol(x)])
+ boot.x <- as.factor(x[ind, 1])
+ boot.man <- manova(x ~ boot.x)
+ summary(manova(boot.man))[[4]][[3]]
+ }
>
> man.res <- manova(as.matrix(pl.nosite) ~
+ as.factor(plankton.new[,1]))$residuals
> boot2.plank <-
2013 Aug 01
1
FreeBSD 9.1 won't boot with a graid error
Hi everybody.
I've just upgraded a box from FreeBSD 9 to 9.1 via freebsd-update.
At the first reboot, the machine stopped with messages about GRAID :
GEOM_RAID: Promise: Subdisk kjihgfedcba`_^]\[ZYXWVUTSRQPONM:0-ada0 state
changed from NONE to ACTIVE
The trick is that I've never setup any kind of RAID on that old box...
Is there a way to completely disable GEOM_RAID loading on boot ?
2014 Nov 02
0
lss broken when upgraded 4.05 to 6.03
> Hi,
> I have just joined the list.
>
> I am the original creator of Puppy Linux, now letting other guys take
> the reins, and I am working on a fork of Puppy called Quirky Linux,
> where I try various experimental ideas.
>
> Up until now, in Puppy and all offshoots, we have used syslinux 4.05 or older.
>
> Over the last few days I have been testing 6.03 (using
2014 Nov 02
2
lss broken when upgraded 4.05 to 6.03
Hi,
I have just joined the list.
I am the original creator of Puppy Linux, now letting other guys take
the reins, and I am working on a fork of Puppy called Quirky Linux,
where I try various experimental ideas.
Up until now, in Puppy and all offshoots, we have used syslinux 4.05 or older.
Over the last few days I have been testing 6.03 (using the binary DEBs
from Ubuntu 14.10 Utopic Unicorn),
2003 Jan 21
2
How to convert jpg into lss format
I would like to to know about conversion from jpg file to lss format.
I used ppmtolss16. It is giving following errors.
for .jpg file:
ppmtolss16: stdin is not a raw PPM file at ppmtolss16 line 105, <STDIN>
line 1.
for .png files:
ppmtolss16: stdin is not a raw PPM file at ppmtolss16 line 105, <STDIN>
line 1.
from .ppm file: ( I converted .jpg file in to .ppm file using irfanview)
2008 Jul 28
1
Are there any packages that can process images other than pixelmap (i.e. pnm)?
Hi, all,
I am having trouble getting R to take pnm images via mogrify
i.e.
mogrify -resize 320x217 -format pnm *.png
However R via pixmap says that it can't read the file. If you have
any ideas like a package that can read jpeg files, etc., I would
appreciate it.
Best wishes,
Art Roberts
University of Washington
2003 Feb 17
0
Lss file
Hi,
Great job on isolinux. I am using it for a little side project of my
own, and want to make my own splash screen. I have GIMP for windows, is
there anything else I need? I assumt a lss file is a type of gif or png
or something.
Thank you,
Josh Byington
2003 Jan 15
0
LSS-16 perl scripts and Unicode
Hi,
I've just been playing with the Logo for the Knoppix bootable CD, which
is in the LSS-16 format used by your ppmtolss16 and lss16toppm perl
scripts from syslinux-1.75. On my standard Red Hat 8.0 distribution
these both fail due to Unicode errors. After a little investigation, it
turns out that my LANG=en_GB.UTF-8 environment causes perl (5.8.0-55) to
treat standard I/O as Unicode. I
2007 Mar 06
1
png to lss
I want to use my own company name to display at the startup of the
thin client could you suggest any method to do the same.
Yogesh Mhatre
2014 Nov 02
1
lss broken when upgraded 4.05 to 6.03
On 11/2/14, Ady <ady-sf at hotmail.com> wrote:
>
> FWIW, Utopic uses 6.03-pre18, not the final release (although, the
> lss16 problem is present in both).
>
> About the lss16 issue, we all would welcome patches, really. Any
> volunteers?
>
> @Barry, see http://www.syslinux.org/archives/2014-October/022734.html
>
Ady,
Thanks very much for the information.
My
2014 Nov 04
1
lss broken when upgraded 4.05 to 6.03
>From: Ady <ady-sf at hotmail.com>
>To: syslinux at zytor.com
>Subject: Re: [syslinux] lss broken when upgraded 4.05 to 6.03
>Message-ID: <BLU436-SMTP134329F24C9A85B97FF55BF8B990 at phx.gbl>
>Content-Type: text/plain; charset="US-ASCII"
>
>
>> On 11/2/14, Ady <ady-sf at hotmail.com> wrote:
>> >
>> > FWIW, Utopic uses
2003 Sep 30
0
VB Code to convert BMP to LSS for splash screens
The following code can be used to convert a 256 color BMP to LSS format for use as a SYSLINUX/ISOLINUX/PXELINUX Splash screen. The bitmap must be LESS than 640 pixels wide (bug) and only uses the first 16 colors. CorelDraw and PhotoShop are good for re-palletizing and dithering.
Paul Shebanow
pshebanow at iqcorp.com
--- Begin Code ---
Type RGBColor4
cBlue As Byte
cGreen As Byte
2002 May 05
1
possible changed organization of help files in 1.5.0?
I recently updated my search site at
http://finzi.psych.upenn.edu
It took about 7 hours with htDig, instead of the usual 3 hours.
Now, when I search the "functions" index I get all sorts of
non-html documents (indicated with brackets). These have never
shown up before. Did htDig mogrify itself while it sat on my
computer? (I didn't do anything to change it.) Or, more likely,
I
2006 Sep 13
4
Mini_Magick Problem
I can''t for the life of me figure this out. Been banging my head on
this since the weekend, and can''t see what I''m doing wrong.
This code works:
image.resize("640x480")
image.write(path)
I run this and I get the resized file just fine.
This doesnt work at all:
width = 200
height = 100
dimensions = "#{width}x#{height}"
2006 Apr 20
1
Bootstrap error message: Error in statistic(data, origina l, ...) : unused argument(s) ( ...) [Broadcast]
I quoted the relevant part of the documentation for you. Have you actually
try to read what it says?
Sure, you don't get any error, but have you checked whether any
bootstrapping was actually done? Most of those functions are generics, thus
having the "..." argument that can take anything. Doesn't mean they will be
used. See if the following helps:
> x <- 1:10
>
2006 Jul 30
0
error resizing image using minimagick
Hi.
I''m uploading images using a standard form. A thumbnail is made using
minimagick, when I upload files larger than 2 MB I get this error:
ImageMagick command (mogrify -resize 500x500 /tmp/minimagic15697.0)
failed: Error Given 256
Images smaller than 2 MB works fine. Is there some configuration I need to do?
regards
Claus