Skip to content

Instantly share code, notes, and snippets.

View mraqkhan's full-sized avatar

A.Q.Khan mraqkhan

View GitHub Profile
@mraqkhan
mraqkhan / README.md
Created February 6, 2018 18:16 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.

For more about AWS and AWS Certifications and updates to this Gist you should follow me @leonardofed


@mraqkhan
mraqkhan / IMDB.py
Created February 1, 2016 19:29 — forked from jayrambhia/IMDB.py
Fetch movie information from IMDB using Python!
'''
Author : Jay Rambhia
email : [email protected]
Git : https://github.com/jayrambhia
gist : https://gist.github.com/jayrambhia
'''
import urllib2
from BeautifulSoup import BeautifulSoup
from mechanize import Browser
'''
Establish a socket connection through an HTTP proxy.
Author: Fredrik Østrem <[email protected]>
License:
This code can be used, modified and distributed freely, as long as it is this note containing the original
author, the source and this license, is put along with the source code.
'''