Thursday

online lesson videos from stanford


Artificial intelligence (http://ai-class.org).

Databases (http://db-class.org)

Machine Learning (http://ml-class.org).




No comments:

test smtp server with powershell

Send-MailMessage -SMTPServer smtp.domain.com -To [email protected] -From [email protected] -Subject "This is a test email" -Body ...