When invoked as bash
:
Remote | Non-Login | Login | |
---|---|---|---|
Interactive |
|
|
|
Non-Interactive |
|
|
|
When invoked as sh
:
PINENTRY MANUAL | |
=============== | |
The text below was generated on 2024-09-15 for pinentry 1.3.1 by the command: | |
| | |
| info --subnodes --output=pinentry-manual.txt pinentry | |
| | |
Unwanted text and sections have been removed manually. | |
// LEVEL GROUP KILLS EVENT LOG MEANING | |
// 0 Informational - - User-defined | |
// 1 Informational - - User-defined | |
// 2 Informational - - User-defined | |
// 3 Informational - - User-defined | |
// 4 Informational - - User-defined | |
// 5 Informational - - User-defined | |
// 6 Informational - - User-defined | |
// 7 Informational - - User-defined | |
// 8 Informational - - User-defined |
using namespace System.Net | |
#Requires -Version 5.1 | |
$ErrorActionPreference = "Stop" | |
function New-ApplicationInsightsReleaseAnnotationCore { | |
param ( | |
[Parameter(Mandatory, Position=0)] | |
[string] $ApplicationId, | |
[Parameter(Mandatory, Position=1)] |
# Pubic Domain. No rights reserved. No warranty. | |
# Reference: | |
# https://github.com/semver/semver/blob/master/semver.md | |
$VersionRegex = [regex] '(?nx) | |
^ | |
(?<Version> | |
(?<Numbers> | |
( 0 | [1-9][0-9]* ) | |
( |
/* | |
Copyright (C) 2017 Jeffrey Sharp | |
Permission to use, copy, modify, and distribute this software for any | |
purpose with or without fee is hereby granted, provided that the above | |
copyright notice and this permission notice appear in all copies. | |
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | |
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | |
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
When invoked as bash
:
Remote | Non-Login | Login | |
---|---|---|---|
Interactive |
|
|
|
Non-Interactive |
|
|
|
When invoked as sh
:
Use this container: https://github.com/JrCs/docker-crashplan
...but use this command line:
sudo docker run -d \
--name crashplan \
--net host \
// Functors (fmap) for Rust | |
// | |
// Copyright (C) 2016 Jeffrey Sharp | |
// | |
// This file is free software: you can redistribute it and/or modify it | |
// under the terms of the GNU General Public License as published | |
// by the Free Software Foundation, either version 3 of the License, | |
// or (at your option) any later version. | |
// | |
// This file is distributed in the hope that it will be useful, but |
// Dynamic Trait Equality Deriving | |
// | |
// Copyright (C) 2015 Jeffrey Sharp | |
// | |
// This file is free software: you can redistribute it and/or modify it | |
// under the terms of the GNU General Public License as published | |
// by the Free Software Foundation, either version 3 of the License, | |
// or (at your option) any later version. | |
// | |
// This file is distributed in the hope that it will be useful, but |