text
stringlengths
1
1.05M
repo_name
stringlengths
5
137
file_path
stringlengths
3
287
--- title: Az Azure biztonsági áttekintése | Microsoft Docs description: Az Azure biztonsági kérdéseire vonatkozó technikai válaszokat a Azure.com Microsoft Azure biztonsági információs webhelyén találja. services: security documentationcenter: na author: TomShinder manager: barbkess editor: TomSh ms.assetid: 2fd82e9f-...
Nike1016/azure-docs.hu-hu
articles/security/fundamentals/get-started-overview.md
--- title: Een installatie kopie-Factory uitvoeren vanuit Azure DevOps in Azure DevTest Labs description: In dit artikel worden alle voor bereidingen behandeld die nodig zijn om de installatie kopie-Factory uit te voeren vanuit Azure DevOps (voorheen Visual Studio Team Services). services: devtest-lab, lab-services doc...
changeworld/azure-docs.nl-nl
articles/lab-services/image-factory-set-up-devops-lab.md
# Overview ## Usage ``` from vilmedic import AutoModel model, processor = AutoModel.from_pretrained(model_name) batch = processor.inference(seq=["no acute cardiopulmonary process"], image=["my_chest_xray.jpg"]) out = model(**batch) ``` ## Models | Name | dataset | Model Card | Report...
jbdel/vilmedic
docs/source/vilmedic/model_zoo/overview.md
> [!NOTE] > Для успешного завершения этого раздела необходимо установить Node.js и пакет SDK для Azure для вашей платформы. > > * Установка пакета Azure SDK для Node.js: [установщик для Windows](http://go.microsoft.com/fwlink/?LinkId=254279) | [установщик для Mac](http://go.microsoft.com/fwlink/?LinkId=253471) | [ска...
kedMertens/azure-docs.ru-ru
includes/install-dev-tools.md
pulse ===== 压缩、ftp上传工具 ## TODO ## * 自动刷新缓存 ## 配置 ## ### 全局配置 ### <pre> // 字典文件匹配规则 mapFiles : [ /(^|\/)kao\./, /(^|\/)dict\./, /(^|\/)inc\./, /(^|\/)gg\.seed\./ ], // 压缩服务配置 compressor : { // 上线文件名不变的文件,目前与mapFiles相同 excludes : [ /(^|\/)kao\./, /(^|\/)dict...
xwcoder/pulse
README.md
# helloworld-camel-spring-boot-soapui-project-jenkinsfile This pipeline is composed by four stages: - Preparation: Clean workspace and download the source code from git server. - Build: Build source code, generate the docker image and read POM xml file. - Run: get an unused TCP port, start the container and wait until ...
Emmerson-Miranda/jenkins-pipelines
helloworld-camel-spring-boot/README.md
--- title: 'GitHub Universe liveblog: Clarence Wardell, U.S. Digital Service' author: 'Beyang Liu' publishDate: 2016-05-30T00:00-07:00 tags: [ "blog" ] slug: clarence-wardell heroImage: https://images.ctfassets.net/le3mxztn6yoo/1NbGrwYvFeOq6imUOimgMg/27e1186b665e0e9ed3e9e8e2ca118fc2/1_75TAuLENSspfiw96cW5Q2A.jpeg publ...
CecilyBlack/about
blogposts/2016/clarence-wardell.md
<p align="center"> <img src="https://raw.githubusercontent.com/hackiftekhar/IQKeyboardManager/master/Demo/Resources/icon.png" alt="Icon"/> </p> <H1 align="center">IQKeyboardManager</H1> <p align="center"> <img src="https://img.shields.io/github/license/hackiftekhar/IQKeyboardManager.svg" alt="GitHub license"/> ...
coderzzz/Shuangyin
iwen/Pods/IQKeyboardManager/README.md
* eps: 0.6, mu: 3, on a 11-vertex and 21-edge toy graph with two clusters * input parameters ```zsh cmake -DUSE_LOG_DEBUG=ON .. make -j ./pSCANParallel ../datasets/truss_ppscan 0.6 3 output ``` * pruning effect: ``` [-1, -1, -1, 4, 4, -1, -1, 3, -1, -1, -1, -1, -2, -1, -1, -1, -1, 4, -1, -1, -1, 4, -1, -1, -1, 4, -...
CheYulin/ScanOptimizing
ppSCAN-release/toy_graphs/ReadMe.md
# Reference Types If you have familiarity with references, also called pointers, from other languages, Sway references are no different. If you're new to this concept, this chapter is for you! Memory in a computer is held in RAM. When you buy a Macbook Pro 16GB, for example, that 16GB number is referring to the _memo...
sagunb/sway
docs/src/basics/reference_types.md
--- permalink: /provider-aws/0.19/eks/ --- # eks * [v1alpha1](v1alpha1/index.md) * [v1beta1](v1beta1/index.md)
jsonnet-libs/crossplane-libsonnet
docs/provider-aws/0.19/eks/index.md
--- title: "Message center" f1.keywords: - CSH ms.author: sirkkuw author: sirkkuw manager: scotv audience: Admin ms.topic: article ms.service: o365-administration localization_priority: Normal ms.collection: - M365-subscription-management - Adm_O365 - Adm_TOC ms.custom: AdminSurgePortfolio search.appverid: - BCS160 -...
SteveBurkettNZ/microsoft-365-docs
microsoft-365/admin/manage/message-center.md
> Preparation: > `git clone https://github.com/DevTrainings/premade_log.git` > `cd premade_log` > `git checkout my_apple_app` > `git checkout master` # Reviewing the repository history * Show commit logs You can use `git log` for inspecting history of a repository, individual files or even specific lines in a fi...
yurylevin/final
09-Log/readme.md
--- title: Azure NetApp Files pour Azure Government | Microsoft Docs description: Décrit comment se connecter à Azure Government pour utiliser Azure NetApp Files et la disponibilité des fonctionnalités Azure NetApp Files dans Azure Government. services: azure-netapp-files documentationcenter: '' author: b-juche manager...
MicrosoftDocs/azure-docs.fr-fr
articles/azure-netapp-files/azure-government.md
--- -api-id: P:Windows.ApplicationModel.Activation.ShareTargetActivatedEventArgs.ShareOperation -api-type: winrt property --- <!-- Property syntax public Windows.ApplicationModel.DataTransfer.ShareTarget.ShareOperation ShareOperation { get; } --> # Windows.ApplicationModel.Activation.ShareTargetActivatedEven...
quinmark-8/winrt-api
windows.applicationmodel.activation/sharetargetactivatedeventargs_shareoperation.md
--- title: "iOS 7 User Interface Overview" description: "iOS 7 introduces a plethora of user interface changes. This article highlights some of the larger changes, both in the visual appearance of controls and in the APIs that support the new design." ms.prod: xamarin ms.assetid: FADCEA7C-8968-42A1-9E9E-F4BBAB7BCF2C ms...
beaukinstler/xamarin-docs
docs/ios/platform/introduction-to-ios7/ios7-ui.md
# JavascriptAssignment
nandhu08/JavascriptAssignment
README.md
# Docker This is my first Docker example
jdunleavy/Docker
README.md
--- layout: post comments: true categories: Other --- ## Download Democratic governance management practices in indian cooperatives book " Merrick was speaking casually in a way that seemed to assume the subject to be common knowledge although Bernard still hadn't been told anything else about it officially; but at t...
Kirsten-Krick/Kirsten-Krick
_posts/2019-08-03-Download-democratic-governance-management-practices-in-indian-cooperatives.md
# lamp_example Demonstrates how to use the lamp plugin. ## Getting Started For help getting started with Flutter, view our online [documentation](http://flutter.io/).
wfd0807/flutter_lamp
example/README.md
# Progressive web apps (PWA) ## Links - [Progressive Web Apps on iOS are here](https://medium.com/@firt/progressive-web-apps-on-ios-are-here-d00430dee3a7) - [React-like Web Application boilerplate](https://github.com/cedeber/web-client-boilerplate) - [Progressive Web Apps in 2020](https://medium.com/@firt/progressive...
jessegrosjean/knowledge
web/progressive-web-apps.md
# Contributors The following people have contributed to this repository: - Hannah Zigo - Kathryn Powell - Christian Tai Udovicic - Tabatha Trigler - Schuyler Borges - Mark Salvatore - Oriel Humes - Ari H.D. Koeppel - Heshani Pieris - Jennifer Buz - Catherine Clark - Chris Wolfe -Amber V Young
cjtu/plutopy
CONTRIBUTORS.md
# Package Schema ```txt https://legytma.com.br/schema/widget/image_asset.schema.json#/properties/package ``` | Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In ...
Legytma/LegytmaSchemas
docs/1.0.0/docs/image_asset-properties-package.md
--- layout: page title: About permalink: /about/ --- This is the official page of the IIIT-Bangalore Theory Club. The aim of the club is to share knowledge on various theoretical computer science topics, particularly mathematical research topics, by going beyond what is taught in class. The topics could be from areas...
iiitbtheoryclub/iiitbtheoryclub.github.io
about.md
# [VUI Apps](http://alexa.amazon.com/#skills/amzn1.ask.skill.c132f67d-af61-416b-802c-6c1d192817a8) ![0 stars](../../images/ic_star_border_black_18dp_1x.png)![0 stars](../../images/ic_star_border_black_18dp_1x.png)![0 stars](../../images/ic_star_border_black_18dp_1x.png)![0 stars](../../images/ic_star_border_black_18dp_...
AndHor66/alexa-skills-list
skills/B01M63D9JX/README.md
--- title: Sigurnosno kopiranje e-pošte u sustavu Exchange Online ms.author: pebaum author: pebaum manager: mnirkhe ms.audience: Admin ms.topic: article ROBOTS: NOINDEX, NOFOLLOW localization_priority: Priority ms.collection: Adm_O365 ms.custom: - "9002333" - "4537" ms.openlocfilehash: c4d49b7652d81602afa3578a8842aa4bd...
pebaum/OfficeDocs-AlchemyInsights-pr.hr-HR
AlchemyInsights/backing-up-email-in-exchange-online.md
### Attractor Report * created on 15. Jun. 2017 using PyBoolNet, see https://github.com/hklarner/PyBoolNet ### Steady States | steady state | | ------------ | | 0000000010 | | 0000000011 | | 0000100000 | | 0000100001 | | 0000100010 | | 0000100011 | | 1000000010 | | 1000000011 | | 1000100000 | | 1...
sugyun/DCGS
PyBoolNet/Repository/davidich_yeast/davidich_yeast_attractors.md
--- title: IApplicationDebugger::onHandleBreakPoint | Microsoft Docs ms.custom: '' ms.date: 01/18/2017 ms.prod: windows-script-interfaces ms.reviewer: '' ms.suite: '' ms.tgt_pltfrm: '' ms.topic: reference apiname: - IApplicationDebugger.onHandleBreakPoint apilocation: - scrobj.dll helpviewer_keywords: - IApplicationDeb...
aleffe61/visualstudio-docs.it-it
scripting-docs/winscript/reference/iapplicationdebugger-onhandlebreakpoint.md
--- title: 'Secondaires actifs : Sauvegarde sur les réplicas secondaires (groupes de disponibilité) Always On | Microsoft Docs' ms.custom: '' ms.date: 06/13/2017 ms.prod: sql-server-2014 ms.reviewer: '' ms.technology: high-availability ms.topic: conceptual helpviewer_keywords: - backup priority - backup on secondary re...
CeciAc/sql-docs.fr-fr
docs/2014/database-engine/availability-groups/windows/active-secondaries-backup-on-secondary-replicas-always-on-availability-groups.md
# orbital7.graphql .NET Standard 2.0 library for creating C# model classes for use with an external GraphQL API Nuget Package: Orbital7.GraphQL Example usage: ```c# // Deterine the GraphQL types schema. var schemaIntrospector = new GraphQLSchemaInterrogator(); string schema = await schemaIntrospector.ExecuteGraphQLS...
orbital7/orbital7.graphql
README.md
--- title: "国内外161个社交图标分享" categories: ["日志"] tags: ["社交","图标","logo","分享"] draft: false slug: "161-social-icons" date: "2015-01-21 14:35:00" --- 今天做一个特别的网站,需要用到社交网站的图标,去搜索后发现网上的合集,要么全是国内的,要么全是国外的,风格统一的国内外图标很难发现,最后找到了一个,分享一下。 > 下载地址:<a href="http://pan.baidu.com/s/1o6p4sNw" target="_blank">http://pan.baidu.com/s/1o6p...
eallion/eallion.com
content/posts/daily/国内外161个社交图标分享.md
vizeh Core ===================== Setup --------------------- [vizeh Core](http://vizeh.pw/wallet) is the original vizeh client and it builds the backbone of the network. However, it downloads and stores the entire history of vizeh transactions; depending on the speed of your computer and network connection, the synchr...
wtomtom/VZHV3
doc/README.md
# Philadelphia Terminal Client Philadelphia Terminal Client is a simple console application for interacting with a FIX acceptor. ## Usage Run Philadelphia Terminal Client with Java: ``` java -jar philadelphia-client.jar <configuration-file> ``` When started, the terminal client displays a command prompt: ``` Type...
wudi/philadelphia
applications/client/README.md
--- layout: post title: سعدی tags: سعدی غزل categories: poem --- ای مهر تو در دل‌ها وی مهر تو بر لب‌ها / وی شور تو در سرها وی سر تو در جان‌ها
MHKarami97/poem
_posts/2021-12-20-p576.md
# DocBuilder Tool for making config files for documentation or static site generators like [MkDocs](http://www.mkdocs.org/) and help generate the docs from your PHP web apps. > Current version is in alpha stage, and only supports MkDocs (presuming you have it installed already). **Requirements:** - PHP version >= 5...
mogita/docbuilder
README.md
# fuse.checkLoaded() > --------------------- ------------------------------------------------------------------------------------------ > __Type__ [Function][api.type.Function] > __Return value__ none > __Revision__ [REVISION_LABEL](REVISION_URL) > __Keywords__ ads, advertising, fus...
coronalabs/com.coronalabs-plugin.fuse-staging
docs/fuse-staging/checkLoaded.markdown
# The Change Log This is a bit overdue, but better Nate than lever, right? ---- ## 0.4.75 - add support for skesa as a subassembler! ## 0.4.71 - add `ribo try` instead of runme.py ## 0.4.65 - add --additional_libs option for final assembly ## 0.4.61 - add --stages option for `ribo run` ## 0.4.54 - added several ...
nickp60/riboSeed
CHANGESLOG.md
--- title: Administration configuration key (SysAdmin) TOCTitle: Administration configuration key (SysAdmin) ms:assetid: 6b89c4e9-3fe7-4b54-8edb-49f383c04ede ms:mtpsurl: https://technet.microsoft.com/library/Aa577308(v=AX.60) ms:contentKeyID: 36931837 author: Khairunj ms.author: daxcpft ms.date: 07/30/2014 mtps_version...
MicrosoftDocs/DynamicsAX2012-technet
dynamicsax2012-technet/administration-configuration-key-sysadmin.md
# 150 Practice Problems & Solutions ## Exercises **1.** Write a Python program to print the following string in a specific format \(see the output\). [Go to the editor](https://www.w3resource.com/python-exercises/python-basic-exercises.php#EDITOR) _Sample String :_ "Twinkle, twinkle, little star, How I wonder what yo...
bgoonz/python-gitbook
interview-prep/interview-resources/150-practice-problems-and-solutions.md
<p align="center"> <img src="https://logandk.github.io/serverless-wsgi/assets/header.svg"> </p> [![npm package](https://nodei.co/npm/serverless-wsgi.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/serverless-wsgi/) [![serverless](http://public.serverless.com/badges/v3.svg)](http://www.serverl...
kevtraver1/Paw_Pics
paw-pics-app-backend/node_modules/serverless-wsgi/README.md
--- title: "Item - Consumables - Converted Saint - Monk Skin Avatar (2 days)" permalink: /con_1012/ excerpt: "Era of Chaos Converted Saint - Monk Skin Avatar (2 days)" last_modified_at: 2021-08-04 locale: en ref: "con_1012.md" toc: false classes: wide --- [Materials](/Items/){: .btn .btn--primary}[Artifacts](/Items/A...
eraofchaos/Items
con_1012.md
# docset ## 本地部署测试 ```shell git clone https://github.com/rdsutbbp/docset.git cd docset docker run -d -p 88:80 -v $PWD/docs/.vuepress/dist:/usr/share/nginx/html --name docset-rdsutbbp nginx ``` 访问: localhost:88 ## 运行 ```shell yarn # or npm i npm run docs:dev ``` ## 打包 ```shell npm run docs:build ``` 将生成 docs/.v...
rdsutbbp/docset
README.md
--- title: Otázky o fakturácii a licencovaní počas COVID-19 ms.author: pebaum author: pebaum manager: scotv ms.audience: Admin ms.topic: article ms.service: o365-administration ROBOTS: NOINDEX, NOFOLLOW localization_priority: Priority ms.collection: Adm_O365 ms.custom: - "1500005" - "5110" - "1500018" - "5113" - "90026...
isabella232/OfficeDocs-AlchemyInsights-pr.sk-SK
AlchemyInsights/covid-19-billing-questions.md
--- author: linda33wj ms.service: data-factory ms.topic: include ms.date: 11/09/2018 ms.author: jingwang ms.openlocfilehash: e7717cdeec33a32f926cb5ef4c1f6d28c25f9d93 ms.sourcegitcommit: 0947111b263015136bca0e6ec5a8c570b3f700ff ms.translationtype: HT ms.contentlocale: ja-JP ms.lasthandoff: 03/24/2020 ms.locfileid: "7698...
riwaida/azure-docs.ja-jp
includes/data-factory-create-install-integration-runtime.md
# More on Local Environments We offer a pretty opinioniated take on what to use for local development (VVV) and this is not the only option nor perhaps the most popular. This document attempts to briefly address alternatives and why VVV is recommended. ## Natively One can run a WP stack on one's local machine. At fir...
LiquidChurch/wp-guide
MoreOnLocalEnvironments.md
# Binlog A high performance C++ log library to produce structured binary logs. BINLOG_INFO("Log anything! {}, {} or even {}", 1.2f, std::vector{3,4,5}, AdaptedStruct{1, "Foo"}); ## Motivation Consider the following log excerpt, taken from an application, that computes a float value for each request using multip...
erenon/binlog
README.md
--- # Display name title: Helena Caminal # Is this the primary user of the site? superuser: true # Role/position/tagline role: Ph.D. Candidate # Organizations/Affiliations to show in About widget organizations: - name: Computer Systems Lab, Cornell University url: https://www.csl.cornell.edu # Short bio (displaye...
hcp922/helenas-webpage
content/authors/admin/_index.md
--- title: 使用批量执行程序 .NET 库在 Azure Cosmos DB 中执行批量导入和更新操作 description: 使用批量执行程序 .NET 库,批量导入和更新 Azure Cosmos DB 文档。 author: tknandu ms.service: cosmos-db ms.subservice: cosmosdb-sql ms.devlang: dotnet ms.topic: conceptual ms.date: 03/23/2020 ms.author: ramkris ms.reviewer: sngun ms.openlocfilehash: 40ef05107f20a3396f6710...
eltociear/azure-docs.zh-cn
articles/cosmos-db/bulk-executor-dot-net.md
--- layout: post title: 01-01 Optimization problems? chapter: "01" order: 1 owner: "Kyeongmin Woo" --- 최적화 문제(Optimization problems)란 여러개의 선택가능한 후보 중에서 최적의 해(Optimal value) 또는 최적의 해에 근접한 값을 찾는 문제를 일컫는다. 일반적으로 기계학습 분야에서는 비용함수(Cost function)를 최소화 또는 최대화 시키는 모델의 파라미터(parameter)를 구하게 되는데, 이것은 최적화 문제로 정의될 수 있다. ## Mathema...
isingmodel/convex-optimization-for-all.github.io
chapter01/_posts/21-01-07-optimization_problems.md
## Welcome to GitHub Pages You can use the [editor on GitHub](https://github.com/RutinasBakery/RutinasBakery.github.io/edit/main/README.md) to maintain and preview the content for your website in Markdown files. Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild t...
RutinasBakery/RutinasBakery.github.io
README.md
# SessionCatalog &mdash; Session-Scoped Registry of Relational Entities `SessionCatalog` is a catalog of relational entities in [SparkSession](SparkSession.md#catalog) (e.g. databases, tables, views, partitions, and functions). `SessionCatalog` is used to create [Logical Analyzer](Analyzer.md#catalog) and [SparkOptim...
wankunde/mastering-spark-sql-book
docs/SessionCatalog.md
# Examples This folder contains all examples used by Switch Docmentation and more. * [DesignPatterns](./DesignPatterns) contains the 23 Gang of Four (GoF) patterns examples. * [Switch.System.Drawing](./Switch.System.Drawing) contains Switch.Drawing library examples. * [Switch.System.Windows.Forms (WinForms)](./...
victor-timoshin/Switch
examples/README.md
# Changelog All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. # 3.4.0 (2020-02-19) ### Infrastructure - ci: Add check for missing or unused dependencies ([#437](https://github.com/Workday/canvas-kit/pull/437)) [@ani...
brendand-chromatic/canvas-kit
CHANGELOG.md
# Contributing Your input is welcome! Contributing to this project is as easy as: - Reporting a bug - Discussing the current state of the code - Submitting a fix - Proposing new features - Creating a new report When contributing to this repository, please first discuss the change you wish to make via [issue](https://...
ymmit85/As-Built-Report
CONTRIBUTING.md
# votetell.com A poll creator that allows users to vote and also send a custom response to the creator. Made with Meteor JS and Semantic UI. ## Setup To run just simply use the command: `meteor`
ssowemim/C402
Quality Assesment/votetell.com-master/README.md
--- uid: web-forms/videos/authentication/understanding-aspnet-memberships title: Informazioni sulle appartenenze a ASP.NET | Microsoft Docs author: JoeStagner description: In questo video Joe Stagner spiega esamina l'uso dei provider predefiniti, disponibili per gli sviluppatori ASP.NET per l'appartenenza. Per ulterior...
terrajobst/AspNetDocs.it-it
aspnet/web-forms/videos/authentication/understanding-aspnet-memberships.md
# wat2wasm > Convert a file from the WebAssembly text format to the binary format. > More information: <https://github.com/WebAssembly/wabt>. - Parse and check a file for errors: `wat2wasm {{file.wat}}` - Write the output binary to a given file: `wat2wasm {{file.wat}} -o {{file.wasm}}` - Display simplified repres...
pavelshtanko/tldr
pages/common/wat2wasm.md
--- title: "Record.GetFilters Method" ms.author: solsen ms.custom: na ms.date: 10/01/2020 ms.reviewer: na ms.suite: na ms.tgt_pltfrm: na ms.topic: article ms.service: "dynamics365-business-central" author: SusanneWindfeldPedersen --- [//]: # (START>DO_NOT_EDIT) [//]: # (IMPORTANT:Do not edit any of the content between ...
AZSBS/dynamics365smb-devitpro-pb
dev-itpro/developer/methods-auto/record/record-getfilters-method.md
--- name: "\U0001F4DA Submit a Documentation Report" about: Did you spot a mistake in the docs, is anything unclear or do you have a suggestion? --- <!-- Describe the problem or suggestion here. If you've found a mistake and you know the answer, feel free to submit a pull request straight away: https://github.com/ex...
nkty0926/spaCy-Natural-Language-Processing-NLP-for-Pipeline-and-Model-Training
.github/ISSUE_TEMPLATE/02_docs.md
--- solution: Experience Platform title: 将Experience Platform功能板下载为PDF type: Documentation description: 使用Experience PlatformUI中提供的下载到PDF功能,保存功能板可视化的副本。 source-git-commit: a95f77d048b5bb9562507122d249f592e68a1bcf workflow-type: tm+mt source-wordcount: '495' ht-degree: 0% --- # 将功能板下载为PDF 可以从Platform用户界面中将Adobe Expe...
AdobeDocs/experience-platform.zh-Hans
help/dashboards/download.md
--- title: 使用 SQL 委派的管理员权限安装 Azure AD Connect | Microsoft Docs description: 本主题介绍如何通过 Azure AD Connect 更新使用只有 SQL dbo 权限的帐户进行安装。 documentationcenter: '' author: billmath manager: daveba editor: '' ms.reviewer: jparsons ms.assetid: '' ms.service: active-directory ms.workload: identity ms.tgt_pltfrm: na ms.devlang: na ms...
JungYeolYang/azure-docs.zh-cn
articles/active-directory/hybrid/how-to-connect-install-sql-delegation.md
--- title: Wstrzymania kredytu dla zamówień sprzedaży description: W tym temacie opisano ustawienia reguł używanych do umieszczania wstrzymania kredytu zamówienia sprzedaży. author: mikefalkner manager: AnnBe ms.date: 01/25/2019 ms.topic: article ms.prod: '' ms.service: dynamics-ax-applications ms.technology: '' audien...
PowershellScripts/Dynamics-365-Operations.pl-pl
articles/finance/accounts-receivable/cm-sales-order-credit-holds.md
# 管理 kube-master 节点 ## 1.增加 kube-master 节点 新增`kube-master`节点大致流程为:tools/03.addmaster.yml - [可选]新节点安装 chrony 时间同步 - 新节点预处理 prepare - 新节点安装 docker 服务 - 新节点安装 kube-master 服务 - 新节点安装 kube-node 服务 - 新节点安装网络插件相关 - 禁止业务 pod调度到新master节点 - 更新 node 节点 haproxy 负载均衡并重启 ### 操作步骤 首先配置 ssh 免密码登陆新增节点,然后执行 (假设待增加节点为 192.168.1.11): ...
wulinyun/kubeasz-20190712
docs/op/op-master.md
--- title: C6324 ms.date: 11/04/2016 ms.topic: reference f1_keywords: - C6324 helpviewer_keywords: - C6324 ms.assetid: 08675af3-8957-4640-9bd6-01de71ea1042 author: mikeblome ms.author: mblome manager: wpickett ms.workload: - multiple ms.openlocfilehash: 92c7194e8e76c765d1ca52368ca97ecdbbc7101a ms.sourcegitcommit: 94b3a...
nnn1590/visualstudio-docs.ja-jp
docs/code-quality/c6324.md
--- description: "sp_help_log_shipping_monitor_secondary (Transact-SQL)" title: "sp_help_log_shipping_monitor_secondary (Transact-SQL) | Microsoft Docs" ms.custom: "" ms.date: "08/02/2016" ms.prod: sql ms.prod_service: "database-engine" ms.reviewer: "" ms.technology: system-objects ms.topic: "reference" f1_ke...
relsna/sql-docs
docs/relational-databases/system-stored-procedures/sp-help-log-shipping-monitor-secondary-transact-sql.md
# aliyun_oss_flutter2 aliyun oss plugin for flutter. Use this plugin to upload、download、list files to aliyun oss. ## Usage ## 功能 - [x] PutObject 添加的Object大小不能超过5 GB。 - [x] ListObject 获取指定目录的object - [x] GetObject 下载文件到本地 ```dart void main() async{ //这里直接用子账号授权 init(); //上传文件 // await putTest("D:/19135//Pic...
SUNbrightness/aliyun_oss
README.md
--- title: R 開発用のデータサイエンスクライアントをセットアップする description: SQL Server にリモート接続するために、開発ワークステーションにローカルの R ライブラリとツールをインストールします。 ms.prod: sql ms.technology: machine-learning ms.date: 06/13/2019 ms.topic: conceptual author: dphansen ms.author: davidph monikerRange: '>=sql-server-2016||>=sql-server-linux-ver15||=sqlallproducts-all...
koatsush/sql-docs.ja-jp
docs/advanced-analytics/r/set-up-a-data-science-client.md
--- external help file: Microsoft.Exchange.TransportMailflow-Help.xml applicable: Exchange Online, Exchange Online Protection title: Remove-InboundConnector schema: 2.0.0 author: chrisda ms.author: chrisda ms.reviewer: monikerRange: "exchonline-ps || eop-ps" --- # Remove-InboundConnector ## SYNOPSIS This cmdlet is av...
MSDN-WhiteKnight/office-docs-powershell
exchange/exchange-ps/exchange/mail-flow/Remove-InboundConnector.md
--- title: Automatisk skalning och App Service Environment v1 - Azure description: Automatisk skalning och App Service-miljö services: app-service documentationcenter: '' author: btardif manager: erikre editor: '' ms.assetid: c23af2d8-d370-4b1f-9b3e-8782321ddccb ms.service: app-service ms.workload: web ms.tgt_pltfrm: n...
md2perpe/azure-docs.sv-se
articles/app-service/environment/app-service-environment-auto-scale.md
# Time-series Model Recommender This package generates [Elo ratings](https://microprediction.github.io/timeseries-elo-ratings/html_leaderboards/univariate-k_003.html) for time-series forecasting packages as a by-product of testing. See [methodology](https://github.com/microprediction/timeseries-elo-ratings/blob/main/M...
microprediction/timeseries-elo-ratings
README.md
--- layout: post title: You? comments: true --- #### Written on 7 May 2013 #### Not sure why I ended up with this kind of sudden silent outburst in my mind. It's definitely not me, somebody else is sitting in my brain and forcing me into these thoughts and scribbles. Perhaps, Johnnie Walker! <hr></hr> A...
suranands/suranands.github.io
_posts/2013-05-07-you.md
--- title: Azure Site Recovery を使用した Azure VM のディザスター リカバリーのサポート マトリックス description: Azure Site Recovery を使用したセカンダリ リージョンへの Azure VM ディザスター リカバリーのサポートの概要を説明します。 ms.topic: article ms.date: 07/14/2020 ms.author: raynew ms.openlocfilehash: c8890afcdab1b6247fe072f2e34437d790185e58 ms.sourcegitcommit: 2ffa5bae1545c660d6f3b6...
toko-u/azure-docs.ja-jp
articles/site-recovery/azure-to-azure-support-matrix.md
--- title: Учебник. Помощник по настройке ядра СУБД | Документы Майкрософт ms.custom: '' ms.date: 06/13/2017 ms.prod: sql-server-2014 ms.reviewer: '' ms.technology: tools-other ms.topic: conceptual helpviewer_keywords: - Database Engine Tuning Advisor [SQL Server], tutorials - tutorials [Database Engine Tuning Advisor]...
ZubriQ/sql-docs.ru-ru
docs/2014/tools/dta/tutorial-database-engine-tuning-advisor.md
--- title: "一時 Win32 リソース ファイル '<filename>' を保存中にエラーが発生しました : <error message>" ms.date: 07/20/2015 f1_keywords: - bc30137 - vbc30137 helpviewer_keywords: - BC30137 ms.assetid: 61c23f48-0e06-42fc-be00-5598053c86dd ms.openlocfilehash: 578eac69ea36d8320933a2cbeff0a5bed4f24d3e ms.sourcegitcommit: 9b552addadfb57fab0b9e7852e...
skahack/docs.ja-jp
docs/visual-basic/language-reference/error-messages/error-saving-temporary-win32-resource-file-filename-error-message.md
--- title: HOW TO:限制檢測特定函式 | Microsoft Docs ms.date: 11/15/2016 ms.prod: visual-studio-dev14 ms.technology: vs-ide-debug ms.topic: conceptual helpviewer_keywords: - performance tools, limiting instrumentation to functions ms.assetid: bd98d6bf-2560-4eba-b063-2facb09f87c4 caps.latest.revision: 24 author: MikeJo5000 ms.au...
nuthrash/visualstudio-docs.zh-tw
docs/vs-2015/profiling/how-to-limit-instrumentation-to-specific-functions.md
--- title: MSSQLSERVER_1793 | Документация Майкрософт ms.custom: '' ms.date: 03/06/2017 ms.prod: sql-server-2014 ms.reviewer: '' ms.technology: supportability ms.topic: conceptual ms.assetid: 808db1d0-acc1-41d0-9287-8a5455001a02 author: MashaMSFT ms.author: mathoma ms.openlocfilehash: 54172adb957c3cbc1dbc221d1cae2a5838...
v-alji/sql-docs-archive-pr.ru-ru
docs-archive-a/2014/relational-databases/errors-events/mssqlserver-1793-database-engine-error.md
# Benchmarks Sorry, this folder is still a bit messy.
UnofficialJuliaMirrorSnapshots/YAAD.jl-7f19f2dd-709d-51a0-a533-ded4a1c488a6
benchmark/README.md
# 第一百零三期:讹人与恶人 编者按:近日,一则北京中年妇女讹诈外国人的传闻又一次将“碰瓷”推上了舆论的风口浪尖,此时“三小孩扶老太”的新闻似乎很快已经被遗忘。碰瓷碰得瓷片在传媒舆论中不停地发出破碎声。中年妇女是否真的“讹诈”,尚不明晰,在此以“三小孩”案,本文将以法说说“碰瓷”这回事儿。 ![qxsf103330](508bf136-910f-4e73-8d82-8cb7efdfc222.jpg) 前段时间,网上一则“三小孩扶起摔倒老太婆,反被诬陷索赔”的帖子引起了大家广泛的讨论。事件发生的时间是2013年6月15日,家住四川达州城区65岁的蒋婆婆摔倒在地,造成大腿根部粉碎性骨折。蒋婆婆摔倒后,手里死死抓住一个9岁小朋友的手...
ibeidou/-
articles/<七星说法>第一百零三期:讹人与恶人/post.md
## User Interface Overview ![](DraggedImage-72.jpg) Here’s the default Cheetah 3D layout (with Modeling selected from the Layout menu and the toolbar set to display small icons only). Note that your initial layout may not exactly match the screenshot (e.g. the animation controls on the bottom are not visible by defa...
tonioloewald/Learn-3D-with-Cheetah-3D
docs/5.2_User_Interface_Overview.md
--- title: Empfangen von Aktivitätsprotokollwarnungen zu Azure-Dienstbenachrichtigungen per Resource Manager-Vorlage description: Lassen Sie sich per SMS, E-Mail oder Webhook benachrichtigen, wenn Ereignisse beim Azure-Dienst eintreten. ms.topic: quickstart ms.custom: subject-armqs ms.date: 06/29/2020 ms.openlocfilehas...
jayv-ops/azure-docs.de-de
articles/service-health/alerts-activity-log-service-notifications-arm.md
# Nginx server block configurations - Nodejs app over http (node_no_ssl) - Nodejs app over https with redirect using certbot (node_ssl) - PHP configuration with ssl (php_config_ssl)
debelistic/nginx-configuration
README.md
## Zopfli Compression Algorithm implementation for Rust (WIP) [![Build Status](https://travis-ci.org/khernyo/zopfli-rs.svg?branch=master)](https://travis-ci.org/khernyo/zopfli-rs) This is a direct port of [Google's Zopfli](https://github.com/google/zopfli)
khernyo/zopfli-rs
README.md
Title: Accessing Properties inside an app:script You can access the properties of a data payload inside an `app:script`: ++example <button on="click then l:hey.there[text='Hi There',name=Steve]">Click Me!</button> <app:script on="l:hey.there then execute"> alert(this.data.text + ', ' + this.data.name); </app:scri...
acoliver/appcelerator_sdk
components/widgets/app_script/src/doc/example2.md
--- ms.date: 1/30/2019 schema: 2.0.0 locale: en-us keywords: powershell,cmdlet online version: http://go.microsoft.com/fwlink/?LinkId=821629 external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml title: Set-Content --- # Set-Content ## SYNOPSIS Writes new content or replaces existing content ...
cdhunt/PowerShell-Docs
reference/6/Microsoft.PowerShell.Management/Set-Content.md
### Deliverable Two **1. Positioning** - **1.1 Problem Statement** - The problem of disorganized events affects young adults and up, the impact of which is wasting time and potentially unsafe environments. - **1.2 Product Position Statement** - For young adults and up who want to go out to events, SocialSquar...
rdemboski/cs386_Group3
Deliverables/Deliverable 2/deliverableTwo.md
--- layout: page title: Link permalink: /link/ icon: octicon-link-external --- ### [github](https://github.com/nsrfsn)
NSRFSN/NSRFSN.github.io
pages/5link-external.md
--- layout: project type: project title: Bioinformatic Analysis of Campylobacter jejuni image: images/campy.jpg permalink: projects/Bioinformatics # All dates must be YYYY-MM-DD format! date: 2017-08-01 labels: - Bioinformatics - BLAST summary: I came up with a research project utilizng Bioinformatics tools. --- ...
qauchida/qauchida.github.io
projects/project-1.md
<!-- Thanks for your interest in the project. I appreciate bugs filed and PRs submitted! I'll probably ask you to submit the fix (after giving some direction). English/日本語(日本語で入力して大丈夫です。日本語の方が迅速です) --> * version: * `node` version: * `npm` (or `yarn`) version: **Do you want to request a _feature_ or report a _bug_?:*...
Filson14/babel-plugin-react-intl-auto
.github/ISSUE_TEMPLATE.md
# BSON parser BSON is short for "Binary JSON," and is the binary-encoded serialization of JSON-like documents. You can learn more about it in [the specification](http://bsonspec.org). This browser version of the BSON parser is compiled using [rollup](https://rollupjs.org/) and the current version is pre-compiled in t...
qq81860186/tuya-weapp-demo
cloudfunctions/ty-service/node_modules/bson/README.md
# account.confirm_registration function: ```plpgsql CREATE OR REPLACE FUNCTION account.confirm_registration(_token uuid) RETURNS boolean ``` * Schema : [account](../../schemas/account.md) * Function Name : confirm_registration * Arguments : _token uuid * Owner : frapid_db_user * Result Type : boolean * Description : ...
towhidulmannanuae/frapid
docs/developer/db-docs/functions/account/confirm_registration-4454979.md
--- title: Plik dyrektywy include description: Plik dyrektywy include services: cognitive-services manager: nitinme ms.service: cognitive-services ms.subservice: personalizer ms.topic: include ms.custom: cog-serv-seo-aug-2020 ms.date: 08/25/2020 ms.openlocfilehash: 0298edc069ee1f61bd3ccd437914c9b01e083900 ms.sourcegitc...
flexray/azure-docs.pl-pl
articles/cognitive-services/personalizer/includes/quickstart-sdk-python.md
# DO-Remove
dmnyu/DO-Remove
README.md
# lndconnect 🌩 [![Build Status](https://travis-ci.com/LN-Zap/lndconnect.svg?branch=master)](https://travis-ci.com/LN-Zap/lndconnect) Generate a QRCode or URI to connect applications to lnd instances. For more information take a look at the [specification of the uri format](lnd_connect_uri.md). ## Installing lndconn...
michaelWuensch/lndconnect
README.md
MXPluggableXmlAccessor can be used as an alternative to the MXXmlWriter and MXXmlReader classes for customized mapping of an object to xml. Instance Variables: readBlock <Block> writeBlock <Block>
seandenigris/Magritte-XML-Bindings
repository/Magritte-XMLBinding.package/MXPluggableXmlAccessor.class/README.md
<strong>Project</strong>: fabric-sdk-node<br><strong>Branch</strong>: release-1.4<br><strong>ID</strong>: 33647<br><strong>Subject</strong>: [FABN-1382] Use ES7 syntax as much as possible<br><strong>Status</strong>: ABANDONED<br><strong>Owner</strong>: Hengming (5sWind) Zhang - fiveswind@gmail.com<br><strong>Assignee</...
hyperledger-gerrit-archive/fabric-gerrit
fabric-sdk-node/33373-34366/33647.md
# `index.test.ts` **DO NOT MODIFY**. This file has been autogenerated. Run `rome test packages/js-parser/index.test.ts --update-snapshots` to update. ## `core > uncategorised > 472` ### `ast` ```javascript JSRoot { comments: Array [] corrupt: false directives: Array [] filename: "core/uncategorised/472/input.js...
nitish-awasthi/rome
packages/js-parser/test-fixtures/core/uncategorised/472/input.test.md
--- title: Habilitar e gerenciar logs de Análise de Armazenamento do Azure (clássico) | Microsoft Docs description: Saiba como monitorar uma conta de armazenamento no Azure usando Análise de Armazenamento do Azure. author: normesta ms.service: storage ms.topic: conceptual ms.date: 01/29/2021 ms.author: normesta ms.revi...
gustavodelima/azure-docs.pt-br
articles/storage/common/manage-storage-analytics-logs.md
# spo hubsite set Updates properties of the specified hub site ## Usage ```sh m365 spo hubsite set [options] ``` ## Options `-i, --id <id>` : ID of the hub site to update `-t, --title [title]` : The new title for the hub site `-d, --description [description]` : The new description for the hub site `-l, --logoUr...
sudharsank/cli-microsoft365-1
docs/docs/cmd/spo/hubsite/hubsite-set.md
[![Arduino CI](https://github.com/RobTillaart/MAX44009/workflows/Arduino%20CI/badge.svg)](https://github.com/marketplace/actions/arduino_ci) [![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/RobTillaart/MAX44009/blob/master/LICENSE) [![GitHub release](https://img.shields.io/githu...
jantje/Arduino
libraries/Max44009/readme.md
# zhang-repository
xiaozhangzhijian/zhang-repository
README.md