Sending patches through your GMail account with Git

May 25, 2010

Configuring git send-email to use Gmail SMTP
If you dont have the command git-send-email command then install it using apt-get install git-send-email
Then, add the correct configuration variables with the following:
$ git config –global sendemail.smtpserver smtp.gmail.com
$ git config –global sendemail.smtpserverport 587
$ git config –global sendemail.smtpencryption tls
$ git config –global sendemail.smtpuser your_email@gmail.com
Now it’s ready: the command git send-email [...]

1

热烈庆祝struggleyb同学通过硕士论文答辩

May 22, 2010

感谢老师,感谢同学,谢谢!

10

GPA计算

November 6, 2009
Tags:

找工作时候,很多外企需要学生添写GPA,好不容易找到了一个很好的计算GPA的软件,放在自己blog希望将来谁需要可以直接过来下载。
并且,附上自己的GPA,以免将来重复计算:
本科:3.7
硕士:3.6
话说,这两个分数可是用软件“改进GPA4.0算法”计算的来的,咱分数不是特别高的,还是改进算法算出来的GPA看着舒心 ^_^

0

南开大学本科生选课系统,研究生选课系统

October 25, 2009

非常无奈,每次都要搜索才能找到这两个重要的东西,记录在此。
南开大学本科生选课系统: http://222.30.32.10
南开大学研究生选课系统: http://202.113.28.116

2