perl Implementing WWW::LastFM with XML::Rabbit - Part 5 * Part 1 of 5 * Part 2 of 5 * Part 3 of 5 * Part 4 of 5 * Part 5 of 5 In the previous article we started implementing the geo.getEvents Last.FM API call. In this article we will complete the implementation of the Event class and create a small
perl Implementing WWW::LastFM with XML::Rabbit - Part 4 * Part 1 of 5 * Part 2 of 5 * Part 3 of 5 * Part 4 of 5 * Part 5 of 5 In the previous article we finished implementing the geo.getMetros Last.FM API call with XML::Rabbit. That particular API call doesn't include a lot of interesting information,
perl Implementing WWW::LastFM with XML::Rabbit - Part 3 * Part 1 of 5 * Part 2 of 5 * Part 3 of 5 * Part 4 of 5 * Part 5 of 5 In the previous article we looked at how XML::Rabbit does its magic to give us a very compact syntax for creating Moose attributes that mirror simple XML document values.
perl Implementing WWW::LastFM with XML::Rabbit - Part 2 * Part 1 of 5 * Part 2 of 5 * Part 3 of 5 * Part 4 of 5 * Part 5 of 5 In the previous article we created a simple framework for making HTTP requests to the Last.FM API. In this article we'll go into detail on how XML:
perl Implementing WWW::LastFM, a client library to the Last.FM API, with XML::Rabbit * Part 1 of 5 * Part 2 of 5 * Part 3 of 5 * Part 4 of 5 * Part 5 of 5 In this series of articles I'm going to implement a client to the Last.FM web services API which allows us to find concerts and other events in
Software X11 forwarding to Ubuntu server not working with PuTTY and Xming? I was stumped why I couldn't run X11 software on my Ubuntu server installation and have it forwarded through my SSH connection to my desktop Windows machine running Xming. The solution was to install the xauth package from the Ubuntu repositories: $ sudo aptitude install xauth Apparently installing an