[email protected] | +1 437.375.1994 | https://github.com/kashif-khan
- 10+ years of experience as a software engineer in various domains
- Microsoft Certified: Azure Developer Associate
- I have won 5 employment awards in the last 2 years.
| { | |
| // Place your snippets for sql here. Each snippet is defined under a snippet name and has a prefix, body and | |
| // description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are: | |
| // $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the | |
| // same ids are connected. | |
| // Example: | |
| // "Print to console": { | |
| // "prefix": "log", | |
| // "body": [ | |
| // "console.log('$1');", |
| $ErrorActionPreference = "Stop" | |
| $apiLatestUrl = 'https://api.github.com/repos/microsoft/winget-cli/releases/latest' | |
| if ($null -eq $downloadsFolder) { | |
| $downloadsFolder = "$env:HOMEPATH\Downloads" | |
| } | |
| [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 | |
| $WebClient = New-Object System.Net.WebClient |
| { | |
| "version": "1.0", | |
| "components": [ | |
| "Microsoft.Component.ClickOnce", | |
| "Microsoft.Component.CodeAnalysis.SDK", | |
| "Component.Microsoft.VisualStudio.LiveShare", | |
| "Component.Microsoft.VisualStudio.RazorExtension", | |
| "Component.Microsoft.VisualStudio.Web.AzureFunctions", | |
| "Component.Microsoft.Web.LibraryManager", | |
| "Component.Microsoft.WebTools.BrowserLink.WebLivePreview", |
| input { | |
| file { | |
| # Configure your path below | |
| path => [""] | |
| ignore_older => "141 days" | |
| start_position => "beginning" | |
| file_sort_by => "last_modified" | |
| file_sort_direction => "desc" | |
| sincedb_path => "NUL" | |
| type => "appl" |
| input { | |
| file { | |
| path => [""] | |
| start_position => "beginning" | |
| codec => plain { | |
| charset => "UCS-2BE" | |
| } | |
| } | |
| } | |
| filter { |
| mkdir "kodi\Movies" | |
| mkdir "kodi\Music" | |
| mkdir "kodi\Music Videos" | |
| mkdir "kodi\Pictures" | |
| mkdir "kodi\Radio" | |
| mkdir "kodi\TV" | |
| mkdir "kodi\TV Shows" | |
| mkdir "kodi\Videos" |
| mkdir kodi/Movies | |
| mkdir kodi/Music | |
| mkdir kodi/Music\ Videos | |
| mkdir kodi/Pictures | |
| mkdir kodi/Radio | |
| mkdir kodi/TV | |
| mkdir kodi/TV\ Shows | |
| mkdir kodi/Videos |
| document.querySelector('#file-resume-md-readme').setAttribute('style', 'position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 100; background-color: white'); | |
| document.querySelector('body').appendChild(document.querySelector('#file-resume-md-readme')); | |
| window.print(); |
| BEGIN:VCARD | |
| VERSION:3.0 | |
| PRODID:-//QR-Code-Generator.com//EN | |
| N:Khan;Kashif;;; | |
| FN:Kashif Khan | |
| ORG:; | |
| TITLE: | |
| EMAIL;TYPE=PREF,INTERNET:[email protected] | |
| TEL;TYPE=CELL,voice:9980557379 | |
| TEL;TYPE=WORK,voice: |
[email protected] | +1 437.375.1994 | https://github.com/kashif-khan