星期五, 4月 07, 2006

Try New Free Bloghost support mail to blog

找找一個支援 mail to blog 的 free blog host : http://checko.eponym.com/blog

是因為前一天的hinet 烏龍: 將blogspt視為spam網站。
所以需要一個blogspot的備份。

因為blogspot有post indicate - mail 的功能,每次post都會寄一份備份到指定的mail address。
配合gmail 的filter 功能,將mail forward到 eponym.com。
這樣就OK啦。

可惜是:不支援中文Title。
所以:都要用英文的啦。

test一下常用的tag:
這是程式馬的tag..
int kunzip(char *zaddr, char *loadaddr, unsigned int heapaddr)
{
ulg orig_crc, crc;
int i;

outcnt=0;
inptr=0;

inbuf=zaddr;
window=loadaddr;

// heap in SDRAM
// heap_base= loadaddr + 0x200000;
heap_base = (char *) heapaddr;

// max_heap_top=heap_base;
heap_top=heap_base;

updcrc(NULL,0);

inptr+=10;
while(*(inbuf+inptr)) inptr++;
inptr++;

uart_printf("Inptr = 0x%08x(%d)\n", inptr, inptr);
uart_puts("Inflating....\n");

i=inflate();

uart_printf("Outcnt = 0x%08x(%d)\n", outcnt, outcnt);
uart_printf("Final Inptr = 0x%08x(%d)\n", inptr, inptr);

orig_crc = get_unaligned_long(inbuf+inptr);
// orig_len = *(ulg *)(buf+4);
uart_printf("Original CRC = 0x%08lx\n", orig_crc);

// if(outcnt!=599388){
// int ki;

crc=updcrc(window,outcnt);
uart_printf("Computed CRC = 0x%08lx\n", crc);

if (orig_crc != crc) {
// Kaboom !!
uart_puts("Ckecksum mismatched!!\n");
return -1;
}
在試試 > &lt...
再來是item:
  • 第一點
  • 2nd
縮排
Hello !!!
OK啦。

沒有留言:

網誌存檔