text
stringlengths
2
952k
Explanation of this existing ======================== What's that? ----------------------- That's just another way of syncronizing files but via TCP protocol. ![](Downloading.gif) What it could be needed for? ----------------------- That's personal, but I do use this one myself for syncronizing files between differen...
Upgrading Guide ========================= Upgrading from 1.x to 2.x ------------------------- Version 2 includes a breaking change to the DOM structure of the Preview element. In version 1, the `.bp-navigate` buttons were siblings with the `.bp` container div ``` <div class="bp" tabindex="0"> ... </div> <button c...
--- layout : single title : LeetCode 2193. Minimum Number of Moves to Make Palindrome tags : LeetCode Hard Greedy TwoPointers --- 雙周賽73。一直想不到怎麼處理奇數字元,比賽結束後馬上看到別人的正確方法,自己修改後成功AC,也算是睡前的安慰吧。 # 題目 字串s,每次可以將任意兩個相鄰的字元交換位置,求最少需要幾次交換可以將s變成回文字串。 # 解法 很直覺知道回文一定要用到雙指標,左右邊往內夾,若碰到字元不同就開始交換。 先決定移動左半邊的字串,來和右半邊達到平衡。 ...
## Welcome to GitHub Pages You can use the [editor on GitHub](https://github.com/littleflute/blPlayer/edit/master/README.md) to maintain and preview the content for your website in Markdown files. Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in you...
--- title: Appeler une fonction dans PowerApps | Microsoft Docs description: Créez un connecteur personnalisé, puis appelez une fonction à l’aide du connecteur. services: functions keywords: applications cloud, services cloud, PowerApps, processus métier, application métier documentationcenter: '' author: ggailey777 ma...
# 암호화된 문자를 사진에 넣는 "steganography" **라이센스:** ![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg) ## 분석 및 설명 https://github.com/GSSecurity/OSS/wiki ## 지원 확장자 - JPG - GIF - PNG - BMP - ICO ## 미지원 확장자 - PDF ## 설치법 1. git clone을 통해 파일을 다운로드 받는다. 2. OSS/Stegano 파일로 이동 후 , python manage.py runserver...
--- title: 'Schnellstart: Asynchrone Synthese für lange Audioinhalte (Vorschau) – Spracherkennungsdienst' titleSuffix: Azure Cognitive Services description: Verwenden Sie die API für lange Audioinhalte, um Text asynchron in Sprache zu konvertieren und die Audioausgabe von einem vom Dienst bereitgestellten URI abzurufen...
--- title: Web Apps overview | Microsoft Docs description: Learn how Azure App Service helps you develop and host web applications services: app-service\web documentationcenter: '' author: cephalin manager: erikre editor: '' ms.assetid: 94af2caf-a2ec-4415-a097-f60694b860b3 ms.service: app-service-web ms.workload: web ...
# MailSlurp::Object::PageBouncedEmail ## Load the model package ```perl use MailSlurp::Object::PageBouncedEmail; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **content** | [**ARRAY[BounceProjection]**](BounceProjection) | | [optional] **pageable** ...
# Sony MDR-1A See [usage instructions](https://github.com/jaakkopasanen/AutoEq#usage) for more options and info. ### Parametric EQs In case of using parametric equalizer, apply preamp of **-3.3dB** and build filters manually with these parameters. The first 5 filters can be used independently. When using independent s...
# How to programmatically initialize event store? Sometimes it's handy to programmatically initialize event store. Do do this you can resolve `IEventStoreInitializer<TAggregate, TKey>` from DI service provider and call `EnsureCreatedAsync()`. For example to initialize event store when ASP.NET Core application is star...
# @expo-google-fonts/six-caps ![npm version](https://flat.badgen.net/npm/v/@expo-google-fonts/six-caps) ![license](https://flat.badgen.net/github/license/expo/google-fonts) ![publish size](https://flat.badgen.net/packagephobia/install/@expo-google-fonts/six-caps) ![publish size](https://flat.badgen.net/packagephobia/p...
# Daddy's Boring Math Library * Simple examples of Python modules * Example executables to exercise modules * Name for this project was suggested by my 13 year old daughter Mary ## Source Code * [integer\_math.py](lib/integer_math.py): Integer Mathematics Module * [func\_tools.py](lib/func_tools.py): Functional Prog...
# Lowest Common Ancestor in a BST ## Easy <div class="problem-statement"> <p></p><p><span style="font-size:18px">Given a Binary Search Tree (with all values unique)&nbsp;and two node values. Find the Lowest Common Ancestors of the two nodes in the BST.</span></p> <p><span style="font-size:18px"><stron...
--- UID: NF:d2d1_3.ID2D1DeviceContext5.CreateColorContextFromSimpleColorProfile(constD2D1_SIMPLE_COLOR_PROFILE&,ID2D1ColorContext1) title: ID2D1DeviceContext5::CreateColorContextFromSimpleColorProfile(const D2D1_SIMPLE_COLOR_PROFILE &,ID2D1ColorContext1) (d2d1_3.h) description: Creates a color context from a simple col...
--- title: SQLFetchScroll (커서 라이브러리) | Microsoft Docs ms.custom: '' ms.date: 01/19/2017 ms.prod: sql ms.prod_service: connectivity ms.reviewer: '' ms.technology: connectivity ms.topic: conceptual helpviewer_keywords: - SQLFetchScroll function [ODBC], Cursor Library ms.assetid: 4417e57c-31dd-475e-8fe9-eab00a459c80 autho...
--- layout: talks title: Practical Kubernetes Security at Scale length: 45 keynote: false scheduled: "13:40" card: PracticalKubernetesSecurityatScale.png speakers: - name: Birgir Stefansson image: BirgirStefansson.jpg bio: | Birgir is a staff software engineer in Schibsted’s Developer Foundations team. - name:...
# flutter_sqlite APP CRUD with SQLITE in flutter
--- layout: post date: 2017-10-06 title: "Fiona Clare image126i" category: Fiona Clare tags: [Fiona Clare] --- ### Fiona Clare image126i Just **$339.99** ### <table><tr><td>BRANDS</td><td>Fiona Clare</td></tr></table> <a href="https://www.readybrides.com/en/fiona-clare/43840-fiona-clare-image126i.html"><img src="...
--- layout: slide title: "Welcome to our second slide!" --- Emma was here Use the left arrow to go back!
# Installation You can play the game at https://pbr4ne.github.io/there-was-time-now but if you want to install it locally: ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Locally previews buil...
# Spring GraalVM Native Image Build GraalVM Native Image by Spring Feature - [Spring GraalVM Native 0.8.1 reference guide](https://repo.spring.io/milestone/org/springframework/experimental/spring-graalvm-native-docs/0.8.1/spring-graalvm-native-docs-0.8.1.zip!/reference/index.html) ## Description ### 1. GraalVM - [Gr...
# Examples overview There are two ways of using pytorch: - design the network and create/use tensors entirely on the python side. In this way, you never actually have to touch any lua at all. However, in this mode, you lose out a lot on the power of lua/torch. It's not entirely working 100% - keep the torch/lua stu...
--- title: Frames.Count property (Word) keywords: vbawd10.chm153812993 f1_keywords: - vbawd10.chm153812993 ms.prod: word ms.assetid: ee3b8562-468d-00ef-daed-6734799c7a84 ms.date: 06/08/2017 localization_priority: Normal --- # Frames.Count property (Word) Returns a **Long** that represents the number of frames in th...
# Code of Conduct The xi-editor project follows the Rust Code of Conduct, reproduced below. ## Conduct **Contact**: [mods@xi-editor.io](mailto:mods@xi-editor.io) * We are committed to providing a friendly, safe and welcoming environment for all, regardless of level of experience, gender identity and expression, sex...
--- title: Tutorial - Connect an IoT Plug and Play (preview) device to Azure IoT Central description: This tutorial shows you how to use a device capability model to generate device code. Then run the device code, see the device connect to your IoT Central application, and use the autogenerated views. author: dominicbe...
ArabicCompetitiveProgramming ============================ The repository will contain the description files attached to the video series in my algorithms channel.
--- title: __noop |Microsoft Docs ms.custom: '' ms.date: 11/04/2016 ms.technology: - cpp-tools ms.topic: reference f1_keywords: - __noop_cpp - __noop dev_langs: - C++ helpviewer_keywords: - __noop keyword [C++] ms.assetid: 81ac6e97-7bf8-496b-b3c4-fd02837573e5 author: corob-msft ms.author: corob ms.workload: - cplusplus...
:::demo # 自动播放 ```html <ve-carousel autoplay class="text-white"> <ve-carousel-item v-for="i in 5"> <ve-image src="https://picsum.photos/id/11/500/300" :aspect-ratio="500 / 300" /> </ve-carousel-item> </ve-carousel> ``` :::
# integration_workflow
SGX-LKL-OE Python and NumPy Sample Application ============================================== In this sample you will run a simple Python application in SGX-LKL and get used to the available tools. The aim of this sample is to verify that the Python application works in SGX-LKL without considering more advanced topics...
--- id: 1992 title: Custom banners and Signs date: 2013-01-05T07:08:00+00:00 author: admin layout: post guid: http://www.nightskyillusions.com/?p=1992 permalink: /2013/01/05/custom-banners-and-signs/ categories: - General --- As a business person, you want a unique type of sticker and signs with your company logo and...
## Attentions 1. This folder is "common" for all toolchains. 2. If you want to add new `.c` files, please do not forget to fix SConscript file too. eg: ```python if GetDepend('RT_USING_POSIX') == False: SrcRemove(src, ['unistd.c']) ```
--- title: Localizar em arquivos | Microsoft Docs ms.custom: ms.date: 03/01/2017 ms.prod: sql-non-specified ms.prod_service: sql-tools ms.service: ms.component: ssms-scripting ms.reviewer: ms.suite: sql ms.technology: - database-engine ms.tgt_pltfrm: ms.topic: article f1_keywords: - vs.findreplace.findinfiles - vs....
# threejs-ui-boilerplate Boilerplate to add a WebGL UI in a three.js scene
--- description: sys.fn_virtualservernodes (Transact-SQL) title: sys. fn_virtualservernodes (Transact-SQL) | Microsoft Docs ms.custom: '' ms.date: 03/14/2017 ms.prod: sql ms.prod_service: database-engine, pdw ms.reviewer: '' ms.technology: system-objects ms.topic: language-reference f1_keywords: - fn_virtualservernodes...
--- id: conditional-rendering title: Conditional Rendering permalink: docs/conditional-rendering.html prev: handling-events.html next: lists-and-keys.html redirect_from: - "tips/false-in-jsx.html" --- રિએક્ટ માં, તમે વિશિષ્ટ કોમ્પોનેન્ટ બનાવી શકો છો જે તમને જરૂરી વર્તનને સમાવી લે છે. તે પછી, તમારા એપ્લિકેશન ના સ્ટેટ...
# Permuted sequential MNIST ## Usage ``` python psMNIST_task.py [args] ``` Options: - nhid : hidden size of recurrent net - epochs : max epochs - batch : batch size - lr : learning rate - dt : step size parameter dt of the coRNN - gamma : y controle parameter gamma of the coRNN - epsilon : z controle parameter epsilo...
--- title: Portal de inscrição de autoatendimento para colaboração B2B – Azure Active Directory | Microsoft Docs description: A colaboração B2B do Active Directory do Azure dá suporte a relações entre empresas, permitindo que os parceiros de negócios acessem de maneira seletiva seus aplicativos corporativos services: a...
# Async Agent > A javascript library of async functions > > [![npm][npm]][npm-url] [![build][build]][build-url] [![coverage][coverage]][coverage-url] [![deps][deps]][deps-url] [![size][size]][size-url] [![vulnerabilities][vulnerabilities]][vulnerabilities-url] [![license][license]][license-url] <br><a name="map"></a...
--- title: sp_xml_preparedocument (Transact-SQL) | Microsoft Docs ms.custom: '' ms.date: 03/14/2017 ms.prod: sql ms.prod_service: database-engine ms.reviewer: '' ms.technology: system-objects ms.topic: language-reference f1_keywords: - sp_xml_preparedocument_TSQL - sp_xml_preparedocument dev_langs: - TSQL helpviewer_ke...
如何在FreeBSD 10.2上配置Apache和SSL并安装Bugzilla ================================================================================ Bugzilla是一款bug跟踪系统和测试工具,它基于web且开源,由mozilla计划开发并由Mozilla公共许可证授权。它经常被一些高科技公司如mozilla、红帽公司和gnome使用。Bugzilla起初由Terry Weissman在1998年创立,它用perl语言编写,用MySQL作为后端数据库。它是一款旨在帮助管理软件开发的服务器软件,它功能丰富、高优化度的数据库、卓越的安全性、高...
# docker-php-dev-env Some configuration to start using Docker for PHP development. ## Getting Started These instructions will get you a copy of the project up and running on your local machine for development. ### Prerequisites You need a linux computer and docker 1.8+ with docker-compose 1.5+. OSX will also work ...
--- layout: post title: "アジャイル事例セミナー(1) 無事開催しました" description: "" category: event tags: [event] --- 2011/10/29(土)に[アジャイル事例セミナー](https://sites.google.com/site/agile459/events/agile_case_study/agilecasestudy01)が松山市民会館で開催されました。 参加者は全部で18名でした。 <br/> 当日、福岡から移動してきて頂いた小島プレス工業菅野様をお迎えし 初の有料開催とさせて頂きました。 直前でもう一人の講演者の方の体調不良の...
{{{ "title": "Configuring a Provider for CAM", "date": "9-18-2018", "author": "Anthony Hakim", "keywords": ["cpc", "cloud", "vmware", "cam", "support", "vcf"], "attachments": [], "related-products" : [], "contentIsHTML": false, "sticky": false }}} ### Description In this KB article, we walk through how...
# Download your files from cloud.mail.ru
--- options: menu: weight: 70 category: advanced --- # 发布插件 ## 前注 本章节仅包含插件发布流程指导,插件开发请查阅 **[创建插件](../tutorial/plugin/config-plugin.md)** 章节与 **[Plugin API 文档](../api/plugin.md)** 。 ## 插件发布流程 ### 发布到 PyPI 您可以选择任意自己喜欢的方式将您的插件发布到 **[PyPI](https://pypi.org/)** ,如使用 **[setuptools](https://pypi.org/project/se...
--- title: Acceso a base de datos SQLite usando Python y Pandas teaching: 20 exercises: 25 questions: - ¿Cómo conectarse a una base de datos SQLite desde Python? - ¿Cómo extraer datos de una base de datos SQLite a un DataFrame de Python? - ¿Cuáles son los beneficios de usar una base de datos en vez de un ar...
--- title: Ühiskasutus väliskasutajatega ei tööta ms.author: mikeplum author: MikePlumleyMSFT manager: scotv ms.date: 04/21/2020 ms.audience: Admin ms.topic: article ms.service: o365-administration ROBOTS: NOINDEX, NOFOLLOW localization_priority: Normal ms.collection: Adm_O365 ms.custom: '' ms.assetid: d3d0b69b-214e-48...
--- title: WebBrowser sourceCodeUrl: "https://github.com/expo/expo/tree/sdk-35/packages/expo-web-browser" --- import SnackEmbed from '~/components/plugins/SnackEmbed'; import SnackInline from '~/components/plugins/SnackInline'; Provides access to the system's web browser and supports handling redirects. On iOS, it us...
--- title: Ativar o Monitor Azure para VMs utilizando a Política Azure description: Este artigo descreve como permite o Monitor Azure para VMs para várias máquinas virtuais Azure ou conjuntos de escala de máquinas virtuais utilizando a Política Azure. ms.subservice: '' ms.topic: conceptual author: bwren ms.author: bwre...
# Autoarchive unused slack channels ## Requirements - python2.7/python3 - Install requirements.txt ( `pip install -r requirements.txt` ) - Slack API token (https://api.slack.com/docs/oauth-test-tokens) ## Example Usages The `SLACK_TOKEN` must be exposed as a environment variable before running your script. By defau...
<!-- id: 38081786 link: http://tumblr.atmos.org/post/38081786/sonic-bloom-festival-o-june-19-21-2008-o-winter-park slug: sonic-bloom-festival-o-june-19-21-2008-o-winter-park date: Wed Jun 11 2008 19:59:44 GMT-0700 (PDT) publish: 2008-06-011 tags: title: Sonic Bloom Festival • June 19-21, 2008 • Winter Park, CO --> S...
--- home: true actionText: More Information actionLink: /api/ --- [![NPM version][npm-image]][npm-url] ![][david-url] ![][dt-url] ![][license-url] DFocus wanted ssp solution - javascript-client. It must be work with the specific Backend(TBD) `socket.io.client.biz` is made for domain specific business scenarios. It c...
--- layout: default title: Documentation nav_exclude: true --- Welcome to the Documentation for the Discord Tip Bots made by `greenbigfrog#4461`
# API Finance Data Provider - Change Log ### [1.3.0] | 2018-02-12 #### ADDED ##### API Yahoo Finance + historical data ##### API Stooq + symbol lookup ### [1.2.0] | 2018-02-03 #### ADDED ##### API Stooq + historical quotes ### [1.1.0] | 2018-02-02 #### ADDED ##### General + API Manager with option to choose specifi...
--- description: DBCC FREESESSIONCACHE (Transact-SQL) title: DBCC FREESESSIONCACHE (Transact-SQL) | Microsoft Docs ms.custom: '' ms.date: 07/16/2017 ms.prod: sql ms.prod_service: sql-database ms.reviewer: '' ms.technology: t-sql ms.topic: language-reference f1_keywords: - FREESESSIONCACHE - FREESESSIONCACHE_TSQL - DBCC...
## ``mkl_random`` -- a NumPy-based Python interface to Intel (R) MKL Random Number Generation functionality `mkl_random` has started as Intel (R) Distribution for Python optimizations for NumPy. Per NumPy's community suggestions, voiced in https://github.com/numpy/numpy/pull/8209, it is being released as a stand-alo...
# Tourniquet gRPC load-balancing on Kubernetes can be painful: https://kubernetes.io/blog/2018/11/07/grpc-load-balancing-on-kubernetes-without-tears/ Instead of having to rely on a service-mesh, a cheap alternative is to manage **client-side load balancing**. In Kubernetes, we have to configure a Service on top of ...
--- title: 'Esempio di Criteri di Azure: SKU di bilanciamento del carico consentiti' description: Questo criterio di esempio richiede che i servizi di bilanciamento del carico usino uno SKU approvato. services: azure-policy author: DCtheGeek manager: carmonm ms.service: azure-policy ms.topic: sample ms.date: 09/18/2018...
--- title: Building the FSA Spartacus Storefront using 2.0 Libraries --- The following instructions describe how to build an FSA storefront application using published FSA Spartacus 2.x libraries. If you are building Spartacus from source, see [Contributor Setup]({{ site.baseurl }}{% link _pages/contributing/contribut...
# Release History ## 4.1.1 (Unreleased) ## 4.1.0 (2021-03-23) - The system event names `Microsoft.Communication.ChatParticipantAddedToThread` and `Microsoft.Communication.ChatParticipantRemovedFromThread` have been removed, and `Microsoft.Communication.ChatThreadParticipantAdded` and `Microsoft.Communication.Chat...
--- title: 使用 Windows 驗證建立資料庫鏡像會話(SQL Server Management Studio) |Microsoft Docs ms.custom: '' ms.date: 06/13/2017 ms.prod: sql-server-2014 ms.reviewer: '' ms.technology: high-availability ms.topic: conceptual helpviewer_keywords: - database mirroring [SQL Server], sessions ms.assetid: 7cb418d6-dce1-4a0d-830e-9c5ccfe3bd...
--- title: '创建有效 ID IDREF IDREFS 类型属性-sql: prefix (SQLXML 4.0) |Microsoft Docs' ms.custom: '' ms.date: 03/06/2017 ms.prod: sql ms.prod_service: database-engine, sql-database ms.reviewer: '' ms.technology: xml ms.topic: reference helpviewer_keywords: - IDREFS relationships [SQLXML] - annotated XSD schemas, ID type attri...
--- layout: post title: "Environment Leakage" summary: Only slightly less revolting than Olestra. image: olestra.gif tags: [puppet, "configuration management", programming, "cache is hard"] --- Welcome back; gather 'round. Today we're going to talk about a topic we've all been wondering how to bring up. We'll be talkin...
# Drone 基于 `Docker` 的 `CI/CD` 工具 `Drone` 所有编译、测试的流程都在 `Docker` 容器中进行。 开发者只需在项目中包含 `.drone.yml` 文件,将代码推送到 git 仓库,`Drone` 就能够自动化的进行编译、测试、发布。 本小节以 `GitHub` + `Drone` 来演示 `Drone` 的工作流程。当然在实际开发过程中,你的代码也许不在 GitHub 托管,那么你可以尝试使用 `Gogs` + `Drone` 来进行 `CI/CD`。 ## Drone 关联项目 在 Github 新建一个名为 `drone-demo` 的仓库。 打开我们已经 [部署好的 Dr...
--- layout: course-page title: 'From Sensors to Actions' permalink: /module3/assignment description: 'Prototyping Connected Product - Assignment 3' assignment-id: 3 assignment-of: id5415-3 introduction: In this assignment, you will wire three sensors to your Raspberry Pi, to sense light, motion and temperature. You wil...
--- title: Deploying Calico and Kubernetes on AWS canonical_url: 'https://docs.projectcalico.org/v3.0/getting-started/kubernetes/installation/aws' --- There are a number of solutions for deploying Calico and Kubernetes on AWS. We recommend taking a look at the following solutions and guides which install Calico for n...
--- layout: post title: How My Startup Got Acquired After 6 Months --- ![How-My-Show-HN-Project-Got-Acquired-After-6-Months-Hero]({{ site.baseurl }}/images/1_dNYHIevehfo4Vw1nprlVBQ.jpeg) _That’s me (right!) at a Japanese temple for New Year’s. That dragon is supposed to give you luck :)_ <div> <a style="display: f...
--- layout: archive title: "CV" permalink: /cv/ author_profile: true redirect_from: - /resume --- {% include base_path %} Education ====== * B.S. in Computer Science and Technology, Nanjing University, 2019 * Ph.D in Computer Science and Technology, Nanjing University, 2024 (expected) Work experience ====== * 2021...
# carteAnniversaireAnimee code de carte anniversaire animee
--- title: 使用 FabricClient 进行 Azure Service Fabric 部署 description: 使用 FabricClient API 部署和删除 Service Fabric 中的应用程序。 services: service-fabric documentationcenter: .net author: rockboyfor manager: digimobile editor: '' ms.assetid: b120ffbf-f1e3-4b26-a492-347c29f8f66b ms.service: service-fabric ms.devlang: dotnet ms.topic...
--- description: Класс событий Lock:Escalation title: Класс событий Lock:Escalation | Документация Майкрософт ms.custom: '' ms.date: 03/14/2017 ms.prod: sql ms.reviewer: '' ms.technology: supportability ms.topic: conceptual helpviewer_keywords: - Escalation event class - lock escalation [SQL Server], event class ms.ass...
--- title: Fichier Include description: Fichier Include services: service-fabric-mesh author: dkkapur ms.service: service-fabric-mesh ms.topic: include ms.date: 05/24/2018 ms.author: dekapur ms.custom: include file ms.openlocfilehash: 1c76f84248b674c79ba41953be3358f5c52ead97 ms.sourcegitcommit: c2065e6f0ee0919d36554116...
Personal Website (`samuelcroset.com`) ============ - Done with [Jekyll](http://jekyllrb.com/). - Background image sampled from: https://www.youtube.com/watch?v=NeH016cL8Ks ## Commands - `jekyll serve --watch` - `jekyll build --destination` ## Export for gh-pages - Modif the file `_config.yml` and replace `baseurl:...
<!--remove-start--> # Motion <!--remove-end--> Basic Passive Infrared Motion detection. ##### Breadboard for "Motion" ![docs/breadboard/motion.png](breadboard/motion.png)<br> Fritzing diagram: [docs/breadboard/motion.fzz](breadboard/motion.fzz) &nbsp; Run this example from the command line with: ```ba...
SLUdissertation
MIT License Copyright (c) 2022 CodeWriter Packages 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, publis...
# BigQuery For context on getting started with ingestion, check out our [metadata ingestion guide](../README.md). ## Setup To install this plugin, run `pip install 'acryl-datahub[bigquery]'`. ## Prerequisites ### Create a datahub profile in GCP: 1. Create a custom role for datahub (https://cloud.google.com/iam/docs...
# Volunteer Tracker #### _Epicodus Project in Ruby, September 22, 2017_ #### By Kelsey Langlois ## Description _A Ruby Web App for tracking the volunteers assigned to various nonprofit projects. Allows user to create, edit, and delete projects, and create and assign volunteers to them. User can also search projects...
# County Presidential Data 2000-2016 - **Data source**: https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/VOQCHQ - **Last downloaded**: 04/02/2020 - **Data description**: contains county-level returns for presidential elections from 2000 to 2016 according to official state election data recor...
--- Title: Zivilprozessordnung jurabk: ZPO layout: default origslug: zpo slug: zpo --- # Zivilprozessordnung (ZPO) Ausfertigungsdatum : 1950-09-12 Fundstelle : BGBl: 1950, 455 (512, 533) Neugefasst durch : Bek. v. 5.12.2005 I 3202 (2006 I 431) (2007 I 1781) Zuletzt geändert durch : Art. 2 G v. 20.12.2012 ...
--- title: 'Tutorial: Uso de la configuración dinámica en una aplicación de .NET Core' titleSuffix: Azure App Configuration description: En este tutorial aprenderá a actualizar dinámicamente los datos de configuración de aplicaciones de .NET Core services: azure-app-configuration documentationcenter: '' author: GrantMe...
# Ezhou.geoJSON 🗄️ 鄂州地图数据。 ## Issues 使用的时候遇到任何问题或有好的建议,请点击进入[issue](https://github.com/hai2007/datapool/issues),欢迎参与维护! ## How to use? 请直接在页面中加入下面这行代码,然后通过```EzhouGeoJSON```即可调用: ```html <script src="https://cdn.jsdelivr.net/npm/@datapool/ezhou.geojson@1"></script> ``` 如果你想通过npm方式管理,首先你需要通过命令行安装``````EzhouGeoJSON...
--- title: Expiration des messages Azure Service Bus | Microsoft Docs description: Expiration et durée de vie des messages Azure Service Bus services: service-bus-messaging documentationcenter: '' author: axisc manager: timlt editor: spelluru ms.service: service-bus-messaging ms.workload: na ms.tgt_pltfrm: na ms.devlan...
# hubot-mongo-bridge Bridge between hubot scripts and Rocket.Chat mongodb ## Settings You can set up project by using environment variables <table> <tr> <th>NAME</th> <th>DESCRIPTION</th> <th>DEFAULT VALUE</th> </tr> <tr> <td>HOST</td> <td>Host name for the server<...
# <img src="https://cml.js.org/doc/assets/100*100.png"/> Chameleon [![Build Status](https://www.travis-ci.org/didi/chameleon.svg?branch=master)](https://www.travis-ci.org/didi/chameleon) [![license](https://img.shields.io/npm/l/chameleon-tool.svg?registry_uri=https%3A%2F%2Fregistry.npmjs.com&style=popout-square)](https...
# Bollywood Mania Quiz ## Description A single page quiz application (Frontend only). ##Contains: * Ducks architecture (https://github.com/erikras/ducks-modular-redux). Simple pattern to write redux apps. * ES6 - 7 Support with Babel * React Routing * Hot module reloading * webpack * Sass support, just import your...
## 主要功能扩展 ### 增加表格配置记忆化功能 _addHeaderWidthChangeHandler(callback) 增加表格宽度变动回调 _readConfig() 读取表格配置 _loadConfig 更新表格配置
Alias for `docker container stats`.
--- name: Deep Roots Garden Center And Florist address_1: 207 North Sepulveda Boulevard address_2: '' city: Manhattan Beach state: CA zip: '' phone: '' latitude: '33.88055024000' longitude: '-118.39609243000' category: Cultivate LA website: '' active: '' daycode1: '' day1_open: '' day1_close: '' daycode2: '' day2_open:...
<img src="http://i.imgur.com/fPIgqLg.jpg"/> # Authboss [![GoDoc](https://img.shields.io/badge/godoc-reference-5272B4)](https://pkg.go.dev/mod/github.com/volatiletech/authboss/v3) ![ActionsCI](https://github.com/volatiletech/authboss/workflows/test/badge.svg) [![Mail](https://img.shields.io/badge/mail%20list-authboss-...
--- layout: post date: 2016-08-12 title: "Watters - Willowby Willowby Style 52132 Sleeveless Sweep/Brush Train Sheath/Column" category: Watters - Willowby tags: [Watters - Willowby,Willowby,Sheath/Column,V-neck,Sweep/Brush Train,Sleeveless] --- ### Watters - Willowby Willowby Style 52132 Just **$359.99** ### Sleevele...
# YOLOv2 in PyTorch **NOTE: This project is no longer maintained and may not compatible with the newest pytorch (after 0.4.0).** This is a [PyTorch](https://github.com/pytorch/pytorch) implementation of YOLOv2. This project is mainly based on [darkflow](https://github.com/thtrieu/darkflow) and [darknet](https://github...
--- layout: post comments: true categories: Other --- ## Download Compaq s9500 servise manual book But before Compaq s9500 servise manual proceed to give an by sea and storm but by their defenses that disguised the island and sent ships astray, and he waddled out of the hub He listens, was a friend of the family; con...
--- title: OpenProject 7.4.4 sidebar_navigation: title: 7.4.4 release_version: 7.4.4 release_date: 2018-05-07 --- # OpenProject 7.4.4 <span class="explanatory-dictionary-highlight" data-definition="explanatory-dictionary-definition-10">Version</span> 7.4.4 of OpenProject has been released. This release...
# Contributing to LogRhythm.Tools LogRhythm.Tools has a `master` branch for stable releases and a `develop` branch for daily development. New features and fixes are always submitted to the `develop` branch. This project follows standard [GitHub flow](https://guides.github.com/introduction/flow/index.html). Please lea...
--- title: IEnumDebugProcesses2::Reset |Microsoft Docs ms.custom: '' ms.date: 11/04/2016 ms.technology: - vs-ide-sdk ms.topic: conceptual f1_keywords: - IEnumDebugProcesses2::Reset helpviewer_keywords: - IEnumDebugProcesses2::Reset ms.assetid: 31cbde4f-0bba-497a-9969-d2c342ef4a7b author: gregvanl ms.author: gregvanl ma...
# desafios-html5-css3 Desafios do curso de HTML5 e CSS3 do Curso em Vídeo
--- title: Unterschiede zwischen MSAL.js und ADAL.js | Azure description: Erfahren Sie mehr über die Unterschiede zwischen der Microsoft Authentication Library für JavaScript (MSAL.js) und der Azure AD-Authentifizierungsbibliothek für JavaScript (ADAL.js) und über die Auswahl des jeweils zu verwendenden Tools. services...