Skip to content

Instantly share code, notes, and snippets.

View thejask's full-sized avatar

Theja sk thejask

View GitHub Profile
@thejask
thejask / AdbCommands
Created June 20, 2018 16:40 — 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
@thejask
thejask / html-css-js-resources.md
Created January 13, 2017 06:25 — forked from eddywashere/html-css-js-resources.md
HTML/CSS/JS resources

HTML/CSS/JS Resources

###Video

  • 30 Days to Learn HTML & CSS
    • Plenty of short tuts on html/css. (Kind of boring but definitely thorough)
  • Functional HTML5 & CSS3
    • Practical applications of html5 and css3, works its way into a site build with good info along the way
  • CSS Cross-Country
  • Very, very in depth look at css. Definitely the best video css resource I've come across.