Mr. Greyhat | Adventures into the world of Search Marketing with Pay Per Click (PPC) and Search Engine Optimization (SEO)

C# Project Euler

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 »

  • Recent Posts

    • C# Project Euler
    • Quality Score about to change.
    • adCenter Desktop Beta..
    • XSS, Adwords, affiliates.
    • Atlas vs. Google Conversion tracking, the percentage difference.
  • Further reading..

    • Insider’s View
    • Matt Cutts Blog
    • PPC Blog
    • PPC Discussions
    • Search Engine Land
    • SEO Blackhat
    • SEOptimize
  • Archives

    • September 2008
    • August 2008
    • July 2008
    • June 2008
    • April 2008
    • March 2008
    • February 2008
    • January 2008
  •  

    September 2008
    M T W T F S S
    « Aug    
    1234567
    891011121314
    15161718192021
    22232425262728
    2930  

Mr. Greyhat | Adventures into the world of Search Marketing with Pay Per Click (PPC) and Search Engine Optimization (SEO) is proudly powered by WordPress | Bob