text
stringlengths
1
1.05M
repo_name
stringlengths
5
137
file_path
stringlengths
3
287
--- description: ' Customize the component icon for an entity in Open 3D Engine. ' title: Customizing the Entity Icon --- The default icon for an entity without any added components is the **Transform** ( ![Image NOT FOUND](/images/user-guide/component/entity_system/entity-inspector-transform-icon.png)) component's ic...
AMZN-Gene/o3de.org
content/docs/user-guide/editor/entity-inspector-customize-icon.md
# Lens "Styling with CSS Modules" Sample Extension Simple Lens extension that modifies basic ["Hello World"](../helloworld-sample) sample by using [CSS Modules](https://github.com/css-modules/css-modules) styling method and assisting [typescript-plugin-css-modules](https://github.com/mrmckeb/typescript-plugin-css-modu...
jim-docker/lens-extension-samples
styling-css-modules-sample/README.md
--- title: "IDiaStackFrame::get_lengthSavedRegisters | Microsoft Docs" ms.custom: "" ms.date: "11/04/2016" ms.reviewer: "" ms.suite: "" ms.technology: - "vs-ide-debug" ms.tgt_pltfrm: "" ms.topic: "article" dev_langs: - "C++" helpviewer_keywords: - "IDiaStackFrame::get_lengthSavedRegisters method" ms.assetid: b...
evanwindom/visualstudio-docs
docs/debugger/debug-interface-access/idiastackframe-get-lengthsavedregisters.md
--- title: Virtual Network Encryption description: Virtual network encryption allows encryption of virtual network traffic between virtual machines that communicate with each other within subnets marked as ‘Encryption Enabled.' manager: grcusanz ms.prod: windows-server ms.technology: networking-hv-switch ms.topic: get...
awakecoding/windowsserverdocs
WindowsServerDocs/networking/sdn/vnet-encryption/sdn-vnet-encryption.md
# Certificate-QR-Generator Simple program to generate name and QR for certificate by looking it from datasheet (.csv)
satrio-pamungkas/Certificate-QR-Generator
README.md
### [CVE-2018-12127](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12127) ![](https://img.shields.io/static/v1?label=Product&message=Central%20Processing%20Units%20(CPUs)&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Vulnera...
cihanmehmet/cve
2018/CVE-2018-12127.md
--- title: Solución de problemas de representación de informes de Reporting Services | Microsoft Docs ms.custom: '' ms.date: 02/27/2016 ms.prod: reporting-services ms.prod_service: reporting-services-sharepoint, reporting-services-native ms.component: troubleshooting ms.reviewer: '' ms.suite: pro-bi ms.technolo...
drake1983/sql-docs.es-es
docs/reporting-services/troubleshooting/troubleshoot-reporting-services-report-rendering-issues.md
--- layout: post title: 睡眠引导 categories: [blog ] tags: [Chinese, baby, ] description: 如何引导小宝宝的规律作息 --- # **睡眠引导** # --- ![BabySleep](/img/BabySleepTips.jpg "baby") ##*白天小睡* ## - 规律作息时间 - 清醒时间3-4小时 - 小睡时间1-3小时 - 理想时间表: | Time | Activity | | :------- | ----: | | 6:00 - 7:...
nirvanafish/nirvanafish.github.io
_posts/2015-11-24-sleep.md
+++ title="fa-apple icon in font awesome icons" summary="fa-apple icon in font awesome icons is part of brand (fab) icons" keywords=["fa-apple,f179,fa-apple"] date="25-07-2020T22:59:19" lastmod="25-07-2020T22:59:19" type="docs" parentdoc="fontawesome" featured='font-awesome-icons.png' categories=['faicons'] prev="fa-ap...
manasa-arun/angularjswiki
content/en/fontawesome/fa-apple.md
# WP-CLI Commands List of commonly used WP-CLI commands --- ### Installation, status, clean-up | Command | Description | | ------- | ----------- | | `wp core download` | Downloads WordPress core | | `wp core version` | | | `wp config get` | | | `wp db size --tables` | | | `wp media image-size` | List of registered ...
wwwmadis/wp-cli
README.md
# Links Links can be written in a custom format that make it easy to reference other documents in current wiki or any external wiki or repository. The same format is still valid, so links can be full urls or a reference to a file in the same repository. ### Syntax ``` [description](link) ``` `link` can be in the fo...
grimpy/jumpscaleX_threebot
docs/wikis/links.md
# core/session This module provides API for working with a work session, such as authorization. ```js import * as session from 'core/session'; session.emitter.on('set', ({auth, params}) => { console.log(`Session was registered with for ${auth}`); console.log(params); }); (async () => { if (!await session.isEx...
k0t0vich/Core
src/core/session/README.md
# Anata ni Sasageru Akai Bara ![anata-ni-sasageru-akai-bara](https://cdn.myanimelist.net/images/manga/1/238945.jpg) - **type**: manga - **volumes**: 2 - **chapters**: 18 - **original-name**: あなたに捧げる赤い薔薇 - **start-date**: 2019-06-05 - **end-date**: 2019-06-05 ## Tags - drama - historical - romance ...
htron-dev/baka-db
catalog/anata-ni-sasageru-akai-bara/en-US_anata-ni-sasageru-akai-bara-manga.md
--- title: Преобразование данных с помощью скрипта U-SQL — Azure description: Узнайте, как обрабатывать или преобразовывать данные, выполняя скрипты U-SQL в Azure Data Lake Analytics службы вычислений версии 1. ms.service: data-factory ms.topic: conceptual ms.date: 10/01/2017 author: nabhishek ms.author: abnarain ms.cu...
MSFTandrelom/azure-docs.ru-ru
articles/data-factory/v1/data-factory-usql-activity.md
--- title: Using Hue to interact with Apache Kylin in your cluster or on AWS author: admin type: post date: 2017-12-13T06:34:52+00:00 url: /using-hue-to-interact-with-apache-kylin/ sf_thumbnail_type: - none sf_thumbnail_link_type: - link_to_post sf_detail_type: - none sf_page_title: - 1 sf_page_title_style: -...
FrommyMind/hue
docs/gethue/content/en/posts/2017-12-13-using-hue-to-interact-with-apache-kylin.md
--- layout: post author: Hang Hu categories: frontend tags: Blog FrontEnd cover: --- ## type casting ``` const userDisplay = ReactDOM.findDOMNode(this.refs.user) as HTMLElement; const userDisplay = <HTMLElement>ReactDOM.findDOMNode(this.refs.user); ``` ## If props used but state not ``` export default class Tod...
Hang-Hu/Hang-Hu.github.io
_posts/Blog-Notes/FrontEnd-Notes/Typescript-Notes/2018-08-04-typescript-tricks.mkd
# Check-Html Check the html section if has a correct format. - pair of start tag and close tag
ebertGit/check-html
README.md
get-uri ======= ### Returns a `stream.Readable` from a URI string [![Build Status](https://github.com/TooTallNate/node-get-uri/workflows/Node%20CI/badge.svg)](https://github.com/TooTallNate/node-get-uri/actions?workflow=Node+CI) This high-level module accepts a URI string and returns a `Readable` stream instance. Ther...
anil1997/tapetalk_backend
public/nodeapp/node_modules/get-uri/README.md
# {#workshop-hash-lock} Hash Lock In this workshop, we'll design an application that allows a payer to lock funds with a secret password, independent from their consensus network identity, which can be drawn by anyone possessing the secret password. This is a useful way for a payer to show that they have funds and hav...
eduardo-yuschuk/reach-lang
docs/src/workshop/hash-lock/index.md
--- external help file: Microsoft.Azure.Commands.Automation.dll-Help.xml ms.assetid: 0B496085-670D-45F7-B989-D4541A3811FF online version: schema: 2.0.0 --- # New-AzureAutomationRunbook ## SYNOPSIS Creates a runbook. ## SYNTAX ### ByRunbookName (Default) ``` New-AzureAutomationRunbook -Name <String> [-Description ...
rolyon/azure-docs-powershell
azuresmps-4.0.0/Azure.Service/New-AzureAutomationRunbook.md
+++ # About widget. widget = "about" # See https://sourcethemes.com/academic/docs/page-builder/ headless = true # This file represents a page section. active = true # Activate this widget? true/false weight = 20 # Order that this section will appear in. translationKey = "about" title = "about me" # Choose the us...
felipe-lugo/academic-kickstart
content/en/home/about.md
--- layout: entry title: "Password input" categories: form keyboard: tab: | Focus moves visibly to the input or show password checkbox spacebar: | Toggles the show password checkbox mobile: swipe: | Focus moves to the input keyboard: | Keyboard appears screenreader: name: | Purp...
debra-lonsdorf/a11yEngineer
_checklist-web/password-input.md
--- title: "DA0024: Excessive GC CPU Time | Microsoft Docs" ms.date: "11/04/2016" ms.topic: "conceptual" f1_keywords: - "vs.performance.DA0024" - "vs.performance.24" - "vs.performance.rules.DA0024" ms.assetid: 228872da-77d0-4da5-b455-ac57fb1867c9 author: "mikejo5000" ms.author: "mikejo" manager: jillfra monikerRa...
viskin/visualstudio-docs
docs/profiling/da0024-excessive-gc-cpu-time.md
# Studio Ghibli The Studio Ghibli API catalogs the people, places, and things found in the worlds of Ghibli. ## Publisher: Troy Taylor, Hitachi Solutions ## Prerequisites There are no prequisites for using this service. ## Obtaining Credentials There are no credentials needed for using this service. ## Supported Op...
tomagendium/PowerPlatformConnectors
independent-publisher-connectors/Studio Ghibli/readme.md
About you: - You're a software engineer, 5+ years into your career. - You like writing code, but you've already figured out that you don't want to be a career IC or middle-manager - You see people at startups with roles like CTO, VP Engineering, or Chief Architect. You can see yourself in that sort of role one day, b...
kkurian/rootsystem.com
fellowship_application.md
# Patch Notes This is where you can find info on the latest update/commit. You cam also find some plans on other updates. ## Patch Notes 1.0.0 pre-release 3 Added the ability to do math operations with 4 numbers. ### Note: Everything is subject to change. This means that dont expect this to be the final full release of...
Engaming-dev/basic-calculator-prototype-3
PATCHNOTES.md
--- title: IInfoCodes.ProcessLinkedInfoCodes Method (Microsoft.Dynamics.Retail.Pos.Contracts.Services) TOCTitle: ProcessLinkedInfoCodes Method ms:assetid: Overload:Microsoft.Dynamics.Retail.Pos.Contracts.Services.IInfoCodes.ProcessLinkedInfoCodes ms:mtpsurl: https://technet.microsoft.com/library/microsoft.dynamics.ret...
MicrosoftDocs/DynamicsAX2012-technet
dynamicsax2012-technet/iinfocodes-processlinkedinfocodes-method-microsoft-dynamics-retail-pos-contracts-services.md
--- layout: post title: "Happy New Year" tags: [New Year, Blog] --- {% include JB/setup %} First things, first! HAPPY NEW YEAR! Now with that out of the way, I hope that this year starts off well for each and every one of you out there. To start the new year off on this blog I started back in November of last year I ...
demonicpagan/demonicpagan.github.io
_posts/2015-01-12-Happy-New-Year.md
# Google Research Football ## Neue Zeilen einfügen Eine weitere Zeile Noch eine Zeile This repository contains an RL environment based on open-source game Gameplay Football. <br> It was created by the Google Brain team for research purposes. Useful links: * __(NEW!)__ [GRF Tournament](https://research-football.dev/...
cpeberwein/football
README.md
# Key Performance Indicator According to [Wikipedia](https://en.wikipedia.org/wiki/Performance_indicator) a Key Performance Indicator (KPI) is a type of performance measurement. KPIs evaluate the success of an organization or of a particular activity in which it engages. The present data model defines a type of NGSI ...
stbnrivas/dataModels
specs/KeyPerformanceIndicator/doc/spec.md
--- layout: archive lang: en ref: contact_us title: opencr_setup category: 其他 order: 1 read_time: true share: true author_profile: false permalink: /docs/en/platform/turtlebot3/contact_us/ sidebar: title: TurtleBot3 nav: "turtlebot3" --- <div style="counter-reset: h1 24"></div> # [Contact US](#contact-us) ## [Ab...
liusanchuan/liusanchuan.github.io
_posts/2019-7-17-contact_us.md
We will update "Edge Root Rule Chain" that will be saving on the edge 10 sensor readings. In the rule chain we add rule node that transforms incoming messages and pushes to the cloud message only with distance readings. Here is the final configuration of the edge root rule chain: {% include images-gallery.html imageC...
magentabusiness/magentabusiness.github.io
_includes/templates/edge/use-cases/data-filtering/configure-edge-rule-engine.md
# Key API * [key.gen](#keygen) * [key.list](#keylist) * [key.rm](#keyrm) * [key.rename](#keyrename) * [key.export](#keyexport) * [key.import](#keyimport) #### `key.gen` > Generate a new key ##### `ipfs.key.gen(name, options)` Where: - `name` is a local name for the key - `options` is an object that contains follo...
rodkeys/js-ipfs
docs/core-api/KEY.md
# miguelgarcia.dev [![CircleCI](https://circleci.com/gh/miguelgarcia/miguelgarcia.dev/tree/master.svg?style=svg)](https://circleci.com/gh/miguelgarcia/miguelgarcia.dev/tree/master) My personal web site. Uses [Hugo](https://gohugo.io) for building and Circle CI for automatic deployment. Theme based on [uilite for hu...
miguelgarcia/www.miguel.ga
README.md
--- description: You can configure the Adobe Experience Platform Identity Service options on the Manage App Settings page while creating a new app or editing an existing app. keywords: mobile seo-description: You can configure the Adobe Experience Platform Identity Service options on the Manage App Settings page while ...
ryrob30/mobile-services.en
help/using/c-manage-app-settings/c-mob-confg-app/t-config-visitor.md
[![MIT License][license-badge]][LICENSE] # Scala Play React Seed > Use play framework to develop the web application backend/services and frontend using React Create App, all in a totally integrated workflow and single unified console. This approach will deliver perfect development experience without CORS hassle. ...
jbarton2488/scala_react_repo
README.md
# mobx-request Manage async requests with no-effort - ⚡ Efficient UI updates with MobX observables - 🔎 [Make requests](https://github.com/whalemare/mobx-request#make-request), [refresh](https://github.com/whalemare/mobx-request#refresh-request), [track loading](https://github.com/whalemare/mobx-request#make-request)...
whalemare/mobx-request
README.md
--- title: Azure Application Insights für JavaScript-Web-Apps | Microsoft-Dokumentation description: Erhalten Sie die Anzahl der Seitenaufrufe und Sitzungen, rufen Sie Webclientdaten ab, und verfolgen Sie Verwendungsmuster. Erkennen Sie Ausnahmen und Leistungsprobleme in JavaScript-Web-Apps. services: application-insig...
chclaus/azure-docs.de-de
articles/azure-monitor/app/javascript.md
--- section-break: true nav-title: '<i class="fa fa-cogs title dessert" aria-hidden="true"></i> Flink 开发' title: "Flink 开发" nav-id: "flinkdev" nav-parent_id: root nav-pos: 20 --- <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with...
sbairos/flink
docs/flinkDev/index.zh.md
--- title: Справочник по входным файлам XML (помощник по настройке ядра СУБД) | Документы Майкрософт ms.custom: '' ms.date: 06/13/2017 ms.prod: sql-server-2014 ms.reviewer: '' ms.technology: tools-other ms.topic: conceptual dev_langs: - XML helpviewer_keywords: - Database Engine Tuning Advisor [SQL Server], XML input f...
v-alji/sql-docs-archive-pr.ru-ru
docs-archive-a/2014/tools/dta/xml-input-file-reference-database-engine-tuning-advisor.md
# ExoPlayer Firebase JobDispatcher extension # This extension provides a Scheduler implementation which uses [Firebase JobDispatcher][]. [Firebase JobDispatcher]: https://github.com/firebase/firebase-jobdispatcher-android ## Getting the extension ## The easiest way to use the extension is to add it as a gradle depe...
danbrough/ExoPlayer
extensions/jobdispatcher/README.md
# Manifest Parser Plugins ## Overview This tutorial shows how to make a basic manifest parser plugin. This allows an app to define a custom manifest format and still use Shaka Player to handle the streaming and track switching. The function of a manifest parser is to take a URL that was passed to `load()` and give ...
paquet-a/shaka-player-fork
docs/tutorials/manifest-parser.md
# Real-time collaborative drawing canvas with GraphQL & AWS AppSync ![](graphqlgif1.gif) Schema: ```graphql type Canvas @model { id: ID! clientId: String! data: String! } ``` ## To deploy this application > To deploy this application, you must have the latest version of the Amplify CLI installed & configured...
ganipcanot/aws-amplify-appsync-graphql-real-time-canvas
README.md
--- title: "Buck - Artifact Cache Decorators [Java]" layout: default last_modified_date: 2021-08-13T12:18:00+0300 nav_order: 15 status: PUBLISHED language: Java short-title: Artifact Cache Decorators project: name: Buck key: buck home-page: https://github.com/facebook/buck tags: ['decorator'] --- {% incl...
ekolik/goodcode
_articles/buck-artifact-cache-decorators.md
--- title: IDebugProperty 인터페이스 | Microsoft Docs ms.custom: '' ms.date: 01/18/2017 ms.reviewer: '' ms.suite: '' ms.tgt_pltfrm: '' ms.topic: reference helpviewer_keywords: - IDebugProperty interface ms.assetid: 7e8f5341-23ef-4029-814d-f5c2307b9203 caps.latest.revision: 8 author: mikejo5000 ms.author: mikejo manager: gho...
galaxyuliana/visualstudio-docs.ko-kr
scripting-docs/winscript/reference/idebugproperty-interface.md
--- title: 使用 BI 分析工具连接到 Azure Cosmos DB description: 了解如何使用 Azure Cosmos DB ODBC 驱动程序创建表和视图,以便可以在 BI 和数据分析软件中查看规范化数据。 author: rockboyfor ms.service: cosmos-db ms.topic: how-to origin.date: 10/02/2019 ms.date: 08/17/2020 ms.testscope: yes ms.testdate: 08/10/2020 ms.author: v-yeche ms.openlocfilehash: be406a7caaf5db58ed...
grayknight2/mc-docs.zh-cn
articles/cosmos-db/odbc-driver.md
# ratespec Calculation of Rate Spectra for Noisy Time Series
vvoelz/ratespec
README.md
# AzGovViz - Azure Governance Visualizer ## AzGovViz version history ### AzGovViz version 6 __Changes__ (2021-Nov-23 / Major) * Add Microsoft Defender for Cloud 'Defender Plans' reporting (__TenantSummary__ -> Subscriptions, Resources & Defender; __ScopeInsights__ -> Defender Plans) * Adopt to new naming Azure Secu...
ctmcisco/CloudAdoptionFramework
govern/AzureGovernanceVisualizer/history.md
--- UID: NF:dbgeng.IDebugDataSpaces4.ReadUnicodeStringVirtual title: IDebugDataSpaces4::ReadUnicodeStringVirtual (dbgeng.h) description: The ReadUnicodeStringVirtual method reads a null-terminated, Unicode string from the target and converts it to a multibyte string. old-location: debugger\readunicodestringvirtual....
DeviceObject/windows-driver-docs-ddi
wdk-ddi-src/content/dbgeng/nf-dbgeng-idebugdataspaces4-readunicodestringvirtual.md
# ansible-role-crictl ![Ansible](https://github.com/avnes/ansible-role-crictl/actions/workflows/ansible.yaml/badge.svg) Ansible role for installing crictl. ## Requirements Poetry. Install it from <https://python-poetry.org/docs/> ## Role Variables ```yaml crictl_version: 3.7.2 crictl_for_all_users: true # If fals...
avnes/ansible-role-crictl
README.md
--- title: “导入策略”对话框 | Microsoft Docs ms.custom: '' ms.date: 06/13/2017 ms.prod: sql-server-2014 ms.reviewer: '' ms.technology: security ms.topic: conceptual f1_keywords: - sql12.swb.dmf.importpolicy.f1 ms.assetid: 78ab5f6e-2f13-4788-937e-8892ef4e2345 author: MikeRayMSFT ms.author: mikeray ms.openlocfilehash: 2601c21ea...
v-alji/sql-docs-archive-pr.zh-cn
docs-archive-a/2014/relational-databases/policy-based-management/import-policies-dialog-box.md
# pyOptSparse - PYthon OPTimization (Sparse) Framework [![Build Status](https://travis-ci.com/mdolab/pyoptsparse.svg?branch=master)](https://travis-ci.com/mdolab/pyoptsparse) [![Coverage Status](https://coveralls.io/repos/github/mdolab/pyoptsparse/badge.svg?branch=master)](https://coveralls.io/github/mdolab/pyoptspars...
robfalck/pyoptsparse
README.md
--- title: Troubleshooting Docker client errors on Windows | Microsoft Docs description: Troubleshoot problems you encounter when using Visual Studio to create and deploy web apps to Docker on Windows by using Visual Studio. ms.technology: vs-container-tools author: ghogen manager: jmartens ms.assetid: 346f70b9-7b52-4...
kendaleiv/visualstudio-docs
docs/containers/troubleshooting-docker-errors.md
--- description: The RegisterMediaTime method caches the time stamps from the current sample. ms.assetid: 9ff8e4ec-3401-4272-894d-643f0fc029de title: CRendererPosPassThru.RegisterMediaTime method (Ctlutil.h) ms.topic: reference ms.date: 05/31/2018 topic_type: - APIRef - kbSyntax api_name: - CRendererPosPassThru.Regis...
velden/win32
desktop-src/DirectShow/crendererpospassthru-registermediatime.md
# leveldb-1.3
kyowill/leveldb-1.3
README.md
--- author: dlepow ms.service: container-instances ms.topic: include ms.date: 08/11/2020 ms.author: danlep ms.openlocfilehash: 53413228be215a412539f43cff164bebae377cd1 ms.sourcegitcommit: c5021f2095e25750eb34fd0b866adf5d81d56c3a ms.translationtype: MT ms.contentlocale: sv-SE ms.lasthandoff: 08/25/2020 ms.locfileid: "88...
niklasloow/azure-docs.sv-se
includes/container-instances-restart-ip.md
# Dedication report Go application to retrieve donations in a timeframe and output them as a CSV. The user provides an Engage token and a date range. See the Usage section for more information. ## Prerequisites 1. A current version of Go. There are lots of articles on the web about installing Go. The official ins...
salsalabs/goengage
cmd/activity/fundraise/supporter/README.md
--- layout: post title: Romero categories: zombibib author: Q. Ualia --- ![WhiteZombie.jpg]({{site.baseurl}}/images/WhiteZombie.jpg) Al enterarse de la muerte de de su "viejo amigo y colaborador" George A. Romero, el famoso novelista Stephen King, uno de los grandes maestros del género del terror, escribió en su cuen...
bestiariocaribe/bestiariocaribe.github.io
_posts/zombis/zombis-WhiteZ.md
[![TravisCI Build Status](https://travis-ci.org/blueconic/node-oom-heapdump.svg?branch=master)](https://travis-ci.org/blueconic/node-oom-heapdump) # node-oom-heapdump Node module which will create a V8 heap snapshot right before an "Out of Memory" error occurs. It can also create heapdumps and CPU profiles on request...
spmiller/node-oom-heapdump
README.md
--- title: '#pragma (Referência de C#)' ms.date: 07/20/2015 f1_keywords: - '#pragma' helpviewer_keywords: - '#pragma directive [C#]' ms.assetid: 5b7944cd-d402-46a1-ad8f-feffb2d83673 ms.openlocfilehash: 5ae397cc61e0c6b58ed2079369131ebb7e352eae ms.sourcegitcommit: 3c1c3ba79895335ff3737934e39372555ca7d6d0 ms.translationty...
douglasbreda/docs.pt-br
docs/csharp/language-reference/preprocessor-directives/preprocessor-pragma.md
--- title: <appSettings>의 <configuration> 요소 ms.date: 05/01/2017 f1_keywords: - http://schemas.microsoft.com/.NetConfiguration/v2.0#configuration/appSettings helpviewer_keywords: - appSettings Element - <appSettings> Element ms.assetid: 39694cc4-6b84-45a6-9329-385a0d8b48fe author: guardrex ms.author: mairaw ms.openlocf...
JungYeolYang/docs.ko-kr
docs/framework/configure-apps/file-schema/appsettings/appsettings-element-for-configuration.md
# Settings {#settings} There are multiple ways to make all the settings described below. Settings are configured in layers, so each subsequent layer redefines the previous settings. Ways to configure settings, in order of priority: - Settings in the `users.xml` server configuration file. Set in the element `<pr...
sunadm/ClickHouse
docs/fa/operations/index.md
--- title: Option Strict On requer que cada parâmetro de expressão lambda seja declarado com uma cláusula ' as ' se seu tipo não puder ser inferido ms.date: 07/20/2015 f1_keywords: - bc36642 - vbc36642 helpviewer_keywords: - BC36642 ms.assetid: 2aaa62b8-49c9-4ae8-b0f5-08e3f0b5ad10 ms.openlocfilehash: bad69fc6b9736cd36d...
deniscapeto/docs.pt-br
docs/visual-basic/misc/bc36642.md
--- layout: post title: "블로그 시작" # description: "블로그 시작" date: 2017-08-13 comments: true share: true --- 드디어 Jeykll과 Github page로 블로그를 만들었다. 정말 오래 전부터 하려고 마음 먹던 일이었는데 시작만 살짝 했다가 뭔가 어려움에 부딛혀서 미루다보니 시간이 꽤 지나게 되었다. 그 사이에 몇가지 변화가 있었는데, 1. Git에 대해 이해가 높아졌다. 업무용 파일 백업 시스템으로도 쓰고 있지만, 실제 업무에서도 (간단한 html이지만) 제품에 들어가는 코드를 커밋 하...
interactor/interactor.github.io
_posts/2017-08-13-first-posting.md
# virtual-keyboard | Deadline | Folder name | Branch name | | ---------------- | ----------- | ----------- | | 01.11.2020 23:59 | virtual-keyboard | virtual-keyboard | В первую очередь ознакомьтесь с [инструкцией к заданию](introduction.md) ## Task 3. Virtual Keyboard ![screenshot](images/vi...
vetlivaya91/NewRepository
ready-projects/virtual-keyboard.md
--- layout: layout.pug navigationTitle: 支持政策 title: 支持政策 menuWeight: 110 excerpt: DC/OS HDFS 的支持政策 model: /cn/services/hdfs/data.yml render: mustache --- #include /cn/services/include/support-policy.tmpl
abudnik/dcos-docs-site
pages/cn/services/hdfs/2.2.0-2.6.0-cdh5.11.0/support-policy/index.md
--- -api-id: P:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicUuids.BloodPressureFeature -api-type: winrt property -api-device-family-note: xbox --- <!-- Property syntax public System.Guid BloodPressureFeature { get; } --> # Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicUuid...
andrewleader/winrt-api
windows.devices.bluetooth.genericattributeprofile/gattcharacteristicuuids_bloodpressurefeature.md
# Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. <a name="0.11.4"></a> ## [0.11.4](https://github.com/strongloop/loopback-next/compare/@loopback/core@0.11.3...@loopback/core@0.11.4) (2018-08-15) **N...
lightheaded/loopback-next
packages/core/CHANGELOG.md
--- title: Update 和 CancelUpdate 方法示例 (VJ++) TOCTitle: Update and CancelUpdate methods example (VJ++) ms:assetid: a177544a-485d-8102-e956-2e223ef5bfa3 ms:mtpsurl: https://msdn.microsoft.com/library/JJ249744(v=office.15) ms:contentKeyID: 48546732 ms.date: 09/18/2015 mtps_version: v=office.15 ms.localizationpriority: med...
MicrosoftDocs/office-developer-client-docs.zh-CN
docs/access/desktop-database-reference/update-and-cancelupdate-methods-example-vj.md
--- title: 预处理指令 ms.date: 11/04/2016 helpviewer_keywords: - preprocessing directives, C - preprocessing directives ms.assetid: b27d7444-8f84-4c31-b2fa-03335412d5e6 ms.openlocfilehash: 10231e27f44fc6a3dc2546c711c185056dea3df5 ms.sourcegitcommit: f4be868c0d1d78e550fba105d4d3c993743a1f4b ms.translationtype: HT ms.contentl...
psimn/cpp-docs.zh-cn
docs/c-language/preprocessing-directives.md
--- title: Proprietà DateCreated e DateModified (esempio di proprietà (VB) | Microsoft Docs ms.prod: sql ms.prod_service: connectivity ms.technology: connectivity ms.custom: '' ms.date: 01/19/2017 ms.reviewer: '' ms.topic: conceptual dev_langs: - VB helpviewer_keywords: - DateCreated property [ADOX], Visual Basic examp...
baleng/sql-docs.it-it
docs/ado/reference/adox-api/datecreated-and-datemodified-properties-example-vb.md
<img src="http://www.cocos2d-x.org/attachments/801/cocos2dx_portrait.png" width=200> cocos2d-x ========= | |iOS|Mac|Linux|Win32|Android|Win8.1-Universal| | ----|----|----- | ---|----|------|---| |v3|[![Build Status](http://45.56.80.45:8080/buildStatus/icon?job=daily-build-v3/node=ios)](http://45.56.80.45:8080/job/d...
Ingener74/Rocket
frameworks/cocos2d-x/README.md
--- title: Serializzazione della cache di token personalizzata (MSAL Python) | Azure titleSuffix: Microsoft identity platform description: Informazioni su come serializzare la cache dei token per MSAL per Python services: active-directory author: rayluo manager: CelesteDG ms.service: active-directory ms.subservice: dev...
maiemy/azure-docs.it-it
articles/active-directory/develop/msal-python-token-cache-serialization.md
--- title: "Azure Functions における Storage テーブルのバインド | Microsoft Docs" description: "Azure Functions で Azure Storage のバインドを使用する方法について説明します。" services: functions documentationcenter: na author: christopheranderson manager: erikre editor: tags: keywords: "Azure Functions, 関数, イベント処理, 動的コンピューティング, サーバーなしのアーキテクチャ"...
ShuheiUda/azure-docs.ja-jp
articles/azure-functions/functions-bindings-storage-table.md
# hacky1997.github.io
hacky1997/hacky1997.github.io
README.md
--- title: Làm mờ nền của bạn trong cuộc họp teams 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: - "3815" - "9001720" ms.openlocfilehash: 5e1b2c54071eabda51724b300a9ef75888d7062f ms.sour...
pebaum/OfficeDocs-AlchemyInsights-pr.vi-VN
AlchemyInsights/blur-your-background-in-a-teams-meeting.md
# v1.12.1 * Reveals the correct answers after a user has submitted their post-quiz (#147, #148) * Improves accessibility of the pre/post test and Edgenotes (#147, #154) * Adds an acknowledgements field to cases (#157) * Adds photo credits to Edgenotes (#154, #158) * Rebrands the platform as “Gala” (#153, #159, #160) *...
galahq/gala
docs/releases/v1.12.1.md
# ulid-workers changelog ## v2.0.0 2022-02-09 - Use a factory function that returns a function for both `monotonic` and `non-monotonic` uses. - Default to using `monotonic` ULID generation - Fully remove PRNG agility. Always use `crypto.getRandomValues()` - Allow passing `timestamp` argument to both `monoton...
ryan-mars/ulid-workers
CHANGELOG.md
--- title: "Item - Gift - Tool_906056" permalink: /con_1379/ excerpt: "Era of Chaos Tool_906056" last_modified_at: 2021-08-04 locale: es ref: "con_1379.md" toc: false classes: wide --- [Materials](/ItemsES/){: .btn .btn--primary}[Artifacts](/ItemsES/Artifacts/){: .btn .btn--success}[Unit Soul](/ItemsES/UnitSoul/){: ....
eraofchaos/ItemsES
con_1379.md
# archiver ## usage ```js plugins.archiver() ```
afeiship/webpack-app-kits
docs/plugins/archiver.md
# Hyperparameter Optimization for PyTorch This is a PyTorch implementation of [Hyperband: A Novel Bandit-Based Approach to Hyperparameter Optimization](https://arxiv.org/abs/1603.06560) by Lisha Li, Kevin Jamieson, Giulia DeSalvo, Afshin Rostamizadeh and Ameet Talwalkar. <p align="center"> <img src="./assets/res.png...
chocolocked/hyperband
README.md
--- date: 2018-12-02T11:25:05-04:00 description: "大阪大学共創DAY@EXPOCITY" featured_image: tags: [NHKロボコン, キャチロボバトルコンテスト, 活動] title: "大阪大学共創DAY@EXPOCITY" categories: NHKロボコン, キャチロボバトルコンテスト, 活動 --- こんにちは。日が沈むのもだんだん早くなり、肌寒い季節になってきましたね。 さて、11/17(土)にEXPOCITYで開催された「大阪大学とあそぼう」にRobohanも参加しました。 内容は「ロボットアーム操縦体験」! 夏に開催されたキャチロボバトルコン...
RobohanOU/Blog
content/post/20181202.md
# kpt roadmap Last updated: May 6th, 2022 Please follow the [installation](https://kpt.dev/installation/) guide for installing the latest version of kpt. We are planning to build a new roadmap pending user feedback on the new package orchestration capabilities. ## Latest releases Coming soon... ## Detailed releas...
martinmaly/kpt
docs/ROADMAP.md
--- title: "Writing a 3D Shooter using rg3d - #1 - Character Controller" categories: - Tutorials --- This tutorial starts a series of tutorials for rg3d game engine. In this series we'll make a 3D shooter - something similar to [rusty-shooter](https://github.com/mrDIMAS/rusty-shooter). Also, the series should help yo...
martin-t/rg3d.rs
_posts/2021-03-05-tutorial1.md
# capstone3 Cal Tech and Simplilearn Post Graduate Program in DevOps - Capstone Project 3 ## Setting Up the Infrastructure ## Configuring the VMs ## Initializing the Cluster ## Deploying the Application ## Configuring the CI/CD Pipeline ## Additional Resources
NickBaynham/capstone3
README.md
# go2sky-plugins [![Build](https://github.com/SkyAPM/go2sky-plugins/workflows/Build/badge.svg?branch=master)](https://github.com/SkyAPM/go2sky-plugins/actions?query=branch%3Amaster+event%3Apush+workflow%3ABuild) The plugins of [go2sky](https://github.com/SkyAPM/go2sky) ## Plugin Summary ### Trace Plugins 1. [http s...
matianjun1/go2sky-plugins
README.md
# outlier Outlier Remover Package for PyPI (Roll No: 101703043)
AgrajGupta/outlier
README.md
--- title: Download SQL Server Management Studio (SSMS) description: Download the latest version of SQL Server Management Studio (SSMS). ms.prod: sql ms.prod_service: sql-tools ms.technology: ssms ms.topic: conceptual keywords: - "install ssms, download ssms, latest ssms" - "SQL Server Management Studio" - "ssms...
connormoolman/sql-docs
docs/ssms/download-sql-server-management-studio-ssms.md
# Testing Single File Components with Mocha + webpack > An example project for this setup is available on [GitHub](https://github.com/vuejs/vue-test-utils-mocha-webpack-example). Another strategy for testing SFCs is compiling all our tests via webpack and then run it in a test runner. The advantage of this approach i...
miljan-aleksic/vue-test-utils
docs/en/guides/testing-SFCs-with-mocha-webpack.md
<!-- markdownlint-disable --> <a href="../src/pyquanda/hooks/dest_types/webhook_no_auth.py#L0"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a> # <kbd>module</kbd> `hooks.dest_types.webhook_no_auth` Executable type. **Global Variables** ---------------...
shollingsworth/pyquanda
docs/hooks.dest_types.webhook_no_auth.md
Statful Collector AWS ============== [npm-url]: https://npmjs.org/package/statful-collector-aws [npm-image]: https://badge.fury.io/js/statful-collector-aws.svg [![NPM version][npm-image]][npm-url] [![Build Status](https://travis-ci.org/statful/statful-collector-aws.svg?branch=master)](https://travis-ci.org/statful/st...
statful/statful-aws-collector
README.md
# Chicago-Blues
littleflute/Chicago-Blues
README.md
# Consola Flarum permite a los desarrolladores de extensiones añadir comandos de consola personalizados además de los [predeterminados](../console.md) proporcionados por el núcleo de flarum. Todo el desarrollo de comandos de consola se realiza en el backend usando PHP. Para crear un comando de consola personalizado, ...
jslirola/docs
docs/es/extend/console.md
--- title: 'CA1812: インスタンス化されていない内部クラスを使用しません (コード分析)' description: 'コード分析規則「CA1812: インスタンス化されていない内部クラスを使用しません」について' ms.date: 05/16/2019 ms.topic: reference f1_keywords: - CA1812 - AvoidUninstantiatedInternalClasses helpviewer_keywords: - AvoidUninstantiatedInternalClasses - CA1812 author: gewarren ms.author: gewarren ...
jkugiya/docs.ja-jp
docs/fundamentals/code-analysis/quality-rules/ca1812.md
# Practice Test - Resource Requirements ## Exercises **A pod named 'rabbit' is deployed. Identify the CPU requirements set on the Pod** `$ kubectl describe pod rabbit` **Delete the 'rabbit' Pod.** `$ kubectl delete pod rabbit` **The elephant runs a process that consume 15Mi of memory. Increase the limit of the el...
ckadlearner7/1_CKAD
CKAD/resource-requirements/README.md
# NLP Homepage-beta ## Contents - Home - Research - Member - Publication - Resource ## How to edit Member Member data is in `_data/professors.json` or `_data/students.json` We can view the same sequence of json data, so you edit the json data carefully. json data has three features. Following features must be...
nlp-arase/nlp-arase.github.io
_site/README.md
精选 100 道力扣(LeetCode)上最热门的题目,本篇文章只有 easy 级别的,适合初识算法与数据结构的新手和想要在短时间内高效提升的人。 ## 1.两数之和 https://leetcode-cn.com/problems/two-sum ##### 方法一 ```js /** * @param {number[]} nums * @param {number} target * @return {number[]} */ var twoSum = function (nums, target) { for (let i = 0; i < nums.length; i++) { let diff...
ru23/react-ppt
leetcode/easy/readme.md
#Individual Project I am looking for you to get a small app of your choice on to your phone. In the past people have done quiz apps, magic 8 ball types of apps, simple games like [pong](https://github.com/rhildred/Pong) and non-working prototypes of larger apps, perhaps going on to build them later for the group proje...
rhildred/rhildred.github.io.20170718
courses/PROG8110/project.md
<p align="center" > <img width="90%" src="https://github.com/lief-project/LIEF/blob/master/.github/images/architecture.png"/><br /> </p> <p align="center"> <a href="https://gitter.im/lief-project"> <img src="https://img.shields.io/gitter/room/gitterHQ/gitter.svg?style=flat-square"> </a> &nbsp; <a href="htt...
ienho/LIEF
README.md
# Project 1 - *Simple ToDo* **Simple ToDo** is an android app that allows building a todo list and basic todo items management functionality including adding new items, editing and deleting an existing item. Submitted by: **Shari Sinclair** Time spent: **6** hours spent in total ## User Stories The following **req...
sharisinclair/SimpeToDo
README.md