Displaying 20 results from an estimated 41 matches for "linne".
Did you mean:
line
2009 May 03
3
Optim function in the loop
Hi all,
I wrote the following lines of codes try to do some iterations to find the
global optimal values, but the function does not execute properly. Every
time codes stop after one iteration right after executing the optim()
function. Does anyone could have me to take a look? Thanks.
if (count>0){
k=k+0.05;
mu0=c(83+k,0,0)
Sigma0= diag(0.4,3)
initpar=c(.1+10*k,10*k,10*k,10*k) # initial
2019 Mar 25
2
lld based tool
...e? Most of the input files given to a linker is obvious -- if a command line argument does not start with dash and if is not an argument for an option, it is a filename. So I'm guessing you want to resolve library file names given by -l. Am I correct?
On Mon, Mar 25, 2019 at 11:14 AM Alexander Linne via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote:
Hello,
i am currently trying to write a tool based on lld. Specifically I want
to parse a ld command line to determine the input and output files and
the kind of each input file given a ld command line....
2005 Mar 14
2
How NuFone.Net's customer service works.
Hello All,
I have been using asterisk for some time, and I would like for all
to take a look at what NuFone does when they get something called out
about their website. I ordered a 800 number from them on 3/4/05, they
did not make me aware of the time that they took in provisioning and how
terrible their support was. I called them on Tuesday 3/8/05 asked for a
phone call because the
2019 Mar 25
2
lld based tool
...of each input file given a ld command line.
Unfortunately, the ELF linker does not expose any API to just parse the
command line.
My question: if I would refactor this module to expose such an API,
would this have any chance of being merged back into the official
repository?
Regards
Alexander Linne
2007 Oct 18
1
new FLAC support
as devices that support FLAC come out from time to time, I update the
front page on the FLAC site, but it occurred to me that people might
miss some of these. the ideal way would be to set up an rss news
feed but until that's ready, here are a few from the last month or so:
Linn Klimax DS networked digital music player
http://www.linn.co.uk/klimax_ds
Pioneer SC-LX90 amplifier
2005 Mar 04
2
Bluetooth phone as SIP handset?
Even better you can set your firefly softphone to auto answer so that
you don't even need to be near the pc to answer.
Cheers,
Dean
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Linn Boyd
Sent: Friday, March 04, 2005 2:12 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re:
2012 Oct 10
1
"optim" and "nlminb"
#optim package
estimate<-optim(init.par,Linn,hessian=TRUE, method=c("L-BFGS-B"),control =
list(trace=1,abstol=0.001),lower=c(0,0,0,0,-Inf,-Inf,-Inf,-Inf,-Inf,-Inf,-Inf,-Inf,-Inf),upper=c(1,1,1,1,Inf,Inf,Inf,Inf,Inf,Inf,Inf,Inf,Inf))
#nlminb package
estimate<-nlminb(init.par,Linn,gr=NULL,hessian=TRUE,control =
2000 Jun 30
2
req: list mirrors on http://www.openssh.com/install.html
hello all,
it might be handy to have a list of any mirror sites for the required
libs, Zlib and OpenSSL, on http://www.OpenSSH.com/install.html...
or am i missing something like this on the website?
chris
--
Christopher Linn <celinn at mtu.edu> Staff System Administrator
Center for Experimental Computation Michigan Technological University
All opinions are my
2005 Mar 10
7
IAX2 800 Termination
I am looking for a good provider for IAX2/800 termination. I am
currently using FreeWorldTel and wanted to use NuFone but it seems that
both of them don't provide customer service. FreeWorld has terrible
voice quality and NuFone never answers their phone or responds to messages.
Thanks,
Linn
2008 Apr 15
4
= vs. ==?
Hi
Could anyone please explain to me the difference between the = and the ==?
I'm quite new to R and I've tried to find out but didn't get any wiser...
Thanks
--
View this message in context: http://www.nabble.com/%3D-vs.-%3D%3D--tp16700216p16700216.html
Sent from the R help mailing list archive at Nabble.com.
2003 Oct 15
4
Compile of OpenSSH 3.7.1p2 failing - TRU64 5.1A
All,
I'm getting the following error message when trying to 'make' OpenSSH
3.7.1p2:
cc: Severe: compress.c, line 19: Cannot find file "zlib.h" specified in
#include directive. (noinclfilef)
#include "zlib.h"
-^
*** Exit 1
Stop.
What can I do to get this to compile correctly?
Thanks in advance,
Trevor Strickland
trevor.strickland at ed.gov
2002 Jan 24
3
Configure script
Hello,
Why does the configure scipt include -I/usr/local/include for
CPPFLAGS
and -L/usr/local/lib -R/usr/local/lib for LDFLAGS in the Makefile?
Is this nesscesary? I take them out for security concerns
Thanks
Doug
2011 Mar 04
1
FLAC Albums on sale this month
I don't want this to sound like an advertisement, because I'm
certainly not making any money off of this, but Bleep.com is having a
sale on lossless downloads, and nearly all of the titles are
available in FLAC.
http://bleep.com/index.php?page=dynamic&module=marchsale
Bleep offers a nice alternative to Linn Records and HDtracks, in case
your tastes are more underground.
2000 Jan 25
1
Origin of directory /usr/slocal?
I could not help but notice (at least in the solaris7/x86 port) the existance
of /usr/slocal; what is the origin/purpose of this dir, and what conditions/
restrictions on what goes in there?
thnaks
chris
--
Christopher Linn <celinn at mtu.edu> Staff System Administrator
Center for Experimental Computation Michigan Technological University
All opinions are my
2001 Mar 26
7
RFE: Portable OpenSSH
For a future release of Portable OpenSSH, it would be nice to have a
./configure option to enable the binaries produced, to be statically
linked.
I tried using LDFLAGS option to ./configure .... but this passes
arguments to gcc not ld, this should be documented.
Additionally, I feel that ./configure should --extra-inc=dir and
--extra-lib=dir to add paths to compile (-I) and link lines (-L &
2001 Mar 23
3
2.5.2p2 ssh-keyscan installed group writable?
just wondering about this. i noticed "make install" installs
ssh-keyscan group-writable. is this intentional?
openssh-2.5.2p2/Makefile.in, line 168:
$(INSTALL) -m 0775 -s ssh-keyscan $(DESTDIR)$(bindir)/ssh-keyscan
chris
--
Christopher Linn, <celinn at mtu.edu> | By no means shall either the CEC
Staff System Administrator | or MTU be held in any way liable
2001 Mar 29
3
Patches for OpenSSH 2.5.2p2: evaluate /etc/default/login, makefiles manpages
Dear developers of OpenSSH,
first of all I want to thank you for your excellent work on OpenSSH!
I have compiled OpenSSH 2.5.2p2 on Sun Solaris 2.6 and Sun Solaris 8
and discovered some problems.
The first is that OpenSSH doesn't evaluate the file /etc/default/login
which contains some flags and parameters for the login process.
On important parameter is the default value for PATH.
As we
2001 Nov 12
4
Openssh 3.0p1/Solaris 8 problems still...
Currently under solaris 8 with a fairly generic build:
CC="cc" ./configure \
--prefix=/opt/openssh \
--sysconfdir=/var/ssh \
--with-rsh=/usr/local/etc/rsh \
--with-ipv4-default \
--with-ssl-dir=/usr/local/ssl \
--with-ipaddr-display \
--with-pam \
--with-pid-dir=/var/ssh
cron will quit working since ssh hasn't
2005 May 25
1
boot Soekris 4801 with EXTLINUX
Hi.
I am trying to use EXTLINUX 3.08 to boot a Soekris net4801 from a
CompaqFlash card.
BIOS reports the CF card as the first master harddisk.
During boot/load the loader hangs after this output:
EXTLINUX 3.08 2005-05-19
PXELINUX and LILO works fine on the same setup
It this a general problem with Soekris/net4801 and EXTLINUX?
Regards
Johan Linn?r
2001 Apr 04
1
known_hosts
Hello,
I have just set-up SSH on my UNIX systems. I can connect to all of them
just fine using Win32 client. But when I try to ssh from one UNIX system to
another I keep getting this message:
RSA1 key fingerprint is fa:a2:ac:d6:58:a6:48:0b:cc:13:ea:b7:d5:bd:fd:de.
Are you sure you want to continue connecting (yes/no)?
When I choose yes to the above message it just keeps looping through, never