You are currently browsing the archives for the “Program” category.

development a “hello world”application with facebook api

posted in: Program, Project, Research (Tags: , , , ) - 11 Comments

first of all, you need download facebook PHP Client Libraries. Extract package to you work path. open the directory, there are two sub-directory, PHP directory is libraries, you need use it to develop application. and a example directory called foodpoints. Open PHP directory, creating two PHP files – index.php and config.php.

In config.php:

< ?php
$api_key = '[API_KEY]';&amp;amp;nbsp; // your apps api key
$secret&amp;amp;nbsp; = '[SECRET_KEY]'; // your apps secret key
$backurl="http://liduan.com/fb/start";&amp;amp;nbsp; your call back web url
?>

READ MORE

[Picture]Mobile Robot Assignment

posted in: Photo, Program (Tags: , , ) - 1 Comment

Last year, We have this course called “mobile robot”. Aim is program base a Lego Mindstorm NXT robot. robot should be collecting boxes, follow a line, find objects (like box), collecting objects, back to start area, release objects, continues follow a line and collecting box. LEGO Mindstorm NXT robot using Lejos firmware. Java programmer can easily start work in Lejos. It is base on the J2SE.

In robot assignment, 2 or 3 student make a group and work together. they need design and program for robot. Right side’s picture is a robot designed by our group.

READ MORE