I hereby claim:
- I am matchy233 on github.
- I am matchy233 (https://keybase.io/matchy233) on keybase.
- I have a public key ASByTCeeaXo3KoVBBW8S3Xh5_b-MV21DX94-uYMsln9pFgo
To claim this, I am signing this object:
| Function Remove-DupDownloads { | |
| param ( | |
| [string]$SearchPath = ".", | |
| [switch]$Recurse = $false | |
| ) | |
| $FilePattern = '.*\([1-9][0-9]*\).*' | |
| $GCIParams = @{ | |
| 'Path' = $SearchPath | |
| 'File' = $true |
| Function Get-ColorChildItem { | |
| [CmdletBinding()] | |
| param( | |
| [Parameter( | |
| ValueFromPipeline = $true, | |
| ValueFromPipelineByPropertyName = $true, | |
| Position = 0 | |
| )] | |
| [string[]]$Path = ".", |
| package main | |
| import ( | |
| "github.com/labtstack/echo" | |
| ) | |
| func main() { | |
| e := echo.New() | |
| // Rquest body is of Content-Type text/plain | |
| // If we use c.Bind(), echo will produce "415 unspported media type" |
I hereby claim:
To claim this, I am signing this object: