LuckyNoS7evin's blog

Steam ID Project - Another 63

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 on

Steam ID Project - More and more

So here we are 8 days later and I'm still here, back for another update. Last week I told you why I'm here, how I ended up on WSGF and a little project I'm working on with the Steam Library Compare application. Well it's been a busy week so I haven't done much, the task at the moment is to get the Steam IDs I've managed to match into the WSGF database. On my initial run through I managed to match 537 games and we are almost there. From the 537 I have S and T to do, all others are in there.

LuckyNoS7evin on

LuckyNoS7evin - The beginning!

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.

LuckyNoS7evin on