Displaying 20 results from an estimated 161 matches for "nilsson".
2007 Jan 05
5
php rpm centos4.4
...nd any pure php rpm but it is an php-excel and so on, what php should
i use ?
the yum command do noit find any php to update since i have php installed than
it complains that it needs php-pear and i am in the same situation and i have
several to choose among ..., php-ldap is missing ...
Matthias Nilsson
U.D.COMM.
2006 Jan 24
4
Laszlo on Rails, Flash GUI
Ruby Forum Search did not work, and I did not find any postings about
http://laszlo-plugin.rubyforge.org/. OpenLaszlo is a framework handling
the GUI part, or the V in MVC. See
http://www.laszlosystems.com/lps/laszlo-in-ten-minutes/ for info about
Laszlo itself.
My question is, does anybody have experience with this framework,
especially combined with Rails?
Or, could I get some of the best
2003 Jun 19
2
Grouping binary data
...factors before the model checking.
Are there any nice and simple ways doing this? If so, how? If not, I'd be
grateful for receiving some hints on how this can be accomplished.
Many thanks,
Henric
---------------------------------------------------------------------------------------
Henric Nilsson, Statistician
Statisticon AB, ?stra ?gatan 31, SE-753 22 UPPSALA
Phone (Direct): +46 (0)18 18 22 37
Mobile: +46 (0)70 211 68 36
Fax: +46 (0)18 18 22 33
<http://www.statisticon.se>
2007 Mar 16
3
Unhidden predict methods
Hi,
I've noted that not all `predict' methods are hidden in the namespace:
> methods("predict")
[1] predict.ar* predict.Arima*
[3] predict.arima0* predict.glm
[5] predict.HoltWinters* predict.lm
[7] predict.loess* predict.mlm
[9] predict.nls* predict.poly
[11] predict.ppr* predict.prcomp*
[13]
2008 Apr 04
7
User-specific sshd_config?
Hi.
I wonder if it would be possible to implement support for a
user-specific sshd_config. The primary reason is that I would like the
ability to specify that I'm only allowed to login with a key pair, even
though the system-wide sshd configuration still allows passwords for
other users.
Of course, a user-specific sshd_config file should not be able to break
the security policy of the
2011 Feb 22
0
AddQueueMember and stateinterface question
...(Helsinborg,Local/0424449647 at support)
exten => 0/0424449647,n,Hangup()
;
exten => 1/0424449647,1,Answer()
exten => 1/0424449647,n,RemoveQueueMember(Helsinborg,Local/0424449647 at support)
exten => 1/0424449647,n,AddQueueMember(Helsinborg,Local/0424449647 at support,1,,Lisbeth Mingert Nilsson,SIP/0424449647)
exten => 1/0424449647,n,Hangup()
;
exten => 0424449630,1,Answer()
exten => 0424449630,n,ExecIf($[${QUEUE_MEMBER(Helsingborg,logged)}=0]?Queue(Goteborg,rtT))
exten => 0424449630,n,Queue(Helsingborg,nrtT)
If i dial 0424449630 both desktop and DECT phone rings (if 04244496...
2000 Jan 27
2
Many Unix accounts to one samba account
...ought I could change the Samba password once per month and deliver it to the teachers by e-mail.
But I dont want them all to log in using the same username either, so my question is:
How can i have 200 different Unix accounts and allow them all to mount a volume
with one Samba password ?
//Daniel Nilsson
Gislaveds Gymnasium
2004 Sep 03
6
seq
Hi everyone,
I've tried the below on R 1.9.1 and the 2004-08-30 builds of R 1.9.1
Patched and R 2.0.0 on Windows 2000, and the results are consistent.
> seq(0.5, 0, by = -0.1)
[1] 0.5 0.4 0.3 0.2 0.1 0.0
> seq(0.7, 0, by = -0.1)
[1] 7.000000e-01 6.000000e-01 5.000000e-01 4.000000e-01 3.000000e-01
2.000000e-01 1.000000e-01 -1.110223e-16
Is this really the intended behaviour?
2014 Sep 05
2
Opus decoding performance on ARM devices
...ry nice.
Thanks!
Dan
On 04/09/14 19:40, "Jean-Marc Valin" <jmvalin at jmvalin.ca> wrote:
>Hi Dan,
>
>I suggest you try the code in git master, which has further ARM
>optimizations compared to 1.1.
>
>Cheers,
>
> Jean-Marc
>
>On 04/09/14 08:00 AM, Dan Nilsson wrote:
>> Hi everyone,
>>
>> I have lately been evaluating the performance of various audio decoders,
>> particularly for ARM devices (Cortex A8 / A9). The context is audio
>> playback in a game engine, and thus decoding performance is of
>>particular
>> i...
2013 Feb 27
2
rc.d/sysctl fails to parse sysctl.conf
Hello,
I tried to get my sound working, and long story short: rc.d/sysctl parses
sysctl.conf wrongly if there are sysctls of the form
mib=val1=val2
which is what you need for sound. For reference I needed/wanted
dev.hdaa.4.nid25_config=as=1,seq=15
dev.hdaa.4.nid31_config=as=1
I believe the following patch would address the incorrect parsing:
--- /etc/rc.d/sysctl.old 2013-02-27
2005 Nov 22
11
Building a conditions clause (for find) of multiple optional params?
I want to be able to find items according to various params - category_id, member_id, type_id,
rating, etc. What I have now is something like:
if(@params[''category_id''])
@items=Item.find(:all, :conditions=>["category_id=?", @params[''category_id''])
elsif(@params[''category_id''] and @params[''member_id''])
2006 Nov 10
8
PeriodicalUpdater and popups.
Hi,
I don''t know what might cause this, but maybe you do. If I put the
code below in a html-file and open it in a popup. I get an error on
row 129 in the latest prototype.js bundled with 1.6.5.
popup.html:
<script type="text/javascript" src="/inc/api/prototype.js"></script>
<script type="text/javascript">
Event.observe(window,
2006 Oct 06
13
Need some help with latest win32-mmap
Hi all,
I''ve got the latest win32-mmap code checked into CVS. Unfortunately, it
seems that I''m not able to open an existing mapping and retrieve set
data. Below is a simple example that seems like it ought to work but
doesn''t. Any ideas?
# map1.rb
require ''win32/mmap''
include Win32
mmap = MMap.new(:name => ''alpha'', :size
2001 Nov 06
4
ext3 on md0
Hi!
Is it safe to use ext3 on a md0 device on 2.2.19?? 2.4.x??
/Pär-Ola Nilsson
2006 May 10
1
Allowed quasibinomial links (PR#8851)
Full_Name: Henric Nilsson
Version: 2.3.0 Patched (2006-05-09 r38014)
OS: Windows 2000 SP4
Submission from: (NULL) (83.253.9.137)
When supplying an unavailable link to `quasibinomial', the error message looks
strange. E.g.
> quasibinomial("x")
Error in quasibinomial("x") : 'x' link not av...
2004 Oct 18
3
答复: R plot problems
...hick library should I include in R ?
Best Regards!
Ivy Li
YMS in Production & Testing
Semiconductor Manufactory International(ShangHai) Corporation
#18 ZhangJiang Road, PuDong New Area, Shanghai, China
Tel: 021-5080-2000 *11754
Email: Ivy_Li at smics.com
-----ÔʼÓʼþ-----
·¢¼þÈË: Henric Nilsson [mailto:henric.nilsson at statisticon.se]
·¢ËÍʱ¼ä: 2004Äê10ÔÂ15ÈÕ 17:39
ÊÕ¼þÈË: Ivy_Li
³ËÍ: r-help at stat.math.ethz.ch
Ö÷Ìâ: Re: [R] R plot problems
At 16:17 2004-10-15 +0800, you wrote:
>[...] I want to rotate the direction of x-coordinates' letter so that it
>can show all. But I...
2013 Feb 03
1
Ports and WITH_LIBCPLUSPLUS
Hello,
I wanted to try the new c++ stuff, ie clang-3.2, libc++ and libcxxrt, so I
used poudriere to build a jail setup for that ( WITH_LIBCPLUSPLUS=yes in
src.conf, CXXFLAGS+=-stdlib=libc++ and libsupc++.so.1 libcxxrt.so.1 in
libmap.conf ), and started to build my normal set of packages ( see
desktop.list ). Please note that I also have WITH_NEW_XORG=yes and
WITH_KMS=yes, as well as using the
2018 Dec 16
2
Bugg: UDPDiscoveryInterval has no effect?
...cleared
in
udp_probe_h()
which causes
try_udp()
to send probes again and again... Removing the timer clear made config
UDPDiscoveryInterval to start work, but a side effect seems to be incorrect
rtt calculations in tinc. Is this a bug or a known issue? Version used is
1.1pre17.
Thanks
/Ronny Nilsson
2003 Jun 03
3
gam questions
...x)+s(x,by=a.1)+s(x,by=a.2)+s(x,by=a.3), where a.1--a.3 are
dummy variables representing each level of the factor? Or is the s(x) term
redundant?
Any hints are greatly appreciated.
Best wishes,
Henric
---------------------------------------------------------------------------------------
Henric Nilsson, Statistician
Statisticon AB, ?stra ?gatan 31, SE-753 22 UPPSALA
Phone (Direct): +46 (0)18 18 22 37
Mobile: +46 (0)70 211 68 36
Fax: +46 (0)18 18 22 33
<http://www.statisticon.se>
2009 Jun 22
1
How to make try to catch warnings in logistic glm
...s appears in a published article) and
I would like to have ?my.glm<-try(glm(outcome~ald + fat+ hstop + btun
+ time, data=DF, family=binomial)) to indicate if warnings
(convergence / probabilities equal to 0/1) occurs (see attempt to code
below if my explanation is terse).
Best regards,
Fredrik Nilsson
------------------------------------------------------------------------------
Fredrik Nilsson, PhD
Competence Centre for Clinical Research
Lund University Hospital
Warnings I'd like to catch:
Warning in glm.fit(x = X, y = Y, weights = weights, start = start,
etastart = etastart, ?:
?algorit...