Posts Tagged: github


30
Jan 11

Google Maps Context Menu v2

Not long after my last post about creating a context menu for Google maps, i realized it was a hard process to add new items to the list. Even harder to alter the list after it had been created. So i made the decision to turn all the code into a single class with methods to add/remove items and separators.

I have added the project to Github @ Gmaps Context Menu. So you view the source there.

I do need to write up a nice looking tutorial on how to use it, but untill then iv done my best to add comments and examples to ‘index.html’.

Check it out and let me know what you think.


18
Jan 10

My Lifestream

Not to long ago, i saw a video about the new LockerGnome.net and that it uses WordPress and a plugin called Lifestream. So i did the search found it and installed it. So far im liking it. A one stop shop for all the things i do (that have RSS feeds) on the nets.

You can view my Lifestream here

After i added Twitter, Last.fm, Hulu i realized that i dont have much of a life online to share. But since i do spend about 80% of my day in WoW and the WoWArmory just added in activity feeds showing achievement gains, boss kills and loots looted. I went to create the feed to my characters.

Iv got something that works and this is a good place to start using my GitHub account (and add that to my stream) so hopefully ill get that added.


4
Jun 09

Top Github Languages Used

 github-toplangIv known about GitHub for a while, but i haven’t had a reason to use it because i dont really have any projects right now (i need one tho). I was looking around and found a page listing the top languages used on projects hosted on GitHub (found HERE).

As you can see that my main coding language, witch is php, is 7th on the list. And the main one is Ruby. It got me to thinking, should i take a look at the ruby language and see if its easyer and what not? I mean if 28% of projects on GitHub are using it, i would assume that its a good programing language right?


1
May 09

Blizzard To Wowhead Talent converter

Wowhead has not officially released the code they use to convert convert, but a long while back someone asked in their forums about it. And from there people convert the code they shared into something readable, and worked pretty well.

In my short project to make a Wowarmory mirror type site, i wanted a way to convert blizzards talent build to wowheads. After lots of work, iv finely come out with a nice function that does pretty well.

Iv also been talking with one of the programmers of Armorylite to share this code with him. They just link to blizzard calculator and i thought it be nice for them to be able to link to the best calculator, Wowhead.

I am gonna share the function with all who want to use it for free, after the break. Continue reading →