search for: lss

Displaying 20 results from an estimated 107 matches for "lss".

Did you mean: lds
2017 Jun 20
3
translate formula into R code
Hello, I am trying to implement the following formula using for loops and vectors. I am sure you can use some fancy R code to solve this but I would like to keep it simple and stick to for and vector/array if that is possible. TP = 200; RL = 50; TPR1 = TP - RL; TPR2 = TP + RL; PPO = 0; LSS = 0.1; counter = 1; for(i in res) { # Even if(counter %% 2 == 1) { ls = abs((sum(LSS)* TP)) / (TPR1 - PPO); LSS = c(LSS,ls); } # Odd if(counter %% 2 == 0) { ls = abs((sum(LSS)* TPR2)) / (TP - PPO); LSS = c(LSS,ls); } } -------------- next part -------------- A non...
2017 Jun 20
0
translate formula into R code
Cc'd back to the list... always use reply-all. You say res should have been LSS but LSS is a scalar so the for loop will only run once. What does a successful output look like for a sample input? How do you (we) know when success has been achieved? In fact, what is the formula you want to implement? If your code below is the definition of your "formula" then we are...
2014 Nov 02
2
lss broken when upgraded 4.05 to 6.03
...ng 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), and it works, except that the LSS boot image does not display. Everything is as we have been doing it for years. There is a syslinux.cfg, a boot message in file boot.msg and a LSS image boot.16 It is extremely simple, works fine with 4.05, no image in 6.03. I have hunted through the changelog and searched the mail-list, can'...
2009 Apr 03
1
LSS16 mime
G'day, I created a file to add mime-type detection for lss16 images... All you need to do is put it (unzipped) in /usr/share/mime/packages (or your equivalent) and run: update-mime-database -V /usr/share/mime Then you can just associate lss images with Mtpaint, to make life easier... Note: - I didn't know about the name (lss vs. lss16), so I just w...
2014 Nov 02
0
lss broken when upgraded 4.05 to 6.03
...uirky 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), and it works, except that the LSS > boot image does not display. > > Everything is as we have been doing it for years. There is a > syslinux.cfg, a boot message in file boot.msg and a LSS image boot.16 > > It is extremely simple, works fine with 4.05, no image in 6.03. > > I have hunted through the change...
2005 Oct 21
1
Display images
Hi! First of all, sorry for my english. I have one problem. I'm creating a server to install PC's with PXE (dhcpd, tftp, nfs, etc...). And, at the syslinux moment, the image (splash.lss/logo.16/...) is not displayed, but the text into boot.msg works ok (colors and background ok). I copied files from Knoppix, Fedora and others... But it's the same: No image, but text and colors ok. ## boot.msg: ############################## ^O09^L^Xsplash.lss Benvinguts al servidor STSI....
2004 Oct 18
1
Display file problem with PXELINUX
...er name f2 & f3 just display the text and no image, output from tftpd-hpa shows the incorrect names being called. i am using sarge syslinux-2.11-0.1 RRQ from 123.1.1.111 filename pxelinux.cfg/default RRQ from 123.1.1.111 filename display/brin.txt RRQ from 123.1.1.111 filename display/brins-pxe.lss (works OK) RRQ from 123.1.1.111 filename display/knoppix.txt (calls logo.16) RRQ from 123.1.1.111 filename display/logo.16xe.lss (incorrect name tried) RRQ from 123.1.1.111 filename display/debian.txt (calls splash.rle) RRQ from 123.1.1.111 filename display/splash.rlelss (incorrect name tried) RRQ...
2002 Oct 15
2
AMENDED: Ppmtolss16 trouble...
...rent image conversion program, I have eliminated the Premature EOF problem that I had(apologies if I post this before the moderator approves my first post...you can ignore it if/when it shows up). Now, I am seeing the script complete with no error. I tested my syslinux.dpy file with the syslogo.lss file from the samples, and it's fine. The lss file I created, however, appears skewed and different when displayed. There are only two color values in my input file, (I created a small test file, that is a 10 X 10 white square containing two vertical one-pixel black lines at the left and righ...
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...
2005 Aug 26
1
Help in Compliling user -defined functions in Rpart
...ance=dev) } temp.split<-function(y,wt,parms,continous){ n<-length(y) r<-wt for (i in 1:n-1) {r[i+1]=(sum(wt[1:i])+0.5*wt[i+1])/n} r[1]<-0.5*wt[1]/n wmean<-sum(y*wt)/sum(wt) ci<-2*sum(wt*(y-wmean)*(r-0.5))/sum(wt*y) devci<-abs(ci)*(1-abs(ci)) if(continous){ lss<-cumsum(wt*y)[-n] rss<-sum(wt*y)-lss lw<-cumsum(wt)[-n] rw<-sum(wt)-lw lm<-lss/lw rm<-rss/rw lcss<-cumsum(wt[1:length(lm)]*(y[1:length(lm)]-lm)*(r[1:length(lm)]-0.5)) rcss<-sum(wt*(y-wmean)*(r-0.5))-lcss lci<-2*lcss/lss #concentration index...
2008 Jul 14
5
linux kickstart for domU with a SXCE b90 dom0
Hi All: Using the following line, I am trying to install Scientific Linux (a RHEL derivative like CentOS), but the installer never sees my kickstart file : virt-install -n test-dev1 --ram=1024 --vcpus=2 --file=/dev/zvol/dsk/zfs_pool/xen/lss-kickstart1/root \ --file=/dev/zvol/dsk/zfs_pool/xen/lss-kickstart1/swap \ --file=/dev/zvol/dsk/zfs_pool/xen/lss-kickstart1/nfs \ --accelerate --paravirt --nographics --location=http://135.1.29.1/nfs/scientific/52/x86_64/ \ --autocf nfs:135.1.37.162:/zfs_pool/nfs/xen_guest_sl52_x86_64_ks/kickst...
2002 Jan 12
0
HOWTO make lss
Hello, it took me some time until I found out how to make _working_ .lss files for syslinux. So, here is the (rough) howto, maybe you like to include it in an FAQ. - Use a paint tool "gimp" (if you know how to handle it) to create the boot logo, keep in mind that it will have (at the end) only 16 color. - make sure it has 640 width. - save it as gif &lt...
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....
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 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 cBlu...
2014 Oct 14
2
[LLVMdev] Problem of stack slot coloring
...ll - Spill all registers remaining after rematerialization. > void InlineSpiller::spillAll() { > // Update LiveStacks now that we are committed to spilling. > if (StackSlot == VirtRegMap::NO_STACK_SLOT) { > StackSlot = VRM.assignVirt2StackSlot(Original); > StackInt = &LSS.getOrCreateInterval(StackSlot, MRI.getRegClass(Original)); > StackInt->getNextValue(SlotIndex(), LSS.getVNInfoAllocator()); > } else > StackInt = &LSS.getInterval(StackSlot); > > if (Original != Edit->getReg()) > VRM.assignVirt2StackSlot(Edit->getReg()...
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 6.03-pre18, n...
2014 Oct 13
2
[LLVMdev] Problem of stack slot coloring
Hi, Can anyone help me with the stack slot coloring optimization? This corresponding file is /lib/codegen/stackslotcoloring.cpp. It is said this optimization was for stack slot overlay for frame size reduction, after register allocation phase. And this transformation pass relies on the LiveStack analysis pass. How, when checking the source code, it seems the LiveStack analysis has not been
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 memory got jogged, and I recalled the Puppy...