Skip to content

Instantly share code, notes, and snippets.

View vijaysaimutyala's full-sized avatar

Vijay Sai Mutyala vijaysaimutyala

View GitHub Profile
@felipemoraes
felipemoraes / 0.useful.md
Last active March 10, 2024 19:55
Machine Learning Interview Questions
@vijaysaimutyala
vijaysaimutyala / oct22.ipynb
Last active October 21, 2018 06:42
Install_fastai_on_Google_colab_GPU.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jasonjoh
jasonjoh / sendactionablemessage.py
Last active October 17, 2023 12:45
A sample Python script that sends an actionable message via the Office 365 SMTP server.
#! /usr/local/bin/python
"""Sends an actionable message to yourself
Usage: 'sendactionablemessage.py -u <username> -p <password>'
"""
import sys
import getopt
from smtplib import SMTP as SMTP
from email.mime.text import MIMEText
package spauth;
import java.io.*;
import java.net.*;
import javax.xml.parsers.*;
import javax.xml.xpath.*;
import org.w3c.dom.Document;
import org.xml.sax.*;
public class LoginManager {