2009年11月15日日曜日

linbinbin shared a new Qik video

Hi there - check this Qik video out

Ca22d3bdb22a440aa591c323c5056825



- linbinbin
http://qik.com/linbinbin
-------
What is Qik?
Qik enables you to share live videos with your friends and family - right from your mobile phone.

Connect with us on Facebook and Twitter.

2009年11月1日日曜日

linbinbin shared a new Qik video

Hi there - check this Qik video out

Ee12003d8713463ebe8d4ec96423a8d4



- linbinbin
http://qik.com/linbinbin
-------
What is Qik?
Qik enables you to share live videos with your friends and family - right from your mobile phone.

Connect with us on Facebook and Twitter.

2009年10月17日土曜日

linbinbin shared a new Qik video

Hi there - check this Qik video out

A1b4a29bb1ef441eb7e2aa35b0e9025d



- linbinbin
http://qik.com/linbinbin
-------
What is Qik?
Qik enables you to share live videos with your friends and family - right from your mobile phone.

Download Qik by visiting d.qik.com from the browser on your mobile phone.

linbinbin shared a new Qik video

Hi there - check this Qik video out

346cfa4336224e81ad0f8ad9c3aa2742

疲れる


- linbinbin
http://qik.com/linbinbin
-------
What is Qik?
Qik enables you to share live videos with your friends and family - right from your mobile phone.

Download Qik by visiting d.qik.com from the browser on your mobile phone.

2009年10月12日月曜日

http://www.cnii.com.cn/20080623/ca583126.htm

--
+----------------------------------+
|  Lin  ShuBin                |
|  藺   蜀斌                    |
|                                   |
|                                   |
+-----------------------------------+

2009年9月17日木曜日

gcc=?ISO-2022-JP?B?GyRCOEA4bDNIRCUbKEI=?=

#include <sys/types.h>
#include <unistd.h>
#include <limits.h>

#define HW1 "Hello, world!\n"
#define HW2 "Hello, world!\nHello, world!\n"

#define PRINTIT(args...) printf(args)

inline long
getnum(int argc, char *argv[]) __attribute__((always_inline));

int
main(int argc, char *argv[])
{
__label__ retok, retfailed;
int num = getnum(argc, argv);
char buf[strlen(HW1)*num + 1];
typeof(&buf[0]) formstr(char *buf, int n) {
buf[0] = '\0';
char *hw;
switch (n & 1) {
case 1 ... 1:
hw = HW1;
break;
case 0 ... 0:
n >>= 1;
hw = HW2;
break;
}
while (n-- > 0)
strcat(buf, hw);
return buf;
}
void *addr = &&retok;
char *cp = formstr(buf, num) ? : ({addr = &&retfailed; "Failed\n";});
PRINTIT(cp);
goto *addr;

retfailed:
return -1;
retok:
return 0;
}

long
getnum(int argc, char *argv[])
{
return ({long ret = 1;
if (argc > 1) {
ret = strtol(argv[1], (char**)NULL, 10);
if (ret < 0 || ret == LONG_MAX || ret == LONG_MIN)
ret = 0;
}
ret;});
}
http://www-cms.phys.s.u-tokyo.ac.jp/~naoki/CIPINTRO/index.html