Displaying 20 results from an estimated 700 matches similar to: "Simple question on server / client"
2006 Jan 02
2
First time class problems
Hi,
I''ve just had my very first attempt of making a JavaScript class,
"prototype" style, so please bare with me, for any disastrous errors :-)
Anyway, I''ve made this class, which is called on an input field on focus:
http://pastebin.com/487417
It works fine in FireFox, but causes some problems in IE. My question is
regarding line 69 in the paste. What is
2006 Apr 22
1
Setup tinc for "Road warrior"?
Hi:
I'm having some trouble connecting to the tinc VPN I've setup for my client.
Basically I would like to connect to the LAN of my client (as I'm currently
thousands of miles away and won't be back for a month and a half) to continue
with the development of an in-house ERP.
I've setup the router (a Linksys router running the stock firmware) to forward
both TCP and UDP
2005 Nov 09
0
Same "suggestion" div for multiple autocompletes
Hi,
I have this problem when using the ajax autocomplete control. I use the same
div for several "categories" of suggestions, but it seems to remember the
old suggestions. The suggestion div flickers, and usually ends up showing
the previous suggestions.
Is there some sort of method for avoiding this? One would of course be to
make a div for each suggestion category, but that
2005 Nov 10
0
Using multiple inputs with ajax.autocompleter
Hi,
I wrote yesterday (
http://wrath.rubyonrails.org/pipermail/rails-spinoffs/2005-November/001307.h
tml ), but with no replies. This mail is not to spam, just a further
clarification of the problem:
This little bit of code illustrates the problem:
<script language="javascript">
function ac(elm) {
var val = $F(''val'');
new
2004 Apr 09
2
link redundancy...
Does anyone know how to make a link redundancy? I have two ADSL lines, and i want the linux machine to be able to switch between the two lines everytime the first ADSL line goes down. Thanks a lot.
Cristiano
2006 Feb 12
1
R: mean from list
great!! thanks very much, mean(unlist(lapply(listdata, function(z) z$c)))
works well.
and what about getting the average table $a (displaying the average elements
across all 1000 matrix)? could you please help me? I am struggling with
this...
thanks in advance
Roberto
mean(unlist(lapply(x, function(z) z$d))) should do the trick
On Sun, 12 Feb 2006 20:06:12 +0000, statistical.model at
2007 Feb 13
1
RJS specs
Hi again...
This is wierd spec problem no. 3. I''ve got a simple one line RJS
file that renders a partial specified by the controller
page.replace_html("product_info", :partial => @product_partial)
The partials in question will contain purely static content - the
idea is to have some dynamic links, so you hit
http://localhost:3000/gap/product_info/product_1
2006 Feb 06
1
Shapley Values
Hi,
I am trying to compute the Shapley Values between a set of p independent
variables (x1, ..., xp) and the dependent variable y to study the
relationships.
I believe that the package "kappalab" could be an appropriate choice.
Is anybody able to give me some hints about the code I should write?
Any better package?
thanks in advance!
Roberto Furlan
University of Turin
2004 Aug 16
2
taking asterisk out of nat?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
- -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
hello I have a router that is behind a nat, I want to take asterisk
out of nat so I can use it with sip. what would be the best way to
go about doing this? I have cable internet and everything is hooked
up to a router currently.
thanks
hank
- -----BEGIN PGP SIGNATURE-----
Version: PGP 8.1
2006 Mar 18
2
extraction - subsets
Hi everybody,
let us assume i have the following matrixX and vectorY
matrixX <- runif(100)
dim(matrixX) <- c(10,10)
vectorY <- as.matrix(as.character(seq(1,10)))
if I define:
subsample<-c("2")
i can extract the rows from matriX based on the elements in vectorY which
are listed in subsample
matrixX[vectorY==subsample]
if I define subsample with more than 1 element, such
2006 Feb 23
1
Which Quad Port FXO is Best?
I'm looking to handle 3 PSTN lines with my Asterisk server. I have a
Digium TDM22B and Sipura 3000. The Sipura works great, but the TDM22B
seems to have terrible problems with my board---virtually all
peripherals need to be disabled in BIOS, and then there is terrible
noise, terrible silence and virtually no ability to use DTMF in IVRs. I
really wish the TDM22B worked, because I much
2004 Jun 07
3
meetme application
Hi there,
I know this question is kind of stupid. But, I don't know anywhere
else to ask. I've received some answers when I asked about the need of having
a zaptel interface to make the meetme application work, that said that it was
better to have a real hardware then the zaptelrtc software modules.
So, my question is, would any of the following cards work with the meetme
2006 Jan 20
3
fractional factorial design in R
Hi,
i need to create a fractional factorial design sufficient to estimate the
main effects.
The factors may have any number of levels, let's say any number from 2 to 6.
I've tried to use the library conf.design , but i cannot figure out how to
write the code.
For example, what is the code for a design with 5 factors (2x3x3x5x2) and
only main effects not confounded?
thanks in advance!
2004 Sep 08
3
astwind has any one got this thing to work?
hello I am fitteling with the astwind-installer-0.1.1.exe asterisk for windows and am having trouble getting the thing to connect to the meers to download the updates and stuff. I looked at the wiki and set up networking and stuff with no success, has any one got this thing to work successfully?
my windows box is the faster of the 2 machines and my main linux box is down at the moment. I am
2004 Apr 28
1
spandsp rxfax crashes *
Rxfax answers, makes handshake, and crashes once the page starts to send. It
receives a .tif file of 8 bytes.
Asterisk dumps core - gdb shows :
#0 0x281fd86c in t4_rx_putbit () from /usr/local/lib/libspandsp.so.0
#1 0x281fea3c in fast_putbit () from /usr/local/lib/libspandsp.so.0
#2 0x28208324 in decode_baud () from /usr/local/lib/libspandsp.so.0
#3 0x2820893f in process_baud () from
2006 Feb 12
1
mean from list
hi all,
I have a simple problem that i am not able to solve. I've a list called
datalist with the following structure:
[...]
[[10]]
[[10]]$a
-1 0 1
-1 31 5 2
0 6 7 5
1 1 7 36
[[10]]$b
-1 0 1
-1 31 5 2
0 6 7 5
1 1 7 36
[[10]]$c
[1] 0.855
[[10]]$d
[1] 0.855
[...]
with [[1]] ... [[100]]. How can i get the mean value of datalist[[x]]$d,
where x
2006 Jun 17
4
Which phones are good, or at least acceptable, for home and office
I am looking to replace all of the old "Bell" (POTS) phones in my home
and office with IP phones. As you can imagine I don't have a huge
budget to work with but I want phones that will provide acceptable voice
quality and durability.
There are basically three categories as I see it
1. satellite phones (low cost, low function)
2. primary domestic phone (good quality, POE capable,
2004 Apr 19
3
spandsp/rxfax terminates asterisk
Initial handshake sounds fine, but asterisks dies before receive of the fax.
Here is the log :
Changed from phase 0 to 1
Slow carrier up
Slow carrier down
Slow carrier up
Slow carrier down
Slow carrier up
Slow carrier down
Slow carrier up
Slow carrier down
Slow carrier up
Slow carrier down
Slow carrier up
Slow carrier down
Slow carrier up
Slow carrier down
Slow carrier up
Slow
2008 May 14
5
restart windows problem
I installed wine on mandriva 2008.1 spring
I installes a software called BeInSync.
the install was succesfull but when I try to start the program I get a message that the computer needs to be restarted.
restarting wine q booting the computer diidn't solve the problem.
It seems as if the application don't recognize the restart and waits for the restart after the installtion.
anyone has
2007 Feb 26
0
Specifying Ajax hyperlinks
I was about to put this as a feature request but I wasn''t sure if
anyone would consider it useful so I thought I''d ask here. I''m not
sure what the feeling on specifying links is - it strikes me as
something that needs doing because it''s generated code at the end of
the day.
I''ve got a few lines now along the lines of: