text
stringlengths
2
952k
--- layout: post title: "Autopia" tags: - Philadelphia Fringe Festival - Hella Fresh Theater - Papermill Theater --- > Two friends do their best to be disappointed by each other while waiting in line at the Los Angeles County Museum of Art. As a follow up to [*Cana of Galilee*](/2019-02-15-cana-of-galilee), I wanted t...
--- layout: post microblog: true date: 2015-11-23 07:45 +1300 guid: http://JacksonOfTrades.micro.blog/2015/11/22/t668500515848753152.html --- RT @BlackNappa101: I feel this is relevant to your interests. @yugiohtas [t.co/ONE4Nxnxm...](https://t.co/ONE4Nxnxmi)
Filtrar lecturas: ``` trimmomatic PE /home/estudiante/TP4/reads/MISEQ_SRR2075910_1.fastq.gz /home/estudiante/TP4/reads/MISEQ_SRR2075910_2.fastq.gz /home/estudiante/TP4/reads/MISEQ_SRR2075910_trim_1p.fastq.gz /home/estudiante/TP4/reads/MISEQ_SRR2075910_trim_1u.fastq.gz /home/estudiante/TP4/reads/MISEQ_SRR2075910_trim_2p...
「丰县生育八孩女子」涉事 3 人分别因涉嫌非法拘禁罪、拐卖妇女罪被采取强制措施,有哪些信息值得关注? 北京冬奥会花滑男单陈巍夺金,羽生结弦挑战 4A 失败获第 4,金博洋第 9,如何评价他们的表现? 为什么同学聚会越聚越尴尬? 韩国总统文在寅祝贺黄大宪夺首金,称扫空了「冤屈」,如何看待其言论? 如何看待湖北一女子开车拒听丈夫唠叨用胶带将其封嘴绑手?你开车的时候希望旁边的人提醒吗? 网传中国留学生在韩被殴打,驻釜山总领馆表示「已联系当事人了解情况」,遇到类似情况该如何保护自己? 我要坐二十多个小时的火车去上学,但我妈因为硬卧比硬座贵很多反对我买硬卧,我该怎么办? 如何看待许家印称「 2022 年要交楼 60...
[![Docker pulls](https://img.shields.io/docker/pulls/rubygem/cf_light_api.svg)](https://hub.docker.com/r/rubygem/cf_light_api/) [![Docker Build](https://img.shields.io/docker/automated/rubygem/cf_light_api.svg)](https://hub.docker.com/r/rubygem/cf_light_api/) [![Latest Tag](https://img.shields.io/github/tag/docker-ruby...
--- title: "对中国做得对的地方,我们该称赞就要称赞" categories: ["分享"] tags: ["中国","感谢中国"] draft: false slug: "thanks_china" date: "2010-04-17 08:56:36" --- <h3>美国《赫芬顿邮报》4月12日文章,原题:感谢中国的七个理由</h3><br> <div>中国遭到西方媒体频频批评,这些批评有合理的地方。不过,作为一名生活在中国的美国人,笔者发现对中国的批评经常老一套,过于简单化。若不考虑大背景就乱发意见,或至少参考一下中国的观点也办不到,那这种批评往往幼稚,让人不屑一顾。</div><br> <div></div> ...
# Laravel 9 + SB Admin 2 SB Admin 2 for Laravel 9. | Laravel Version | Branch | |-----------------|--------| | 9.0 | master | ## Requirements - PHP >= 8.0.2 - BCMath PHP Extension - Ctype PHP Extension - JSON PHP Extension - Mbstring PHP Extension - OpenSSL PHP Extension - PDO PHP Extension - Tokenizer ...
--- title: OID_PM_WOL_PATTERN_LIST description: As a query, overlying drivers can use the OID_PM_WOL_PATTERN_LIST OID to enumerate the wake on LAN patterns that are set on an underlying network adapter. ms.date: 08/08/2017 keywords: -OID_PM_WOL_PATTERN_LIST Network Drivers Starting with Windows Vista ms.localizationp...
Pattern: Cloudtrail should be enabled in all regions regardless of where your AWS resources are generally homed Issue: - ## Description When creating Cloudtrail in the AWS Management Console the trail is configured by default to be multi-region, this isn't the case with the Terraform resource. Cloudtrail should cove...
# 一个逗比写的逗比脚本 ![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg) [![GitHub stars](https://img.shields.io/github/stars/royccg/doubi.svg?style=popout&label=Stars)](https://github.com/royccg/doubi/stargazers) [![GitHub forks](https://img.shields.io/github/forks/royccg/doubi.svg?style=popout&label=Fork)...
# 433MHz Arduino RFSend This is an example for the control of simple 433MHz radio sockets as you can buy them e.g. in a DIY store. It only works with models that use 10 little Dip switches to set the codes. ## Requirements ### Hardware - Arduino Nano - 433MHz RF send module <img src=".github/433MHz.jpeg" alt="433mhz...
2020年12月22日03时数据 Status: 200 1.何炅 微博热度:590456 2.买到核酸阳性食品是否会被传染 微博热度:398793 3.周冬雨陈立农暖暖屋开业 微博热度:387449 4.迪丽热巴 黄景瑜 微博热度:384249 5.有翡 微博热度:219589 6.郭德纲 不收女徒弟是因为尊重 微博热度:197339 7.英国疫情 微博热度:158019 8.伦敦情侣封城前2小时内匆忙结婚 微博热度:98817 9.伦敦 微博热度:96462 10.顶楼 微博热度:96043 11.晚安短信计划 微博热度:94483 12.不建议同时接种新冠疫苗和HPV疫苗 微博热...
# realmock 前后端分离方案 express + randomjson 模拟后端服务,前端服务器(比如webpack, nigix等)将请求代理到该服务器地址即可 ## realmock优势 1,利用了express强大的服务器功能,轻松模拟按条件返回json,延时返回json,返回不同http状态等web开发中的常见情况 2,配合nodemon的监测文件变化并自启动功能,文件变更时无需手动重启服务器 3,结合randomjson的随机json生成功能,比如生成指定大小的图片,生成超大json等,mock数据更轻松 randomjson地址:https://github.com/zhoushengmufc/r...
Origin Smart Contracts === Network Addresses --- Listing.sol *Ropsten* `0xe66c9c6168d14be4c3c145f91890740cbdf9ec8b` *Rinkeby* `0x94de52186b535cb06ca31deb1fbd4541a824ac6d`
ruin ==== The **R**ust graphical **u**ser **i**nterface (**n**ative) is a lightweight, fast, feature-rich, easy & cross-platform [GUI](https://en.wikipedia.org/wiki/Graphical_user_interface) library written in and for [Rust](https://www.rust-lang.org) which mostly abstracts platform components for native look&feel, a s...
--- layout: post header-style: text title: serverless framework - 플러그인과 로컬테스트 subtitle: 서버리스 왕초보 탈출기 (2) 서버유지보수로부터 자유로워지자! author: Juri tags: - serverless - aws --- > 이 글을 읽기 위해서는 javascript와 node js에 대한 기본 지식이 필요합니다. 서버리스에서 지원하는 여러 가지 `플러그인`에 대해 알아보고 배포 전 `로컬환경에서 테스트`를 하는 방법을 알아보자. 플러그인 (Plugins) ---- 플러그...
Testing Erlang/OTP ================== Before you start testing you need to have the Erlang release which you are going to test in your path. See [$ERL_TOP/HOWTO/INSTALL.md][] for instructions on how to build an Erlang release. Short version ------------- Move to the top directory of the Erlang release you want to tes...
--- title: Come tenere traccia delle relazioni tra domanda e approvvigionamento description: "A partire da qualsiasi documento dell'approvvigionamento o della domanda, è possibile tenere traccia della richiesta dell'ordine (quantità tracciata), della previsione, dell'ordine di vendita programmato o del parametro di pia...
--- title: "How to: Programmatically Hide Text in Documents | Microsoft Docs" ms.custom: "" ms.date: "02/02/2017" ms.reviewer: "" ms.suite: "" ms.technology: - "office-development" ms.tgt_pltfrm: "" ms.topic: "article" dev_langs: - "VB" - "CSharp" helpviewer_keywords: - "documents [Office development in Visu...
# ARVO Anjay and Lukas's AI that plays ultimate tic tac toe.
--- title: 전용 이벤트 허브 개요 - Azure Event Hubs | Microsoft Docs description: 이 문서에서는 Event Hubs의 단일 테 넌 트 배포를 제공 하는 전용 Azure Event Hubs에 대 한 개요를 제공 합니다. ms.topic: article ms.date: 10/23/2020 ms.openlocfilehash: 721acf354c7d14c1362b4f760982af37d59115f9 ms.sourcegitcommit: 910a1a38711966cb171050db245fc3b22abc8c5f ms.translat...
--- title: Using GRE tenant networks category: networking authors: acalinciuc, jbainbri, jtaleric, rbowen, red trela, rkukura --- # Using GRE tenant networks The ability to use GRE tunnels with Open vSwitch has finally arrived in RHEL! GRE tunnels encapsulate isolated layer 2 network traffic in IP packets that are ro...
--- title: UpdatePlanningGroupRequest --- ## ININ.PureCloudApi.Model.UpdatePlanningGroupRequest ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **Name** | **string** | The name of the planning group | [optional] | | **RoutePaths** | [**SetWrapperRoute...
--- title: 'IDiaSymbol:: get_frontEndMinor |Microsoft Docs' ms.date: 11/04/2016 ms.topic: conceptual dev_langs: - C++ helpviewer_keywords: - IDiaSymbol::get_frontEndMinor method ms.assetid: 40792153-827c-4859-be7c-6aa16d5abab6 author: mikejo5000 ms.author: mikejo manager: jillfra ms.workload: - multiple ms.openlocfile...
--- machine_translated: true --- # MOSTRAR consultas {#show-queries} ## MOSTRAR CREAR TABLA {#show-create-table} ``` sql SHOW CREATE [TEMPORARY] [TABLE|DICTIONARY] [db.]table [INTO OUTFILE filename] [FORMAT format] ``` Devuelve una sola `String`-tipo ‘statement’ columna, que contiene un único valor – el `CREATE` Co...
--- keyword: [security group rule, security group, ECS security group rule] --- # Add security group rules This topic describes how to add security group rules. You can use security group rules to allow or deny access to or from the Internet or internal network for ECS instances in a security group. Before you add s...
--- title: isutf8 ()-Azure 데이터 탐색기 | Microsoft Docs description: 이 문서에서는 Azure 데이터 탐색기의 isutf8 ()에 대해 설명 합니다. services: data-explorer author: orspod ms.author: orspodek ms.reviewer: alexans ms.service: data-explorer ms.topic: reference ms.date: 02/13/2020 ms.openlocfilehash: c9ad35964eb6d5a8c4a38b5ecdeb1eae43221d52 ms....
# JavaScript API Golem embeds a JavaScript engine and extends to it an API for registering event handlers and otherwise influencing clients and other gameplay objects. ## Globals The **Golem** global provides access to the following properties: | Type | Name | Arguments | Description | Example | --- | --- | --- | ...
# IsNull Validates that a value is exactly equal to `null`. To force that a property is simply blank (blank string or `null`), see the [Blank][blank-schema-url] constraint. To ensure that a property is not null, see [NotNull][notnull-schema-url]. Also see [NotNull][notnull-schema-url]. [**Homepage**][homepage-url] #...
# electron-react-app
--- title: IDebugObject2::GetField | Microsoft-Dokumentation ms.custom: '' ms.date: 2018-06-30 ms.prod: visual-studio-dev14 ms.reviewer: '' ms.suite: '' ms.technology: - vs-ide-sdk ms.tgt_pltfrm: '' ms.topic: article f1_keywords: - IDebugObject2::GetField helpviewer_keywords: - IDebugObject2::GetField method ms.assetid...
# Joining Data in SQL In this course, I learned all about the power of joining tables while exploring interesting features of countries and their cities throughout the world. I mastered inner and outer joins, as well as self joins, semi joins, anti joins and cross joins—fundamental tools in any PostgreSQL wizard's too...
--- UID: NF:dbgeng.IDebugSystemObjects3.GetThreadIdByTeb title: IDebugSystemObjects3::GetThreadIdByTeb (dbgeng.h) description: The GetThreadIdByTeb method returns the engine thread ID of the specified thread. The thread is specified by its thread environment block (TEB). old-location: debugger\getthreadidbyteb.htm tech...
# Chrome
--- aliases: - /mendokusai/2020/05/31/back-to-the-office author: Jonny Spicer type: blog date: "2020-05-31T00:00:00Z" categories: - Misc title: Back to the Office --- Tomorrow is going to be my first day back in the office in almost three months. There are going to be new rules to be adhered to, new distances to be kep...
# Automation Account Job Schedules `[Microsoft.Automation/automationAccounts/jobSchedules]` This module deploys an Azure Automation Account Job Schedule. ## Resource Types | Resource Type | API Version | | :-- | :-- | | `Microsoft.Automation/automationAccounts/jobSchedules` | 2020-01-13-preview | ## Parameters | P...
# Declarations JavaScript has three kinds of variable declarations. 1. var Declares a variable, optionally initializing it to a value. 2. let Declares a block-scoped, local variable, optionally initializing it to a value. 3. const Declares a block-scoped, read-only named constant.
# Changelog for Module11FoldingEx ## Unreleased changes
# Peace Of Mind A hobby minecraft clone written in c++ with SFML and opengl. ![png](screenshot.png) This project is in a very early stage and it lacks of important feautres such as placing blocks.
# gox > Un instrument pentru compilarea încrucișată a programelor Go. > Mai multe informaţii: <https://github.com/mitchellh/gox> - Compilare Go program în directorul curent pentru toate sistemele de operare și combinațiile de arhitectură: `gox` - Descărcați și compilați un program Go de la un URL la distanță: `gox...
# 工具函数 ## 创建表格 {#AddTable} ```go func (f *File) AddTable(sheet, hcell, vcell, format string) error ``` 根据给定的工作表名、单元格坐标区域和条件格式创建表格。 - 例1,在名为 `Sheet1` 的工作表 `A1:D5` 区域创建表格: <p align="center"><img width="612" src="./images/addtable_01.png" alt="创建表格"></p> ```go err := f.AddTable("Sheet1", "A1", "D5", ``) ``` - 例2,在名...
--- title: Overview of Azure Blueprints description: Azure Blueprints is a service in Azure, that you use to create, define, and deploy artifacts in your Azure environment. services: blueprints author: DCtheGeek ms.author: dacoulte ms.date: 02/08/2019 ms.topic: overview ms.service: blueprints manager: carmonm ms.custom...
# Лабораторная работа 4 ## Реализовать - процедуру `factorial` вычисляющую факториал + нехвостовой рекурсией; + хвостовой рекурсией; - процедуру `fib` вычисляющую число Фибоначчи + нехвостовой рекурсией; + хвостовой рекурсией.
# LRN Weather App This is a modified version of the Weather App from the [Learning React Native](http://shop.oreilly.com/product/0636920085270.do) book. This application demonstrates the use of various UI elements to give the presentation a modern look as well as improving the UX. ## Building ### Installing Dependen...
--- title: Administración con Resource Governor description: Obtenga información sobre cómo usar Resource Governor para administrar la asignación de recursos de CPU, E/S físicas y memoria para cargas de trabajo de Python y R en SQL Server Machine Learning Services. ms.prod: sql ms.technology: machine-learning-services ...
Provides helpers for switching to server-side mode and determining if server-side mode is in use. This API is valuable when performing server-side rendering actions. ### setServerSide When called, server-side mode is turned on. Once turned on, it cannot be turned off. This causes additinal features to be available in...
## [10.2.300](https://github.com/sprucelabsai/spruce-log/compare/v10.2.299...v10.2.300) (2021-03-04) ### Bug Fixes * build for dist when disting ([e666854](https://github.com/sprucelabsai/spruce-log/commit/e666854)) ## [10.2.299](https://github.com/sprucelabsai/spruce-log/compare/v10.2.298...v10.2.299) (2021-03-04)...
# SQL Tools Service SQL Tools Service provides core functionality for build SQL Server tools. ## [User Guide](guide/introduction.md) The User Guide describes the high level design of this project and gives guidance on how to use it. ## [API Reference](api/index.md) The .Net API Reference contains details about the...
[kin-android](../../../index.md) / [org.kin.sdk.base.network.services](../../index.md) / [KinService](../index.md) / [Order](./index.md) # Order `sealed class Order` ### Types | Name | Summary | |---|---| | [Ascending](-ascending.md) | `object Ascending : Order` | | [Descending](-descending.md) | `object Descending...
--- title: Требования и ограничения для коллекций схем XML на сервере | Документация Майкрософт ms.custom: '' ms.date: 03/06/2017 ms.prod: sql-server-2014 ms.reviewer: '' ms.technology: xml ms.topic: conceptual helpviewer_keywords: - identifiers [XML schema collections] - XML schema collections [SQL Server], limitation...
--- title: ISocialPersonGetDetails manager: soliver ms.date: 11/16/2014 ms.audience: Developer ms.topic: reference ms.prod: office-online-server ms.localizationpriority: medium ms.assetid: 9ca3172a-82a3-4483-b0aa-4e848930f6ed description: 名、名、プロファイル画像の URL など、人物の詳細を表す文字列を取得します。 ms.openlocfilehash: d0b78fad082327db049c5...
--- TOCTitle: 961040 Title: 'Microsoft-Sicherheitsempfehlung 961040' ms:assetid: 961040 ms:contentKeyID: 61224208 ms:mtpsurl: 'https://technet.microsoft.com/de-DE/library/961040(v=Security.10)' --- Security Advisory Microsoft-Sicherheitsempfehlung 961040 ====================================== Sicherheitsanfälligkeit...
--- layout: post title: "[이펙티브 자바 3판] 아이템 42. 익명 클래스보다는 람다를 사용하라" author: Kimtaeng tags: java effectivejava description: "[Effective Java 3th Edition] Item 42. Prefer lambdas to anonymous classes" category: Java comments: true --- # 함수 객체 자바에서 함수 타입을 표현할 때 추상 메서드를 하나만 담은 인터페이스(또는 추상 클래스)를 사용하곤 했습니다. 이러한 인터페...
--- title: "SQL Server and Azure SQL index architecture and design guide" description: Learn about designing efficient indexes in SQL Server and Azure SQL to achieve good database and application performance. Read about index architecture and best practices. ms.custom: "" ms.date: 01/19/2022 ms.prod: sql ms.prod_servic...
--- layout: post title: Data Science is cool! published: false date: '2019-10-10' --- Here I will show you how cool data science is and why. In my project I will show...
--- layout: slide title: "Welcome to our second slide!" --- my test completed Use the left arrow to go back!
--- # An instance of the Featured widget. # Documentation: https://wowchemy.com/docs/page-builder/ widget: featured # This file represents a page section. headless: true # Order that this section appears on the page. weight: 80 title: 实践经历 subtitle: "以赛促学,获得各类国家级、省级、校级学科竞赛奖项,参与社会实践志愿服务工作" content: # Page type to ...
--- layout: layout.pug navigationTitle: dcos job schedule update title: dcos job schedule update menuWeight: 9 excerpt: 更新作业时间表 enterprise: false render: mustache model: /mesosphere/dcos/2.1/data.yml --- # 说明 `dcos job schedule update` 命令允许您更新作业的时间表。 # 使用 ```bash dcos job schedule update <job-id> <schedule-file> `...
# Permissions Management<a name="swr_01_0015"></a> SWR categorizes user permissions into three types: - Read: Users can only pull images. - Write: Users can pull and push images, and edit image attributes. - Manage: Users can pull and push images, delete images or tags, edit image attributes, grant permissions,...
--- title: GroupBy (Format)的 CustomEntry 的 CustomItem 元素 |Microsoft Docs ms.custom: '' ms.date: 09/13/2016 ms.reviewer: '' ms.suite: '' ms.tgt_pltfrm: '' ms.topic: article ms.assetid: f7c517aa-24f5-41ae-b82d-cb0fac81a245 caps.latest.revision: 7 ms.openlocfilehash: 2d821f5e3bc8d0f81ef8a8a040c6f9bcb1658bee ms.sourcegitco...
is-lo ----- [![NPM](https://nodei.co/npm/is-lo.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/is-lo/) [![npm](https://img.shields.io/npm/v/is-lo.svg)](https://www.npmjs.org/package/is-lo) [![Build Status](https://travis-ci.org/pine/is-lo.svg?branch=master)](https://travis-ci.org/pine/is-lo) [!...
--- layout: kanji v4: 1859 v6: 2003 kanji: 段 keyword: grade elements: grade, staple gun, cruise missile, missile, wind, crotch strokes: 9 image: E6AEB5 on-yomi: ダン、タン permalink: /rtk/段/ prev: 逓 next: 鍛 --- 1) [<a href="http://kanji.koohii.com/profile/RoboTact">RoboTact</a>] 25-8-2007(268): This is a military-<strong>g...
--- external help file: MsftSil_ManagementTasks-help.xml Module Name: SoftwareInventoryLogging online version: schema: 2.0.0 title: Get-SilLogging description: keywords: powershell, cmdlet author: andreabarr manager: jasgro ms.date: 2017-10-29 ms.topic: reference ms.prod: powershell ms.technology: powershell ms.asset...
# Landing for debugserver on Apple Security Research Device October 25, 2021: In iOS 15.1 Apple added a new entitlement called research.com.apple.license-to-operate to support Frida and other research tools for the Apple Security Research Device. This entitlement allows tools to bypass the PPL codesigning protections ...
# Papillon Développement Arduino Uno & ATtiny85 pour des jeux de lumière à base de LEDs WS2812B.
--- title: Impedir las solicitudes no válidas | Microsoft Docs ms.date: 03/16/2017 ms.prod: reporting-services ms.prod_service: reporting-services-native ms.technology: report-server-web-service-net-framework-exception-handling ms.topic: reference helpviewer_keywords: - invalid requests [Reporting Services] - exception...
# Slime Modding Utilities (SMU) A utility mod for Nickelodeon All Star Brawl. This mod does nothing on its own, but has a bunch of nifty features that modders can make use of. ----- ### SMU.Events Contains handy extension methods for safely firing off events, without the worry of an exception stopping the chain. ``...
### What is the current situation? <!-- Describe step-by-step how to reproduce the current behavior. Give as much detail as possible. Logs and screenshots help a lot. --> ### What do you want instead? <!-- Describe step-by-step the desired behavior. Give as much detail as possible. --> ### What does your environmen...
--- uid: web-forms/overview/ajax-control-toolkit/cascadingdropdown/using-auto-postback-with-cascadingdropdown-vb title: CascadingDropDown で自動ポストバックを使用する (VB) |Microsoft Docs author: wenz description: AJAX コントロールツールキットの CascadingDropDown コントロールは、dropdownlist コントロールを拡張して、1つの DropDownList の変更によって anoth に関連付けられた値が読み込まれるように...
--- title: 'Schnellstart: Erstellen Ihrer ersten statischen Website mit Azure Static Web Apps' description: Erfahren Sie, wie Sie eine statische Website für Azure Static Web Apps bereitstellen. services: static-web-apps author: craigshoemaker ms.service: static-web-apps ms.topic: quickstart ms.date: 06/16/2021 ms.autho...
# http-quicksupplementfact.com-beard-czar- Beard Czar Take the stairs whenever possible is a very good and easy way to avoid a sedentary lifestyle and add more physical activity Beard Czar to your daily life. You have stairs very close to you, so do not miss the opportunity and aprovéchalas to improve your health. h...
# Banuba AI VideoEditor SDK ## Editor screen styles - [editorOverlayStyle](https://github.com/Banuba/ve-sdk-android-integration-sample/blob/main/app/src/main/res/values/themes.xml#L53) style defines back icon drawable, playback icon visibility, several editor screen appearance parameters, also setups icons used f...
--- title: "WSFederation Authentication Module Overview" ms.date: "03/30/2017" ms.assetid: 02c4d5e8-f0a7-49ee-9cf5-3647578510ad author: "BrucePerlerMS" --- # WSFederation Authentication Module Overview Windows Identity Foundation (WIF) includes support for federated authentication in ASP.NET applications through the WS...
--- extends: _layouts.post section: content image: https://i.dailymail.co.uk/1s/2020/09/28/16/33724198-0-image-a-30_1601305803871.jpg title: Intermittent fasting diets popular with celebrities are no better than eating throughout the day description: Researchers from the University of California, San Francisco had a ...
# Storybook Addons This contents of this repo was moved to the [Storybook monorepo](https://github.com/storybooks/storybook/) and the NPM package name has been changed. - The old name of the package was: **@kadira/storybook/addons** - The new name of the package is: **@storybook/addons** - The location of the code is...
# react-init Configuração da estrutura básica de um projeto ReactJS
# Tell the world about you #### --- 0 --- **Name**: [Alexander Malinov](https://github.com/xmalinov) **Programming Language**: JavaScript **Contributed to OSS**: yes **How long have you been programming**: For about 15 years **Interests**: Cycling, Music **Location**: Russia, Yaroslavl #### --- 1 --- **Name**: [...
--- title: Analýza & zpracování JSON pomocí Apache Hive – Azure HDInsight description: Naučte se používat dokumenty JSON a analyzovat je pomocí Apache Hive v Azure HDInsight. author: hrasheed-msft ms.author: hrasheed ms.reviewer: jasonh ms.service: hdinsight ms.topic: conceptual ms.date: 04/06/2020 ms.openlocfilehash: ...
# Olkiluoto3.js A nuclear power plant simulator. ## Installation Install with ```bash npm install olkiluoto3 ``` and enjoy your own high-standard nuclear power plant.
# **algorithm-base** <div align="left"> <a href = "https://www.zhihu.com/people/suan-fa-ji-di"><img src="https://img.shields.io/badge/Zhihu-知乎-blue" width = "80px" hight = "50px"/></a><span style="font-size:12px">&nbsp@算法基地</span>&nbsp&nbsp&nbsp&nbsp <a href = "https://mp.weixin.qq.com/s/BcRXQGncUpydeSuQRywTSA">...
# tiva-bsp Simple Board Support Package for Texas Instruments Tiva TMC4 Launchpads
Выложил на GitHub [скрипт](https://github.com/vkostyanetsky/ScriptsFor1C/blob/master/Технологический%20журнал/FrequentExceptions.sh) на баше, который по собранному технологическому журналу 1С определяет наиболее частотные исключения. Скрипт анализирует события EXCP. Это основной источник информации об ошибках, хотя, ...
# Simple REST client for version V1beta1a of the Cloud Pub/Sub API This is a simple client library for version V1beta1a of the Cloud Pub/Sub API. It provides: * A client object that connects to the HTTP/JSON REST endpoint for the service. * Ruby objects for data structures related to the service. * Integration with t...
# algo.js A list of basic algorithm operations in Javascript with examples inspired by [Edaqa Mortoray](https://interview.codes/author/mortoray/) on his post [Essential Interview Code for Maps and Dictionaries](https://interview.codes/reference/essential-interview-code-for-maps-and-dictionaries/)
# Hello! *** ### Here is a link to the published page: # [My Solutions Website](https://thorski1.github.io/MySolutions/) *** This website was created using the skills obtained from completing the first 9 sections of <a href="https://www.udemy.com">Udemy</a>'s Web Developer Bootcamp by Colt Steele. I highly recommend it...
--- weight: title: "Lermex" description: "Lermex是一家数字资产国际站,2…" date: 2022-03-25T21:57:40+08:00 lastmod: 2022-03-25T16:45:40+08:00 draft: false authors: ["Metabd"] featuredImage: "lermex.webp" link: "" tags: ["交易所","Lermex"] categories: ["navigation"] navigation: ["交易所"] lightgallery: true toc: true pinned: false reco...
title: Development Environment author: ryandahl date: Mon Apr 04 2011 20:16:27 GMT-0700 (PDT) status: publish category: Uncategorized slug: development-environment If you're compiling a software package because you need a particular version (e.g. the latest), then it requires a little bit more maintenance than using a...
# Simple commit conventions for internet citizens. ## Commit Messages It provides an easy set of rules for creating an explicit commit history; which makes it easier to write automated tools on top of. This convention dovetails with SemVer, by describing the features, fixes, and breaking changes made in commit messag...
[GitHub](https://github.com/nathanhofstee)
# book-Backend
--- title: CorPEKind 열거형 ms.date: 03/30/2017 api_name: - CorPEKind api_location: - mscoree.dll api_type: - COM f1_keywords: - CorPEKind helpviewer_keywords: - CorPEKind enumeration [.NET Framework metadata] ms.assetid: 22dc6dea-b1b9-4982-a730-a022d586b117 topic_type: - apiref ms.openlocfilehash: 8b6eab8156f72847eb6dd33...
--- title: Using jussi as a Multiplexer position: 1 description: Optimize your local applications with jussi exclude: true layout: full --- *By the end of this recipe you should know how to install `jussi` on your local subnet to take advantage of its features.* This recipe will take you through the process of settin...
--- title: Create Custom Provider description: '' position: 6 category: Guide --- Although the image module offers multiple internal providers, you may want/need to write your custome provider. Image provider have three different parts with specific roles. ## Provider Main This is the entry point of every provider,...
--- hide: - toc --- # Security Overview <link href="https://truecharts.org/_static/trivy.css" type="text/css" rel="stylesheet" /> ## Helm-Chart ##### Scan Results #### Chart Object: prometheus/charts/kube-state-metrics/templates/deployment.yaml | Type | Misconfiguration ID | Check | Severity ...
--- title: Eseguire il backup di server VMware con il server di Backup di Azure description: Usare il server di Backup di Azure per eseguire il backup di server VMware vCenter/ESXi in Azure o su disco. Questo articolo offre istruzioni dettagliate per il backup o la protezione dei carichi di lavoro VMware. services: bac...
--- title: vm-captions sidebar_label: Captions --- Renders and displays VTT cues by hooking into the `textTracks` player property. This is a simple implementation that can only handle rendering one text track, and one cue for the given track at a time (even if many are active). The active track can be changed by setti...
--- type: rule archivedreason: title: Do you track your recurring expenses guid: 972e5ca8-0dd1-413c-b784-82818dfdab9f uri: rules-to-better-expense-tracking created: 2020-05-29T06:18:29.0000000Z authors: [] related: [] redirects: - do-you-track-your-recurring-expenses --- At SSW, we strongly believe in the benefits o...
# socketio-react-simple-chat-app Socket.io React js simple chat app
--- title: Параметр конфигурации сервера "server trigger recursion" | Документы Майкрософт ms.custom: '' ms.date: 03/02/2017 ms.prod: sql ms.prod_service: high-availability ms.reviewer: '' ms.technology: configuration ms.topic: conceptual helpviewer_keywords: - recursive triggers [SQL Server] - triggers [SQL Server], r...
# GameSync A .NET Standard library for managing the synchronization of a turn-based game.