Displaying 20 results from an estimated 90 matches similar to: "rails ajax issues"
2005 Jun 24
1
Executing custom effect for n seconds
Glad to see this list get going!
I have a custom effect ''Pulse'' that basically does an opacity fade in/
out.
I want to execute this effect with a custom duration.
I''m looking for a consistent approach that is inline with
script.alicio.us and Prototype.
Is there a way to do something like this (pseudo code):
Effect2.Pulse = function(element) {
new
2017 Nov 15
10
Re: [Qemu-devel] [qemu-img] support for XVA
2017-11-15 21:29 GMT+01:00 Richard W.M. Jones <rjones@redhat.com>:
> Gandalf, is there an XVA file publically available (pref. not
> too big) that we can look at?
I can try to provide one, but it's simple:
# tar tvf 20160630_124823_aa72_.xva.gz | head -n 50
---------- 0/0 42353 1970-01-01 01:00 ova.xml
---------- 0/0 1048576 1970-01-01 01:00 Ref:175/00000000
2014 Oct 05
1
how to have fade in/out?
Use liquidsoap. You can do fadein and fadeouts with it
Jonnyboy! Iphones rock!
> On 5 Oct 2014, at 13:33, TheDarkener <thedarkener at logicalnetworking.net> wrote:
>
> Hi Simone, that would be a feature of the source client (deefuzzer). I
> am unfamiliar with that client, I'm sure you could search the docs to
> find out if it has the ability.
>
>
> Cheers,
2014 Oct 05
2
how to have fade in/out?
Hello!
I use icecast2 and deefuzzer for my streaming. do you know how can I
obtain an automatic fade of a song when it ends with a silence? if the
mp3 finish with 3 4 seconds of silence, is it possible to remove it
automatically?
deefuzzer is not able to do it, can icecast2 make this? some ideas?
thank you!
-- Simone Dal Maso www.nvapple.it www.nvda.it
2017 Nov 16
0
Re: [Qemu-devel] [qemu-img] support for XVA
Here's my solution, as a nbdkit plugin written in Perl.
As with Max's solution I don't bother to parse the virtual size out of
the XML file, so you need to specify that on the command line
otherwise the disk will be truncated to the largest extent stored in
the file. Also the ‘.xva’ file must not be compressed.
$ nbdkit perl script=./xva-reader.pl file=./debian8cloud.xva
2009 Dec 11
1
some problems with ram usage and warnings
Hi,
i am new to the R-project but until now i have found solutions for every problem in toturials, R Wikis and this mailing list, but now i have some problems which I can't solve with this knowledge.
I have some data like this:
# sample data
head1 = "a;b;c;d;e;f;g;h;i;k;l;m;n;o"
data1 = "1;1;1;1;1;1;1;1;1;1;1;1;1;1"
data2 = "2;2;2;2;2;2;2;2;2;2;2;2;2;2"
data3 =
2010 Mar 22
0
need help on working with libvirt+virtualbox
Hi all,
i am trying to create virtual box using libvirt ,
following is xml i tried to use following xml (followed example in libvirt
site . http://libvirt.org/drvvbox.html)
<domain type='vbox'>
<name>vboxtest</name>
<os> <type>hvm</type> <boot dev='hd'/> <boot
dev='cdrom'/> </os>
2008 Jan 08
1
[PATCH] kvm guest balloon driver
Following patch introduces a KVM guest balloon driver. Communication
to/from the host is performed via virtio.
Next patch implements the QEMU driver and handling.
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Index: linux-2.6-nv/drivers/virtio/Kconfig
===================================================================
--- linux-2.6-nv.orig/drivers/virtio/Kconfig
+++
2008 Jan 08
1
[PATCH] kvm guest balloon driver
Following patch introduces a KVM guest balloon driver. Communication
to/from the host is performed via virtio.
Next patch implements the QEMU driver and handling.
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Index: linux-2.6-nv/drivers/virtio/Kconfig
===================================================================
--- linux-2.6-nv.orig/drivers/virtio/Kconfig
+++
2010 Dec 25
3
cant login with my samba password only with my linux password
Hello,
I have a strange problem with my samba server. When I try to connect
with my (Windows)client and samba ask for the password, it's only
accepting my linux-user password, not my samba-user password (set with
smbpasswd and as root with smbpasswd <user>).
And now the strange about it. When i change my sambapassword with
smbpasswd, and try to login from my client, then the samba-user
2006 Mar 02
7
Timing of effects before and after Ajax call
Hello,
I have a problem with the timing of effects. I do have a tag (with id:
post1). When the link is clicked, the block "post1" must BlindUp. Then the
block is updated with the new content and then the effect BlindDown is
executed.
Below is the source code of the link_to_remote I am using.
<%= link_to_remote("Ajax Edit",
:update =>
2005 Nov 24
0
Scaling question
I created a simle script for a webpage I''m working on that updates a
small div of text every so often. The text varies greatly in length,
so I would rather use an effect so the div collapses->the text is
updated-> the div uncollapses. My code below, however, doesn''t work.
After testing, I realize that it isn''t scaling to 100% of the text
height, but 100% of
2005 Feb 18
1
R crashes on Repeated ODBC Queries
Hi,
I've been up all night trying to get the following to work.
First here is the setup. I have a P4 1G mem running WinXP SP2, R 2.0.1
patched 2005-01-15, MySQL 4.1.7 and MyODBC 3.51.
I've been pulling data from MySQL using the code at the end of the post,
where start.date and end.date are chron objects and auction.type is a
string. I've been rushed so the code, especially the
2004 Jul 22
3
[fdo] Scheduling subsystems (crontab, at) and the desktop
Hi there fellow hackers, geeks and others who want the UNIX desktop to
succeed.
I bring forward the question whether or not a (freedesktop.org)
specification is necessary for application scheduling software.
The current UNIX Desktop user does not have an easy way to configure the
tasks which he wants to schedule. Sure we have such a utility. And sure
we can shout to our Desktop users
2009 Dec 11
0
(no subject)
Hi,
i am new to the R-project but until now i have found solutions for every problem in toturials, R Wikis and this mailing list, but now i have some problems which I can't solve with this knowledge.
I have some data like this:
# sample data
head1 = "a;b;c;d;e;f;g;h;i;k;l;m;n;o"
data1 = "1;1;1;1;1;1;1;1;1;1;1;1;1;1"
data2 = "2;2;2;2;2;2;2;2;2;2;2;2;2;2"
data3 =
2009 Feb 22
8
dynamically changing a form from POST/CREATE to PUT/UPDATE
For the life of me I can''t figure this one out, although I can''t find
anyone else who''s attempted to do this, and probably with good reason.
Context: blog using AJAX
What I''m trying to do: when the user initially saves a blog entry, or
when auto-saving, I want subsequent saves to not create a new blog
entry
Why I can''t just reload the partial:
-
2020 Aug 01
0
Wine release 5.14
The Wine development release 5.14 is now available.
What's new in this release (see below for details):
- More restructuration of the console support.
- Initial version of the Webdings font.
- Beginnings of PE conversion of the MSVCRT libraries.
- Various bug fixes.
The source is available from the following locations:
https://dl.winehq.org/wine/source/5.x/wine-5.14.tar.xz
2004 Jul 10
0
Lughehwoa bvy V~i_c_o`din 0n1ine today, overnight ship.ping
wilhelms teele alictisal
Get The Most Popular Med^ications Now!
Now You Can Or'der Val(ium - Xana*x - Vi}co.din - Onl)ine.
We make it easier and faster than ever to get the presc'riptions you need
.. (To exclude yourself from future 0ffers, please go visit our we,bpage)
R http://m.info.inhaust.com/abc/07/
"See these pencils, Donnie?" she continued. "They belong
2010 Nov 17
1
How to enable div that was hide using JQuery
I Have used Ajax and JQuery link to enable new and close functionality
problem scenario:
* While using ajax link to open the new content and closing the same
using Jquery link its working fine wherein the same does not happen
again while we try to open the new content immediately after closing the
"New content"
* The above said works fine only while we refresh the page
How to resolve it
2013 Nov 15
1
Inconsistent results between caret+kernlab versions
I'm using caret to assess classifier performance (and it's great!). However, I've found that my results differ between R2.* and R3.* - reported accuracies are reduced dramatically. I suspect that a code change to kernlab ksvm may be responsible (see version 5.16-24 here: http://cran.r-project.org/web/packages/caret/news.html). I get very different results between caret_5.15-61 +