Displaying 20 results from an estimated 94 matches for "lse".
Did you mean:
else
2006 Jan 16
2
New RPM packages for CentOS4.0
...ude cdr_addon_mysql.so and format_mp3.so
- asterisk console is automatically launched on pseudo tty8
- zaptel init script configs are moved to /etc/sysconfig/zaptel
- tested to work with AMP (required software available as rpms)
Other packages released
========================
astcc-40-1.RHEL4.LSE.i386.rpm
asterisk-sounds-31-1.RHEL4.LSE.i386.rpm
gtkiaxyprov-17-1.RHEL4.LSE.i386.rpm
gastman-54-1.RHEL4.LSE.i386.rpm
iaxyprov-15-1.RHEL4.LSE.i386.rpm
lame-3.96.1-RHEL4.LSE.1.i386.rpm
lame-devel-3.96.1-RHEL4.LSE.1.i386.rpm
perl-DBD-mysql-3.0002-1.RHEL4.LSE.i386.rpm
perl-IPC-Signal-1.00-1.RHE...
2012 May 26
2
avoid error within for loop, try, trycatch, while, move to next iteration, unlist
...e code here that has to do with random numbers that may or may not produce an error and calculates the values of two scalar quantities: spboots and seboots,
logitspb=log(spboots/(1-spboots))
logitseb=log(seboots/(1-seboots))
#assume that I only care about logitseb for the moment
}
list(lse=logitseb)
}
# Now the following works just fine:
res=0
for(bb in 1:100) {
res[bb] <- try(logitsboots(x,y,Jbh), TRUE)
}
az=unlist(res[sapply(res, function(x) !inherits(x, "try-error"))])
#So far, so good and everything is working fine with "az" having the...
2006 Jan 16
1
Problem with installation of rpm's, Please help me.
Hi All,
I am a newbie and trying to install Asterisk from instructions given in
http://www.voip-info.org/tiki-index.php?page=Asterisk+RPM. We have Centos 3.3 so
I downloaded rpm's from
ftp://ftp.linuxsys.com/pub/LSE/packages/CentOS-3.4/asterisk-1.0.9/ and tried
installing one by one but I get the following errors
error: Failed dependencies:
asterisk = v1.0.9 is needed by asterisk-libpri-v1.0.9-4.RHEL3.LSE
error: Failed dependencies:
asterisk = v1.0.9 is needed by asterisk-addons-v1.0.9-4.RHEL3.LSE
Under Cen...
2006 Jan 26
5
Asterisk 1.2.3 CentOS 4.x RPMS
Available in the usual place.
ftp://ftp.linuxsys.com/pub/releases/CentOS-4.0
This release includes minor spec changes, spandsp 0.0.2pre23, a new
Sangoma wanpipe RPM for use with the LSE kernel rpm and an AMP
installation document.
Best Regards,
--
Andrew McRory - President/CTO
Linux Systems Engineers, Inc. - http://www.linuxsys.com
Located in beautiful Tallahassee, Florida
Office 850-224-5737
Office 850-575-7213
Mobile 850-294-7567
2011 Aug 20
4
I have a problem with R!!
...es y el valor objetivo, T, as?
como el m?ximo valor admitido para la proporci?n de producci?n no
conforme, a cada lado de los l?mites de especificaciones#
# Ingrese ahora el valor del l?mite inferior de especificaciones#
LIE <- 13
# Ingrese ahora el valor del l?mite superior de especificaciones#
LSE <- 17
# Ingrese ahora el valor objetivo#
T <- 14.5
# Ingrese ahora el m?ximo valor admitido para la proporci?n de producci?n
no conforme a cada lado de los l?mites de especificaciones#
MA<- 0.00135
D<- min ((LSE-T), (T-LIE))
compo1 <- function(data, indices)
{
d<- data[indices]
n...
2015 Nov 03
2
S/MIME certificates in Samba 4 LDAP
...is a missing feature or a bug?
>
> Not sure. Can you provide network traces of Thunderbird
> trying to do this against a Samba4 AD/DC ?
Here are the packet details for the search request:
Lightweight Directory Access Protocol
LDAPMessage searchRequest(2)
"OU=People,OU=Users,OU=LSE,DC=corp,DC=lsexperts,DC=de" wholeSubtree
messageID: 2
protocolOp: searchRequest (3)
searchRequest
baseObject:
OU=People,OU=Users,OU=LSE,DC=corp,DC=lsexperts,DC=de
scope: wholeSubtree (2)
derefAliases: neverDerefAliases...
2002 Mar 01
2
step, leaps, lasso, LSE or what?
...uot; as
being a pretty good approach? Has it proved its worth on a variety of
problems? Or is
it at the "interesting idea" stage? What, if anything, would be widely
accepted as
being sensible -- apart from having "good judgement".
In econometrics there is a school (the "LSE methodology") which argues for
what
amounts to stepwise regressions combined with repeated tests of the
properties of
the error terms. (It is actually a bit more complex than that.) This has
been coded in
the program PCGets:
(http://www.pcgive.com/pcgets/index.html?content=/pcgets/main.html)...
2007 Dec 21
3
Numerical precision problem
...ther statistical software, can tell the difference between very small numbers and 0, while apparently cannot distinguish a number close to 1 and 1. In the example below, is it possible to instruct R to recognize that q is different from 1?
> p=.00000000000000000000000000000001
> p==0
[1] FALSE
> q=.99999999999999999999999999999
> q==1
[1] TRUE
Interestingly,
> (1-p)==1
[1] TRUE
The main problem I have is that I need to evaluate the inverse of the normal Cumulative Distribution Function near 1 (but not exactly 1) and the PC cannot recognize it.
Thank you very much for yo...
2020 Oct 15
3
Out-of-line atomics implementation ways
Greetings everyone,
I am working on Aarch64 LSE out-of-line atomics support in LLVM, porting this GCC series: https://gcc.gnu.org/legacy-ml/gcc-patches/2019-09/msg01034.html
After local design experiments I've got some questions about upstream-suitable ways of implementation. More specifically:
1. Pass to expand atomics to library helper fu...
2016 Sep 11
2
[Target] AsmParser Error : key functions missing
Hi All,
I wrote a very crude and simple AsmParser for my backend. llvm-tablegen
also generates asm-matcher .inc file without any error. I have included the
.inc file in my class for AsmParser.
However, while building llvm, in linking stage for LTO, i am getting error
- undefined reference to functions - ComputeAvailableFeatures,
MatchInstructionImpl, MatchRegisterName and
2006 Jan 17
0
Problem with installation of rpm's, Please, help me.
mkumar@mantragroup.com wrote:
> Hi All,
>
> I am a newbie and trying to install Asterisk from instructions given
> in http://www.voip-info.org/tiki-index.php?page=Asterisk+RPM. We have
> Centos 3.3 so
> I downloaded rpm's from
> ftp://ftp.linuxsys.com/pub/LSE/packages/CentOS-3.4/asterisk-1.0.9/
and > tried installing one by one but I get the following errors
Manoj,
Run in the installation with all the package names in one command like so:
rpm -ivh --nodeps asterisk-v1.0.9-4.FC1.LSE.i386.rpm \
asterisk-libpri-v1.0.9-4.FC1.LSE.i386.rpm \
asterisk...
2017 Sep 29
0
SchedClasses
...ng at the scheduling model of the ThunderX2. I am trying to figure out the cost of the LDADDALX instruction. The following program’s output is:
> name LDADDALX; class 872
> microops 65535
> I would have assumed that the microops are less than 20. The ThunderX2 has a detailed cost model for LSE. Could somebody tell me what I am doing wrong?
>
> Cheers,
> Tom
>
> #define GET_REGINFO_ENUM
> #include "AArch64GenRegisterInfo.inc"
>
> #define GET_INSTRINFO_ENUM
> #include "AArch64GenInstrInfo.inc"
>
> #define GET_SUBTARGETINFO_ENUM
>...
2017 Sep 30
1
SchedClasses
...t; */
>
> I bet the problem is that “WriteAtomic” is marked unsupported, so it gets
> an invalid sched class. The invalid NumMicroOps means that the scheduler
> will assert if it ever sees that instruction.
>
>
The scheduler does not assert if it sees LDADDAL, or any other of the LSE
instructions on ThunderX2. We've been generating LSE code for months now,
with LLVM built in debug+assert+expensive-checks mode.
--Stefan
--
Stefan Teleman
stefan.teleman at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/...
2015 Oct 30
2
S/MIME certificates in Samba 4 LDAP
Dear Samba users and developers,
we had the idea of storing S/MIME certificates in the Samba 4 LDAP.
In the Windows Active Directory Users and Computers tool I can use the
"Published Certificates" tab to add a certificate to a user account.
As Mozilla Thunderbird requests the "userCertificate;binary" attribute
of a user when sending encrypted mail, the LDAP response is empty.
2017 Sep 22
2
SchedClasses
...ll,
I am looking at the scheduling model of the ThunderX2. I am trying to figure out the cost of the LDADDALX instruction. The following program’s output is:
name LDADDALX; class 872
microops 65535
I would have assumed that the microops are less than 20. The ThunderX2 has a detailed cost model for LSE. Could somebody tell me what I am doing wrong?
Cheers,
Tom
#define GET_REGINFO_ENUM
#include "AArch64GenRegisterInfo.inc"
#define GET_INSTRINFO_ENUM
#include "AArch64GenInstrInfo.inc"
#define GET_SUBTARGETINFO_ENUM
#include "AArch64GenSubtargetInfo.inc"
#include...
2015 Nov 19
1
S/MIME certificates in Samba 4 LDAP
...network traces of Thunderbird
>>> trying to do this against a Samba4 AD/DC ?
>>
>>
>> Here are the packet details for the search request:
>>
>> Lightweight Directory Access Protocol
>> LDAPMessage searchRequest(2)
>> "OU=People,OU=Users,OU=LSE,DC=corp,DC=lsexperts,DC=de" wholeSubtree
>> messageID: 2
>> protocolOp: searchRequest (3)
>> searchRequest
>> baseObject:
>> OU=People,OU=Users,OU=LSE,DC=corp,DC=lsexperts,DC=de
>> scope: wholeSubtr...
2008 Jan 12
3
Is there a way to handle window (FXDialogBox) "close event" (or any other event/message)?
...log box when user presses Enter in some
text-field, I know how to handle Enter key-press but not how to send
message to the FXDialogBox window).
Vlad
PS: I searched and tried but still failing.
Please access the attached hyperlink for an important electronic communications disclaimer: http://www.lse.ac.uk/collections/secretariat/legal/disclaimer.htm
2009 Dec 30
2
capturing stdout
I'm wondering if anyone knows of a way to capture system messages, for
instance when I do the following:
> system("../DBScripts/getEODData.sh")
.//LSE_20091230.txt: 154.80 kB 207.24
kB/s
./Fundamentals//LSE.txt: 420.58 kB 301.47
kB/s
./Fundamentals//MLSE.txt: 3.42 kB 16.20
kB/s
Remote host has closed the connection.
ncftpget /: remote host closed co...
2012 Apr 13
2
problem with svyby and NAs (survey package)
Hello
I'm trying to get the proportion "true" for dichotomous variable for
various subgroups in a survey.
This works fine, but obviously doesn't give proportions directly:
svytable(~SurvYear+problem.vandal, seh.dsn, round=TRUE)
problem.vandal
SurvYear FALSE TRUE
1995 8906 786
1997 17164 2494
1998 17890 1921
1999 18322 1669
2001 17623 2122
...
Note some years are missing - they are part of the dataset, but all
responses are NA (the question wasn't asked).
However, this gives an error, and I'd like to understand why...
2012 Mar 06
1
LOESS confidence interval
...as mentioning that the variables on the X-axis should be equi-spaced; obviously in my case they are not. Is that the problem? If yes, how can I fix it?
Can anyone help?
Many thanks,
fadi
Please access the attached hyperlink for an important electronic communications disclaimer: http://lse.ac.uk/emailDisclaimer