similar to: Parentheses for precedence?

Displaying 20 results from an estimated 1000 matches similar to: "Parentheses for precedence?"

2013 Aug 30
2
New and need help
Hello everyone. I haven't used Icecast yet but I'm hoping it can help me with what I want to do. I listen to podcasts a lot. Most of the time I'm at work I have something playing in the background. The problem is once one ends I have to select another to play. Or if they have all been played I can't use the auto next feature. So what I would like to do is setup a machine
2005 Dec 02
43
ANN: acts_as_ferret
Hi all This week I have worked with Rails and Ferret to test Ferrets (and Lucenes) capabilities. I decided to make a mixin for ActiveRecord as it seemed the simplest possible solution and I ended up making this into a plugin. For more info on Ferret see: http://ferret.davebalmain.com/trac/ The plugin is functional but could easily be refined. Anyway I want to share it with you. Regard it as a
2005 Dec 02
43
ANN: acts_as_ferret
Hi all This week I have worked with Rails and Ferret to test Ferrets (and Lucenes) capabilities. I decided to make a mixin for ActiveRecord as it seemed the simplest possible solution and I ended up making this into a plugin. For more info on Ferret see: http://ferret.davebalmain.com/trac/ The plugin is functional but could easily be refined. Anyway I want to share it with you. Regard it as a
2006 Mar 29
1
Problems with Ferret 0.9.0
Hi, I upgraded from 0.3.2 to 0.9.0, and now my old search code doesn''t work anymore. I get a lot of ArgumentErrors, for example: "query.add_clause(Search::BooleanClause.new(query_parser.parse(term), Search::BooleanClause::Occur::MUST))" raises: ArgumentError (wrong number of arguments (2 for 0)) "index_searcher.search_each(query)" raises: ArgumentError
2015 Feb 16
2
Rhythmbox Replacement
Hey Y'all, I though I would resurrect a long dead mail chain. I'm looking for a good replacement for Rhythmbox. I need a pod catcher to catch podcasts and download them to my HD where I can then move them onto my mp3 player that I take to work every day. I don't need a new mp3 player so don't suggest VLC. It is not able to download podcasts. I'm in the process of
2006 Jun 08
2
Including iTunes data into ruby output of RSS2.0...?
Hey all, I''d like to include the iTunes XML data into my RSS feed, generated with the code below: xml.rss ''version'' => ''2.0'', ''xmlns:itunes'' => ''http://www.itunes.com/dtds/podcast-1.0.dtd'' do xml.channel do xml.title ''Title here'' xml.author ''Everyone''
2005 Oct 10
2
Astricon Podcasts?
I'd be curious to hear any Podcasts from the upcoming Astricon conference. If anyone in attendance/organizing the event is going to be recording any audio please share. Cheers, HJ
2015 Feb 19
2
Rhythmbox Replacement
Mark LaPierre <marklapier at ...> writes: > > On 02/15/15 22:48, Mark LaPierre wrote: > > Hey Y'all, > > > > I though I would resurrect a long dead mail chain. > > > > I'm looking for a good replacement for Rhythmbox. I need a pod catcher > > to catch podcasts and download them to my HD where I can then move them > > onto my mp3
2006 Sep 22
1
QueryParser bug?
I cooked up a little script to show what I mean. This doesn''t look right to me, but maybe I just completely misunderstand QueryParser. Same output on mswin32, unix, ferret 0.9 and 0.10 Cheers, Sam require ''rubygems'' require ''ferret'' p Ferret::VERSION # 0.10.6 index = Ferret::Index::Index.new() index << {:title => "Programming
2006 Mar 29
1
Using boolean terms in PHP bindings
OK, I'm indexing my data with the scriptindex. I want to be able to restrict the search by the category field. Do I need to do anything to the data itself? Like, literally prefix it with the characters "XC"? Below is my indexor for scriptindex and the my php code... document_id : field=ref unique=Q boolean=Q search_id : field=document_id index=S document_title : field=title
2006 Sep 15
3
Crashes and tests failures again with 0.10.4
In the beginning 0.10.4 looked promising, but now that my index has grown to > 100 MB I''m getting segfaults on some searches again: >> Post.find_by_contents(''rubyforum'') # ok >> Post.find_by_contents(''ruby-forum'') /usr/local/lib/ruby/gems/1.8/gems/ferret-0.10.4/lib/ferret/index.rb:351: [BUG] Segmentation fault ruby 1.8.4 (2005-12-24)
2006 Feb 17
7
FCGI hanging w/ lighttpd and RoR 1.0 (need to kill -9)
Hi, everyone, I''m currently running a Rails 1.0 project using lighttpd-1.4.9 behind Apache 2 on RHEL 3. My fcgi process (I''m only using one right now) always hangs after some time, which is something I haven''t experienced before (e.g., I''ve run this same app. on a TextDrive account and it works fine there). So ... any ideas on what could be causing this?
2006 Aug 15
8
Ferret 0.10 series
Hi David, >> Otherwise I''m fully committed to getting 0.10 out. >> When it is out, I''d recommend getting it into your >> development app as soon as you can. Any idea of timeframe to a 0.10 alpha release? Kind Regards Neville
2006 May 31
2
I''m Collecting Media Refernces for Ruby and Rails
I''m trying to collect media references (URLs) to articles, podcasts, and videos about Ruby and Ruby on Rails, like this month''s Linux Journal ( http://www.linuxjournal.com/issue/147) or the recent DDJ article ( http://www.ddj.com/dept/architect/187203512). If have such a collections yourself (or just know of some good references), could you please share them on this thread.
2012 Jun 17
3
Rhythmbox Replacement
Hey Y'all, What application replaces the functionality of Rhythmbox for Cent OS 6.2? In particular I am interested in handling podcast feeds. -- _ ?v? /(_)\ ^ ^ Mark LaPierre Registerd Linux user No #267004 www.counter.li.org ****
2006 Jul 25
1
RDig document processing error
Hi all, Am having problems using RDig: With this rdig config... cfg.crawler.start_urls = [''http://www.defensetech.org''] cfg.crawler.include_hosts = [''www.defensetech.org''] cfg.index.path = ''/my/path/to/index'' cfg.verbose = true ...I get this output: $ rdig -c config/rdig_config.rb /usr/local/lib/site_ruby/1.8/ferret/index/term.rb:45:
2006 Jul 18
4
Some basic questions
Hi, David and everyone, I''ve had Ferret running fine in a production Rails application for a while now. I haven''t updated Ferret or really looked at the Ferret-related code since probably January, but I recently started thinking about trying out the latest version (we were using 0.3.2, I think). I got the latest (0.9.4) and have noticed things break. In particular, I used to
2011 Aug 27
1
OGG compression optimization
Hi, We have worked out an approach to optimize audio compression for OGG files achieving best or pre-defined quality and best compression ratio. If there is interest in this please consider reading this blog post: http://blog.sevana.fi/optimize-bitrate-and-size-preserving-high-audio-quality-in-tracks-podcasts-tunes-with-aqua-wideband/ Thanks! Best Regards, Sevana Oy -------------- next part
2005 Sep 03
1
I connected my quicknet phonejack to the wall phone outlet and .......
waited for the aroma of burnt electronics. There wasn't any so I went to the next room and plugged in a telephone on the wall outlet. I picked up the handset and it rang my asterisk box. I dont have any phone service. The phone is working fine and have used it for hours listening to podcasts. And I can plug it to any phone in the house. Now I am thinking if I can plug another phone
2014 Apr 12
1
Asterisk and OSX
Hi, After lot of tests, here's cli error : [Apr 12 16:10:42] WARNING[11783][C-00000000]: channel.c:1309 __ast_queue_frame:Exceptionally long queue length queuing to SIP/Iphone-00000000 Can somebody help me with this error ? AMICALEMENT? ______________ Manu - E-Mail : etann at manu-dpk.net - TimeLine Twitter : @manudpk - Skype : manu-dpk D?couvrez mes compositions musicales