This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FZPZ="$1" | |
die () { | |
echo "$1" >&2 | |
exit 2 | |
} | |
die_if_blank () { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.ComponentModel; | |
using System.Linq; | |
using Microsoft.Extensions.Configuration; | |
using Microsoft.Extensions.DependencyInjection; | |
using Microsoft.Extensions.Options; | |
using Newtonsoft.Json; | |
namespace AddingStringObjectDictionaryToConfiguration |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
MPMD Magnetic Bed Clip plus way too many parameters | |
Copyright © 2021 Peter S. May | |
Based on MPMD adjustable magnetic bed clip v6 by ksihota | |
https://www.thingiverse.com/thing:3412636 | |
Licensed under Creative Commons - Attribution 4.0 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
namespace PSMay.Experiments.MoreZipGist | |
{ | |
// NB: This is a work in progress. It's not fully tested, but it might be good for an idea or two. | |
// | |
// To the extent possible under law, the author(s) have dedicated all copyright and related and | |
// neighboring rights to this software to the public domain worldwide.This software is |
OlderNewer