Tuesday

big o notation poster

big o notation poster:
differnt pdf on github: https://github.com/ro31337/bigoposter/raw/master/bigoposter.pdf

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 ...