Bug Tracker Moved

Posted by Jeff Dlouhy on 07/06 at 02:01 AM

I have been running around like a chicken with its head cut off recently searching for new hosting. I have finally settled and have a 2 server setup, my paid hosting and my own server. As a result I had to move our bug tracker off the nclasssoftware.com domain and to bugr.org where it currently resides. So please report any bugs or feature requests there.

Sergey says:

July 13th, 2007 at 12:45 pm

Corripio don`t want work with proxy in property, such as SKY DSL

Michael says:

September 4th, 2007 at 9:53 pm

Corripio makes awful noises when it completes tasks, there is no menu option to turn off the ridiculously poor noises.

Brian says:

January 3rd, 2008 at 7:39 am

Can’t find anything at bugr.org! so I thought I’d submit a problem here instead.

Overall a great piece of software but I noticed recently that “Fix Tags” was missing a few which appeared to have normal numbering in the file names - something like 01 - trackname.mp3. Most worked fine but then I noticed that any name with an accented character, an acute for example got missed.

Thought you might like to know.

Cheers
Brian

Max says:

January 17th, 2008 at 8:33 pm

Thanks for the software Jeff! Very nice, but it would be cool if it didn’t insist on being on top of everything else grin. I just want to run it in the background.

I’ve also written a basic Google Image Search plugin for Corripio, it’s reproduced below:

#!/usr/bin/ruby
#

require ‘net/http’
require ‘open-uri’
require ‘uri’
require ‘cgi’

query = (ARGV + ["album"]).join(" “)
sizes = ["medium", “large”, “xlarge"].join("|")
uri = “http://images.google.co.uk/images?hl=en&q;=#{CGI.escape(query)}&imgsz;=#{CGI.escape(sizes)}”

source = open(URI.parse(uri)).read.gsub("\r\n", “")

matcher = /dyn.Img\(”.*?”,”.*?”,”.*?”,"(.*?)"/
matches = source.scan(matcher)

matches.first(10).each { |match| puts match.first }

h0ly says:

February 6th, 2008 at 5:10 pm

I love that domain, bugr.org i wonder how much a .net would cost lol

Commenting is not available in this weblog entry.