emacs's gnus setting

Jun272008
0 评论

(setq user-mail-address "huzhili@gmail.com")
(setq user-full-name "ZhiLi Hu")
(load-library "smtpmail")
(load-library "nnimap")
(load-library "starttls")
(setq gnus-select-method '(nnimap "imap.gmail.com"
(nnimap-address "imap.gmail.com")
(nnimap-server-port 993)
(nnimap-stream ssl)))

(setq smtpmail-starttls-credentials '(("smtp.gmail.com" 587 nil nil))
smtpmail-smtp-server "smtp.gmail.com"
smtpmail-default-smtp-server "smtp.gmail.com"
send-mail-function 'smtpmail-send-it
message-send-mail-function 'smtpmail-send-it
smtpmail-smtp-service 587
smtpmail-auth-credentials '(("smtp.gmail.com"
587
"huzhili@gmail.com"
nil)))
(add-hook 'gnus-topic-mode-hook 'gnus-topic-mode)

New Suse 11 on my Desktop now~~

0 评论

It's time to work

Jun202008
0 评论

Thanks to kun' effort, i think we couldn't wait any more!i should work hard for everything!

math.h compile

0 评论

When compiling program with math.h in Gcc of Lnux, we should link with -lm, or there will be an error:undefined reference to 'sin'.

A memoriable day

Jun102008
0 评论

I am glad to announce that we beat the other team with who we compete to get a chance to go to Beijing for Software competition. It is somehow a bit surprise.YoYo,but, simultaneously, there is bigger challenge in front.God bless us.

Our team:me, guan, kun.
Them:unknow people of class 6,Major Transformation Students with good grades.

Cool Math Algo

Jun082008
0 评论