text stringlengths 2 952k |
|---|
---
title: "[corCTF 2021] smogofwar"
layout: post
---
# [corCTF 2021] smogofwar
## tl;dr
Beat a chess bot in "Smog of War" a variant of chess (almost?) identical to the
[Fog of War](https://en.wikipedia.org/wiki/Dark_chess) variation of chess by sending two different moves to the server.
## Description
misc/smogof... |
# Blog Service
<br>
个人博客系统的后端API部分,基于.NetCore2.2
<br>
<br>
最终效果:https://api.nayoung515.top/swagger/index.html
*********************************************************
### 技术栈
- .Net Core 2.2
- [Swagger](https://swagger.io/)
- [API Version](https://github.com/microsoft/aspnet-api-versioning/tree/master/samples/a... |
# Awesome Microservices [](https://github.com/sindresorhus/awesome)
A curated list of Microservice Architecture related principles and technologies.
**Table of Contents**
- [Platforms](#platforms)
- [Frame... |
---
title: ConversationEventTopicVideo
---
## ININ.PureCloudApi.Model.ConversationEventTopicVideo
## Properties
|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **State** | **string** | | [optional] |
| **Self** | [**ConversationEventTopicAddress**](ConversationEve... |
---
name: 🚀 Feature Request
about: Suggest an improvement.
---
##### **Overview of the feature request**
<!-- Explain the feature request -->
##### **Motivation for or Use Case**
<!-- Explain why this new feature is important for you -->
##### **Related issues or PR**
<!-- Has a similar feature request been aske... |
XaitenCoin Core version 0.13.3 is now available from:
<https://download.xaitencoin.org/xaitencoin-0.13.3/>
This is a new minor version release, including new features, various bugfixes and performance improvements.
It is recommended to upgrade to this version.
Please report bugs using the issue tracker at github:
... |
<Alert title="Note" id="info">
The "Commit changes to Memory" feature of the Apache Solr Search module is not compatible with Solr 3.x versions.
</Alert> |
<x-sas-window top="162" bottom="768" left="24" right="554">
<b>Package Number: 1094 </b>
<b>Last Update: 6/92</b>
<b>Submitted By: NEUSE</b>
- - -
The <font color="#AF0000">New England Mapper Utilities</font> package
contains 66 various utilities from sit... |
# TensorFlow in Go
Construct and execute TensorFlow graphs in Go.
[](https://godoc.org/github.com/tensorflow/tensorflow/tensorflow/go)
> *WARNING*: The API defined in this package is not stable and can change
> without notice. The s... |
---
layout: post
title: random misinformant
---
Something I made for an outreach activity with kids (although we didn't end up using it).
<iframe height="800"
src="https://liqiantay.github.io/misinfoactivity/" style="width:100%; height:600px;" ></iframe> |
CKEditor 4 Changelog
====================
## CKEditor 4.7.3
New Features:
* [#568](https://github.com/ckeditor/ckeditor-dev/issues/568): Added possibility to adjust nested editables' filters
using
the [`CKEDITOR.filter.disallowedContent`](https://docs.ckeditor.com/#!/api/CKEDITOR.filter-property-disallowedConten... |
# NfsSettingsZoneSettings
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**nfsv4_allow_numeric_ids** | **bool** | If true, sends owners and groups as UIDs and GIDs when look up fails or if the 'nfsv4_no_name' property is set to 1. | [optional]
**nf... |
---
ms.date: 06/09/2017
schema: 2.0.0
locale: en-us
keywords: powershell,cmdlet
online version: http://go.microsoft.com/fwlink/?LinkId=821575
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
title: Copy-ItemProperty
---
# Copy-ItemProperty
## SYNOPSIS
Copies a property and value from a... |
[](https://dev.azure.com/martint0938/TestPipeline/_build/latest?definitionId=1&branchName=master)
# Sample ASP.NET Core application for Azure Pipelines docs
For information on how to set up a pi... |
## server
> 项目服务: 主要采用以下两种方式
- express + webpack-dev-middleware:https://doc.webpack-china.org/guides/development/#%E4%BD%BF%E7%94%A8-webpack-dev-middleware
- webpack-dev-server:https://doc.webpack-china.org/configuration/dev-server/ |
---
layout: page
title: Jekyll Theme - Navigation - MR Card Game
description: A Mixed Reality-Based Card Game for Formal and Informal Education.
sitemap:
priority: 0.7
lastmod: 2017-11-02
changefreq: weekly
---
## Navigating the Main Menu
<div><a class="image main"><img src="https://user-images.githubuserc... |
# device_info_windows
Uses WMI to get information about the current Windows device.
An example is provided in the `example` folder that shows running processes:
 |
---
title: hashtable算法类概述
description: hashtable算法类概述
date: 2020-07-10
last-update: 2020-08-12
---
哈希表(Hash Table,也叫散列表),是根据键(Key)而直接访问在内存存储位置的数据结构。也就是说,它通过计算一个关于键值的函数,将所需查询的数据映射到表中一个位置来访问记录,这加快了查找速度。这个映射函数称做哈希函数,存放记录的数组称做哈希表。
一个通俗的例子是,为了查找电话簿中某人的号码,可以创建一个按照人名首字母顺序排列的表(即建立人名 x 到首字母 F(x) 的一个函数关系),在首字母为 WWW 的表中查找 “王” 姓... |
# Deploying SQL Server on k8s
These scripts can be used to see how to deploy a single SQL Server container in a pod in k8s. |
# Version 0.2.4 (beta)
## Bug fixes:
- GCloudStorageTool.blob (setter) was setting the subfolder attribute without trailing slash. |
---
title: Delayed Delivery
summary: Delay delivery of messages until a later time.
component: core
reviewed: 2020-07-22
related:
- samples/delayed-delivery
---
Messages don't need to be dispatched immediately. Delayed delivery is a feature that sends messages into the future to be delivered and processed at a later ... |
+++
author = "Hugo Authors"
title = "International Mentoring Team"
description = "Global Mentors"
+++
Team that opens door to the world of possibilities!
<!--more-->
Usha Mandya, Cambridge, UK
Anjana Nambiar, CS Grad Student, San Jose State University California, USA
Stefan Hermanek, San Francisco, California, USA
... |
Tuples are a way to bundle together a fixed number of values of possibly different types.
## Syntax
The syntax for a tuple type is a parenthesis-enclosed, comma-separated list of:
- values, when creating a tuple.
- types, when annotating with a tuple.
```Hack
tuple(value1, ..., value n); // for creation
(type1, .... |
---
uid: crmscript_ref_NSConsentInfo_GetComment
title: String GetComment()
intellisense: NSConsentInfo.GetComment
keywords: NSConsentInfo, GetComment
so.topic: reference
---
# String GetComment()
Comment regarding this specific consent
**Returns:** String
```crmscript
NSConsentInfo thing;
String comment = thing.Ge... |
# OpenCloud autoloading
OpenCloud uses [Symfony 2's universal autoloader](https://github.com/symfony/symfony/blob/master/src/Symfony/Component/ClassLoader/UniversalClassLoader.php) to manager automatic class instantiation.
When your application references `php-opencloud.php`, we take care of registering the OpenCloud... |
热搜
1.[确诊者家中3只猫核酸阳性被安乐死](https://www.baidu.com/s?wd=%E7%A1%AE%E8%AF%8A%E8%80%85%E5%AE%B6%E4%B8%AD3%E5%8F%AA%E7%8C%AB%E6%A0%B8%E9%85%B8%E9%98%B3%E6%80%A7%E8%A2%AB%E5%AE%89%E4%B9%90%E6%AD%BB&rsv_dl=fyb_news)
2.[国家电网:全力守住民生用电底线](https://www.baidu.com/s?wd=%E5%9B%BD%E5%AE%B6%E7%94%B5%E7%BD%91%3A%E5%85%A8%E5%8A%9B%E5%AE%... |
Website for TensorBase. |
# LightningDeviceSDK
Example device implementations to serve as a starting point.
See [Readme](../../README.md) for information about using the SDK. |
---
layout: "fluid/docs_base"
version: "3.0.1"
versionHref: "/docs/v3/3.0.1"
path: ""
category: api
id: "label"
title: "Label"
header_sub_title: "Ionic API Documentation"
doc: "Label"
docType: "class"
show_preview_device: true
preview_device_url: "/docs/v3/demos/src/label/www/"
angular_controller: APIDemoCtrl
---
... |
---
# DO NOT TOUCH — Managed by doc writer
ContentId: adddd33e-2de6-4146-853b-34d0d7e6c1f1
DateApproved: 10/8/2020
# Summarize the whole topic in less than 300 characters for SEO purpose
MetaDescription: Use the Webview API to create fully customizable views within Visual Studio Code.
---
# Webview API
The webview A... |
# Belo meme
[Belo meme!](http://www.belome.me) |
---
title: Migration zu In-Memory OLTP | Microsoft-Dokumentation
ms.custom: ''
ms.date: 03/15/2017
ms.prod: sql
ms.prod_service: database-engine, sql-database
ms.reviewer: ''
ms.technology: in-memory-oltp
ms.topic: conceptual
ms.assetid: 405cdac5-a0d4-47a4-9180-82876b773b82
author: MightyPen
ms.author: genemi
manager: ... |
---
title: MongoDB 사용법-1
date: 2022-01-09 00:01:48
category: Database
thumbnail: { thumbnailSrc }
draft: false
---
오늘은 제가 길벗의 가장 빨리 만나는 스벨트의 마지막 장을 따라하다보니, `MongoDB`에 대한 부분이 존재하여 제가 사용한 부분을 정리하려고 합니다.
## 사용하는 방법
- 사용하는 방법은 제가 아는 방법으로는 2가지 방법이 존재합니다.
- mongodb 사이트에서 제공하는 cloud 사용
- 컴퓨터에 설치하여 사용하는 방법
### mongodb ... |
---
title: "Create custom business logic through processes with Dynamics 365 Customer Engagement (on-premises) | MicrosoftDocs"
description: "Learn about the different types of business logic you can use in your app"
ms.custom:
ms.date: 01/23/2019
ms.reviewer:
ms.service: crm-online
ms.suite:
ms.tgt_pltfrm:
ms.topi... |
<p align="center">
<a href="https://dunwu.github.io/blog/" target="_blank" rel="noopener noreferrer">
<img src="https://raw.githubusercontent.com/dunwu/images/dev/common/dunwu-logo.png" alt="logo" width="150px"/>
</a>
</p>
<p align="center">
<a href="https://github.com/dunwu/blog">
<img alt="s... |
# クライアントアプリ(SmartRetailApp)用プッシュ通知テストツール
本ツール SendPush.Sample を使用して、クライアントアプリ(SmartRetailApp)にプッシュ通知を送信しテストすることができます。(※ プッシュ通知を行うには実機をご用意ください。シミュレータでは動作しません。)
## 前提条件
本ツールのビルドおよび起動には、下記の環境が必要です。
- .NET Core 3.1 以上
また、本ツールは、本リポジトリの環境のもと動作します。
Azure のリソースのデプロイおよびプロビジョニングについては、 [セルフペースドハンズオン資料](/docs/self-paced-hand... |
---
layout: post
title: docker备忘录
tags: dnmp docker Dockerfile docker-compose
categories: tool
---
* TOC
{:toc}
#### docker
##### 1. 使用docker compose 直接来一套lnmp+*
- docker lnmp 我用的是github上[dnmp-plus](https://github.com/guanguans/dnmp-plus)
- 虽然有这个dnmp,但实际使用中可能会遇到有些扩展安装失败,以及开发调试时需要的一些命令,所以我就改了下php的镜像,以及源
##### 2.... |
# Overview
`dbc-exporter` is a canboat PGN database DBC exporting tool.
You can use it to export the canboat PGN data into a DBC database.
The DBC file format is a proprietary (but industry standard) means of describing CAN bus messages.
It can be used by most CAN bus analysis and reverse engineering tools to decode ... |
<!--
@license Apache-2.0
Copyright (c) 2018 The Stdlib Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or... |
---
title: 'Liste de vérification : utiliser PowerShell pour vérifier PowerPivot pour SharePoint | Microsoft Docs'
ms.custom: ''
ms.date: 07/20/2020
ms.prod: sql-server-2014
ms.reviewer: ''
ms.technology: database-engine
ms.topic: conceptual
ms.assetid: 73a13f05-3450-411f-95f9-4b6167cc7607
author: minewiskan
ms.author:... |
---
description: 合并数据(用于 Excel 的 MDS 外接程序)
title: 合并数据
ms.custom: microsoft-excel-add-in
ms.date: 03/01/2017
ms.prod: sql
ms.prod_service: mds
ms.reviewer: ''
ms.technology: master-data-services
ms.topic: conceptual
ms.assetid: a867dc15-5a0d-457c-8304-ac323bcf9377
author: lrtoyou1223
ms.author: lle
ms.openlocfilehash: ... |
---
# required metadata
title: Configure personal contact eligibility options
description: Configure eligibility options for personal contacts in Microsoft Dynamics 365 Human Resources. Personal contacts can be beneficiaries or dependents.
author: andreabichsel
ms.date: 06/25/2021
ms.topic: article
ms.prod:
ms.techno... |
# Flutter Search Panel
[](https://pub.dartlang.org/packages/flutter_search_panel)
A Widget to allow users to search from a list of string and make a selection (Similar to a DropDownButtom).
## Installing
```yaml
dependencies:
flutter_search_panel: ^... |
---
title: インクルード ファイル
description: インクルード ファイル
services: app-service\mobile
author: conceptdev
ms.service: app-service-mobile
ms.topic: include
ms.date: 05/25/2018
ms.author: crdun
ms.custom: include file
ms.openlocfilehash: 4da469ac31c3ee50d601c87b4d7487ae5bb7bc3a
ms.sourcegitcommit: 266fe4c2216c0420e415d733cd3abbf94... |
---
uid: web-pages/videos/index
title: Videos | Microsoft-Dokumentation
author: rick-anderson
description: ''
ms.author: riande
ms.date: 05/18/2012
ms.assetid: febf2824-4e3d-4dc6-84c5-f99777ec6144
msc.legacyurl: /web-pages/videos
msc.type: book
ms.openlocfilehash: 4c22b024240740d971740e9f043231ccbcdc47fb
ms.sourcegitco... |
# Client
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.1.1.
## Main structure
```
src/
├─ app/
│ ├─ core/
│ ├─ data/
│ ├─ layout/
│ ├─ modules/
│ ├─ shared/
├─ styles/
```
`core` - This module is for classes used by app.module. Resources which are always load... |
# A code editor for Ignition
[](https://packagist.org/packages/facade/ignition-code-editor)
[](https... |
# ETF analyzer
This project attempts to analyze different ETFs.
---
## Technologies
This project leverages python 3.7.9 with the following packages:
* [pandas](https://pandas.pydata.org/docs/) - For the analysis of the real estate market.
* [matplotlib](https://matplotlib.org/) - For the visualization of real est... |
## v1.9.2 - 2021-07-26
### Support WithComment option ( #238 )
`yaml.WithComment` is a option for encoding with comment.
The position where you want to add a comment is represented by YAMLPath, and it is the key of `yaml.CommentMap`.
Also, you can select `Head` comment or `Line` comment as the comment type.
## v1.9.... |
---
external help file: Microsoft.Azure.Commands.Management.Storage.dll-Help.xml
ms.assetid: A57A9EFA-47AC-44D8-BFA7-CDE0E2A612B3
online version:
schema: 2.0.0
content_git_url: https://github.com/Azure/azure-powershell/blob/preview/src/ResourceManager/Storage/Commands.Management.Storage/help/Get-AzureRmStorageAccountKe... |
---
title: "Users and Organizations"
---
<nav class="application-bar application-bar-dark navbar navbar-expand-md">
<div class="container-fluid container-fluid-max-xl">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link nav-link-monospaced" href="#1">
<svg class="lexicon-icon lexicon-icon-... |
---
layout: post
rel_link: "11_1_9"
title: "CMSSW_11_1_9"
date: 2021-10-13 01:06:30
categories: cmssw
relmajor: 11
relminor: 1
relsubminor: 9
---
# CMSSW_11_1_9
#### Changes since CMSSW_11_1_8:
[compare to previous](https://github.com/cms-sw/cmssw/compare/CMSSW_11_1_8...CMSSW_11_1_9)
1. [33950](http://github.co... |
# PHP Exception Handling - IntlException
As we approach the end of our detailed [__PHP Exception Handling__](https://airbrake.io/blog/php-exception-handling/the-php-exception-class-hierarchy) series, today we'll take a closer look at the **IntlException**. The `IntlException` is thrown by the wide variety of classes... |
---
title: AssetDocumentReductionEntryTrans_JP - Common Data Model | Microsoft Docs
description: undefined
author: nenad1002
ms.service: common-data-model
ms.reviewer: deonhe
ms.topic: article
ms.date: 5/5/2020
ms.author: nebanfic
---
# Asset document reduction entry transaction
Latest version of the JSON entity ... |
---
UID: NS:ntddk._WHEA_X86_REGISTER_STATE
title: _WHEA_X86_REGISTER_STATE (ntddk.h)
description: The WHEA_X86_REGISTER_STATE structure describes the state of an x86 processor's registers.
old-location: whea\whea_x86_register_state.htm
tech.root: whea
ms.assetid: 64079b03-9771-4940-a19e-a29389cbf2fe
ms.date: 02/20/2018... |
---
title: Transfer a workflow between SharePoint Designer 2013 and Visio Professional 2013 (SharePoint 2010 Workflow platform)
ms.prod: SHAREPOINT
ms.assetid: dbe6f019-b4f2-480f-a8e7-bcb8842ab924
---
# Transfer a workflow between SharePoint Designer 2013 and Visio Professional 2013 (SharePoint 2010 Workflow platform... |
# Conditions and Exceptions in C
This repository contains an implementation of `setjmp`/`longjmp` based
error handling for C programs. It contains facilities for throwing
and catching exceptions, as well as establishing finalizers to cleanup
resources when a non-local exit occurs. Experimental support for
restarts is ... |
---
toc_priority: 0
toc_title: 개요
---
# ClickHouse 이란? {#what-is-clickhouse}
ClickHouse® 는 쿼리 온라인 분석 작업(OLAP)을 위한 열 지향 데이터베이스 관리 시스템이다.
일반적인 행 지향 DBMS에서는 다음 순서대로 데이터가 적재된다.
| Row | WatchID | JavaEnable | Title | GoodEvent | EventTime |
|-----|-------------|------------|-------------------... |
---
layout: slide
title: "Welcome to our second slide!"
---
Coucou
Use the left arrow to go back! |
---
title: Font.Grow method (Word)
keywords: vbawd10.chm156368996
f1_keywords:
- vbawd10.chm156368996
ms.prod: word
api_name:
- Word.Font.Grow
ms.assetid: 0bce9195-07df-d604-9208-1b1222a81b3e
ms.date: 06/08/2017
localization_priority: Normal
---
# Font.Grow method (Word)
Increases the font size to the next available... |
Monitoring
==========
* [ ] Work in progress
[Sentry](/Technical%20Stack/DevOps%20Developer/Monitoring.md#sentry)
--------------------------------------------------------------------
* [ ] sentry-sdk
[Logging](/Technical%20Stack/DevOps%20Developer/Monitoring.md#logging)
-----------------------------------------... |
# Store
在前面的章節,我們定義了代表實際上「發生了什麼」的 [action](Actions.md),和依據這些 action 更新 state 的 [reducer](Reducers.md)。
**Store** 是把它們結合在一起的物件。store 有以下的責任:
* 掌管應用程式狀態;
* 允許藉由 [`getState()`](../api/Store.md#getState) 獲取 state;
* 允許藉由 [`dispatch(action)`](../api/Store.md#dispatch) 來更新 state;
* 藉由 [`subscribe(listener)`](../api/Store.... |
# 345dev.me

[](https://www.codefactor.io/repository/github/mehmetali345dev/website)
My personal portfolio and blog made with Nuxt.js, Vue.js,... |
# Example Action
**Example Action** is a companion to
[Package GitHub Actions automatically with GitHub Actions][blog-post] which
describes how to automatically package GitHub Actions _using_ GitHub Actions,
as an alternative GitHub's recommended strategy.
## Project Structure
### Workflows
- [x] [`package-action.y... |
# wechat-tools-lib
[](LICENSE)

### 介绍(Introduction)
该项目集成封装微信公众号相关接口,并提供工具类访问接口。
### 项目实现功能:
* 集成微信网页授权接口及网页授权获取用户信息
* 集成微信公众号获取Token及Token缓存
* 集成微信公众号拉取... |
## `joomla:3-php7.4-fpm-alpine`
```console
$ docker pull joomla@sha256:544e475a03b1fcac157892594931b7a04e417ae2d43e4be95268cad087ecdd86
```
- Manifest MIME: `application/vnd.docker.distribution.manifest.list.v2+json`
- Platforms: 7
- linux; amd64
- linux; arm variant v6
- linux; arm variant v7
- linux; arm64 vari... |
---
layout: post
title: "[Daily] 2019.05.15"
comments: false
description: "daily log"
tag : [Daily, IOS]
---
## IOS
#### coreML
coreML을 사용해 앱 만들기
[udemy 강의](https://www.udemy.com/swift4-ios11-ai-app/learn/lecture/7566618#overview)
test결과

## Al... |
::requiredMod[Immersive Engineering]{builtIn=true modLink=https://www.curseforge.com/minecraft/mc-mods/immersive-engineering}
# Immersive Engineering Mixer
The Mixer is a type of [IRecipeManager](/vanilla/api/managers/IRecipeManager) and implements all the methods that are available to IRecipeManager's, such as `remo... |
---
title: 使用している Android バージョンがまだサポートされていない | Microsoft Docs
titlesuffix: Microsoft Intune
description: 使用している Android デバイスのオペレーティング システムのバージョンがまだサポートされていません。
keywords: ''
author: lenewsad
ms.author: lanewsad
manager: dougeby
ms.date: 12/06/2018
ms.topic: article
ms.prod: ''
ms.service: microsoft-intune
ms.subservice:... |
---
title: Why We May Ditch AngularJS For React
layout: post
---

[Our team](http://wiredcraft.com) has been building quite a few things with AngularJS, from our products ([SweepBoard](http://sweepboard.com) and [devo.ps](http://devo.ps)) to client work for the Worl... |
---
title: desktop6:MutablePackageDirectory
description: Specifies a folder under the %ProgramFiles%\ModifiableWindowsApps path where the contents of your desktop application's install folder are projected so that users can modify the installation files (for example, to install mods).
ms.date: 04/19/2019
ms.topic: r... |
# Changelog
## 2.28.1 (July 16 2021)
* revert [PR #129](https://github.com/jenkinsci/jobConfigHistory-plugin/pull/129)
## 2.28 (July 2 2021)
* [PR #126](https://github.com/jenkinsci/jobConfigHistory-plugin/pull/126) fix biggest style errors
* [PR #129](https://github.com/jenkinsci/jobConfigHistory-plugin/pull/129) re... |
Tennis Mennis ([trailer](https://www.youtube.com/watch?v=DuFlpyatrTI))
============
## Description
A ridiculawesome 2D competitive tennis game where players can get power-ups, use their environment to their advantage, and even throw a retractable racket to mix up the competition!
## The Team
This game is being deve... |
## UserAvatar
Компонент для отображения аватарки пользователя.
### PropTypes
| Property | Type | Required | Default | Description |
| :--- | :--- | :--- | :--- | :--- |
| imgUrl | `string` | | | Ссылка на изображение |
| size | `Us... |
---
title: IDiaSession::findAcceleratorInlineesByName | Microsoft-Dokumentation
ms.custom: ''
ms.date: 11/15/2016
ms.prod: visual-studio-dev14
ms.reviewer: ''
ms.suite: ''
ms.technology:
- vs-ide-debug
ms.tgt_pltfrm: ''
ms.topic: article
dev_langs:
- C++
ms.assetid: e203e5c2-6563-43fa-be56-3063955043ab
caps.latest.revi... |
---
title: Serial I/O Request Interface
description: To control a peripheral device that is connected to a port on a serial controller, a client application or peripheral device driver sends I/O requests to the port.
ms.assetid: D536A0EC-2B8B-491B-8A14-656F4B5A3843
ms.date: 04/20/2017
ms.localizationpriority: medium
--... |
# `[tym-tree]`
`tym-tree` は,`angular` の簡易なツリー構造データの表示コンポーネントです。
<br>
表示サンプル (Display image)

動作イメージ (Demo screen)
[https://shinichi-tym.github.io/tym-ng-ws-demo/index.html#tym-tree]
## インストール `(Installation)`
<br>
次のコマンド実行します。
```
npm install tym-tree
```
<br>
> ## 基本的な使い方 `(Basic... |
<p align="center">
<a href="https://gnes.ai">
<img src=".github/gneshub-logo-square-blue.svg" width="33%" alt="GNES Hub, logo made by Han Xiao">
</a>
</p>
<p align="center">
<i><a href="https://hanxiao.github.io/2019/07/29/Generic-Neural-Elastic-Search-From-bert-as-service-and-Go-Way-Beyond/#model-as-docker-and-doc... |
# RestAssuredTesting
Tests endopint returning JSONs |
---
layout: post
title: "OSI: The Internet That Wasn’t - IEEE Spectrum"
tags:
- pocket
date: "2014-12-09 12:46:06"
---
http://spectrum.ieee.org/computing/networks/osi-the-internet-that-wasnt |
---
title: Установка профиля UML | Документация Майкрософт
ms.date: 11/15/2016
ms.prod: visual-studio-dev14
ms.technology: vs-ide-modeling
ms.topic: conceptual
helpviewer_keywords:
- UML - extending, profiles
ms.assetid: 586f9ba5-4d01-4a1d-b001-32e2efaa4f24
caps.latest.revision: 13
author: jillre
ms.author: jillfra
man... |
---
title: "Configure a C++ Linux project in Visual Studio | Microsoft Docs"
ms.custom: ""
ms.date: "09/18/2018"
ms.reviewer: ""
ms.suite: ""
ms.technology: ["cpp-linux"]
ms.tgt_pltfrm: "Linux"
ms.topic: "conceptual"
ms.assetid: 4d7c6adf-54b9-4b23-bd23-5de0c825b768
author: "mikeblome"
ms.author: "mblome"
ms.workload: [... |
## Conclusion
---
Congratulations, you have now created, initialized and setup a basic Live App leveraging the `live-app-sdk`.
You have initialized the associated manifest file for this Live App and have imported it inside your local Ledger Live application in order to test it.
Finally, you have enabled and interac... |
# Deprecation Notice
This plugin has been replaced by [haraka-plugin-limit](https://github.com/haraka/haraka-plugin-limit)
## Outbound Rate Limits
[](https://greenkeeper.io/)
This plugin for Haraka implements outbound ra... |
# Error description
> This client application is not allowed to use the specified grant type.
# Error details
> [!NOTE]
> This documentation is a work-in-progress. To contribute, please visit https://github.com/openiddict/openiddict-documentation. |
---
setID: 10
path: /product/fshq-poster-helpful
date: 2017-11-05
title: FSHQ Poster - Helpful
description: Museum-Quality Poster. Thick, durable, matte perfection, shouting out your message.
price: '400.00'
image1024: https://fullstackph.github.io/gatsby-paymongo-demo-store/assets/FSHQPoster-Helpful-1024.png
image150:... |
# AngularTourOfHeroes
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.1.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Code scaffolding
Run `... |
---
title: "lombok 의 Custom Builder 이슈"
last_modified_at: 2018-01-03T09:45:06-05:00
header:
teaser: "https://mmistakes.github.io/minimal-mistakes/assets/images/markup-syntax-highlighting-teaser.jpg"
tags:
- lombok
toc: true
---
lombok 의 커스텀 builder 사용 시 이슈
```java
package com.payco.shopping.api.product.response... |
---
author: dschaaff
comments: true
date: 2012-11-11 01:44:34+00:00
layout: post
link: http://danielschaaff.com/2012/11/11/ios-601-battery-life/
slug: ios-601-battery-life
title: iOS 6.0.1 Battery Life
wordpress_id: 213
tags:
- apple
- battery
- iphone
---
My battery life has been absolutely terrible ever since I upda... |
# postcss-omit
PostCSS plugin for removing specified props
## Installation
```
npm install --save-dev postcss-omit
```
## Usage
```js
postcss([
// disable all animations in your css
require('postcss-omit')({ prefixes: true, rules: ['animation', 'transition'] })
])
```
## License
MIT |
# 669. Trim a Binary Search Tree
Difficulty: Easy
https://leetcode.com/problems/trim-a-binary-search-tree/
Given a binary search tree and the lowest and highest boundaries as L and R, trim the tree so that all its elements lies in [L, R] (R >= L). You might need to change the root of the tree, so the result should r... |
---
title: Sondando o status de uma operação assíncrona
ms.date: 03/30/2017
ms.technology: dotnet-standard
dev_langs:
- csharp
- vb
helpviewer_keywords:
- asynchronous programming, status polling
- polling asynchronous operation status
- status information [.NET Framework], asynchronous operations
ms.assetid: b541af31-... |
# resentiment
Proof of concept - a portable application in Scala/JVM, Scala.js & Scala Native
Clone:
```bash
git clone https://github.com/writeonly/resentiment.git
cd resentiment
```
Refactor and reformat:
```bash
sbt scalafix test:scalafix it:scalafix &&
sbt scalafmtSbt scalafmt test:scalafmt it:scalafmt
```
Ch... |
# Table of contents
- [README](README.md)
- [packages](packages/README.md)
- [README](packages/babel-plugin/README.md)
- [README](packages/react/README.md)
- [README](packages/core/README.md)
- [tools](packages/core/tools/README.md)
- [snapshot](packages/core/tools/snapshot.md)
- [README](packages/ob... |
# Superheroes
Sources:
- https://www.kaggle.com/thec03u5/complete-superhero-dataset
- https://www.kaggle.com/claudiodavi/superhero-set |
---
title: Предупреждение компилятора (уровень 1) C4382
ms.date: 11/04/2016
f1_keywords:
- C4382
helpviewer_keywords:
- C4382
ms.assetid: 34be9ad3-bae6-411a-8f80-0c8fd0d2c092
ms.openlocfilehash: cca2f8cc13cc8317bac3736e142ef58e126ed994
ms.sourcegitcommit: 0ab61bc3d2b6cfbd52a16c6ab2b97a8ea1864f12
ms.translationtype: MT
... |
# retryWhen
#### signature: `retryWhen(receives: (errors: Observable) => Observable, the: scheduler): Observable`
## Retry an observable sequence on error based on custom criteria.
### Examples
##### Example 1: Trigger retry after specified duration
( [jsBin](http://jsbin.com/miduqexalo/1/edit?js,console) | [jsFidd... |
---
layout: slide
title: "Welcome to our second slide!"
---
this is *my text* 2
Use the left arrow to go back! |
**DO NOT READ THIS FILE IN GITHUB, GUIDES ARE PUBLISHED IN http://guides.rubyonrails.org.**
A Guide to Testing Rails Applications
=====================================
This guide covers built-in mechanisms in Rails for testing your application.
After reading this guide, you will know:
* Rails testing terminology.
*... |
#Goal
The goal is to implement a small word puzzle game that presents the user with a mangled word and
asks her to enter the correct, unmangled word. If the word to unmangle is pizza the application may
present the word as zpaiz and the user must then enter P I Z Z A in this order for the solution to be
accepted.
#Th... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.