similar to: Graphic file 640X480

Displaying 20 results from an estimated 3000 matches similar to: "Graphic file 640X480"

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)) /
2017 Feb 02
2
Conversion error Illegal multibyte sequence in smbstatus
Hi, My output of smbstatus is bugged somehow in the Locked files section. For every line with a non ascii character, the whole string from the character to the end (included) is removed. Hence the line is attached to the next one. Here is a simplified example Locked files: Pid ... SharePath Name Time --------------------------------- 8910 ... /path
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 left with no
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 went by what the "file"
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.
2004 Oct 18
1
Display file problem with PXELINUX
Hi All, I am having trouble with pxelinux display file not calling the correct name to retrieve the graphic image. I guess the filename length is determained the first time ^X is used, and doesnt re-size the field name on next call. For example when cycling through F1 - F2 - F3 the f1 image displays fine, and its the longer name f2 & f3 just display the text and no image, output from
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),
2002 Oct 15
2
AMENDED: Ppmtolss16 trouble...
Upon finding a different 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,
2014 Oct 14
2
[LLVMdev] Problem of stack slot coloring
Hal's advice helps me a lot to understand the implementation much better. Thanks so much! So, now I am able to state my problem more clearly: 1) There are two kinds of locals, i.e., the local variables originated from the source code (like C/C++), and the compilation generated temporaries. After instruction selection phase, the former is seen as frame indexes, while the latter is seen as
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
2003 Jun 05
1
ppmtolss16, Permature EOF!
Hi , I am using syslinux-2.04. I used the isolinux boot loader, to create a customized boot cd. As an add on to that process, i thought of displaying the product logo in the bootup screen. So as the document suggested i went on to create the lss from png. But it failed with following message. $ ~archives/syslinux-2.04/ppmtolss16 < ipm-white.pnm > ipm-white.lss './ppmtolss16:
2004 Aug 08
1
How to Create Boot Message?
Hi, I'm trying to make a splash screen for my own boot disk.I have already my own Logo in .lss but how can i make boot.msg? I put <Ctrl-X>myfile.lss but syslinux displays the text cause is text file how can i turn this file to display format with which programm. Sorry one more time but i didn't found anything on the net. Best Regards Menuhin
2003 Apr 11
2
Making logos...
Hi! I'm trying to create a custom logo for syslinux but keep bumping my head on the conversion to LSS16. The sample syslogo.png works fine so I decided to start with a known quantity by loading it into the Gimp. I cleared the canvas, color filled a blue background (0x000033) placed some yellow letters on the blue (0xffff00) and saved the file back out with the default compression. The
2005 Jun 05
2
pxelinux and DISPLAY
I've begun tinkering with syslinux v3 and have uncovered an anomoly with the DISPLAY file when called by pxelinux.0. If I have: DISPLAY boot.msg With an "^Xsplash.lss\n" in the file boot.msg (exactly: 18 73 70 6C 61 73 68 2E 6C 73 73 0A) file, it will fail to load the rle image. And produce some goofy results in the tftpd log: Jun 5 06:27:06 pxe in.tftpd[24649]: RRQ from
2003 Feb 28
2
optim
Dear all, I have a function MYFUN which depends on 3 positive parameters TETA[1], TETA[2], and TETA[3]; x belongs to [0,1]. I integrate the function over [0,0.1], [0.1,0.2] and [0.2,0.3] and want to choose the three parameters so that these three integrals are as close to, resp., 2300, 4600 and 5800 as possible. As I have three equations with three unknowns, I expect the exact fit, i.e., the SS
2005 Jan 22
3
Cisco ATA186 and Asterisk dialplan
Hi all, I have a Cisco ATA186 connected to an Asterisk Server (SIP) The dialplan uses 1XX for local extensions and XXXXXXX for external numbers, where the first digit is always different than 1. In this moment, when I dial 123 for example, ATA waits till timeout before dialing that number. The same for the longer one. How can I do to make it dial imediately when 3 digits starting with 1 are
2012 Sep 12
2
valgrind crashing
I am trying to do a classic R -d valgrind --vanilla < mypkg-Ex.R as described in http://cs.swan.ac.uk/~csoliver/ok-sat-library/internet_html/doc/doc/R/2.9.1/doc/manual/R-exts.html#Using-valgrind The problem is valgrind crashes imediately. I am using Ubuntu 10.04 LST (actually Biolinux) on a 64bit Dell Precision laptop with 4 core-i5 Intel processors. I have R-2-15-0 installed from source
2008 Nov 02
1
[PATCH 1/1] com32/libutil/Makefile: Duplicate spotless target
From: Gene Cumm <gene.cumm at gmail.com> Fix duplicate spotless target in com32/libutil/Makefile. Signed-off-by: Gene Cumm <gene.cumm at gmail.com> --- diff --git a/com32/libutil/Makefile b/com32/libutil/Makefile index 31754a9..02789ca 100644 --- a/com32/libutil/Makefile +++ b/com32/libutil/Makefile @@ -56,8 +56,6 @@ clean: tidy spotless: clean rm -f *.lss *.a *.c32 *.com
2008 Feb 21
0
[LLVMdev] compare and swap
On 2/21/08, Chandler Carruth <chandlerc at gmail.com> wrote: > My strongest feeling is that "swap" has no place in an SSA IR, and the > idea of atomically loading, comparing, and storing is far more in > keeping. In fact, I thought the "swap" instrinsic had even been re-named > to "ls" for load-store at some point this summer.. Do you have those
2005 Jun 20
1
Fw: windows clients not able to access shares in next log in
Hi I have installed samba 2.7 default with RH 9.0 ,authenticated by win 2000 active directory domain ,which is working fine.But Some of windows clients are not able to connect the samba server on next log-on. I am seeing their old connection in active state in samba SWAT tool.If i kill their connection from SWAT ,will be able to login and access the share. Is their any alternative methoid to