similar to: Problem with an AJAX drop-down menu

Displaying 20 results from an estimated 10000 matches similar to: "Problem with an AJAX drop-down menu"

2011 Sep 08
1
Dynamic port remote listener - a BUG?
Hello, Today I tried using "dynamically assigned" port for remote listener, by requesting listener on port 0. This is supposed to create a listener on a port choosen by server. Everything seemed OK (the choosen port was sent back to client), but forwarding was refused. So I checked the source. in channels.c, function: channel_setup_fwd_listener /* *
2009 Sep 12
1
Save data in txt
Hi everyone I have a little problem with R. I built a lineal regression equation using stepAIC function in both directions. Once I get this formula (lineal regression), I would like to save in a txt file data refered to p-value, r-squared, coefficients,...from the choosen model previously using stepAIC and p-value,r-squared, coefficients,...from each predictor. I try to use function
2005 Dec 13
3
Question
Hello, I have a problem that I am trying to solve and I am not sure how to do it in R. Suppose, that 16 numbers are choosen at random from 0 to 9, what's the probability that their average will be between 4 and 6. I typed the following code: set.seed(100) sample(0:9, 16, replace =TRUE) [1] 3 2 5 0 4 4 8 3 5 1 6 8 2 3 7 6 Is what I got, however I realize the set.seed function
2012 Apr 03
2
minute cron
Hi all, CentOs has choosen anacron as default cron daemon. I did not look further about the reasons, I think there are some good reasons. I want to create a minute based set of scripts. No much precision required, once a minute more or less 20 sec is OK. Using anacron, how do you recommend to do it? Is anacron the right tool? Otherwise what's the right tool? -- RMA.
2018 Sep 26
4
WebRTC as Softphone substitute ?
Hello, This morning, I asked myself if WebRTC could be a viable alternative to softphone deployment. For me, main issue with Softphones is the amount of work needed for installation and configuration. Also, Softphones must be carefully choosen if Deskphone-like quality is expected. Now that WebRTC becomes ubiquitous, it might make sense to trade Softphone features (call history, BLF, ...) for
2005 Oct 12
6
[OT] Gentoo install help please
I''ve decided to take the plunge and go with Gentoo for my rails development and test box. I figure the easy of maintenance is worth the setup hassles. Anyway, I''m followin the instructions on the Gentoo web site. I''ve selected the ..''i686'' 2.6 kernel for my 700mhz amd processor, and choosen stage3 install option from CD. I''m now at the the
2017 Jun 17
2
Wide load/store optimization question
> On Jun 16, 2017, at 2:43 PM, 陳韋任 via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > > > 2017-06-17 4:36 GMT+08:00 upcfrost <upcfrost at gmail.com <mailto:upcfrost at gmail.com>>: > Hi, > > Same here, my backend only has 64bit load/store. But i still use 64bit virt regs and expand/declare missing instructions by myself. > > I'll try
2010 Jul 02
3
Combining several plots besides a dendrogram?
Hello all, I would like to recreate the plot shown here (from a useR 2009 presentation): http://www.agrocampus-ouest.fr/math/useR-2009/abstracts/pdf/Hocking.pdf I downloaded the code for that image, and discovered that it relies on external web services, and also having PERL installed on the computer. I believe this could be done "locally" using the "seqLogo"
2008 Sep 24
5
Auto refresh field
Hi, I would to know if it is possible to automaticly refresh some particular field ? Clearly, I have a model called "productions" with fileds "name" and "numbers". Another application update fields "numbers" of the mysql table. On an "index.html.erb", I have the list of "production" and i would like to view automaticly when value of
2010 May 25
3
Dungeon Keeper 2 graphics crash? (probably a quick fix)
I switched to Ubuntu last week and have been trying to get some old classics running, and I'm working on Dungeon Keeper 2. I'm very new to Wine and to debugging, so I apologise if this problem is in bugzilla; I was unable to find it as I didn't know which part of the error to focus on! I'm using Wine 1.1.42, Ubuntu 10.04 and DK2 is patched and cracked to the max. When I prompt
2006 Mar 29
4
HELP: Rails / Ajax with 3 Drop down lists (see code)
Hi All, I have successfully implemented a two tier drop down lost with rails. However I''m stumped on how to make a third tier. For example: The form has three select lists; Catagory, Subcatagory and Make User Experience Desired: 1. On page load a Catagory Select List shows a list of Catagories from the database. example: Portable Electronincs Laptops etc. 2. Upon select of Catagory
2004 Jun 01
2
Importing binary data
Hi everybody! I've a large dataset, about 2 Mio entries of the format which I would like to import into a frame: <integer><integer><float><string><float><string><string> Because to the huge data amount I've choosen a binary format instead of a text format when exporting from Matlab. My import function is attached below. It works fine for only
2006 Aug 17
0
AJAX - Having Multiple SELECT (Drop Down), and dependency
Hi I have three drop downs (State, City, Locality) and would like to populate City based on State selection and Locality based on City selection. I have observers on two fields (State, and City). The observer_field on state works fine and it populates city based on state selection. But the observer on city doesn''t populate Locality. Now sure whats wrong with my code. here is the
2007 Apr 30
1
LPRng
I have a redhat 9 server I would like to migrate (install Centos on a new machine, and move the necessary files) to Centos 5. On the RH9 machine, I use LPRng for printing. This was mainly choosen because it makes it easy to control access to the printers using /etc/lpd.perms, something I never figured out how to do in cups. All printer queues are raw printers, the printer driver in Windows takes
2006 Mar 24
2
check_box_tag
hi, What''s the right way to use the CHECK_BOX_TAG? I used: <% for @pippo in @model %> <%= check_box_tag (:scelta,@pippo) %> <% end %> How Can I control if a person choosen the second or third element of the vector @pippo? -- Posted via http://www.ruby-forum.com/.
2006 Jan 04
1
Localize validate_error messages
I am in the process of adding localized language support to my app and I am currently using the various validate methods on fields. How would i go about editing the following text based on a users choosen language: 3 errors prohibited this podcast from being saved basically I am looking to make the generated flash[:errors] text from rails multilingual. Thanks Andrew --------------
2005 May 03
1
Re: [Logcheck-commits] CVS logcheck/docs
On Tue, 2005-05-03 at 07:20 +0000, CVS User maks-guest wrote: > Modified Files: > logcheck.sgml > Log Message: > > minor addition describe 3 layers. > remove the url tag not recognized by docbook2man. > + > + <para>The reported messages are sorted in three different layers. > + The system events verbosity is governed by aboves level choice. > + The
2008 Aug 18
1
Please help: Limit single row calculation
Is there anyone who can help me with the following? It's hard to describe in a few words, but hope you'll understand. I attempt to model refugee mortality over time using Monte Carlo. Before doing repetitive simulations, my function should go through only one survey/row at the time, but instead gives outcomes of all studies/rows, which is not correct, because it uses random numbers
2004 Oct 19
1
[pxelinux] load image from other TFTP servers?
We are using three different TFTP servers for special purposes besides the main one. Is there a chance to load menu choosen images from the other servers or is it only possible from the tftp server, where the pxelinux.0 was loaded? Most of the images are on the main machine, but for testing and special purposes we'd like to enter the label of the images, which has to be loaded from other
2002 May 15
1
Booting from HDD
Hello! You are writing in the docs, that 'LOCALBOOT' can be used instead of/like a kernel image. But I found out that this only works if the parameter is set under a 'LABEL' statement. It is not possible to set the DEFAULT statement to boot from local disk. Combined with the TIMEOUT parameter it's therefore not possible to boot via DHCP and if no boot-image is choosen from the