I hereby claim:
- I am corbob on github.
- I am corbob (https://keybase.io/corbob) on keybase.
- I have a public key ASCQVZrOBgetkLnKtKfxiikJWM8JR0hRwdFDJDlc-cCjnAo
To claim this, I am signing this object:
| #region prompt | |
| $forePromptColor = 0 | |
| [System.Collections.Generic.List[ScriptBlock]]$PromptRight = @( | |
| # right aligned | |
| { "$FG;${er}m{0}" -f $LeftArrow } | |
| { "$FG;${forePromptColor}m$BG;${er}m{0}" -f $(if (@(get-history).Count -gt 0) {(get-history)[-1] | % { "{0:c}" -f (new-timespan $_.StartExecutionTime $_.EndExecutionTime)}}else {'00:00:00.0000000'}) } | |
| { "$FG;7m$BG;${er}m{0}" -f $LeftArrow } | |
| { "$FG;0m$BG;7m{0}" -f $(get-date -format "hh:mm:ss tt") } |
| I would like to turn this: | |
| [ordered]@{ | |
| Envelope = [ordered]@{ | |
| Header = '' | |
| Body = [ordered]@{ | |
| listPhone = [ordered]@{ | |
| searchCriteria = [ordered]@{ | |
| callingSearchSpaceName = '%' | |
| } | |
| returnedTags = [ordered]@{ |
| Sub GenerateFullHotkeyList | |
| on error resume next | |
| Set objShell = CreateObject("Shell.Application") | |
| ' GenerateFullHotkeyInFolder(objShell.NameSpace(11)) ' | |
| GenerateFullHotkeyInFolder(objShell.NameSpace(17)) 'My Comp | |
| headrow = "<THEAD class=instruct>" & vbcrlf & "<TR><TD WIDTH=" & chr(34) & "20%" & chr(34) & "><b>Key</b></TD><TD WIDTH=" & chr(34) & "35%" & chr(34) & "><b>Shortcut Location</b><br>Click to find in Explorer</TD><TD WIDTH=" & chr(34) & "35%" & chr(34) & "><b>Target</b><br>Click to find in Explorer</TD></TR></THEAD>" | |
| If DiagVar<>"" then | |
| FullHotKeyList.InnerHTML = "<table id=tfullhotkeylist>" & headrow & DiagVar & "</table>" | |
| Else | |
| FullHotKeyList.InnerHTML = "<p style='color:red'><b>No hotkeys found</b></p>" |
| # Works | |
| Param( | |
| [Parameter(mandatory)] | |
| $a, | |
| [ValidateSet(1,2,3,4,5,6,7,8,9)] | |
| $b | |
| ) | |
| # doesn't work... | |
| param ( | |
| [string]$Str, |
| MIT License | |
| Copyright (c) 2019 | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is | |
| furnished to do so, subject to the following conditions: |
| h2 { | |
| content: "<div>corbob</div>" | |
| } |
| { | |
| "meta": { | |
| "theme": "stackoverflow" | |
| }, | |
| "basics": { | |
| "name": "Cory Knox", | |
| "email": "me@coryknox.dev", | |
| "website": "https://www.coryknox.dev", | |
| "summary": "Experienced PowerShell developer with a penchant for automation. Continually looking for efficiency improvements through code.", | |
| "location": { |
| // Put the contents of this gist into any js file within "C:\Users\<user>\AppData\Roaming\discord\0.0.306\modules\" | |
| // I put it in "C:\Users\<username>\AppData\Roaming\discord\0.0.306\modules\discord_dispatch\index.js" | |
| const sb = document.querySelector('[class^="sidebar-"]'); | |
| const sbWidth = sb.style.width; | |
| function toggleHide() { | |
| if (sb.style.width === sbWidth) { | |
| sb.style.width = "0" | |
| } else { |
| function Update-Nvim { | |
| Invoke-WebRequest https://github.com/neovim/neovim/releases/download/nightly/nvim-win64.zip -OutFile $env:TEMP\nvim.zip | |
| Expand-Archive $env:TEMP\nvim.zip C:\tools\neovim -Force | |
| } |
I hereby claim:
To claim this, I am signing this object: