Filed under: Trips & Pics — Jawaad @ 10:22 am
May 19, 2007

Well after a bit of work, I managed to free myself from the keyboard and take some pics of this fascinating city-state.

Breakfast
Breakfast

Breakfast is Biryani rice with a whole chicken leg. Delicious. And it cost me 3.50 S$. That is to say, $2.50 in Canada for a full meal (!!)

Graffiti
Graffiti
Graffiti

They do have Graffiti in Singapore, but only in controlled locations. Remember that little American punk that got his ass caned for doing the same? I still laugh at it.

Train System

The light train here is pretty awesome. As far as an intra-city transit system goes, it probably can’t be beat. It is right up there with Tokyo in terms of ease of use. If you don’t like using it though, you can always use the local taxis who are very cheap.

Malay Village
Malay Village

A whole bunch of Malays were gathered in a shopping mall where two DJs were talking to them (in a language I didn’t recognize). People were having a great time. I am sure that somewhere in Saudi Arabia, a little bitch is having a meltdown thinking about this “shameful gathering”. I’m sure some of his little bitch friends in Montreal probably will too.

Subaru WRC Gay colours

The Subaru WRC team has finally gone gay :(

Construction

Construction on high rises? Never saw that back home

Flowers

THE END.


Filed under: PERL, Work — Jawaad @ 9:40 am
May 16, 2007

Unfortunately, I have been stuck in a brutal losing battle against Blogger’s API. I have managed to get the authentication function working, but it stops when I try actually posting -_-

Functional Authentification Function

require_once "HTTP/Client.php";
require_once 'HTTP/Client/CookieManager.php';

$email = "blahblah";
$password = "blahblah";
$blog_id = "http://blahblah.blogspot.com/";
$source = "superman-bloggingbro-0.1";
$service = "blogger";

$login_url = "https://www.google.com/accounts/ClientLogin";
$login_params = array( "Email"=> "$email", "Passwd" => "$password", "source" => $source, "service" => $service);

$client =& new HTTP_Client();
$client->setDefaultHeader($headers2);
$client->post($login_url, $login_params);

Powered by WordPress

Archives 
August 2008 July 2008 June 2008 May 2008 April 2008 March 2008 February 2008 January 2008 December 2007 November 2007 October 2007 July 2007 June 2007 May 2007 April 2007 March 2007 February 2007 January 2007 December 2006 November 2006 October 2006 September 2006 August 2006 July 2006 June 2006 May 2006 April 2006 March 2006 February 2006 January 2006 December 2005 November 2005 February 2005 December 2004 November 2004 October 2004 September 2004

Creative Commons License
All text and images under 1024 x 768 pixels on this site are licensed under a Creative Commons Attribution 3.0 Unported License.
I require a link back to the original page of the article/image. If the image/article is not public (IE: It is not present in an article on the blog), you may not reproduce it without permission.