Displaying 20 results from an estimated 80 matches similar to: "Indexed Text Input -> Ajax with Helpers"
2006 Jul 27
1
form_remote_tag
How can I get a name/id for a form using the remote form tag?
<%= form_remote_tag :url => { :action => :add_to_cart, :id => timecard }
%>
gives me:
<form action="/timecard/add_to_cart/4"
method="post"
onsubmit="new Ajax.Request(''/timecard/add_to_cart/4'',
{asynchronous:true, evalScripts:true,
2001 Feb 08
1
Massive confusion
I'm probably thinking way too hard on this... but I've already got a
headache.
I've setting up a VPN for a client between two sites. Someone had
recommended vtun, so I gave it a try. I was VERY put off by the lack of
decent documentation. I _think_ I got a VPN set up between the two sites,
but it wasn't working right and I gave up because the documentation sucked.
So, then I
2006 Jan 30
1
auto_complete_with_index_for
I have a crude hack to allow auto_complete to work with indexed text
fields. I needed it for a timecard entry form with an arbtirary
number of records which can be added/changed/delete willy-nilly by
users. One of the fields is a perfect candidate for autocomplete
since it references a database object with a large number of choices
and long descriptions. Using a select list is extremely ugly in
2007 Sep 09
0
Samba PANIC
Hi all,
Hope somebody can help. I am obviously not a samba guru...
I've installed a new server and tried to migrate my existing configuration and users..
I'm using FC6 and Version 3.0.24-7.fc6.
Unfortunately when I performed the install on the new server, I didn't make sure my user
UID and GID's where the same as the previous server which resulted in all sorts of odd
behaviour
2005 Jun 10
1
Unusual permissions problem
Hello,
I have an issue with samba-3.0.10-1.fc3 permissions.
The situation is this:
I have a client that wants one user to have write permission to a directory, but a GROUP of users to have read access. Simple,
right? First, I set up the directory structure per Linux:
(According to the samba guide, it's more efficient to use sticky bits on the directory instead of using the force user
2009 Aug 02
2
zdb assertion failure/zpool recovery
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I have a corrupt pool, which lives on a .vdi file of a VirtualBox. IIRC
the corruption (i.e. pool being not importable) was caused when I killed
virtual box, because it was hung.
This pool consists of a single vdev and I would really like to get some
files out of that thing. So I tried running zdb, but this fails with an
assertion failure:
2006 Jul 13
0
Loading different fixtures?
I''m starting to write some rather intricate billing logic, the test data
for which will almost certainly overwhelm my standard set of test
fixtures, leading to a test maintenance nightmare. I''d like to be able
to specify that some test classes load their fixtures from a different
location, but I can''t seem to get it to work.
I did see this post from last December:
2007 Feb 13
2
anyone has C++ STL classes stability issue if used with R
Hello,
is there any one who uses C++ STL classes when programming shared libs
for R and has had any problems with STL?
In the very simple example below I am constantly getting segfaults when
trying to populate the queue. The segfault occurs at what looks like a
random index in the loop when pushing another element to the queue.
Reproduced on 4 machines. Object x is an Image as in EBImage,
2006 Jan 23
16
Adding form fields (extending a form) on the fly
Hello,
I just can''t seem to find a way to extend a form dynamically in ROR.
Say I am writing a recipe website. There is one form to enter the
recipe. There is room for N number of ingredients (let''s say a text
field for each ingredient name and selection list for the amount). What
if the user wants to add more than N ingredients as he types them in?
how do I do this without
2013 Jul 22
0
Metadata
On 13-07-22 11:19 AM, Brendan Bolles wrote:
> Hey everyone, according to Wikipedia's 4-year-old information, there is no standard for putting metadata into an Ogg file. That metadata must be included in the codec.
That's correct in that there's no container-level metadata. The
'mapping' specs for various sets of codecs embedded in Ogg describe how
metadata is stored.
>
2017 May 25
0
System Time Source
[Going a bit off-topic here, and going to do a bit of a deep-dive on RF
stuff, but maybe it will be useful to Chris]
On 05/24/2017 12:20 PM, Valeri Galtsev wrote:
> It is insightful, yet... There are a bunch of other factors that may need
> to be taken into account. Angular transmission pattern of satellite (horn?
> or is it yagi? antenna) vs ground based (monopole? or dipole? antenna -
2009 Apr 09
0
oggfwd problem
Hello,
i am using well proven set of programs to stream video from firewire to
icecast2, few days ago i freshly installed it again on lenny with apt-get.
When i run :
dvgrab --format raw - | ffmpeg2theora -a 0 -v 5 -f dv -x 320 -y 240 -o
/dev/stdout - | oggfwd myserver.org 8000 password /test.ogg
stream starts for and for a sec and appears on icecast2,
but then it fails with :
Found AV/C
2014 Jun 09
1
Supporting real-time UTC timestamp data
Interesting article: "Time-coding audio files"
http://www.windytan.com/2014/06/time-coding-audio-files.html
The author is a signals hacker who has spoken at CCC and other events,
and has determined that "There's no standard method for doing this with
WAV or FLAC files".
Where "this" means recording the UTC time-of-day in the audio stream, as
ongoing data, as
2013 Jul 23
0
Metadata
On 23 Jul 2013 15:17, "Martin Leese" <martin.leese at stanfordalumni.org>
wrote:
>
> Brendan Bolles wrote:
>
> > Hey everyone, according to Wikipedia's 4-year-old information, there is
no
> > standard for putting metadata into an Ogg file.
>
> True.
>
> > That metadata must be
> > included in the codec.
>
> More generally, in a
2013 Jul 23
2
Metadata
Brendan Bolles wrote:
> Hey everyone, according to Wikipedia's 4-year-old information, there is no
> standard for putting metadata into an Ogg file.
True.
> That metadata must be
> included in the codec.
More generally, in a stream in the Ogg file.
Codecs are streams, but so are things like
Ogg Skeleton. Information about Metadata
has been collected together in the Xiph Wiki
2013 Sep 13
1
Seeking in WebM
Hi everyone, I'm working on a WebM plug-in for Premiere. You probably already know that WebM is a Matroska container that uses Vorbis for audio compression. I'm pretty new to the world of audio compression and need some help. You can see my code here:
http://github.com/fnordware/AdobeWebM
First of all, I wonder if it's possible to seek to an exact audio sample in WebM. Whereas
2015 Nov 21
11
[3.7.1 Release] -rc2 has been tagged
Hi,
There was one problem in -rc1, so we had to do another release
candidate. -rc2 has now been tagged and is ready for testing.
-Tom
2009 May 04
1
Embedding Wall Time into Ogg Streams
Hi,
Is anyone aware of existing discussion on embedding the actual wall time
(as in RFC-822 date-time) into Ogg streams of continuous or
semi-continuous recordings? And any methods of addressing Ogg streams by
the wall time in lieu of a standard timecode?
Ideally, users would be able to take note of the wall time during an event
of interest, then retrieve the segment by that same wall time
2015 Jun 24
0
Muxing vorbis in WebM
Hey all, friendly ping :) Any help is much appreciated.
On Thu, Jun 18, 2015 at 6:56 PM, Chris Cunningham <chcunningham at chromium.org
> wrote:
> Hi Vorbis-Dev,
>
> I'm investigating various WebM/Vorbis bugs in chromium. AFAIK muxing
> Vorbis inside of WebM does not have an official specification, so I'm using
> ffmpeg's implementation to try to answer 2
2019 Mar 15
0
Wine release 4.4
The Wine development release 4.4 is now available.
What's new in this release (see below for details):
- New MSIDB tool for manipulating MSI databases.
- Support for custom draw buttons in common controls.
- Many more Media Foundation APIs implemented.
- Various bug fixes.
The source is available from the following locations:
https://dl.winehq.org/wine/source/4.x/wine-4.4.tar.xz