hirax.net::Tech-logs::*-02-01

2008-02-01[n年前へ]

「第2回ROBO-ONE on PC/Sat.発表会」が2月10日に開催 

 「第2回ROBO-ONE on PC/Sat.発表会」が2月10日に開催

「PHPは“誘い受け”」─プログラミング言語評価に新たな指標 

 「PHPは“誘い受け”」─プログラミング言語評価に新たな指標

2009-02-01[n年前へ]

OpenCV Cross-compiling for iPhone 

 OpenCV Cross-compiling for iPhone

Cross-compiling is one of the many joys of iPhone development. Generally cross compiling is as easy as calling a `configure’ script with the correct parameters: In our case for putting OpenCV on the iPhone, we used the following command:

2010-02-01[n年前へ]

iPhone用サーバーアプリは ObjectiveResource + Ruby on Rails で超簡単!! 

 「iPhone用サーバーアプリは ObjectiveResource + Ruby on Rails で超簡単!!

 iPhoneはゲームのようにiPhoneだけで完結するアプリもありますが、たいていのアプリはサーバーと連携することで大きな可能性を得る事ができると思います。 その際にサーバー側のシステムとiPhone側のサーバーとの通信をどうするかは悩みどころですが、ObjectiveResource + Ruby on Rails を使うと本当に簡単にサーバー側と通信を行う事が出来ます。