September 25th, 2008 admin
I’m currently developing software in C# using the AdWords API to create dynamic ad copy. My first project is completed, and i’m happy with it. It controls a portfolio of flights information, keeping ads directing to the cheapest flights and the ad copy matching flight prices.Anyway.. I’ve decided to pratice my C# by doing the 200+ problems of Project Euler. So here’s problem 1, in C#Project Euler Problem 1[code] int finalval = 0; for (int i = 0; i != 1000; i++) if (i % 5 == 0 || i % 3 == 0) finalval += i;[/code] Fairly simple. Roll on the next..
Posted in general ramblings | No Comments »
September 16th, 2008 admin
This is pretty old news, but google quality score is about to change.. it’ll be a numeric system from 0-10 to describe your quality score. Perhaps now we’ll be able to run reports against it.
Additionally, i’m sitting here at the Google Developer Conference 2008 listening to how Google intend to take over the world. It seems they are hedging their online bets by pushing their weight behind Python and Javascript. As for the commercial aspect, attacking the microsoft position using cloud computing is clearly their obvious vision.
I did get a nice USB lego man stick..
Posted in general ramblings | No Comments »