Displaying 20 results from an estimated 996 matches for "conrad".
Did you mean:
konrad
2006 Feb 28
5
List and update installed gems?
Hi, could someone tell me how to list and update the currently
installed gems on my rails installation?
Thanks in advance,
-Conrad
2009 Apr 07
8
Can you provide me some information on music players using ogg.
Hi ,
I am planning to use an open source .ogg player on my ARM simulator on
QEMU ( for ARM Application Baseboard ) .
So far I have been able to bring up a Linux kernel 2.6.26.5 on the
simulator . Right not I want an open source ogg vorbis player which I can
use to call the libraries and play some files . However the catch is that I
need the APIs exposed of the player application to me . I am
2006 Apr 09
16
Rails 1.1.2: A tiny fix for gem dependencies
The new gem version dependency system from Rails 1.1.1 needed a few
tweaks to work properly and to stop throwing meaningless warnings.
This tiny release makes up for that. To install:
* gem install rails
* rake rails:update:configs (to get the latest config/boot.rb)
This release also signals our new commitment to do more tiny releases
from the stable branch, which only gets bug fixes. So it will
2005 Jun 17
6
Console ALSA Sound
Hi
... probably one of those RTFM kind of questions (while I'd be happy to know
where a good reference "FM" is :-) )
Has anyone an idea on how to disable the console sound driver. My problem is
that a running asterisk is muting my speakers.
Thank you in advance for your help
Conrad
2007 Aug 24
2
serialised cmml examples
...gt; Hi Ian,
>
> hmm, there was a whole bunch up on media.aidabrowser.com, but it seems
> that CSIRO have taken that site offline.
>
> I thought there was a version of the media in cmmlwiki that produces
> annodex files, but there may be a bug on the server that prevents
> that. Conrad - is this a known issue?
I have a feeling we commented out that code for some reason --
compatibility with a particular version of AFE as far as I remember.
I've made a note to look into it. Ian, thanks for the report.
cheers,
Conrad.
2007 Apr 26
6
example sources
Hello all,
Very new to Theora so apologies if this sounds elementary ;-)
I'm trying to integrate a simple theora video player in my engine.
All I need is simple load/unload and play/stop functionality.
I'd also like to be able to stream from disk or mem.
Other than the API reference I haven't found any example code,
e.g. the sources for theora_player_example. Are these available
2008 Feb 01
4
[PATCH] skeleton.c
I'm patching oggenc with this fix. If Conrad reports success in his
test, I'll go ahead and patch all other implementations I can find.
-Ivo
2008 Feb 01
4
[PATCH] skeleton.c
I'm patching oggenc with this fix. If Conrad reports success in his
test, I'll go ahead and patch all other implementations I can find.
-Ivo
2008 Feb 03
0
Re: How do I seek to the beginning of an ogg stream? (Vince Tagle)
...ev-owner@xiph.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of ogg-dev digest..."
>
>
> Today's Topics:
>
> 1. How do I seek to the beginning of an ogg stream? (Vince Tagle)
> 2. Re: [PATCH] skeleton.c (Conrad Parker)
> 3. Re: [PATCH] skeleton.c (Conrad Parker)
> 4. Common Documentation of Codec encapsulation in Ogg (j@v2v.cc)
> 5. Re: [PATCH] skeleton.c ( Ivo Emanuel Gon?alves )
>
>
> ----------------------------------------------------------------------
>
> Message: 1
>...
2008 Nov 14
6
[Schrodinger-devel] ogg dirac granulepos in oggz tools
2008/11/14 David Flynn <davidf+nntp at woaf.net>:
> On 2008-11-13, Conrad Parker <conrad at metadecks.org> wrote:
>> I'm wondering if the Dirac granulepos parsing in liboggz and display
>> in the oggz tools is currently correct, as I'd like to do a release of
>> these soon.
>
> I believe it is -- although if correct support in the re...
2006 Apr 25
3
Simple Rails Question
Hi, I have a few simple rails questions:
Does the check_box_tag map to an int or to a boolean field within the
database?
Thanks in advance,
-Conrad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060425/4956dc68/attachment.html
2009 Apr 08
7
How to use Net::SSH
Hi all,
I am having following code in ruby
require ''net/ssh''
require ''net/sftp''
begin
Net::SSH.start
(''132.147.161.159'',:password=>''k'',:port=>1234,:username=>''k'') do |ssh|
ssh.sftp.connect do |sftp|
Dir.foreach(''.'') do |file|
puts file
end
2008 Nov 21
2
[Schrodinger-devel] ogg dirac granulepos in oggz tools
2008/11/15 David Flynn <davidf+nntp at woaf.net>:
> On 2008-11-14, Conrad Parker <conrad at metadecks.org> wrote:
>> It seems oggz chop, merge and sort will need some attention to deal
>> with the Dirac granulepos and dependency ordering, so let's leave them
>> for the next release.
>
> ok. -- may be worth having them 'warn' if t...
2010 Feb 20
23
Rails 3 possible bug in Routing
Hi, I just ran into this ActionController::RoutingError and just
wanted to check if someone can confirm this as a bug in the Rails 3
beta gem.
config/routes.rb contains:
get ''login'' => ''session#new''
post ''login'' => ''session#create'', :as => :login
GET /login works fine:
Started GET
2003 Oct 13
1
newbie: need help configuring asterisk and snom
Hi all,
I have been struggling desperately to get * work together with my
snom100 for days on end, but I am not making any progress...
Of the entries marked *#) I'm still not sure what it does; so far I have
on the snom
in "SIP/lines"
-user name - empty *1)
-account - Conrad
-registrar - 192.168.200.83
-action - "None" *2)
in "SIP/authentication"
-realm - empty *3)
-user - "Conrad"
-pass - "secret"
-line - "All"
in asterisk:
in "sip.conf"
-host - "dynamic"
-u...
2008 Mar 25
4
Regarding applications implementation of Skeleton's Content-Type
On 3/20/08, Conrad Parker <conrad at metadecks.org> wrote:
> I agree that tools should now start writing media types without the x- .
Cool.
j^ reported that some of the tools in the Annodex SVN like
mod_annodex, anxrip, oggz-merge, oggz-rip, etc will need to be
modified. I do not have SVN access to edit t...
2009 Oct 26
3
Rails Syntax
Hi All...
I want some sites that provides all the basic syntax that rails support.
If u have any document than please share it with me...
Please help me out...
Thanks...
--
Posted via http://www.ruby-forum.com/.
2008 Nov 13
5
ogg dirac granulepos in oggz tools
...they are reported. eg.
There's nothing in
http://trac.annodex.net/query?status=new&component=liboggz
Here's some oggz output that seems a bit fishy. Using
http://diracvideo.org/download/test-streams/ogg/sage-640x360.ogg and
current liboggz svn, http://svn.annodex.net/liboggz/trunk/ :
conrad at chichai:~/share/dirac$ oggz validate --max-errors 0
sage-640x360.ogg 2>&1 | wc -l
135
conrad at chichai:~/share/dirac$ oggz validate sage-640x360.ogg
sage-640x360.ogg: Error:
00:00:00.000: serialno 1763535876: Granulepos decreasing within track
00:00:00.166: serialno 1763535876: Granulep...
2008 Dec 04
3
ogg dirac granulepos in oggz tools
...test this shortly.
>
> Ok, i've tested muxing some audio and video together and that works fine.
> woo.
great, thanks :-)
So the last remaining tool to check is oggz-chop. I at first assumed it
would not work with Dirac's granulepos, but it seems to do something
vaguely useful:
conrad at chichai:~/share/oggz-chop$ oggz chop -s 7 -e 11 -o
sage-7-11.ogv ../dirac/sage-640x360.ogg
conrad at chichai:~/share/oggz-chop$ oggz dump sage-7-11.ogv |grep
serialno | head -n 20
00:00:00.000: serialno 1762443388, granulepos 0, packetno 0 *** bos: 64 bytes
00:00:00.000: serialno 1763535876, gra...
2008 Nov 21
6
ogg dirac granulepos in oggz tools
2008/11/21 David Flynn <davidf+nntp at woaf.net>:
> On 2008-11-21, Conrad Parker <conrad at metadecks.org> wrote:
>> 2008/11/15 David Flynn <davidf+nntp at woaf.net>:
>>> On 2008-11-14, Conrad Parker <conrad at metadecks.org> wrote:
>>>> It seems oggz chop, merge and sort will need some attention to deal
>>>> with...