Skip to content

Instantly share code, notes, and snippets.

View mohan-m-u's full-sized avatar
👁️
focusing...

mohan-m-u

👁️
focusing...
View GitHub Profile

Advanced JavaScript Learning Resources

This is a list of advanced JavaScript learning resources from people who responded to this [Tweet][13] and this [Tweet][20].

  • [You Don't Know JS][3]

  • [Frontend Masters courses by Kyle Simpson][12]

  • [@mpjme][6]'s [YouTube videos][5]

@mohan-m-u
mohan-m-u / AdbCommands
Created June 30, 2018 17:50 — forked from Pulimet/AdbCommands
Adb useful commands list
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
== Shell
@mohan-m-u
mohan-m-u / results_scraper.py
Created January 2, 2018 14:15 — forked from AnirudhKonduru/results_scraper.py
Fetches multiple results from the RVCE results page.
#!/usr/bin/env python3
import requests as rq
from bs4 import BeautifulSoup as BS
import time
import sys
students_list = []
results_form_url="http://results.rvce.edu.in/"