Displaying 20 results from an estimated 3000 matches similar to: "Syslinux/isolinux: is this possible?"
2003 Sep 25
1
Per-directory "create mask"?
Hi all
Please CC me any replies.
I am currently running samba 2.2.8a under Slackware 8.1 (kernel 2.4.18) to
provide fileserver services to a number of windows 2000 boxes via a single
"resources" share. One of the things stored in this share is a collection
of Protel libraries used in electronic circuit design.
The problem is that protel implements its own access control mechanism for
1999 Dec 07
0
Slow write time to samba 2.0.5a from DOS
Hi there
I have encountered a frustrating problem when running samba 2.0.5a. The
setup has samba 2.0.5a running under Linux 2.2.13 (Slackware 7). This is
set up to provide access to users' home directories using the "homes" share.
A DOS box running MSClient 3.0 is set up to mount a user's home directory as
f: drive using the "net use" command from the command line.
2002 Oct 07
1
Multiboot with isolinux
I used to use multiple syslinux floppy images to implement what I call
CD-ROM-multiboot (EL Torito supports up to 64 bootable images, Award
BIOS 8 images, if not wrey old). Now that floppies are getting too
small, I find that I must find a workaround for hard coded isolinux
directory name in isolinux. Not a big deal, but there might be also
others who would like to have multiboot feature.
--
2005 Mar 30
0
New vorbis music http://pan.zipcon.net
April-1 NEWS from http://pan.zipcon.net
New postings: Arthur_Grossman_Live: Saint-Saens Bassoon-piano Sonata
(opus 168, 1921) with Joseph Levine, piano
William McColl, clarinet and Joseph Levine, piano play the: Grand Duo
Concertant for clarinet and piano by Carl Maria Von Weber, opus 48
(1816)
Felix Skowronek and Marshall Winslow play Reicha's Lento from the
Grand
2002 May 27
1
(no subject)
Hi
H. Peter Anvin wrote the following at 20:55 26.05.2002:
>....
>Most BIOSes are highly cantankerous booting off extended-format
>floppies. They may not be able to read more than a single sector at a
>time, and then have to wait for the floppy to rotate a full turn to read
>the next sector. SYSLINUX will fall back on this mode of operation if it
>has to. Note that *many*
2002 Dec 15
1
errata on pan.zipcon.net
The Italian Harpsichord files were not up as claimed to be --they were the
wrong files. They were replaced Dec 14 at 14.00 PST with the correct ones
including track title. My apologies. Also ogg files were missing for several
recordings. They have been added.
To do yet: record jacket info and more recordings.
We welcome cooments and suggestions.
.....Al Goldstein
--- >8 ----
List archives:
2007 Jan 23
1
music.ibiblio.org: bad Vorbis comments?
Hi,
having inspected one of the files found at music.ibiblio.org, I realized that the
comments are quite poor or misformatted in the files.
I'm telling you, because:
1) I think it's great to have some free music
2) I think the performers deserve to be recognized
Generally, I'd put as much as possible into the Vorbis comments. Then you could
skip creating these index.html manually:
2002 Jan 13
3
RC3: I'm impressed
SUMMARY
I'm impressed.
RC3 withstood anything I could throw at it. "-q 3" is really Vorbis' sweet
spot, almost perfect, and "-q 0" is eminently usable, with only marginal
defects for normal usage.
Already sent money, will do that again.
* * *
I spent at least 40 hours in the last week testing RC3. I selected a few
fragments from pop, classic and jazz CDs in my
2010 Feb 01
0
[JOBS] Entry-to-mid level Rails developer wanted in Adelaide or Sydney, Australia!
Hi,
My name is Sebastian von Conrad and I''m not a recruiter; I''m a
software developer with e-channel search, an industry leading search
engine marketing agency with offices in Adelaide and Sydney. We''ve
been in business for over 10 years and was recently named as one of
Deloitte Technology Fast 50 Australia for 2009, which means that we''re
one of the 50 fastest
2002 Jan 19
1
correlated random effects in GLMMGibbs ?
Dear R-users,
I wondered if anyone has extended GLMMGibbs to include correlated
random effects, and if so, whether they would be willing to let me
use their code?
Jonathan Myles has no plans to extend glmm in this manner within the
foreseeable future.
With thanks,
Patty
--
--------------------------------------------------------------------------------
Assoc Prof Patty Solomon
2023 Nov 03
1
I need to create new variables based on two numeric variables and one dichotomize conditional category variables.
Hello Everyone,
I have three variables: Waist circumference (WC), serum triglyceride (TG)
level and gender. Waist circumference and serum triglyceride is numeric and
gender (male and female) is categorical. From these three variables, I want
to calculate the "Lipid Accumulation Product (LAP) Index". The equation to
calculate LAP is different for male and females. I am giving both
2020 Feb 19
2
How to index the occasions in a vector repeatedly under condition 1? if not, it will give a new index.
Dear all,
Could you please help me how to get the output as I described in the following example?
x<-c(543, 543, 543, 543, 551 , 551 ,1128 ,1197, 1197)
diff<-x-lag(x)
diff
[1] NA 0 0 0 8 0 577 69 0
How to index the occasions in x repeatedly if the diff<15? if diff>=15, it will give a new index.
I want the output be like y.
y<-c(1,1,1,1,1,1,2,3,3)
Thank you so
2020 Feb 19
2
How to index the occasions in a vector repeatedly under condition 1? if not, it will give a new index.
Dear all,
Could you please help me how to get the output as I described in the following example?
x<-c(543, 543, 543, 543, 551 , 551 ,1128 ,1197, 1197)
diff<-x-lag(x)
diff
[1] NA 0 0 0 8 0 577 69 0
How to index the occasions in x repeatedly if the diff<15? if diff>=15, it will give a new index.
I want the output be like y.
y<-c(1,1,1,1,1,1,2,3,3)
Thank you so
2000 Dec 03
4
Low bitrate high-band coding...
Hi,
I'd like to contribute to Vorbis and I think this may be of some interest for
low bitrate coding. I have been experimenting with low bit-rate coding for the
high-band (11 kHz to 22 kHz) and, though I haven't yet started quantizing my
coefficients (a gain and an LPC filter), I expect to be able to approximate the
whole 11-22 kHz band with around 1000 bits/s per channel (maybe even 500
2018 Mar 15
0
Vary an equation using values from a sequence
I thnk what you want is ?outer. e.g.:
outer(Data -min(Data),value,FUN = "+")
Whether this works for your real task, however, may depend on details and
complexities that you have omitted.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along and
sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom
2002 Apr 15
1
syslinux 1.67 - have to use '-s' on my Dell CPiA 366
Hi. I need to use '-s' with syslinux, in order to make it work on my
Dell CpiA 366 laptop *when I use 1722kB floppies*.
Plain 1440kB floppies work w/o '-s'.
1722kB images work well with bochs without the use of '-s'.
http://bochs.sf.net/
Thanks,
Dag B
http://syslinux.zytor.com/faq.php
"The -s option, if given, will install a "safe, slow and stupid"
2023 Nov 03
1
I need to create new variables based on two numeric variables and one dichotomize conditional category variables.
Well, something like:
LAP <- ifelse(gender =='male', (WC-65)*TG, (WC-58)*TG)
The exact code depends on whether your variables are in a data frame or
list or whatever, which you failed to specify. If so, ?with may be useful.
Cheers,
Bert
On Fri, Nov 3, 2023 at 3:43?AM Md. Kamruzzaman <mkzaman.m at gmail.com> wrote:
> Hello Everyone,
> I have three variables: Waist
2024 Jan 17
1
Is there any design based two proportions z test?
Hello Everyone,
I was analysing big survey data using survey packages on RStudio. Survey
package allows survey data analysis with the design effect.The survey
package included functions for all other statistical analysis except
two-proportion z tests.
I was trying to calculate the difference in prevalence of Diabetes and
Prediabetes between the year 2011 and 2017 (with 95%CI). I was able to
2023 Nov 03
1
I need to create new variables based on two numeric variables and one dichotomize conditional category variables.
df$LAP <- with(df, ifelse(G=='male', (WC-65)*TG, (WC-58)*TG))
That will do both calculations and merge the two vectors appropriately. It will use extra memory, but it should be much faster than a 'for' loop.
Regards,
Jorgen Harmse.
------------------------------
Message: 8
Date: Fri, 3 Nov 2023 11:10:49 +1030
From: "Md. Kamruzzaman" <mkzaman.m at gmail.com>
2003 Sep 12
3
Updating BIOS with pxe syslinux memdisk & DOS problems
Hi all,
We are hoping to update our BIOSes remotely with pxelinux and memdisk (it is
for a 600 node Beowulf cluster with no floppy access). The DOS floppy loads
and starts, however somehow the flash utility 'phlash.exe' or 'phlash16.exe'
are both unable to load the provided rom image and just stop doing nothing.
It looks like it can't access the rom image somehow, which is