Skip to content

Instantly share code, notes, and snippets.

View asadravian's full-sized avatar
🎯
Focusing

Muhammad Asadullah asadravian

🎯
Focusing
View GitHub Profile
@asadravian
asadravian / gist:d2de60813acec45dae752f3286ca044e
Created September 23, 2020 20:24
quizziz answer hack > f12 chrome dev tool > console > copy paste
var x = document.createElement("link");
x.rel = 'stylesheet';
x.type = 'text/css'
x.href = "https://cdn.jsdelivr.net/gh/EastArctica/JS-Plugins@master/Un-Released/Kahoot/KahootModal.css"
document.head.appendChild(x);
var xhttp = new XMLHttpRequest()
var URL = window.location.href
var found = URL.search("https://quizizz.com/join/game/");
if (found == 0) { found = true }
@asadravian
asadravian / ML-DS Roadmap 2020.txt
Created May 11, 2020 03:27
Practical Roadmap for getting started with Machine Learning and Data Science for Beginners in 2020.
Here’s a practical roadmap for getting started with machine learning and data science for beginners:
✅ Step 1
Download and Install Anaconda
https://www.anaconda.com/download/
✅ Step 2
a. Learn the basics of Python (Lists, Tuples, Dictionaries, etc)
b. Understand the basics of data structures and algorithms
https://www.datacamp.com/c…/tutorials/data-structures-python
@asadravian
asadravian / PY0101EN-1-2-Strings.ipynb
Created November 14, 2019 17:58
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@asadravian
asadravian / PY0101EN-1-1-Types.ipynb
Created November 14, 2019 17:38
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@asadravian
asadravian / README.md
Created April 28, 2019 11:54 — 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.