text stringlengths 2 952k |
|---|
---
layout: post # 使用的布局(不需要改)
title: 多线程 - Synchronized # 标题
subtitle: #副标题
date: 2020-11-28 # 时间
author: Ian # 作者
header-img: img/home-bg-o.jpg #这篇文章标题背景图片
catalog: true # 是否归档
istop: false ... |
# 在 macOS 上安装 pyrfr
1. 下载 [pyrfr源码](https://pypi.org/project/pyrfr/#files).
2. 解压文件,进入 `pyrfr` 目录。
3. 按如下方法修改 `setup.py` 中的 `extra_compile_args` :
```python
extra_compile_args = ['-O2', '-std=c++11', '-stdlib=libc++', '-mmacosx-version-min=10.7']
```
4. 运行以下命令:
```bash
env CC="/usr/bin/gcc -stdlib=... |
---
description: sys. external_languages (Transact-SQL) — SQL Server
title: sys. external_languages (Transact-SQL) — SQL Server | Документация Майкрософт
ms.custom: ''
ms.date: 05/22/2019
ms.prod: sql
ms.technology: system-objects
ms.topic: language-reference
f1_keywords:
- external_languages
- external_languages_TSQL
... |
---
title: "IEEVisualizerService | Microsoft Docs"
ms.date: 11/15/2016
ms.prod: "visual-studio-dev14"
ms.technology: "vs-ide-sdk"
ms.topic: reference
f1_keywords:
- "IEEVisualizerService"
helpviewer_keywords:
- "IEEVisualizerService interface"
ms.assetid: 3bdb124b-c582-47ba-b465-13c6a1cdb702
caps.latest.revision:... |
---
title: Release 2021-09-15
menuTitle: 2021-09-15
any: true
description: >-
Changelog for Release 2021-09-15 (0.20.1) containing new features,
bug fixes, and more.
draft: false
---
## `oso` 0.20.1
0.20.1 is the next stable release after 0.15.1.
### Core
#### Breaking changes
{{% callout "Warning" "orange" %}... |
---
title: "Report Builder authoring environment (SSRS) | Microsoft Docs"
ms.custom: ""
ms.date: "03/01/2017"
ms.prod: "reporting-services"
ms.prod_service: "reporting-services-sharepoint, reporting-services-native"
ms.service: ""
ms.component: "tools"
ms.reviewer: ""
ms.suite: "pro-bi"
ms.technology:
- "reporting-s... |
---
title: Quickstart - Create an Apache Spark pool (preview) using the Azure portal
description: Create a new Apache Spark pool using the Azure portal by following the steps in this guide.
services: synapse-analytics
author: julieMSFT
ms.service: synapse-analytics
ms.topic: quickstart
ms.subservice: spark
ms.date... |
---
date: "2021-04-22T09:31:37+02:00"
title: "keptn uninstall"
slug: keptn_uninstall
---
## keptn uninstall
Uninstalls Keptn from a Kubernetes cluster
### Synopsis
Uninstalls Keptn from a Kubernetes cluster.
This command does *not* delete:
* Dynatrace monitoring
* Prometheus monitoring
* Any (third-party) service... |
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic
Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.5.2] - 2020-05-27
### Changed
- Updated sensu-p... |
# fedep
Frontend dependency installer. copy frontend modules to desired directory, with additional configurations in package.json:
"scripts": {
...
"postinstall": "./node_modules/.bin/fedep"
},
"frontendDependencies": {
"root": "web/static/assets/lib",
"modules": [ "ldLazy" ]
}
by executing ... |
# vue-match-pairs
A memory match-pairs game implementation with Vue. Inspired by
[this](http://www.kielack.com/games/memory.php) vanilla JS implementation.
Awesome roll over effects thanks to [codepo8](https://github.com/codepo8),
mostly based on [this](http://thewebrocks.com/demos/cuberollovers/).
Boilerplate made ... |
# Snapshot plugins
### Development
#### Install dependencies
```bash
npm install
```
#### Build package
```bash
npm run build
```
### License
[MIT](LICENSE). |
---
filename: /packages/material-ui/src/FormHelperText/FormHelperText.js
---
<!--- This documentation is automatically generated, do not try to edit it. -->
# FormHelperText API
<p class="description">The API documentation of the FormHelperText React component. Learn more about the properties and the CSS customizati... |
---
jupytext:
formats: md:myst,ipynb
text_representation:
extension: .md
format_name: myst
format_version: '0.9'
jupytext_version: 1.5.2
kernelspec:
display_name: Python 3
name: python3
---
# Functional space
Usually, we think of fMRI data as voxels in a 3D space of _x_, _y_, and _z_ coordinat... |
---
title: "ActivityPointer (activity) entity (Developer Guide for Dynamics 365 Customer Engagement)| MicrosoftDocs"
description: "The activity pointer (activity) entity represents any activity or task that is performed, or to be performed by a user. An activity is any action for which an entry can be made on a calenda... |
---
title: 🏡 Home
layout: layouts/home
tags: ['home', 'nav']
weight: 1
permalink: '/'
---
<!-- 🏡 This is the home page.
You can add unique content here with Markdown (`./content/index.md`), or you can customize the chained homepage layout (`./_includes/layouts/home.11ty.js`). --> |
# Spotify-Clone
# Özet
Bu projedeki amaç nesneye yönelik programlama
ve veri tabanı yönetimin sistemi kullanarak
kullanıcıların (Premium ve normal kullanıcı olmak
üzere) şarkı dinleyeceği, Premium kullanıcıların
çalma listelerinin takip edilebileceği ve tüm
kullanıcıların kendi çalma listelerini
oluşturabileceği bir m... |
---
title: UnitOfMeasure.Description Property (Microsoft.Dynamics.Commerce.Runtime.DataModel)
TOCTitle: Description Property
ms:assetid: P:Microsoft.Dynamics.Commerce.Runtime.DataModel.UnitOfMeasure.Description
ms:mtpsurl: https://technet.microsoft.com/library/microsoft.dynamics.commerce.runtime.datamodel.unitofmeasur... |
## Module: pin
## STM32F4-discovery
The pin name of STM32F4-discovery is `STM32F4DIS`.
``` javascript
var stm32f4Pin = require('pin').STM32F4DIS;
```
### GPIO
`GPIO.P<port><pin>`
For example,
``` javascript
var gpio = require('gpio');
var stm32f4Pin = require('pin').STM32F4DIS;
gpio.open(stm32f4Pin.GPIO.PD6);
```
... |
---
extends: _layouts.post
section: content
image: https://i.dailymail.co.uk/1s/2020/09/30/13/33812380-0-image-a-96_1601470731479.jpg
title: Peter Andres wife Emily reveals he once turned up to her university in a LAMBORGHINI
description: Peter Andres wife Emily revealed during Wednesdays Loose Women that he turned u... |
# Nagios plugins for Oracle RAC Database and Weblogic Cluster
[check_oracle](check_oracle.md)
[check_weblogic](check_weblogic.md) |
---
ms.mktglfcycl: manage
ms.sitesec: library
ms.author: v-kaunu
author: Kateyanne
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: Microsoft.ActiveDirectory.Management.dll-Help.xml
keywords: powershell, cmdlet
manager: jasgro
ms.date: 12/27... |
---
title: MSSQLSERVER_3619 | Microsoft Docs
ms.custom: ''
ms.date: 06/13/2017
ms.prod: sql-server-2014
ms.reviewer: ''
ms.technology: supportability
ms.topic: conceptual
helpviewer_keywords:
- 3619 (Database Engine error)
ms.assetid: 7d94f8d9-65ca-4fde-9c17-7b83e94a3779
author: MashaMSFT
ms.author: mathoma
manager: cr... |
---
external help file:
online version: https://docs.microsoft.com/powershell/module/sharepoint-pnp/get-pnpalert
applicable: SharePoint Online, SharePoint 2019
schema: 2.0.0
---
# Get-PnPAlert
## SYNOPSIS
Returns registered alerts for a user.
## SYNTAX
```powershell
Get-PnPAlert [-List <ListPipeBind>]
... |
---
uid: web-api/overview/formats-and-model-binding/json-and-xml-serialization
title: "JSON and XML Serialization in ASP.NET Web API - ASP.NET 4.x"
author: MikeWasson
description: "Describes the JSON and XML formatters in ASP.NET Web API for ASP.NET 4.x."
ms.author: riande
ms.date: 05/30/2012
ms.custom: seoapril2019
ms... |
Reduce Traffic
==============
Some node operators need to deal with bandwidth caps imposed by their ISPs.
By default, zeuscoin-core allows up to 125 connections to different peers, 8 of
which are outbound. You can therefore, have at most 117 inbound connections.
The default settings can result in relatively signific... |
# PatchClusterRequest
Request payload to change a cluster
## Properties
|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
|**Metadata** | Pointer to [**Metadata**](Metadata.md) | | [optional] |
|**Properties** | Pointer to [**PatchClusterProperties**](PatchClusterPr... |
---
stage: Enablement
group: Distribution
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/#designated-technical-writers
---
# Pre-install preparations
This document covers our weekly demos preparation... |
# homebrew-brew
homebrew repo of Contrast Security tools |
---
layout: page
title: Publications
---
### Peer-reviewed & Invited Publications
- Wongkamthong, C., and **Akande, O.** (forthcoming), "A Comparative Study of Imputation Methods for Multivariate Ordinal Data," _Journal of Survey Statistics and Methodology_. [[arXiv Link]](https://arxiv.org/abs/2010.10471)
- **Akande,... |
# Community-Infra Special Interest Group(Community-Infra SIG)
Community-Infra SIG covers the development of [ti-community-infra](https://github.com/ti-community-infra). Our work includes
* Support new features or improve community collaboration tools.
* Fixing all kinds of bugs of community collaboration tools.
* Impr... |
---
title: "/Zc:twoPhase- (disable two-phase name lookup) | Microsoft Docs"
ms.custom: ""
ms.date: "03/06/2018"
ms.technology: ["cpp-tools"]
ms.topic: "reference"
f1_keywords: ["twoPhase", "/Zc:twoPhase", "VC.Project.VCCLCompilerTool.EnforceTypeConversionRules"]
dev_langs: ["C++"]
helpviewer_keywords: ["twoPhase", "dis... |
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
<!-- Copyright Contributors to the ODPi Egeria project. -->
# 0055 Data Processing Engines

Return to [Area 0](Area-0-models.md).
----
License: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/),
Copyright Contributors to the... |
---
title: Azure Purview アカウントの接続
description: Azure Purview アカウントを Synapse ワークスペースに接続します。
services: synapse-analytics
author: ArnoMicrosoft
ms.service: synapse-analytics
ms.topic: quickstart
ms.date: 12/16/2020
ms.author: acomet
ms.reviewer: jrasnick
ms.openlocfilehash: 55f0d2e8df36cc11f26c5ff6259ebe2215aaffc6
ms.sou... |
## jx-secret convert
Converts all Secret resources in the path to ExternalSecret resources so they can be checked into git
***Aliases**: secretmappings,sm,secretmapping*
### Usage
```
jx-secret convert
```
### Synopsis
Converts all Secret resources in the path to ExternalSecret resources so they can be checked in... |
---
state: indesignreview _altinnett
version: 1
---
Foreløpig ingen retningslinjer. Tester oppdatering. |
# PPLNN
[](https://openppl.ai/)
[](LICENSE)
[](https://qm.qq.com/cgi-bin/qm/qr?k=X7JWUqOdBih71dUU9AZF2gD3PKjxaxB-)
[](https://www.zhi... |
# fbmproyect1801.github.oi
Ejemplo de autenticación con Firebase y Google. |
# Build Info generator Gradle plugin for Spring Boot Actuator
This gradle plugin generates properties file(s) that can be consumed by [Spring Boot Actuator Info endpoint](https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-endpoints.html#production-ready-application-info)
-----
[ |
# Test the best DNS for you
Use this tool to test the best DNS server for you:
1. just make the script executable:
```bash
chmod +x dns_time.sh
```
2. execute the script. if needed redirect the output for further analisys
```bash
./dns_time.sh > dns_test.txt
```
## Requirements
This tool uses `dig` to evaluate... |
## Political Preparedness
The application provides civic data intended to provide educational opportunities to the U.S. electorate using data provided by the Google Civic Information API.
I have used data from this API to allow users to track information on target representatives and voting initiatives where applicab... |
# Quick Start
<br/>
::: warning
This guide assumes that you know how to create API Keys on Pterodactyl
:::
<br/>
You can create the Nodeactyl instance by using the respective code below:
``` js
// Client
const Nodeactyl = require('nodeactyl');
const client = new Nodeactyl.NodeactylClient("https://your.panel.net", ... |
# Administration
## Resource Requirements
- `conda-store-server` is simply a web server and should not require
any specific resources. 1 GB of RAM and 1 CPU should be plenty.
- `conda-store-worker` does the actual builds of the Conda
environments. Solving for Conda environments can take a lot of
memory in ... |
# Security
Contract component for security:
- [Pausable](./security/pausable.md)
- [Reentrancy Guard](./security/reentrancy-guard.md) |
---
title: Building a complete .NET Core solution on macOS using Visual Studio for Mac
description: This topic walks you through building a .NET Core solution that includes a reusable library and unit testing.
keywords: .NET, .NET Core, macOS, Mac
author: guardrex
ms.author: mairaw
ms.date: 06/12/2017
ms.topic: article... |
##wampspring
[](https://travis-ci.org/ralscha/wampspring)
A [WAMP version 1](http://wamp.ws/spec/wamp1/) server and client library based on the Spring Framework 4 WebSocket support.
See the [wiki](https://github.com/ralscha/wampspring/wiki) for more i... |
CHANGELOG
=========
3.0.0
-----
* removed classes, methods and interfaces deprecated in 2.x
2.8.0
-----
* added BufferingLogger for errors that happen before a proper logger is configured
* allow throwing from `__toString()` with `return trigger_error($e, E_USER_ERROR);`
* deprecate ExceptionHandler::createResponse... |
---
title: Массовый импорт и экспорт данных (SQL Server) | Документация Майкрософт
ms.custom: ''
ms.date: 06/14/2017
ms.prod: sql-server-2014
ms.reviewer: ''
ms.technology: data-movement
ms.topic: conceptual
helpviewer_keywords:
- exporting data
- bulk importing [SQL Server], about bulk importing
- data [SQL Server], b... |
---
title: Modificar o serviço Avançado propriedades do SQL Server usando o VBScript | Microsoft Docs
ms.custom: ''
ms.date: 03/14/2017
ms.prod: sql
ms.prod_service: database-engine
ms.component: wmi
ms.reviewer: ''
ms.suite: sql
ms.technology: ''
ms.tgt_pltfrm: ''
ms.topic: reference
dev_langs:
- VB
helpviewer_keyword... |
# @pnpm/headless
## 16.1.4
### Patch Changes
- Updated dependencies [6375cdce0]
- @pnpm/link-bins@6.2.1
- @pnpm/build-modules@7.1.2
- @pnpm/hoist@5.2.1
- @pnpm/lockfile-to-pnp@0.4.27
- @pnpm/package-requester@15.1.2
## 16.1.3
### Patch Changes
- @pnpm/lockfile-to-pnp@0.4.26
## 16.1.2
### Patch Changes... |
# raspberry-pi-docker
My raspberry pi docker configuration |
---
title: Tutorial - Criar registros DNS personalizados para um aplicativo Web
description: Neste tutorial, você aprenderá como criar registros DNS de domínio personalizado para o aplicativo Web usando o DNS do Azure.
services: dns
author: rohinkoul
ms.service: dns
ms.topic: tutorial
ms.date: 10/20/2020
ms.author: roh... |
# Changelog
### v1.1.0
- Added RootService and ExpressService
- Restructured tests for consistency
### v0.1.6
- Added 100% test coverage
- Added app.param interceptors
### v0.1.5
- Added app.params as `@Param`
### v0.1.4
- Added all Http verbs that Express supports
- Allow for middleware/route function spreadin... |
# Input Field
> This doc is on `InputField` components as well as the `inputFieldFactory` function.
<p align="middle">
<img src="https://raw.githubusercontent.com/hirokazutei/react-native-kinpaku-ui/master/.doc/images/InputField.png" width="800" />
</p>
## Table of Contents
1. Usage
1. Using UIFactory
1. Us... |
---
title: 'Io: the "simplest" programming language on the block'
date: 2020-06-30
type: post
tags: [programming language, io]
---
Io ([website link](http://iolanguage.com/)) is a pure [[Prototype Language]]. Io feels like a brain child of [[Ruby]] and [[JavaScript]]. It has the least amount of syntax that I’ve ... |
# SkyNet - Decentralized P2P social networking site
A Website served by all clients who visited the site without a centralized server.
- Every one is part of the network
- Every one have the same voice
- Noone can shutdown it if at least there is still one peer is hosting it |
# Contributing to Caliban GitHub API Client
The Scala Caliban GitHub API Client project welcomes contributions from anybody wishing to participate. All code or documentation that is provided must be licensed with the same license that Caliban GitHub API Client is licensed with (Apache 2.0, see [LICENSE](./LICENSE.md))... |
---
title: Доступ к клавиатуре (Visual Basic)
ms.date: 07/20/2015
helpviewer_keywords:
- keyboards [Visual Basic], accessing [Visual Basic]
- My.Computer.Keyboard object [Visual Basic], tasks
- keystrokes
- CapsLock property
ms.assetid: aa37d54c-5c98-4b44-b98a-c26d2a03c038
ms.openlocfilehash: 9f37c9ab0eb3b0943d1ae07206... |
---
title: Web サイトのサポート テンプレート |Microsoft Docs
ms.date: 11/15/2016
ms.prod: visual-studio-dev14
ms.technology: vs-ide-sdk
ms.topic: conceptual
helpviewer_keywords:
- we site projects, templates
ms.assetid: 37173c97-486b-4b3c-8ed3-cf5890c4de23
caps.latest.revision: 13
ms.author: gregvanl
manager: jillfra
ms.openlocfileh... |
---
title: 'Didacticiel : Intégration d’Azure Active Directory à FreshGrade | Microsoft Docs'
description: Découvrez comment configurer l’authentification unique entre Azure Active Directory et FreshGrade.
services: active-directory
documentationCenter: na
author: jeevansd
manager: mtillman
ms.reviewer: barbkess
ms.ass... |
# Change Log - @azure-tools/extension
This log was last generated on Thu, 01 Apr 2021 15:46:41 GMT and should not be manually modified.
## 3.2.5
Thu, 01 Apr 2021 15:46:41 GMT
### Patches
- **Add** Logging when fail to fetch pacakge metadata
## 3.2.4
Tue, 16 Mar 2021 15:52:56 GMT
### Patches
- Bump dependencies v... |
---
permalink: /
title: "Hi! I'm Ziwei :)"
excerpt: "About me"
author_profile: true
redirect_from:
- /about/
- /about.html
---
I am an applied economist working broadly at the intersection of food, the environment and public health, with a particular emphasis on technology innovations and climate change. My past... |
# Macro Rubik Cube/fr
{{Macro/fr
|Name=Macro Rubik Cube
|Icon=Macro_Rubik_Cube.png
|Description=Macro qui affiche un Rubik cube permet faire interactivement des rotations de ses tranches.
|Author=Aleph0
|SeeAlso=[Macro Megaminx](Macro_Megaminx/fr.md)
|Version=00.04
|Date=2018-12-15
|FCVersion= <= 0.17
|Download=[https:... |
---
title: Accessing Custom Device Properties
description: Accessing Custom Device Properties
ms.assetid: 81170fd5-f1fb-4a06-a651-4651fc894070
ms.date: 04/20/2017
ms.localizationpriority: medium
---
# Accessing Custom Device Properties
In Windows Vista and later versions of Windows, the [unified device property mode... |
# DNX.Helpers.Strings |
---
date: 2019-07-25T15:59:38Z
title: "jx"
slug: jx
url: /commands/jx/
---
## jx
jx is a command line tool for working with Jenkins X
### Synopsis
jx is a command line tool for working with Jenkins X
```
jx [flags]
```
### Options
```
-b, --batch-mode Runs in batch mode without prompting for user... |
# Sprint Challenge: User Interface and Git - Multi-Page Website
This challenge allows you to practice the concepts and techniques learned over the past week and apply them in a concrete project. This Sprint explored User Interface and Git. During this Sprint, you studied Semantic HTML, CSS Fundamentals, CSS Flexbox Mo... |
# appmaker-users
Users plugin for AppMaker |

# Diana Driver
Diana is a flexible and extensible API to connect NoSQL databases. It brings an easy interface to support key-value, column family, document oriented and graph databases as JDBC does for SQL databases. This projec... |
---
title: "SccCloseProject Function | Microsoft Docs"
ms.date: 11/15/2016
ms.prod: "visual-studio-dev14"
ms.technology: "vs-ide-sdk"
ms.topic: reference
f1_keywords:
- "SccCloseProject"
helpviewer_keywords:
- "SccCloseProject function"
ms.assetid: 259c2069-d349-4814-810f-1c3151b7fb84
caps.latest.revision: 16
ms.... |
# Contributing
When contributing to this repository, please first discuss the change you wish to make via issue,
email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project. |
---
title: Xamarin での watchOS 画面サイズの操作
description: このドキュメントでは、さまざまな watchOS 画面サイズを操作する方法について説明します。 WatchOS インターフェイスデザイナー、watchOS シミュレーター、およびイメージリソースについて説明します。
ms.prod: xamarin
ms.assetid: 840DF939-2F59-4ABA-87D8-92AAC8A92BC4
ms.technology: xamarin-ios
author: davidortinau
ms.author: daortin
ms.date: 03/17/2017
ms.open... |
# stock |
---
title: Replace last occuerence in string
tags: string,regexp
expertise: advanced
author: chalarangelo
cover: blog_images/waves.jpg
firstSeen: 2021-04-22T09:01:22+03:00
lastUpdated: 2021-04-22T09:01:22+03:00
---
Replaces the last occurence of a pattern in a string.
- Use `typeof` to determine if `pattern` is a str... |
---
title: SQL Server のサーバー ロールとデータベース ロール
description: 固定された一連のアクセス許可が割り当てられている、固定サーバー ロールおよび固定データベース ロールについて説明します。 SQL Server では、ロール ベース セキュリティが使用されます。
ms.date: 03/30/2017
ms.assetid: 5482dfdb-e498-4614-8652-b174829eed13
ms.openlocfilehash: 9c3725b0404a5b3c754a53fa56f4a22497afee70
ms.sourcegitcommit: 33deec3e814238fb... |
---
title: Uw ontwikkelomgeving instellen in Linux
description: Installeer de runtime en SDK en maak een lokaal ontwikkelcluster in Linux. Zodra u dit hebt gedaan, kunt u toepassingen bouwen.
ms.topic: conceptual
ms.date: 10/16/2020
ms.custom: devx-track-js
ms.openlocfilehash: fcf0aeec27415d03c528e42ad5341a92bd299d88
m... |
# Base64
# Encoding
Let's try to encrypt a piece text, for example `"Hello World!"`
Now, we'll take it's ASCII representation:
```
72 101 108 108 111 10 119 111 114 108 100 33
```
We'll convert that to binary:
```
01001000 01100101 01101100 01101100 01101111 00100000 01010111 01101111 01110010 01101100 01100100 0010... |

This option controls the ease at your chest.
## Effect of this option on the pattern
 in GitLab 8.7.
Please read through the [GitLab Issue Documentation](index.md) for an overview on GitLab Issues.
Due dates can be used in issues to keep track of deadlines and make sure features are
shipped on time. Users must... |
@modify date 2020-05-25 17:33:17
I chose to use a dictionary for each mode to account for the flat access structure of the skill. A user may pre-emptively exit one mode, e.g., FreePlay, and start another without exiting.
By holding a dictionay for each mode, I don't have to continually call a method to update the ses... |
---
path: '/now/2018-02-12'
date: '2018-02-12'
title: 'Now'
---
I live in Dusseldorf, Germany. It's [carnival][carnival] here and everyone is out and about. The Germans value their holidays, sometimes with too much beer and wursts.
## Learning
I'm currently working with [React][reactjs]. Coming from [AngularJs][angu... |
# GitHub Rest Api
simple android app that uses GitHub public API to search & display users accounts.
Retrofit is used to fetch data.
## Scrrenshots
<img src="./assets/Screenshot1.png" style="width: 300px; margin: 0 auto;" />
<img src="./assets/Screenshot2.png" style="width: 300px; margin: 0 auto;" /> |
# Metroplex
[](http://browsenpm.org/package/metroplex)[](https://travis-ci.org/primus/metroplex)[](https://www.apache.org/licenses/LICENSE-2.0)
[](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22messageml%22)
[ voor analyse Azure Monitor-logboeken
description: Meer informatie over het verzamelen van Event Tracing for Windows (ETW) voor analyse in Azure Monitor Logboeken.
services: azure-monitor
ms.topic: conceptual
ms.author: jamesfit
author: jimmyfi... |
# 如何简单入门使用Travis-CI持续集成
不知道你们有没有看过[](https://travis-ci.org/indiff/how-to-use-travis-ci)这样一个标识,
只看文字就可以看出这个项目是否已经构建成功(让大家知道项目没有问题),如果不成功则会显示 Build failing。 如果你的项目还没有使用,那么赶快跟我一起来装13吧。233333
## Travis-CI 是什么?
Travis-CI是一个开源的持续构建项目,能够测... |
---
title: "Dependency Properties Overview | Microsoft Docs"
ms.custom: ""
ms.date: "03/30/2017"
ms.prod: ".net-framework"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "dotnet-wpf"
ms.tgt_pltfrm: ""
ms.topic: "article"
helpviewer_keywords:
- "properties, attached"
- "properties, overview"
- "styles"
- "att... |
---
title: Создание ресурса рабочей области Azure Monitor Application Insights | Документация Майкрософт
description: Узнайте, что нужно сделать, чтобы использовать новые ресурсы на основе рабочих областей Azure Monitor Application Insights.
ms.topic: conceptual
ms.date: 10/06/2020
ms.openlocfilehash: 3ec0b25a24af13b29... |
---
title: "\"ChildViews\" und Beziehungen"
ms.date: 03/30/2017
dev_langs:
- csharp
- vb
ms.assetid: d475d356-6abb-4701-8fd1-2906fb93dfba
ms.openlocfilehash: e55e28fd3acdb145e03f0916e3681e95cc7a041a
ms.sourcegitcommit: 11f11ca6cefe555972b3a5c99729d1a7523d8f50
ms.translationtype: MT
ms.contentlocale: de-DE
ms.lasthandof... |
---
layout: page
title: Staff
---
_Append @berkeley.edu to all email addresses._
## Professor

<a href="https://www.stat.berkeley.edu/~binyu/" target="_blank">Bin Yu</a>
Email: binyu
## GSI
![Omer Ronen]({{ "/assets/... |
---
title: Update a resource in an Azure Resource Manager template
description: Describes how to extend the functionality of Azure Resource Manager templates to update a resource.
author: petertay
ms.date: 10/31/2018
---
# Update a resource in an Azure Resource Manager template
There are some scenarios in which you ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.