Skip to content

Instantly share code, notes, and snippets.

View mayurdange's full-sized avatar
:octocat:
Jedi

mayur mayurdange

:octocat:
Jedi
  • CTS
  • Pune
View GitHub Profile
@rem *** Disable Some Service ***
sc stop DiagTrack
sc stop diagnosticshub.standardcollector.service
sc stop dmwappushservice
sc stop WMPNetworkSvc
sc stop WSearch
sc config DiagTrack start= disabled
sc config diagnosticshub.standardcollector.service start= disabled
sc config dmwappushservice start= disabled
@mayurdange
mayurdange / youtube-dl-playlist
Created December 11, 2018 15:56 — forked from saeidzebardast/youtube-dl-playlist
Download Youtube playlist in a folder and indexing videos using youtube-dl
alias youtube-dl-playlist="youtube-dl --ignore-errors --output '%(playlist)s/%(playlist_index)s- %(title)s.%(ext)s'"
@mayurdange
mayurdange / gist:01808d7dbf482cbb969081ba13ab7a68
Created March 22, 2018 09:55 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: πŸ˜„ :smile: πŸ˜† :laughing:
😊 :blush: πŸ˜ƒ :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
πŸ˜† :satisfied: 😁 :grin: πŸ˜‰ :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: πŸ˜€ :grinning:
πŸ˜— :kissing: πŸ˜™ :kissing_smiling_eyes: πŸ˜› :stuck_out_tongue:
@mayurdange
mayurdange / simple-react-js-tutorial.md
Created February 9, 2018 09:21
A Dead-Simple Tutorial on how to use React.js for those who know HTML, CSS, and some Javascript
Tuesday, March 1, 2016

A Dead-Simple Tutorial on how to use React.js for those who know HTML, CSS, and some Javascript

By: Jinesh Shah, Cofounder at The Redge

Preface

If you're reading this, I'm going to assume you are comfortable with HTML, CSS, and maybe some javascript and/or JQuery.