search for: someform

Displaying 2 results from an estimated 2 matches for "someform".

Did you mean: some_form
2005 Aug 26
3
Reg. vorbis for real-time audio
...e making two passes through the input. The first pass finds out the frequency of different symbols and the second pass just replaces these symbols with the codewords. If the above is true: I wonder how vorbis encoder can be used for real-time data? Will it use some known codebooks or will it use someform of adaptive coding? Any help appreciated. Shashank
2006 Apr 05
25
How to avoid bunch of <% %> ??
Hello, I would like to know is there is a way to avoid poluting the views with tons of <% %> ? Like this <%= start_form_tag() %> <%= text_field_tag(''category[title]'', category.title, {:size => 20, :maxlength => 128}) %> <% if not category.parent_id.nil? %> <%= select("category", "parent_id", Category.find(:all,