-
ClearGov Inc.
- South Bend, IN
-
22:05
(UTC -05:00)
Pinned Loading
-
coinmarketcap
coinmarketcap PublicA simple CoinMarketCap Pro API v1 client written in C# and available via NuGet.
-
zod-express-openapi-routes
zod-express-openapi-routes PublicPOC for cozy API validation, typing, and OpenAPI/swagger schema generation with Zod and Express
-
Find all child files modified in the...
Find all child files modified in the last day and remove them (ignoring errors and confirm prompts) 1Get-ChildItem -Recurse -Filter *.csv | Where-Object {$_.LastWriteTime -gt (Get-Date).AddDays(-1)} | Remove-Item -Force -Recurse -ErrorAction SilentlyContinue
-
open connections
open connections 1netstat -p TCP -fan | Select -Skip 4 | ForEach {
2$Properties = $_.Trim() -split '[\s]+'
3[PSCustomObject]@{
4'Proto'= $Properties[0]
5'Local Address'= $Properties[1]
-
type-checked property name string li...
type-checked property name string literals - https://www.typescriptlang.org/play?#code/PTAEEsDsGcAdwE4FMAmoBGBPUALALnrNAFwjQDGOkS4KSk6AhpQHQDm4e6A9twNbQW4bsDyZYSCgnCw8AWnK8+PfsEWQ89PMEiMAtkm4AzOdwkJGebghb49AGwBQj4ACpXoAKIwArslB4OEig0HjSkGygAG6M9j7B4NCgjNGxtKCwCGZICGKgugagxgHiwQAGACploK7AjkY+kOR4wpAZWbAAcvpIADwVAHwAFAVIxKB8SJjFFQCU46HhkQDejqDroMh4fm2jLFYAymFQbEOzANyOAL7Obh7e0H7BgcGLJ6lxCUkpMfbpmdlcthRkUjBAYHhGE1gsUxBJQJUyiwanUGk0Wtw2gDYAB5Iz9YZQUJQ8hjUAVAA0+R640m0zBcwWxwioFWG02SG2CCxHW6BgJIx6F2uzigmgQRmYwQAsj57C0DChwIwACKIJDNazYNkbUZMpaXdmwSw4fUnS43RzqUKgRR6eD2SQARlAAF52mY+X1ZfLwIrlWrkJqEJhhgByUZh4XWvCgSXgezQF3u7Fe3o+hWoAPq4OhoYRnooItRy7OGPg4nQ8YZv1Z1U5qwht2sta6mmgMPS7Aq7jkHwGDTQMMU1vrY2BcZhgDCxAAOrOu6Ae32B3gh9dS+W7Q7JAAmZvYvFDImQ6FUgsGEtWzE2+OJ-cpjpHk8kpDngDuWQiJaAA 1// inspired by https://schneidenbach.gitbooks.io/typescript-cookbook/content/nameof-operator.html
23/** Ensure the string value is a valid property name of type `T` */
4function propName<T>(name: keyof T): string {
5return name.toString();
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.