Tag: ruby threading


Ruby web scraping

Posted on 29th Januar, by Tobias.Braner in Ruby. 1 Comment

I want to share my recent experience with ruby web scraping and RSS.

Often I found myself checking the comments for my game iBox3D using http://www.appcomments.com. But the problem is that you can only display the comments by country and my app does so far only have comments in Germany, USA and UK. But the website does not show where you have comments or not. It was hard to say, if there were new comments or not. So I decided to write a small ruby script which should compile all comments and display them.

Read the full article »




MacRuby – Create iCal event with alarm from Ruby
I've had to create some very similar events in my calendar, but they did not match a valid recurrence pattern. As I find it...
Windows: Get the mouse position with Ruby
With this Ruby code you can get the mouse position in windows.
lol-patch.com
I guess not everyone reading this article is a fan of League of Legends (LoL), a famous multiplayer game in which two enemy factions...
Writing a jQuery plugin with coffeescript
Coffescript saves my day, as I don't like javascript and the coffeescript syntax is more python/ruby based. Coffeescript itself compiles to javascript. It...
Uninstall all local ruby gems
This ruby script might be useful for people like me who just started using bundler to manage the gems of their webapp and all...
Installing GIT on Mac with Macports

This small guide will help to install GIT on Mac using Macports.

Rake & FTP
Rake is a build tool for ruby, similar to C's make or Java's ant/maven. Basically you can define a lot of tasks, which can be...
Ruby web scraping
I want to share my recent experience with ruby web scraping and RSS. Often I found myself checking the comments for my game iBox3D...
iBox3D released
Back in 2009, on the 23rd of March, I've reported about an easy way to created 3D iPhone games with Shiva, a game creation...