LuckyNoS7evin's blog

Steam ID Project - Another 63

Submitted by LuckyNoS7evin on 26 May, 2013 - 20:20

Today I finished the Ts in my initial 500+ Steam IDs this meant I had finished, so I thought I would revisit my code to try and get a few more matches...

I changed my "matching" a little and removed case and spaces. You may not care about the previous version but the initial version just removed punctuation.

So here is the new version


foreach (XElement wsgfGame in noMatch)
{
var name = wsgfGame.Element("Title").Value.ToLower();
name = new string(name.Where(c => !char.IsPunctuation(c)).ToArray());

LuckyNoS7evin - The beginning!

Submitted by LuckyNoS7evin on 15 May, 2013 - 19:09

Who's LuckyNoS7evin

So this isn't about the film, this is about me and a username I've been using since 2006 when Lucky Number Slevin was released and I got the xbox 360. Started the little box of tricks and thinking "what gamertag should I use?". So yes I was a console gamer up until January 2012, I quit PC back in the early 2000s. I started university and although had to have a computer due to doing Computer Science I couldn't afford the graphics cards back then. So through the Xbox and then onto the 360 I really enjoyed console gaming.

Syndicate content