Get in the zone with me for a good 15 minutes, maybe you’ll catch a few eclipse tricks and you’ll learn a little bit about how I think (and make mistakes along the way of fixing something on FrostWire)
Related Posts
BFS vs DFS Graph Search Algorithms in Python
Here are implementations of iterative BFS and DFS search algorithms in Python. These are just to illustrate the slight difference in implementation of these algorithms. Basically, if you want to go deep, with DFS, you can use a queue on which you’ll be adding the next elements to explore as you traverse the graph. If […]
NSIS: StrContains function – Find the index of a sub string.
Recently I was out of internet and I needed to implement a function that would search if a String was part of another String for an NSIS installer. Here’s my rendition of such a function. Once I came back online I found out about StrStr, but here’s another option that gives you as output the […]
OnLive could change the video game industry
I feel it’s my geek given duty to make a post about this presentation. I was lucky to finally have the time to watch their hour long presentation and Q&A session at the Game Developer Conference 2009 (which ends a couple of days from today). They could have not picked a better place to finally […]