j

2016-04-21 - Concertino

Simple Mac App handling OS X media keys that embeds the web app of Napster® or Rhapsody®.

2014-09-30 - Yvonne Rollin - Horse Assisted Coach

2012-10-24 - Rails emails using the recipient's locale.

class NotificationMailer < ActionMailer::Base

  default from: "Sender "

  def mail_with_locale(headers = {}, &block)
    locale = headers.delete(:locale) || I18n.default_locale
    I18n.with_locale(locale) { mail_without_locale(headers, &block) }
  end
  alias_method_chain :mail, :locale

  def notification(user)
    mail to: user.email, locale: user.locale
  end

end

2012-09-11 - Canon imageRunner Advance C2025i on Ubuntu Linux

2012-05-19 - Fixing flicker on internal display with Nvidia Quadro 2000M on Ubuntu since driver version 290.10

Section "Device"
	Identifier	"Default Device"
	Option		"NoLogo"		"True"
	Option		"FlatPanelProperties"	"Dithering=Disabled" # fixes flicker on internal display
EndSection

2012-01-25 - Enable and Use A2DP Sink on Ubuntu Linux with Bluez