我的朋友都是智障 - 左邊網 on Facebook

 

大叔虎

 

粉絲專頁:真.他媽的

粉絲專頁:後娘砲主義

粉絲專頁:左邊網

 

前陣子花了一點時間研究了 Facebook 的 API,然後替「左邊網」寫了幾個新產品。不是我在說,那個 Facebook Developer Wiki 真的詳細到爆炸(我一直以為 IT 從業人員都不喜歡寫 documents),這是幾個比較有用的頁面:

 

 

我用的是官方的 PHP Client Library,一開始我也不知道該從哪裡下手,就傻乎乎地在 Facebook Developer 註冊了一個新的 app,然後看到那些 Authentication、Canvas 和 Connect 之類的鬼設定時,我就傻住了,撒小?這是撒小啊?這些東西到底是幹什麼用的啊?但是,按了那個 example code 之後,一切都豁然開朗了。

 

再多的文字說明也比不上一段程式碼範例。

 

 

左邊網 Facebook 產品線

 

Read More

gcc hw3.c ...... 程式記憶體區段錯誤!

 

#include <homework_hell.h>

#include <poor_health.h>

#include <no_holiday.h>

 

int

main(int argc, char *argv[])

{

    while (professor_alive)

    {

        number_homework++;

        printf("Homework %d posted\n", number_homework);

 

        /* 我甚至還沒把 final_exam() 的功能加上去...... */

    }

    summer_vacation("Oh yeah! It's coming!");

 

    return probability_karoshi;

}

 

void

summer_vacation(char *sentence)

{

    printf("%s I want to......\n", sentence);

 

    write_monograph("TinyOS");     // 我好想把這一行註解掉......

    play_xBox_360("Prototype");

    date("Girlfriend");

    travel();

    do_nothing();

}

 

/*

/* 你們不覺得在 while 迴圈之外的 summer_vacation() 顯得很悲傷嗎?

/* 真希望哪天 professor_alive 會變成 FALSE

/* 唉............

/*/