Displaying 20 results from an estimated 5000 matches similar to: "Development on nfs share"
2015 Mar 17
2
Asterisk only registering at one provider
Hey,
I am running default Asterisk 11.16.0 on a FreeBSD-Machine.
I need to register to several other SIP-Services (actually 3):
short sip.conf
register => XX at a
register => XX at b
register => XX at c
If I remember correctly this worked quite well, but I now checked the
system again and it is only obeying the first register statement.
"sip show registry" only reports the
2012 Jul 25
1
regression analysis
Hi,
I have to do 10,000 linear regression analysis, and the response variable
(RESP) is the same for all independent variables (10,000).
y ~ x[i]
i = 1, ..., 10000
For each analysis must extract the p-value and put them in an orderly
increasing.
I thought an analysis of the type:
ana = numeric(10000)
for(i in 1:10000){
mod = lm(RESP~x[i]
p-value[i] = summary(mod)$coe[2,4]
}
Could
2005 Apr 27
6
Redirect two channels to each other?
I've been scratching my head trying to think of a way to do this, but
without success yet.
I'm using the Manager API. If I have two channels linked to each other
(i.e. direct connection), or even if they are independent channels,
I can transfer them both to the same extension by using Action: Redirect
and using Channel: for one and ExtraChannel: for the other. This is most
useful for
2005 Aug 30
4
A collapse/expand tree list?
Does anyone have a working example of a simple collapse/expand tree
list they can share? What I want to replicate is the standard open/
close node behavior, but I''m not sure how to make the parent node
open and close correctly. Something like this:
<ul>
<li>Click me to open and close the sub list
<ul>
<li>One</li>
2001 Mar 19
3
3D plots
Hi all,
I've got at really basic Q for you all: How do I produce a 3D plot in R?
Like the one in the screenshot on the R-project wab-page.
What is the command?
/Fredrik
--
-----------------------------------------------------------------
Fredrik Karlsson, Research Student
Department of Philosophy and Linguistics
Ume? University
S-901 87 UME?
SWEDEN
Tel: +46 90 786 56 84 Web:
2008 May 13
11
Problems running the game GUN from Neversoft.
Hello!
I have installed Wine 0.9.55 (pretty sure of that) on my Mandriva 2008.
I tried to install the game GUN from Neversoft. (It works fine on windows Vista). On the distribution it says that it is compatible on Windows 2000 and XP.
But when I try to install it it seems to work, but when I try to run it I get an error in a popup.
Right now I'm at office and do not exactly remember the
2006 Mar 01
9
Asterisk transfer conflict
I have a problem with my Asterisk system.
When I use my phone to call my office mailbox I have to end my password with
#. (The office do not use Asterisk)
" # " is also used as a transfer button on my asterisk, so when I press it I
hear my Asterisk trying to transfer the call.
Is there any way to change the transfer button or remove it ?
Fredrik
2005 Oct 03
3
Sortable and the Server
I want to build a sortable list that updates the server when the item
is dropped into its new position. How to create a sortable list is
clear, but I''m looking for an example of how to integrate this with
the server side. Are there any examples or tutorials around? I''m
working in a java environment.
Thanks,
Jamie
2010 Apr 11
2
".Rhistory in Mac OS X"
Dear R'ers,
I use
R version 2.10.1 (2009-12-14)
Copyright (C) 2009 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
and
Mac OS X 10.5.8
and use to work in different dierectories. When doing so it appears as
if the .Rhistory file from my home directory always is loaded
even when I want the file from the directory where I'm working.
I have tried to fix it through preferences
2002 Mar 01
3
Split plot in colors/pch??
Hi all
This seems like a very easy question, but I have not found a simple
answer to it:
If you have a dataframe, how to you plot two of then in different colors
depending on a third variable?
All help appreciated!
/Fredrik
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send
2006 Jun 25
17
JavaScript Compression
Is there a good windows-based JavaScript compressor which will reliably
compress script aculo and prototype?
Sam
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2005 Aug 08
2
Groups in histograms?
Dear list,
I would like to create histograms for up to three groups, with
distincive colour/pattern, in a trellis panel. However, I have not
been able to find a way to do this. histogram does not seem to have a
group argument.
Please help.
/Fredrik
2008 Dec 18
2
X11 is not availble
Hi there,
after several problems with installing R on a Debian server It now
finally works at least roughly. With roughly I mean that the 'core'
function do work properly, but I'm still having problems with the
image export. When I try to call
png(filename="my_file.png", width=800, height=300, pointsize=12, bg =
"white")
I just get the error message
2013 Nov 14
2
How to negotiate 'Opus/Celt only'?
Hi,
Since our device can only handle the Celt part of Opus (due to a MIPS limitation), we have two questions:
1. Is it possible to via SDP force the remote party to send a specific mode of the 32 different possible modes or to force the remote side to use CELT only?
2. In the reference implementation of Opus it looks like the only way to force the encoder to use CELT only
2013 Oct 04
3
OPUS implementation with FPGA
Hi,
We would like to use the OPUS codec @ 16 kHz sampling rate and max 32 kbps.
What about implementing an OPUS coder and decoder in an FPGA? Has this been done? Would either coder or decoder more suitable for FPGA implementation?
Best regards
Fredrik Bonde
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2013 Oct 05
1
OPUS implementation with FPGA
Just to make sure, what's the goal here? Is the goal 1) to have a fast
Opus implementation or are you 2) looking for an interesting FPGA
implementation project? If 1), then an FPGA is most likely not necessary
since Opus is not computationally expensive. If 2), then it depends on
the desired size of the project and the desired quality. The simplest
encoder possible is indeed simpler than the
2001 Mar 02
3
Post Hoc on repeated measures?
Hi all,
I'm a potential new user of R and have to know this before I start using it:
SPSS does not let you do a Post Hoc analysis on repeated measures data.
This is a problem for me, since that is what I will have to do.
Will R let me do this?
/Fredrik
--
-----------------------------------------------------------------
Fredrik Karlsson, Research Student
Department of Philosophy and
2006 Jul 22
5
Single id column
Is it true that Rails needs a single column to uniquely identify a row
in table? If yes, doesn''t this limit the database design and disables
the use of Rails for legacy databases?
/Fredrik
--
Posted via http://www.ruby-forum.com/.
2007 Jan 17
12
Excel sheet generation
Hi,
Does anyone know of a package that will help with generation of
spreadsheets? (xls files, not csv)
Thanks,
Fredrik
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe
2009 Jun 26
4
How do I get just the two last tokens of each string in a vector?
Dear list,
Sorry for asking this very silly question on the list, but I seem to
have made my life complicated by going into string manipulation in
vectors.
What I need is to get the last part of a sting (the two last tokens,
separated by a space), and of course, this should be done for all
strings in a vector, creating a new vector of exual size.
So,
a <- c(" %L H*L L*H H%",