(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)
emacs's gnus setting
Jun272008It's time to work
Jun202008Thanks to kun' effort, i think we couldn't wait any more!i should work hard for everything!
math.h compile
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
Jun102008I 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.
Subscribe to:
Posts (Atom)