Displaying 20 results from an estimated 188 matches for "2_".
2005 Apr 18
2
Construction of a large sparse matrix
...to create this matrix? I'm
at the limit of my experience and could use a pointer if anyone is able
to provide one.
Many thanks,
Harold
P.S. The matrix above is added to another matrix to create the
covariance matrix below. The code above is designed to create the
portion of the matrix \sigma^2_{vle}\bm{J} .
\begin{equation}
\label{vert:cov}
\bm{\Phi} = var
\left [
\begin{array}{c}
Y^*_{1}\\
Y^*_{2}\\
Y^*_{3}\\
Y^*_{4}\\
\end{array}
\right ]
=
\left [
\begin{array}{cccc}
\sigma^2_{\epsilon}\bm{I}& \sigma^2_{\epsilon}\rho\bm{I} & \bm{0} &
\bm{0}\\
\sigma^2_{\epsilon}\rho\bm...
2005 Mar 18
3
Asterisk handling of SIP info
We encouter a situation where we need to use SIP info to convey infomation
for one end point to another endpoint. I use asterisk to do the test and
find asterisk does not forward the SIP info to another endpoint, but act as
UAS and returns a 4xx error message. I think asterisk is not right to handle
this SIP info message.
In RFC 3261 Page 70 "This protocol is designed to be extended.
2012 May 07
2
substr not by position but by symbol
Hi all,
One of my variables looks like this:
.7_-.3_-.2_.9
And this is a character variable. I made this by combining four different
number like .7, -.3, -.2, and .9 using paste function.
Now, I want to go back to original format from this one combined character
variable. For instance, I want to extract 3rd number, -.2, from this
character.
I know I ca...
2006 Dec 10
1
Noncentral t & F distributions
Dear List:
The square of the noncentral t-statistic with noncentrality parameter
\delta is a noncentral F with noncentrality parameter \lambda=\delta^2.
So, t^2_{\nu,\delta} = F_{1,\nu,\lambda=\delta^2}. Consequently, it
should follow that t^2_{1-\alpha/2,\nu,\delta} =
f_{1-alpha,1,\vu,\lambda=\delta^2}. However, this is not what is
happening with the following code. The central distributions agree as
they should but the noncentral distributions do n...
2013 Jan 27
1
PATH directive rules
Hello Syslinux Team,
If I understand correctly (and I should emphasize that condition),
the lib*.c32 library modules, when required, are initially
searched-for according to the following (fallback) rules:
1_ Search for the relevant lib*.c32 file(s) in the Current Working
Directory.
2_ Search for the relevant lib*.c32 file(s) in the directory where
ldlinux.c32 is located.
Then the lib*.c32 files are searched-for according to the PATH
directive, as follows:
3_ Search for the relevant lib*.c32 file(s) in the paths indicated by
the PATH directive, in the same order as they are s...
2016 Mar 06
4
Syslinux 6.04-pre1
...uild
> + SYSLINUX from source.
> +
> Changes in 6.03:
> * chain: Fix chainloading on 6.02 (Raphael S. Carvalho).
> * core: Do not leak the __lowmem and __bss16 macros to modules;
1_ The NEWS file would not be an adequate place to post such
information, for several reasons.
2_ Expressing the problem with NASM in such a way would be very
inaccurate. The problem is in NASM 2.11.06, and only in that version.
The problem is not in Syslinux, and many other versions of NASM (such
as 2.11.05) have no problem.
As I already said multiple times (not just in the Syslinux Mailin...
2009 Feb 19
2
Effects of going read-only on dovecot & pop/imap clients
...03:19+00:00 mail2 dovecot: pop3-login: Login:
user=<test2 at markandruth.co.uk>, method=PLAIN, rip=10.15.10.95,
lip=10.15.10.102:11002
2009-02-19T14:03:19+00:00 mail2 dovecot: POP3(test2 at markandruth.co.uk):
open() failed with file
/var/spool/mail/supplier_2/ma/rk/an/markandruth.co.uk/te/st/2_/test2/Mai
ldir/dovecot.index.log: Read-only file system
2009-02-19T14:03:19+00:00 mail2 dovecot: POP3(test2 at markandruth.co.uk):
open(/var/spool/mail/supplier_2/ma/rk/an/markandruth.co.uk/te/st/2_/test
2/Maildir/dovecot-uidlist.lock) failed: Read-only file system
2009-02-19T14:03:19+00:00 mail2 d...
2014 Jun 08
2
How to use --once? Does it work?
>
> To be clear, I am not saying there is no bug - there might be.
>
I performed the following test with several versions of Syslinux:
1_ Execute:
'extlinux --once=non_default_label --install /mnt/sda1' ;
2_ In first reboot, the "non_default_label" should be executed;
3_ In second reboot, the default label should be executed.
Results:
_ 4.05 to 4.07: OK.
_ 5.00-pre1 to 5.00-pre7: fail.
_ 5.00-pre8: step #2 OK, step #3 buggy.
_ 5.00-pre9 to 5.11-pre9: OK.
_ 6.xx and 6.xx-pre*: fail.
Consider...
2003 Mar 26
5
predict (PR#2686)
...levels, even if the "new" levels are
merely levels in the original that didn't occur in the original fit and were
sensibly dropped, and that don't occur in the prediction data either. (At
least if `drop.unused.levels' was set to TRUE, which the default.)
test> scrunge.data.2_ data.frame( y=runif( 3), disc=factor( c( 'cat', 'dog',
'cat'), levels=c( 'cat', 'dog', 'earwig')))
test> lm.predbug.2_ lm( y~disc, data=scrunge.data.2)
test> predict(lm.predbug.2, newdata=scrunge.data.2)
Error in model.frame.default(object, data...
2008 May 28
2
Gantt chart like graphics
...2 NA
.
04.4.2008 2 2 1
05.4.2008 NA 2 NA
(date ascending order, 1:n products with status 1, 2 or NA)
and want to produce a graphic like this, where 1 or 2 are colored
rectangles, NAs are white:
product1 11..........2............2_
product2 11..........2............22
.
.
productn 12.........._............1_
time_axis (=dat) ->
which looks like a Gantt chart with multiple time slots. I have tried it
with image() which looks good, but I don't know how to produce an y-axis
with labels product1, etc. and...
2017 Mar 26
3
where to swap
...3b6e57c64bc933f76d059.
>
>
> Except possibly the xor %cx, %cx part as above depending on how
> causcious or spacesaving you want to be.
>
> It seems both Thomas and I think it should remain.
>
>
> --
> MartinS
Then I would suggest:
1_ revert the wrong commit;
2_ apply the first part of the "right" patch in one commit, as it
corrects one known bug;
3_ apply the second part of the "right" patch in a separated commit,
which can potentially deal with a different situation than the first
part of the patch, and, if for some reason addition...
2017 Mar 21
1
I/O error
...> A: Because it fouls the order in which people normally read text.
> Q: Why is top-posting such a bad thing?
> A: Top-posting.
> Q: What is the most annoying thing in e-mail?
>
>
> 0_ Please avoid top-posting.
>
> 1_ Beware: YOCTO/OE uses a customized Syslinux.
>
> 2_ It is still not clear (to me) when exactly the failure occurs. Does
> it fail before the bootloader? Is the bootloader itself failing? Is the
> _kernel_ not loading, after the bootloader step got already to the boot
> prompt?
>
> 3_ Perhaps it would help if you would post your ent...
2013 Sep 17
2
Request for the Admin
To the Syslinux mailing list administrator(s):
There seem to be some issue when searching the Syslinux mailing list
archives.
To replicate (example):
1_ Open a Google web search page
2_ Search for "site:http://www.syslinux.org/archives/"
3_ Click "Search tools"
4_ Limit the search to "Past month".
Result: no match!
This has been happening for about 10 months or so.
A few mailing list search repositories / engines had kept caching the
Syslinux mail...
2014 Jun 26
2
ALLOWOPTIONS directive
...t. The default is 1.
[/quote]
My understanding of the behavior of "ALLOWOPTIONS 0" is that unless I
type-in a command that is exactly the same as the result of executing
a label, then the command is "not accepted" ("not allowed").
1_ Is my understanding correct?
2_ Are there any cases in which the resulting behavior is different
from using the IMPLICIT directive (with respective labels)?
While using 'ALLOWOPTIONS 0'...
3_ Should typing-in a 'label' (instead of the whole equivalent
command) be accepted too?
4_ If I type-in a 'label&...
2020 Oct 21
1
Customized theme for Syslinux.cfg
...quot;delete" the menu border (i.e. the menu border would _really_ be "zero pixels")? If that's the case, that's not >available as a >directive in syslinux.cfg, so you would need to hack the source code (and most probably you would be on your own at >that).
>
>2_ Regarding the color of the boot command (starting from the boot menu), the same link you posted also mentions other elements, >such as "menu color cmdmark"
>and "menu color cmdline".
>
>3_ Unless you specifically want to use a Syslinux variant (e.g. ISOLINUX), I w...
2013 Sep 15
2
syslinux.exe, 5.01 on xp: Failed to load COM32 file, and more
...related to Syslinux (e.g. the cfg file, the c32
> modules...) should be located under "c:\syslinux\" (.c32 files should
> always match the same version of Syslinux being installed, and don't
> forget to use the lib*.c32 files.) - this should be your first step;
>
> 2_ all relevant absolute paths (like the one used in your "display"
> directive in your cfg) shall be edited accordingly (or,
> alternatively, use relative paths);
>
> 3_ The new suggested installation command would/should be:
> c:\syslinux\syslinux.exe --force --mbr --ac...
2016 Feb 26
5
Anyone know whats up with wiki?
...comes from setting:
$wgDisableCounters = true;
Additionally, there used to be a "Special:PopularPages" page, available
as an item at:
Special Pages -> Data and Tools -> (Wiki) Popular Pages
These two seem to be separate features in the wiki, but of course they
are related.
2_ Additional links that are not in the Special Pages wiki page anymore
(and they used to be):
_ Special Pages -> Lists of pages -> Pages linking to disambiguation
pages
( Special:Disambiguations )
_ Special Pages -> Media reports and uploads -> File path
( Special:ListFiles )...
2017 Mar 21
2
I/O error
Thanks. I've looked through all the links, and it seems everything is
fine wrt. to what was mentioned there (I've disabled 64 bits in mke2fs,
but it didn't help). I'd be glad to provide more details, but the error
message is the only info I've got by now. It seems nothing else can be
got from syslinux shell without modifiying the code.
I've tried to make it load the kernel
2023 Mar 15
1
SD
Estimados
Como se puede calcular la desviación estandar a partir de un intervalo
de confianza?
--
Me quede con dudas al leer
https://www.i-ciencias.com/pregunta/68825/como-calcular-la-media-y-la-desviacion-estandar-en-r-dado-un-intervalo-de-confianza-y-una-distribucion-normal-o-gamma
saludos
José
2007 Dec 17
1
Parse Expression
...ext=paste("df=data.frame(", cmd, ")", sep="")))
But it comes out " Error in parse(file, n, text, prompt, srcfile, encoding)
:
syntax error, unexpected $undefined, expecting ',' in
"df=data.frame(cbcDummy10to12 = 1,cbcForeWrld_Ret = 1,cbcYC10-2_"
"cmd" is a character string I obtained before, it is like:
cmd
[1] "cbcDummy10to12 = 1,cbcForeWrld_Ret = 1,cbcYC10-2_wld = 1"
Could anyone give me some advice? Many thanks.
--
View this message in context: http://www.nabble.com/Parse-Expression-tp14370218p14370218....