text
stringlengths
1
1.05M
repo_name
stringlengths
5
137
file_path
stringlengths
3
287
--- title: Azure Synapse Analytics とは description: Azure Synapse Analytics の概要 services: synapse-analytics author: saveenr ms.service: synapse-analytics ms.topic: overview ms.subservice: '' ms.date: 04/15/2020 ms.author: saveenr ms.reviewer: jrasnick ms.openlocfilehash: 65f6c6627093358f8cbc66055bb9b16561f7c610 ms.sourc...
asashiho/azure-docs.ja-jp
articles/synapse-analytics/overview-what-is.md
2020年09月22日16时数据 Status: 200 1.肖战 谁还不会整点儿土味情话啊 微博热度:4165781 2.小张被浴室玻璃门割伤手 微博热度:2264349 3.未来由我放手一搏 微博热度:1861829 4.华为已终止1亿澳元研发投资 微博热度:1853614 5.小张这么帅怎么可以受伤 微博热度:1826157 6.赵露思最快的分手 微博热度:1823962 7.老师教孩子怀孕知识被家长吐槽 微博热度:1606612 8.韩国总理室发生疫情 微博热度:1017153 9.埃及新出土27具千年古棺 微博热度:917307 10.向特朗普寄毒信加拿大妇女身份 微博热度:8847...
zhzhzhy/WeiBoHot_history
2020/09/22/2020-09-22 16:40.md
--- title: Dorothy Gambrell summary: Cartoonist (Cat and Girl) categories: - cartoonist - mac --- #### Who are you, and what do you do? My name is Dorothy Gambrell. I draw the weekly cartoon [Cat and Girl](http://catandgirl.com/ "Dorothy's web comic.") and biographical, donation-driven cartoons at [Donation Derby](ht...
jlin/usesthis
posts/2016-11-22-dorothy.gambrell.markdown
--- title: Laraib Malik search: - L. Malik - L Malik role: phd_g group: alum image: images/laraibmalik.jpg github: laraib85 --- Laraib completed her Ph.D. with Rob Patro at Stony Brook University in 2020. She is currently a senior scientist at AbbVie.
COMBINE-lab/COMBINE-lab.github.io
_members/laraib-malik.md
# Estación terrestre para CanSat o OBC's Código de una estación terrestre donde se muestran los datos de diferentes sensores en tiempo real. ![imagen](https://i.imgur.com/zDY3DnY.gif) ## Tabla de contenidos * [Apoyo](#support) * [Información general](#informacion-general) * [Liberias](#librerias) * [Configuración](#c...
RHMedel/Ground-station
README_ES.md
--- title: 'Recap: May 2017' layout: journal --- June marks three full months of wandering. May took me to eight towns or cities across four states. Here are some moments. `youtube:https://youtube.com/embed/-NXU6vaeZec` - At the beginning of the month I was finishing up an Airbnb stay in South Berkeley with two incr...
mikefowler/website
src/journal/2017-06-05-one-second-everyday-may-2017.md
## Cómo crear una red virtual clásica en el Portal de Azure Para crear una red virtual clásica basada en el escenario anterior, siga estos pasos. 1. Desde un explorador, vaya a http://portal.azure.com y, si es necesario, inicie sesión con su cuenta de Azure. 2. Haga clic en **NUEVO** > **Redes** > **Red virtual**, ob...
wreyesus/azure-content-eses-articles-app-service-web-app-service-web-staged-publishing-realworld-scenarios.md
includes/virtual-networks-create-vnet-classic-pportal-include.md
--- UID: NF:qmgr.IEnumBackgroundCopyGroups.Clone title: IEnumBackgroundCopyGroups::Clone (qmgr.h) description: Use the Clone method to create another IEnumBackgroundCopyGroups enumerator that contains the same enumeration state as the current one. helpviewer_keywords: ["Clone","Clone method [BITS]","Clone method [BITS]...
amorilio/sdk-api
sdk-api-src/content/qmgr/nf-qmgr-ienumbackgroundcopygroups-clone.md
# SematextApiClientJavascript.AppDescription ## Properties | Name | Type | Description | Notes | | --------------- | ---------- | ----------- | ---------- | | **description** | **String** | | [optional] |
Fax/sematext-api-client-javascript
docs/AppDescription.md
--- title: <customBinding> ms.date: 03/30/2017 ms.assetid: 9da4f960-f64e-4d8a-894d-2b09eba5ce4b ms.openlocfilehash: cdaaacf0dfa75209d001f6e8d6ac7175816048aa ms.sourcegitcommit: fbb8a593a511ce667992502a3ce6d8f65c594edf ms.translationtype: MT ms.contentlocale: pt-BR ms.lasthandoff: 11/16/2019 ms.locfileid: "74140797" ---...
leowsouza/docs.pt-br-1
docs/framework/configure-apps/file-schema/wcf/custombinding.md
--- title: InvisibleApp.ConvertResult Method (Visio) keywords: vis_sdr.chm17516135 f1_keywords: - vis_sdr.chm17516135 ms.prod: visio api_name: - Visio.InvisibleApp.ConvertResult ms.assetid: fe312e02-3086-90a3-6d5f-112c62d21727 ms.date: 06/08/2017 --- # InvisibleApp.ConvertResult Method (Visio) Converts a string or n...
italicize/VBA-Docs
api/Visio.InvisibleApp.ConvertResult.md
For more detailed information about the changes see the history of the [repository](https://github.com/votca/xtp/commits/master). ## Version 1.4.1 (released 02.09.17) * fix pkg-config file ## Version 1.4 (released 29.10.16) * fixed a bug in gwbse * added missing copyright * cmake: fixed underlinking ## Version 1.4_...
mbarbry/xtp
CHANGELOG.md
# iOSTools
yeniugo/iOSTools
README.md
--- title: Bootstrap Grid System --- A few days ago, I was developing some standard window, and I did some research inside the system code to seek an inspiration. Then, I realize that some developers tend to use html tables to make something that doesn't need a table. For instance, a set of inputs. You can easily achi...
lcpunch/mypage
_posts/2016-11-10-grid-system-bootstrap.md
## Emulating super() in Python 3.x using Python 2.7 Originally published: 2016-07-31 04:03:28 Last updated: 2016-07-31 04:03:29 Author: sunqingyao Depending on the name of the first argument, `self.__sup` or `cls.__sup` behaves like `super()` in Python 3, while this code is written in Python 2.7. It work...
tdiprima/code
recipes/Python/580694_Emulating_super_Pyth3x_using/README.md
# Detail The purpose of this component is to provide you with a very quick way to create an edit page for a payload to send to the server. A use case example could be "build a page that allows you to change the specifications of a product for an ecommerce".<br> <h4>Index:</h4> [[toc]] ## Props <!-- @vuese:Detail:pro...
lotrekagency/mapo
docs/components/Detail/Detail/README.md
--- title: SQL Insert into Statement localeTitle: Insertar SQL en la declaración --- ## Insertar SQL en la declaración Para insertar un registro en una tabla, utilice la `INSERT INTO` . Puede hacerlo de dos maneras, si desea insertar valores solo en algunas columnas, debe enumerar sus nombres, incluidas todas las col...
SweeneyNew/freeCodeCamp
guide/spanish/sql/sql-insert-into-statement/index.md
--- title: "Use Unicode Native Format to Import or Export Data (SQL Server) | Microsoft Docs" ms.custom: "" ms.date: "09/30/2016" ms.prod: sql ms.prod_service: "database-engine, sql-database, sql-data-warehouse, pdw" ms.reviewer: "" ms.technology: data-movement ms.topic: conceptual helpviewer_keywords: - "...
KochertNinja/sql-docs
docs/relational-databases/import-export/use-unicode-native-format-to-import-or-export-data-sql-server.md
# flasher-notyf-js
php-flasher/flasher-notyf-js
README.md
# Lenore Tawney Replications and Variations ### Replication of, and variations on, linear drawings by Lenore Tawney #### Created by Sadie Bartholomew, 2021+ Lenore Tawney (1907-2007) [was an American artist](https://lenoretawney.org/lenore-tawney/). The variations aspect of this mini-project is under development,...
sadielbartholomew/creative-matplotlib
lenore-tawney-replications/README.md
--- layout: post title: "St Margarets Community Website 2019 review" permalink: /archives/2020/01/st_margarets_community_website_2019_review.html commentfile: 2020-01-02-st_margarets_community_website_2019_review category: editorial date: 2020-01-02 11:18:05 image: "/assets/images/2020/chart-2019-users-stats.jpg" excer...
barrymcgee/stmgrts
_posts/2020/2020-01-02-st_margarets_community_website_2019_review.md
--- categories: [] layout: post title: 'Trick of the week #22' created: 1467644400 --- <p>Hodně efektní varianta snapstartu od Kuby!</p> <p><div class="youtube-player" data-id="bk1pgrfp3-A"></div></p>
Hroch92/spintopcz
_posts/2016-07-04-trick-of-the-week-22.md
--- title: Mise à jour des données dans les curseurs de SQL Server | Microsoft Docs ms.custom: '' ms.date: 03/14/2017 ms.prod: sql ms.prod_service: database-engine, sql-database, sql-data-warehouse, pdw ms.reviewer: '' ms.technology: native-client ms.topic: reference helpviewer_keywords: - updating data [SQL Server] - ...
CeciAc/sql-docs.fr-fr
docs/relational-databases/native-client-ole-db-rowsets/updating-data-in-sql-server-cursors.md
# conditionals This repository contains the code for the project on probabilistic modeling of indicative conditionals with the Rational-Speech-Act model. Code for two behavioral experiments can be found in two separate repositories: [Prior experiment](https://github.com/brittaGrusdt/conditionals-pilot) and [Main experi...
brittaGrusdt/blocksworld-v2
model/README.md
## riff delete Delete function resources in the cluster ### Synopsis Delete the resource[s] for the function or path specified. ``` riff delete [flags] ``` ### Examples ``` riff delete -n square or riff delete -f function/square ``` ### Options ``` --all delete all resources includi...
benmoss/riff
riff-cli/docs/riff_delete.md
--- stage: Release group: Release info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments --- # Resource group API **(FREE)** You can read more about [controlling the job concurrency with resourc...
tigefa4u/gitlabhq
doc/api/resource_groups.md
# source-code-parser Drag files to upload. Different actions can be performed. 1. list line comments, block comments, or todo. 2. remove comments. 3. ... ## Deployment ... ## Built With * [Springboot2](https://spring.io/projects/spring-boot) - Web Framework * [ReactJS](https://reactjs.org/) - Frontend Framework * ...
ArchyYang/source-code-parser
README.md
1803\. Count Pairs With XOR in a Range Hard Given a **(0-indexed)** integer array `nums` and two integers `low` and `high`, return _the number of **nice pairs**_. A **nice pair** is a pair `(i, j)` where `0 <= i < j < nums.length` and `low <= (nums[i] XOR nums[j]) <= high`. **Example 1:** **Input:** nums = [1,4,2,...
jscrdev/LeetCode-in-Java
src/main/java/g1801_1900/s1803_count_pairs_with_xor_in_a_range/readme.md
--- description: Obtém o intervalo de instrução de arquivo do contexto do documento. title: IDebugDocumentContext2::GetStatementRange | Microsoft Docs ms.date: 11/04/2016 ms.topic: reference f1_keywords: - IDebugDocumentContext2::GetStatementRange helpviewer_keywords: - IDebugDocumentContext2::GetStatementRange ms.asse...
MicrosoftDocs/visualstudio-docs.pt-br
docs/extensibility/debugger/reference/idebugdocumentcontext2-getstatementrange.md
--- layout: post title: LeetCode - Permutations categories: - LeetCode(Second) tags: - LeetCode(Second) - Medium - Backtracking excerpt_separator: "<!--more-->" --- ### Question Definition Given a collection of distinct numbers, return all possible permutations. <!--more--> For example, `[1,2,3]` have...
sure811/sure811.github.io
_posts/2018-03/2018-03-13-LeetCode-Permutations.md
--- title: Практическое руководство. Анимация положения и направления камеры в трехмерной сцене ms.date: 03/30/2017 helpviewer_keywords: - animation [WPF], camera position in 3-D scenes - camera direction [WPF], animating in 3-D scenes - 3-D scenes [WPF], animating camera position - 3-D scenes [WPF], animating camera d...
MSDN-WhiteKnight/dotnet-docs-ru
docs/framework/wpf/graphics-multimedia/how-to-animate-camera-position-and-direction-in-a-3d-scene.md
# Pager composable for Jetpack Compose [![Maven Central](https://img.shields.io/maven-central/v/com.google.accompanist/accompanist-pager)](https://search.maven.org/search?q=g:com.google.accompanist) For more information, visit the documentation: https://google.github.io/accompanist/pager ## Download ```groovy repos...
accelforce/accompanist
pager/README.md
# Prelude > Style is what separates the good from the great. <br/> > -- Bozhidar Batsov One thing has always bothered me as Ruby developer - Python developers have a great programming style reference ([PEP-8](http://www.python.org/dev/peps/pep-0008/)) and we never got an official guide, documenting Ruby coding style ...
gnip/ruby-style-guide
README.md
# Mac平台安装 ## 第一步 安装rex依赖 * 方法一 ``` $ sudo port install libssh2 perl5 $ curl -L https://get.rexify.org | perl - --sudo -n Rex ``` * 方法二 ``` $ sudo brew install libssh2 perl5 $ curl -L https://get.rexify.org | perl - --sudo -n Rex ``` * 方法三 ``` cpanm Rex ``` ## 第二步 安装其他相关依赖 ``` cpanm DBI DBD::mysql Mojo::JSON J...
LookingDreamer/Book-Rexdeploy
an-zhuang/mac.md
# introspect-api-python-snippets A collection of Python snippets, modules for interacting with the Aruba IntroSpect API running on the analyzer.
aruba/introspect-api-python-snippets
README.md
# Asteroids Game prototype
DJYar/Asteroids
README.md
--- title: The Ember Times - Issue No. 108 authors: - anne-greeth-van-herwijnen - chris-ng - isaac-lee - jessica-jordan - amy-lam date: 2019-07-26T00:00:00.000Z tags: - newsletter - '2019' --- 🤙 Emberistas! 🐹 This week: learn how to use Sentry to track production errors 📈, get your new hires off to ...
loganrosen/ember-blog
content/the-ember-times-issue-108.md
1 可以使用银行家算法_____ 死锁。 - ( ) A.预防 - ( ) B.检测 - ( ) C.解除 - ( ) D.避免 > 知识点:进程状态与控制。 > 出处:网络 > 难度:1 > 解释
ladike/912_project
4 专业科目/操作系统/习题/习题解答(MOOC课后题以及SPOC等)/os_exer_lib/data/md_old/2/175.md
# build-scripts Centralized development commands for building ES6 modules and common development tasks. ## Install ``` // locally **prefered** npm install github:ControlSpaceSoftware/build-scripts.git --save-dev // globally npm install github:ControlSpaceSoftware/build-scripts.git -g ``` ### Usage ``` build-scrip...
ControlSpaceSoftware/build-scrips
README.md
--- title: Manifest schema reference description: Describes the schema supported by the manifest for Microsoft Teams keywords: teams manifest schema ms.date: 12/10/2017 --- # Reference: Manifest schema for Microsoft Teams > [!NOTE] > For help on migrating your v0.4 manifest to v1.x, see our [migration guide](~/resour...
nkramer/msteams-docs
msteams-platform/resources/schema/manifest-schema.md
--- title: Acro Class at Earth Treks date: 2018-08-20 layout: Event hero: /img/events-1920x.jpg category: Class teaching: true start: Auguest 20, 2018 8:30 PM end: Auguest 20, 2018 10:00 PM location: Earth Treks Crystal City address: 1235 S Clark St, Arlington, VA 22202 --- AcroYoga is a fun and uplifting practice tha...
brianrc/acrowithbrian-site
src/pages/events/2018-08-20-earth-treks-acro.md
MIT License Copyright (c) 2020 yamil esquivel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, di...
yamilesquivel/KIOSCO-crud-java-mysql
LICENCE.md
# The continuation of the main line of Giuoco Pianissimo opening as White First, obviously White needs to open with **e4** and Black needs to response with **e5** 1. **e4 e5** 2. **Nf3 Nc6** After White's **Nf3**, Black can naturally respond with **Nc6** or **Nf6**, which will lead to Petrov's Defense, but White can...
cliind/github-pages-with-jekyll
index.md
# Listen to events in an account in JavaScript **An account object emits events when they happen. An example of an event is when you make or receive a payment. In this tutorial, you listen for these events and log them to the console.** ## Packages To complete this tutorial, you need to install the following package...
jmcanterafonseca-iota/documentation
client-libraries/0.1/account-module/js/listen-to-events.md
# springboot springboot2+最新版本教程
wangyou5153/springboot2
README.md
--- title: cgroup 实验 --- # cgroup 实验 ## 安装cgroup 在 centOS 6.5 上使用如下命令安装: ``` yum install cgroup ``` ## 启动cgroup ``` service cgconfig start #开启cgroups服务 chkconfig cgconfig on #开机启动 ``` ## 创建控制组 ``` mkdir -p /cgroup/cpu/limit_user mkdir -p /cgroup/memory/limit_user ``` ## 设置控制条件 ``` echo 500000 > /cgroup/cpu/l...
lxlenovostar/lix_blog
_posts/2016-09-28-cgroup-test.md
--- title: "The extension name length must not exceed the specified limit" ms.author: SusanneWindfeldPedersen ms.custom: na ms.date: 11/15/2019 ms.reviewer: na ms.suite: na ms.tgt_pltfrm: na ms.topic: article ms.service: "dynamics365-business-central" author: SusanneWindfeldPedersen --- [//]: # (START>DO_NOT_EDIT) [//]...
dirkree/dynamics365smb-devitpro-pb
dev-itpro/developer/analyzers/appsourcecop-as0047-extensionnamelengthmustnotexceedlimit.md
# til Today I Learned - ![myqiita](https://img.shields.io/badge/my-Qiita-brightgreen.svg) [sKawashima - Qiita](https://qiita.com/sKawashima) --- © 2018 sKawashima
sKawashima/DictionaryOfDevelopmentTechnologyILearned
src/999_Footer.md
# vue-todo This is TODO App of web for practice. It's made with Vue.js. ## Thema Vue.js hands-on training. ## Stack - Front-End - [Vue.js](https://jp.vuejs.org/index.html) - [Milligram](https://milligram.io/) - Back-end - Web Storage - Tools - [Vue CLI 3](https://cli.vuejs.org/)
keyhs8/vue-todo
README.md
## `elixir:1.10` ```console $ docker pull elixir@sha256:4cd79c23df4cf55811d1f7147755e0f17e876e145a9794e3e35f43cf886bea51 ``` - Manifest MIME: `application/vnd.docker.distribution.manifest.list.v2+json` - Platforms: 6 - linux; amd64 - linux; arm variant v7 - linux; arm64 variant v8 - linux; 386 - linux; ppc64le ...
47-studio-org/repo-info
repos/elixir/remote/1.10.md
--- title: Tutorial - Deploy app from geo-replicated Docker registry in Azure description: Deploy a Linux-based web app to two different Azure regions using a container image from a geo-replicated Azure container registry. Part two of a three-part series. services: container-registry author: dlepow manager: gwallace m...
brndkfr/azure-docs
articles/container-registry/container-registry-tutorial-deploy-app.md
Beacon === A SuperCollider extension for a either stereo or multichannel performance piece using sound samples. The library has been written since 2017 by Anna Xambó (<a.xambo@qmul.ac.uk>) for the piece Beacon and the follow-up Beckon, a collaboration with Anna Weisling. Introduction ---- The code has been especiall...
axambo/beacon
README.md
--- title: "Virtual Mode in the Windows Forms DataGridView Control" ms.date: "03/30/2017" helpviewer_keywords: - "DataGridView control [Windows Forms], virtual mode" ms.assetid: feae5d43-2848-4b1a-8ea7-77085dc415b5 --- # Virtual Mode in the Windows Forms DataGridView Control With virtual mode, you can manage the int...
Ski-Dive-Dev/docs
docs/framework/winforms/controls/virtual-mode-in-the-windows-forms-datagridview-control.md
--- title: コマンドラインを使用してファイルの名前を変更する intro: コマンドラインを使用して、リポジトリにあるファイルの名前を変更することができます。 redirect_from: - /articles/renaming-a-file-using-the-command-line versions: free-pro-team: '*' enterprise-server: '*' github-ae: '*' topics: - Repositories --- 多くのファイルは[名前を {% data variables.product.product_name %} で直接変更](/a...
azrial3/docs
translations/ja-JP/content/github/managing-files-in-a-repository/renaming-a-file-using-the-command-line.md
# yahoofinance simple yahoo finance lib/wrapper in python ###### author: revzim
revzim/yahoofinance
README.md
# 3. Classic mathematical logic All engineering disciplines involve some usage of logic. The foundations of Idris, as we will see later, are based on a system that implements (or encodes) classic mathematical logic so that we can easily "map" this logic and its inference rules to computer programs. We will give a sho...
Chobbes/gidti
manuscript/chapter3.md
--- stage: Ecosystem group: Integrations info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments --- # GraphQL API removed items **(FREE)** GraphQL is a versionless API, unlike the REST API. Occa...
nowkoai/test
doc/api/graphql/removed_items.md
--- title: Atualizando um aplicativo para o SQL Server Native Client do MDAC | Microsoft Docs ms.custom: ms.date: 03/14/2017 ms.prod: sql-non-specified ms.prod_service: database-engine, sql-database, sql-data-warehouse, pdw ms.service: ms.component: native-client|applications ms.reviewer: ms.suite: sql ms.t...
thiagoamc/sql-docs.pt-br
docs/relational-databases/native-client/applications/updating-an-application-to-sql-server-native-client-from-mdac.md
--- key: 'woojin' name: '전우진' image: '/images/speakers/woojin.jpg' bio: '우진님은 나의 1시간이 다른사람들의 10000시간이 될 수 있길 바라는 프론트엔드 개발자입니다. 현재는 카카오 엔터프라이즈에서 통합검색 프론트엔드를 개발하고 있습니다. 가능한 짧고 간단하게 개발하도록 노력합니다.' website: sns: github: title: '잃어버린 UI를 찾아서: 디자인시스템 개발기' youtube_video_key: '3Qo9mMT9VvU' --- 자원과 시간은 한정되어 있고 때문에 모든 일은 효율성을 중요...
jsconfkorea/2020.jsconfkorea.com
src/markdown/speakers/speaker-2.ko.md
# @dnepro/prettier-config ![NPM](https://img.shields.io/npm/l/@dnepro/prettier-config) ![npm (scoped)](https://img.shields.io/npm/v/@dnepro/prettier-config) This package includes the shareable [Prettier](https://prettier.io/) configuration used by [@dnepro](https://github.com/dnepro). ## Installation ```bash npm i ...
dnepro/config
packages/prettier/README.md
# 🛰 Object Trackers Implementation of various methods of object tracking ## 👩‍💻 Available Methods - 🛰 [OpenCV Trackers](./src/CVTrackers) - 🐾 [Sort Tracking](./src/SortTracker) - 🌊 [Deep Sort Tracking](./src/DeepSortTracker) > Each folder contains its running details 👩‍🏫 ## 👀 Examples ### 🛰 CVTrackers ![]...
asmaamirkhan/ObjectTracker-s-
README.md
--- layout: default date: 2010-6-11 title: 百度今天屏蔽了一个人,释放了一个人 categories: 国家局域网研究所 --- # 百度今天屏蔽了一个人,释放了一个人 本主题由 张书记 于 2010-6-11 11:38 移动 雾中悟 勇斗恶犬提弥明 1楼 大 中 小 发表于 2010-6-11 10:56 只看该作者 百度今天屏蔽了一个人,释放了一个人 百度今天屏蔽了李鹏,释放了赵紫阳。 有什么深意没? 今天上午实验,意外发现: 李鹏已经不能搜索。 赵紫阳,一旦输入,可以显示5万多个网页,彻底释...
backup53/1984bbs
_posts/2010-6-11-百度今天屏蔽了一个人,释放了一个人.md
--- title: CancellationScope etkinlik Tasarımcısı | Microsoft Docs ms.custom: '' ms.date: 2018-06-30 ms.prod: .net-framework-4.6 ms.reviewer: '' ms.suite: '' ms.tgt_pltfrm: '' ms.topic: reference f1_keywords: - System.Activities.Statements.CancellationScope.UI ms.assetid: 2c85d663-b219-4142-9866-7693ffd46379 caps.lates...
tommorris/visualstudio-docs.tr-tr
docs/vs-2015/workflow-designer/cancellationscope-activity-designer.md
check [that](https://hub.docker.com/r/selenium/standalone-chrome/) docker run -d -p 4444:4444 -v /dev/shm:/dev/shm selenium/standalone-chrome:2.52.0
rvion/hs-remote-browser-automation
README.md
# Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [0.17.1](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@0.17.0...@open-wc/building-rollup@0.17.1) (2019-12-19) ### Bug Fixes *...
cristinecula/open-wc
packages/building-rollup/CHANGELOG.md
--- title: "SoftLayer_Container_Billing_Invoice_Email" description: "This container is used to provide all the options for [[SoftLayer_Billing_Invoice/emailInvoices|emailInvoices]] in order... " layout: "datatype" tags: - "datatype" - "sldn" - "Container" classes: - "SoftLayer_Container_Billing_Invoice_...
FernandoOjeda/githubio_source
content/reference/datatypes/SoftLayer_Container_Billing_Invoice_Email/_index.md
# Tatum::BatchCreateTransaction ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **sender_account_id** | **String** | Internal sender account ID within Tatum platform | **transaction** | [**Array&lt;BatchCreateTransactionTransaction&gt;**](BatchCreateTransac...
Treize37/tatum
docs/BatchCreateTransaction.md
# New-UnityVMwareLUN ## SYNOPSIS Creates a Unity VMware block LUN. ## SYNTAX ``` New-UnityVMwareLUN [-session <Object>] [-Name] <String[]> [-Description <String>] -Pool <String> -Size <UInt64> [-host <String[]>] [-accessMask <HostLUNAccessEnum>] [-isThinEnabled <Boolean>] [-fastVPParameters <TieringPolicyEnum>] [-...
firedot/Unity-Powershell
docs/References/New-UnityVMwareLUN.md
--- id: mutations title: Mutations original_id: mutations --- Table of Contents: - [`commitMutation`](#commitmutation) - [Simple Example](#simple-example) - [Optimistic Updates](#optimistic-updates) - [Updater Configs](#updater-configs) - [Using updater and optimisticUpdater](#using-updater-and-optimisticupd...
alunyov/relay
website/versioned_docs/version-v10.0.0/Modern-Mutations.md
[comment]: # ( Copyright Contributors to the Open Cluster Management project )
chenz4027/multicloudhub-operator
vbh/build-harness/templates/.github/ISSUE_TEMPLATE/question.md
<!-- loio8bb4723002ef4dc19a065b2e30c5498f --> | loio | | -----| | 8bb4723002ef4dc19a065b2e30c5498f | <div id="loio"> view on: [demo kit nightly build](https://openui5nightly.hana.ondemand.com/#/topic/8bb4723002ef4dc19a065b2e30c5498f) | [demo kit latest release](https://openui5.hana.ondemand.com/#/topic/8bb4723002ef4...
nikolay-lyutov-sap/openui5-docs
docs/Programmatic_Access_to_RTL_8bb4723.md
--- title: Eliminación de estadísticas | Microsoft Docs ms.custom: '' ms.date: 03/14/2017 ms.prod: sql ms.prod_service: database-engine, sql-database, sql-data-warehouse, pdw ms.component: statistics ms.reviewer: '' ms.suite: sql ms.technology: - dbe-statistics ms.tgt_pltfrm: '' ms.topic: conceptual helpvie...
drake1983/sql-docs.es-es
docs/relational-databases/statistics/delete-statistics.md
--- title: Errores (ADO) | Microsoft Docs ms.prod: sql ms.prod_service: connectivity ms.technology: connectivity ms.custom: '' ms.date: 01/19/2017 ms.reviewer: '' ms.topic: conceptual helpviewer_keywords: - OLE DB providers [ADO] - ADO, OLE DB providers ms.assetid: 8ae6611b-3069-4155-b014-c0c9da37be39 author: MightyPen...
antoniosql/sql-docs.es-es
docs/ado/guide/data/errors-ado.md
--- title: Tarbijakaitse ja Tehnilise Järelevalve Amet title_en: Consumer Protection Board maintainer_name: maintainer_email: description: '' twitter: '' logo: org_icon.png ---
JohannaVic/opendata.riik.ee
_organizations/et/tarbijakaitse-ja-tehnilise-jarelevalve-amet.md
# angular-basic-project-structure ## SVG Pliki SVG
Mateusz-Stempniewicz/angular-basic-project-structure
basic_structure/frontend/app/resources/svg/README.md
--- title: AngularJS Introduction First Video date: 2014-04-22T01:01:41 description: วีดีโอชุดเริ่มต้นกันกับ AngularJS --- <del datetime="2014-04-22T10:42:07+00:00"> วีดีโอชุดเริ่มต้นกันกับ AngularJS <iframe width="640" height="480" src="//www.youtube.com/embed/mUUQ1L5JZ5U" frameborder="0" allowfullscreen></iframe...
tonmanna/greanapp
content/blog/angularjsintroductionfirstvideo/index.md
```toml [advisory] id = "RUSTSEC-2020-0138" package = "lexer" date = "2020-11-10" url = "https://gitlab.com/nathanfaucett/rs-lexer/-/issues/2" categories = ["memory-corruption"] [versions] patched = [] ``` # ReaderResult should be bounded by Sync Affected versions of this crate implements `Sync` for `ReaderResult<T,...
lucasfernog/advisory-db
crates/lexer/RUSTSEC-2020-0138.md
# Parameter-Free Spatial Attention Network for Person Re-Identification This is the implementation of the arxiv [paper](https://arxiv.org/abs/1811.12150) "Parameter-Free Spatial Attention Network for Person Re-Identification". We propose a modification to the global average pooling called **spatial attention** which s...
johnzhang1999/Spatial-Attention
README.md
--- title: IDiaSession::getEnumDebugStreams | Microsoft Docs ms.date: 11/04/2016 ms.topic: conceptual dev_langs: - C++ helpviewer_keywords: - IDiaSession::getEnumDebugStreams method ms.assetid: d294954b-80e9-476c-b9f0-5ca6fd575f68 author: mikejo5000 ms.author: mikejo manager: jillfra ms.workload: - multiple ms.openlocf...
nuthrash/visualstudio-docs.zh-tw
docs/debugger/debug-interface-access/idiasession-getenumdebugstreams.md
![](https://img.shields.io/github/package-json/v/kaskadi/template-kaskadi-element) ![](https://img.shields.io/badge/code--style-standard-blue) ![](https://img.shields.io/github/license/kaskadi/template-kaskadi-element?color=blue) [![](https://img.shields.io/badge/live-example-orange)](https://cdn.klimapartner.net/modu...
kaskadi/kaskadi-cli
test/init/element-init/data/docs/template.md
# RazeCore Repo Demo For Frameworks
AngelitoWizeline/RazeCore
README.md
--- title: Configuración de los valores de la propiedad FailureConditionLevel description: Use la propiedad FailureConditionLevel para establecer las condiciones para que la instancia de clúster de conmutación por error AlwaysOn (FCI) conmute por error o se reinicie. ms.custom: seo-lt-2019 ms.date: 03/14/2017 ms.prod: ...
zelanko/sql-docs.es-es
docs/sql-server/failover-clusters/windows/configure-failureconditionlevel-property-settings.md
# cinta-negra-b40-ejercicio Repositorio para trabajar con git y gitflow
karrli/cinta-negra-b40-ejercicio
README.md
[:back: Back to parent](https://github.com/kallefrombosnia/twill-graphql/tree/master/docs/eloquent) ### Revisions If we want to use `Revison` relathionship with our Twill module, we will need to include `HasRevisions` trait. ```php <?php namespace App\Models; use A17\Twill\Models\Behaviors\HasRevisions; use A17\Tw...
kallefrombosnia/twill-graphql
docs/eloquent/REVISIONS.md
# Deploying to Dokku > Note: This walkthrough uses the hostname `dokku.me` in commands. When deploying to your own server, you should substitute the domain `dokku.me` for the domain name or IP address associated with your server. Users of the Vagrant VM included with Dokku can use `dokku.me` which points to the IP of ...
eltociear/dokku
docs/deployment/application-deployment.md
--- description: sys.sysindexes (Transact-SQL) title: sys.sysインデックス (Transact-sql) |Microsoft Docs ms.custom: '' ms.date: 06/10/2016 ms.prod: sql ms.prod_service: database-engine ms.reviewer: '' ms.technology: system-objects ms.topic: reference f1_keywords: - sysindexes - sysindexes_TSQL - sys.sysindexes - sys.sysindex...
shohei1029/sql-docs.ja-jp
docs/relational-databases/system-compatibility-views/sys-sysindexes-transact-sql.md
--- layout: weekly-metrics-v0.1 title: Metrics report for twitterdev/ton-upload | WEEKLY-REPORT-2018-08-24 permalink: /twitterdev/ton-upload/WEEKLY-REPORT-2018-08-24/ owner: twitterdev repo: ton-upload reportID: WEEKLY-REPORT-2018-08-24 datestampThisWeek: 2018-08-24 datestampLastWeek: 2018-08-17 --- <table class="t...
DocAdam/metrics
_posts/twitterdev/ton-upload/2018-08-24-WEEKLY-REPORT-2018-08-24.md
# EasyRelay #### Description 基于 dotnetcore 的 RTSP 转 RTMP 流媒体工具, 支持 Win 64 和 Linux 64 #### Software Architecture Software architecture description #### Installation 1. xxxx 2. xxxx 3. xxxx #### Instructions 1. xxxx 2. xxxx 3. xxxx #### Contribution 1. Fork the repository 2. Create Feat_xxx branch 3. Commit your ...
zhangzlyuyx/EasyRelay
README.en.md
# Awesome Go [Awesome]: https://cdn.jsdelivr.net/gh/yinggaozhen/awesome-go-cn@1.4.1/docs/awesome.svg "star > 2000" [Green]: https://cdn.jsdelivr.net/gh/yinggaozhen/awesome-go-cn@1.1/docs/Green.svg "There was an update last week" [Yellow]: https://cdn.jsdelivr.net/gh/yinggaozhen/awesome-go-cn@1.1/docs/Yellow.svg "It ha...
mdjdot/awesome-go-cn
README_EN.md
如何看待电视剧《扫黑风暴》送审样片资源泄露? 农民工穿破旧工地服带儿子买耐克遭歧视,该门店回应称「涉事员工已被辞退」,如何看待此事? 为什么大陆演员很难演出香港黑帮片中的那种骨子里的江湖气? 影评人毛尖说「影视剧就是全中国最封建的地方」,你认同吗? 物理硕士跨行卖卤味,自称「不觉得浪费人才」。如果你是他的家人,能理解他吗? 如何看待「工作手机竟然在偷偷录音」,公司凭偷录内容向离职员工索赔 14 万? 「阿里女员工被侵害案」嫌疑人王某文已被指定居所监视居住,其妻子认为丈夫被冤枉,有哪些信息值得关注? 如何看待鸿星尔克向河南博物院捐赠 100 万元,支持灾后重建工作?鸿星尔克如今企业情况如何? 如何解读游...
handn-work/spider
zhihutop_content/2021/2021-08/2021-08-22/04:50.md
--- author: Jwmsft ms.assetid: ad7a739c-fd70-4068-9007-da28028abea3 title: Graphics and animation description: The topics in this section get you started with using graphics and animations in your store apps. ms.author: jimwalk ms.date: 02/08/2017 ms.topic: article ms.prod: windows ms.technology: uwp keywords: windows ...
GeertvanHorrik/windows-uwp
windows-apps-src/graphics/index.md
--- title: Herstellen einer Verbindung zwischen Ihrer Java-Funktion und Azure Storage description: Hier erfahren Sie, wie Sie eine per HTTP ausgelöste Java-Funktion mithilfe einer Queue Storage-Ausgabebindung mit Azure Storage verbinden. ms.date: 10/14/2019 ms.topic: quickstart ms.openlocfilehash: 98f49338f0df935347a26...
MartinFuhrmann/azure-docs.de-de
articles/azure-functions/functions-add-output-binding-storage-queue-java.md
--- title: Options.MatchFuzzySmallKana Property (Word) keywords: vbawd10.chm162988344 f1_keywords: - vbawd10.chm162988344 ms.prod: word api_name: - Word.Options.MatchFuzzySmallKana ms.assetid: 743fdfa1-01da-32ee-22cf-c30852f382bf ms.date: 06/08/2017 --- # Options.MatchFuzzySmallKana Property (Word) **True** if Micr...
qiezhenxi/VBA-Docs
api/Word.Options.MatchFuzzySmallKana.md
# The Focuspoint In a nutshell, the focuspoint offers a solution to view images in all different ratios after the user has defined a focuspoint (hot spot) in the image while uploading it. The focuspoint is suitable for every kind of JavaScript application. See the [demo here](http://htmlpreview.github.io/?https://raw...
lifelynl/meteor-focuspoint
bower_components/focuspoint/readme.md
--- title: Некритичная ошибка ML A2047 | Документация Майкрософт ms.custom: '' ms.date: 08/30/2018 ms.technology: - cpp-masm ms.topic: error-reference f1_keywords: - A2047 dev_langs: - C++ helpviewer_keywords: - A2047 ms.assetid: 7799f988-6c2e-4022-a447-c56b48473f0c author: corob-msft ms.author: corob ms.workload: - cp...
B4V/cpp-docs.ru-ru
docs/assembler/masm/ml-nonfatal-error-a2047.md
# Datetime Package datetime supports date and time format and compare. <div STYLE="page-break-after: always;"></div> ## Source: [https://github.com/duke-git/lancet/blob/main/datetime/datetime.go](https://github.com/duke-git/lancet/blob/main/datetime/datetime.go) <div STYLE="page-break-after: always;"></div> ## Usa...
4dave/lancet
docs/datetime.md
# @backstage/plugin-techdocs ## 0.13.2-next.1 ### Patch Changes - 742434a6ba: Fixed a bug where links to files within a TechDocs site that use the `download` attribute would result in a 404 in cases where the TechDocs backend and Backstage frontend application are on the same host. - Updated dependencies - @backst...
Addzyyy/backstage
plugins/techdocs/CHANGELOG.md
# AppNodeMongo
calsgeo/AppNodeMongo
README.md
--- title: UPPER in Azure Cosmos DB query language description: Learn about SQL system function UPPER in Azure Cosmos DB. author: ginamr ms.service: cosmos-db ms.topic: conceptual ms.date: 03/04/2020 ms.author: girobins ms.custom: query-reference --- # UPPER (Azure Cosmos DB) Returns a string expression after converti...
gbuchmsft/azure-docs
articles/cosmos-db/sql-query-upper.md
--- ms.openlocfilehash: 18f76ea4acc99038939a2653bb66875154529126 ms.sourcegitcommit: c2065e6f0ee0919d36554116432241760de43ec8 ms.translationtype: MT ms.contentlocale: tr-TR ms.lasthandoff: 03/26/2020 ms.locfileid: "67188064" --- İşleyicinizde eşyiş bir çalışma yürütmeniz gerekiyorsa, aşağıdaki örnekte olduğu gibi `defe...
changeworld/azure-docs.tr-tr
includes/spatial-anchors-create-locate-anchors-asynchronous-tokens.md