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] 
| == Adb Server | |
| adb kill-server | |
| adb start-server | |
| == Adb Reboot | |
| adb reboot | |
| adb reboot recovery | |
| adb reboot-bootloader | |
| == Shell | 
| #!/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/" |