text stringlengths 2 99.9k | meta dict |
|---|---|
1
00:01:02,754 --> 00:01:07,825
(男の荒い息づかい)
(パソコンのキーボードを打つ音)
2
00:01:07,825 --> 00:01:09,827
(花堂彩香)
「真実は 2つに1つ」
3
00:01:09,827 --> 00:01:11,813
「フィフティーフィフティーの
キャットファイト」
4
00:01:11,813 --> 00:01:13,815
「『日本一のクイズバラエティ
○×クイーン』」
5
00:01:13,815 --> 00:01:15,800
「司会の花堂彩香です」
6
00:01:15,800 --> 00:01:17,869
「(拍手)」
7
00:0... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Type Name="XStreamingElement" FullName="System.Xml.Linq.XStreamingElement">
<TypeSignature Language="C#" Value="public class XStreamingElement" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit XStreamingElement extends System.Object" />
<Ass... | {
"pile_set_name": "Github"
} |
/*
** Trace compiler error messages.
** Copyright (C) 2005-2013 Mike Pall. See Copyright Notice in luajit.h
*/
/* This file may be included multiple times with different TREDEF macros. */
/* Recording. */
TREDEF(RECERR, "error thrown or hook called during recording")
TREDEF(TRACEOV, "trace too long")
TREDEF(STACKOV, ... | {
"pile_set_name": "Github"
} |
# PyAlgoTrade
#
# Copyright 2011-2015 Gabriel Martin Becedillas Ruiz
#
# 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 ap... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Writing Modes Test: absolutely positioned non-replaced element - 'direction: ltr' and 'top', 'height' and 'bottom' are 'auto'</title>
<li... | {
"pile_set_name": "Github"
} |
# Resource Validation Messaging
Custom resources provide multiple property validators, allowing authors to control property input beyond just simple data types. Authors can expect strings to match predefined strings, match a regex, or return true from a callback method. This gives the author great control over the inp... | {
"pile_set_name": "Github"
} |
"use strict";
// Some environments don't have global Buffer (e.g. React Native).
// Solution would be installing npm modules "buffer" and "stream" explicitly.
var Buffer = require("buffer").Buffer;
var bomHandling = require("./bom-handling"),
iconv = module.exports;
// All codecs and aliases are kept here, keyed... | {
"pile_set_name": "Github"
} |
/*
* Copyright Strimzi authors.
* License: Apache License 2.0 (see the file LICENSE or http://apache.org/licenses/LICENSE-2.0.html).
*/
package io.strimzi.operator.topic;
import io.strimzi.operator.topic.zk.AclBuilder;
import io.strimzi.operator.topic.zk.Zk;
import io.vertx.core.AsyncResult;
import io.vertx.core.Fu... | {
"pile_set_name": "Github"
} |
#ifndef __NVIF_IF500B_H__
#define __NVIF_IF500B_H__
#include "if000a.h"
struct nv50_mem_vn {
/* nvif_mem_vX ... */
};
struct nv50_mem_v0 {
/* nvif_mem_vX ... */
__u8 version;
__u8 bankswz;
__u8 contig;
};
struct nv50_mem_map_vn {
};
struct nv50_mem_map_v0 {
__u8 version;
__u8 ro;
__u8 kind;
__u8 com... | {
"pile_set_name": "Github"
} |
{
"default_state": "Level1",
"states": {
"Level1": {
"runs": [
{
"name": "ppo-10M",
"agent": "ppo",
"hyperparameters": {
"timesteps": 10000000,
"time_limit": 4500
},
"tags": [],
"rewards": {
"mean": 445... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Ve... | {
"pile_set_name": "Github"
} |
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
export const definition: IconDefinition;
export const faWallet: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures:... | {
"pile_set_name": "Github"
} |
# camelcase [](https://travis-ci.org/sindresorhus/camelcase)
> Convert a dash/dot/underscore/space separated string to camelCase: `foo-bar` → `fooBar`
## Install
```sh
$ npm install --save camelcase
```
## Usage
```js
var camelCase = ... | {
"pile_set_name": "Github"
} |
package scouterx.webapp.layer.controller;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.Setter;
import scouterx.webapp.framework.exception.ErrorState;
import scouterx.webapp.framework.exception.ErrorStateBizException;
import scouterx.webapp.framework.exception.ErrorStateException;
import scoute... | {
"pile_set_name": "Github"
} |
<?php
/**
* Zend Framework
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.zend.com/license/new-bsd
* If you did not receive a copy of the license an... | {
"pile_set_name": "Github"
} |
package mem
import (
"github.com/nu7hatch/gouuid"
"google.golang.org/appengine"
"google.golang.org/appengine/log"
"net/http"
)
func newVisitor(req *http.Request) (*http.Cookie, error) {
m := initialModel()
id, err := uuid.NewV4()
if err != nil {
ctx := appengine.NewContext(req)
log.Errorf(ctx, "ERROR newVi... | {
"pile_set_name": "Github"
} |
/*
This file contains special classes for bitwise
reading and writing of arrays
*/
#include "bitops.h"
#include <algorithm>
#include <array>
#include <cstdio>
#include <cstdlib>
#include <experimental/filesystem>
#include <fstream>
#include <stdexcept>
#if defined(_WIN32) || defined(WIN32)
#include <... | {
"pile_set_name": "Github"
} |
@echo off
REM Configures the Windows build
SETLOCAL EnableExtensions
REM Set this variable if any warnings have been reported
SET warnings=0
REM Not all versions of windows the the %programfiles(x86)% variable
IF NOT DEFINED programfiles(x86) SET programfiles(x86)=%programfiles%
REM When calling configure.bat from ... | {
"pile_set_name": "Github"
} |
// Copyright 2015 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// Flags: --always-opt
var __v_0 = "";
var __v_1 = {};
var __v_2 = {};
var __v_3 = {};
var __v_4 = {};
var __v_5 = {};
var __v_6 = {};
var __v_7 = {}... | {
"pile_set_name": "Github"
} |
a3a0a16e4c17c7f12798a4a18b5fbd5f5cb7143d9f951ff2cad1aa0aee411a2844a220bb5dcda4a825424690d91ca7d822e3969de5ef18f15719d353f3e1fecb
| {
"pile_set_name": "Github"
} |
package org.wikidata.query.rdf.test;
import java.io.Closeable;
/**
* Used to set system properties in a specific test context and reset them afterward.
*/
public final class SystemPropertyContext implements Closeable {
private final String key;
private final String value;
private SystemPropertyContext... | {
"pile_set_name": "Github"
} |
#! gmake
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#######################################################################
# (1) Include initial platform-indepe... | {
"pile_set_name": "Github"
} |
<?php defined('SYSPATH') OR die('No direct access allowed.');
/**
* utf8::from_unicode
*
* @package Core
* @author Kohana Team
* @copyright (c) 2007 Kohana Team
* @copyright (c) 2005 Harry Fuecks
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt
*/
function _from_unicode($arr)
{
ob_s... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Name="imagehl"
ProjectGUID="{15DEA3EA-9386-49C7-80C6-5B090DE1D536}"
Keyword="Win32Proj">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
Ou... | {
"pile_set_name": "Github"
} |
/**
* DP,每天的股票可以保留、卖出、或买入。第一次买入股票的利润影响第一次卖出股票的利润,第一次卖出股票的利润影响第二次买入股票的利润,
* 第二次买入股票的利润影响第二次卖出股票的利润,所以最后返回的secondsell就是最终结果
* firstSell表示第一次不持有股票的最大利润,
* firstHold表示第一次持有股票的最大利润,
* secondSell表示第二次不持有股票的最大利润
* secondHold表示第二次持有股票的最大利润,
*/
class Solution {
public int maxProfit(int[] prices) {
int n = pri... | {
"pile_set_name": "Github"
} |
/*
* Minecraft Forge
* Copyright (c) 2016-2020.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation version 2.1
* of the License.
*
* This library is distributed in the hope that it... | {
"pile_set_name": "Github"
} |
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 1997-2016 Oracle and/or its affiliates. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
* and Distribution Licens... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_131) on Wed Aug 09 10:22:18 PDT 2017 -->
<title>GlideOption (glide API)</title>
<meta name="date" content="2017-08-09">
<link rel="stylesheet" ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
**
** Copyright 2015, The Android Open Source Project
**
** 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/licen... | {
"pile_set_name": "Github"
} |
/*
Copyright 2016 The Kubernetes Authors All rights reserved.
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 ag... | {
"pile_set_name": "Github"
} |
/*
jsonpath
listprint:
console.log([...new Set( )].sort().map(c => JSON.stringify(c)).join(" | "))
*/
import { ShortcutsActionCategory } from "./Strings/ShortcutsActionCategory";
import { ShortcutsActionSubcategory } from "./Strings/ShortcutsActionSubcategory";
import { ShortcutsActionIODataType } from "./S... | {
"pile_set_name": "Github"
} |
Tensorflow Seq2Seq 闲聊机器人(Huan)
===================================================
Tensorflow Python 闲聊机器人
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
在本章,我们实现一个可以用来闲聊的对话模型。这个对话模型将基于序列到序列(Seq2Seq)来对电影台词中的对话数据进行训练。
序列到序列模型(Sequence to Sequence, SEQ2SEQ)是一种基于 RNN 的 Encoder-Decoder 结构,它也是现在谷歌应用于线上机器翻译的算法,翻译质量已经和人类水平不相上下。
这里... | {
"pile_set_name": "Github"
} |
open import Agda.Primitive
postulate
X : Set
Id : Set → Set
module Generic1HIT (S : Set) where
module RecType k (C : Set k) (Necc : Set) where
postulate P : Set
module Flattening k (F : Set → Set) (C : Set k) (Necc : Set) where
-- order f before C matters!
module W = Generic1HIT (F X) -- use of F mat... | {
"pile_set_name": "Github"
} |
<html>
<head>
<META HTTP-EQUIV="Content-Type" content="text/html; charset=utf-16">
</head>
<body>
<pre>
<table width=100% bgcolor=#CFCFE5><tr> <td> <font face=arial size=+3>
Build Log
</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5> </td><td width=0 bgcolor=#FFFFFF... | {
"pile_set_name": "Github"
} |
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<!-- javascript -->
<script src="${pageContext.request.contextPath}/js/jquery.min.js"></script>
<script src="${pageContext.request.contextPath}/js/jquery.validate.min.js"></script>
<script src="${pageContext.request.contextPath}/js/jquery.form.js"></scri... | {
"pile_set_name": "Github"
} |
{
$Project$
$Workfile$
$Revision$
$DateUTC$
$Id$
This file is part of the Indy (Internet Direct) project, and is offered
under the dual-licensing agreement described on the Indy website.
(http://www.indyproject.org/)
Copyright:
(c) 1993-2005, Chad Z. Hower and the Indy Pit Crew. All r... | {
"pile_set_name": "Github"
} |
T0 segment 0 3 Yuk
T1 segment 4 7 Yuk
T2 segment 7 9 's
T3 segment 10 12 is
T4 segment 13 14 a
T5 segment 15 23 national
T6 segment 24 30 comedy
T7 segment 31 35 club
T8 segment 36 41 chain
T9 segment 42 44 in
T10 segment 45 51 Canada
T11 segment 51 52 ,
T12 segment 53 60 founded
T13 segment 61 63 by
T14 segment 64 70 ... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Imagine package.
*
* (c) Bulat Shakirzyanov <mallluhuct@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Imagine\Image\Palette;
use Imagine\Image\Palette\Color\Gray as Gray... | {
"pile_set_name": "Github"
} |
/**
* OpenKM, Open Document Management System (http://www.openkm.com)
* Copyright (c) 2006-2017 Paco Avila & Josep Llort
* <p>
* No bytes were intentionally harmed during the development of this application.
* <p>
* This program is free software; you can redistribute it and/or modify
* it under the terms of the... | {
"pile_set_name": "Github"
} |
// Encapsulates a pack file, with methods to extract objects:
//
// getObjectAtOffset(offset)
//
// Also the entire file can be parsed, but this can take quite
// some time for all but the smallest pack files.
//
// parseAll()
Git.Pack = function(binary) {
var binaryString = Git.toBinaryString(binary)
var data ... | {
"pile_set_name": "Github"
} |
package edu.stanford.nlp.semgraph;
import edu.stanford.nlp.ling.IndexedWord;
import edu.stanford.nlp.trees.*;
import java.util.function.Predicate;
import edu.stanford.nlp.util.Filters;
import edu.stanford.nlp.util.Generics;
import edu.stanford.nlp.util.logging.Redwood;
import java.util.*;
/**
* Refactoring of stati... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) Narf Industries <info@narfindustries.com>
*
* 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, cop... | {
"pile_set_name": "Github"
} |
//---------------------------------------------------------------------------------------
// $Id$
// Copyright (c) 2013 by Mulle Kybernetik. See License file for details.
//---------------------------------------------------------------------------------------
#import <Foundation/Foundation.h>
@interface NSObject(O... | {
"pile_set_name": "Github"
} |
/*
* list.c
*
* Created on: Jun 25, 2019
* Author: eric
*
* Implements a sorted address<>pointerlist 'class'
*/
#include "list.h"
#include "displaydebug.h"
int addresslist_findclosestIndex(PAddressList l, QWORD address) //internal function for add
{
int begin = -1, end = -1;
if (l->size)
{
... | {
"pile_set_name": "Github"
} |
#ifndef _TOOLS_BE_BYTESHIFT_H
#define _TOOLS_BE_BYTESHIFT_H
#include <stdint.h>
static inline uint16_t __get_unaligned_be16(const uint8_t *p)
{
return p[0] << 8 | p[1];
}
static inline uint32_t __get_unaligned_be32(const uint8_t *p)
{
return p[0] << 24 | p[1] << 16 | p[2] << 8 | p[3];
}
static inline uint64_t __g... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<!--
In the example below, the "SetAttributes" transform will change t... | {
"pile_set_name": "Github"
} |
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
#include "Input/Reply.h"
#include "Widgets/DeclarativeSyntaxSupport.h"
#include "Widgets/SCompoundWidget.h"
class SDiscoveringAssetsDialog : public SCompoundWidget
{
public:
DECLARE_DELEGATE(FOnAssetsDiscovered)
SLA... | {
"pile_set_name": "Github"
} |
/**
* The Render Engine
* Math2D
*
* @fileoverview A static 2D math library with several helper methods.
*
* @author: Brett Fattori (brettf@renderengine.com)
* @author: $Author: bfattori@gmail.com $
* @version: $Revision: 1570 $
*
* Copyright (c) 2011 Brett Fattori (brettf@renderengine.com)
*
* Permission i... | {
"pile_set_name": "Github"
} |
## Interface: 80300
## Title: tullaRange
## Author: Tuller
## Notes: Out of range coloring based on RedRange
## Version: 8.3.2
## SavedVariables: TULLARANGE_COLORS
tullaRange.lua
## Title-zhCN: |cff880303[爱不易]|r tulla 技能超距提示
## Notes-zhCN: 动作条技能距离提示插件,当你的法术或技能超出距离或者没有足够的法力值时,将该动作条按钮着色,颜色可以修改为你想要的任意颜色,在界面选项的插件... | {
"pile_set_name": "Github"
} |
'''OpenGL extension ARB.matrix_palette
This module customises the behaviour of the
OpenGL.raw.GL.ARB.matrix_palette to provide a more
Python-friendly API
Overview (from the spec)
This extension extends the abilities of ARB_vertex_blend to include
a palette of modelview matrices. The n vertex units use a palet... | {
"pile_set_name": "Github"
} |
## sadd ##
**接口:** `/sadd`
**方法:** `POST`
**参数:**
* **tb** (必选)
* **key** (必选)
该参数必须放在 `http body` 中
* **ver** (可选)
该接口是 `/hustdb/sadd` 的代理接口,参数详情可参考 [这里](../hustdb/hustdb/sadd.md) 。
**使用范例:**
curl -i -X POST "http://localhost:8082/sadd?tb=test_table" -d "test_key"
[上一页](../ha.md)
[回首页](../../index... | {
"pile_set_name": "Github"
} |
---
title: "plugin install"
description: "the plugin install command description and usage"
keywords: "plugin, install"
---
# plugin install
```markdown
Usage: docker plugin install [OPTIONS] PLUGIN [KEY=VALUE...]
Install a plugin
Options:
--alias string Local name for plugin
--disable ... | {
"pile_set_name": "Github"
} |
---
name: Chore
about: Issues related to docs, workflow, dependency and others
---
**Describe the chore**
<!-- A clear and concise description of what you want to do. -->
**Would you like to work on the issue?**
<!-- Please let us know if you can work on it or the issue should be assigned to someone else. -->
- [ ] ... | {
"pile_set_name": "Github"
} |
# Localization
## Intro
localization is used for multiple languages support
## How to add a new language
1. translate specific resource files from zh <https://github.com/OpenReservation/ReservationServer/tree/dev/OpenReservation/Resources/zh>
2. add translated resource files into the `Resources` dir <https://github... | {
"pile_set_name": "Github"
} |
"""
Actor-Critic
-------------
It uses TD-error as the Advantage.
Actor Critic History
----------------------
A3C > DDPG > AC
Advantage
----------
AC converge faster than Policy Gradient.
Disadvantage (IMPORTANT)
------------------------
The Policy is oscillated (difficult to converge), DDPG can solve
this problem ... | {
"pile_set_name": "Github"
} |
/*global QUnit, sinon, oTable, oTreeTable */
sap.ui.define([
"sap/ui/table/qunit/TableQUnitUtils",
"sap/ui/qunit/QUnitUtils",
"sap/ui/table/Table",
"sap/ui/table/TreeTable",
"sap/ui/table/AnalyticalTable",
"sap/ui/dom/containsOrEquals",
"sap/ui/table/extensions/ExtensionBase",
"sap/ui/table/extensions/Keyboard... | {
"pile_set_name": "Github"
} |
ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE ia2_hypertext='<obj0>' caret_offset=0 n_selections=0
++IA2_ROLE_SECTION ia2_hypertext='<obj0>' caret_offset=0 n_selections=0
++++ROLE_SYSTEM_TEXT value='••••••' FOCUSABLE PROTECTED IA2_STATE_EDITABLE IA2_STATE_SELECTABLE_TEXT IA2_STATE_SINGLE_LINE text-input-type:password ia2_hyp... | {
"pile_set_name": "Github"
} |
see also model/prefsTree.py
since then moved to outtakes
=====
from modelTree/TreeModel.py:
_DEBUG_PREFTREE = False # bruce 050602 experiment; do not commit with True
from end of get_topnodes in TreeModel
if _DEBUG_PREFTREE: #bruce 050602
try:
from foundation.Utility import... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
lib = File.expand_path("lib", __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "sidekiq/throttled/version"
Gem::Specification.new do |spec|
spec.name = "sidekiq-throttled"
spec.version = Sidekiq::Throttled::VERSION
spec.authors = ["Alex... | {
"pile_set_name": "Github"
} |
// 2005-08-29 Paolo Carlini <pcarlini@suse.de>
//
// Copyright (C) 2005-2019 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// terms of the GNU General Public License as published by the
// Free S... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_UI_HUNG_PLUGIN_TAB_HELPER_H_
#define CHROME_BROWSER_UI_HUNG_PLUGIN_TAB_HELPER_H_
#include <map>
#include "base/memory/linked_... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2019 DuckDuckGo
~
~ 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
... | {
"pile_set_name": "Github"
} |
// Copyright 2013 Google Inc. All Rights Reserved.
//
// Use of this source code is governed by a BSD-style license
// that can be found in the COPYING file in the root of the source
// tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc.Rendering;
namespace Identity.Dapper.Samples.Web.Models.ManageViewModels
{
public class ConfigureTwoFactorViewModel
{
public string SelectedProvider { get; set; }
pu... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2013 Stormpath, Inc.
*
* 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 agreed... | {
"pile_set_name": "Github"
} |
"use strict";
exports.__esModule = true;
var _keys = require("babel-runtime/core-js/object/keys");
var _keys2 = _interopRequireDefault(_keys);
var _stringify = require("babel-runtime/core-js/json/stringify");
var _stringify2 = _interopRequireDefault(_stringify);
exports.default = function () {
var opts = argume... | {
"pile_set_name": "Github"
} |
<domain type="kvm">
<name>fedora29</name>
<uuid>00000000-1111-2222-3333-444444444444</uuid>
<metadata>
<libosinfo:libosinfo xmlns:libosinfo="http://libosinfo.org/xmlns/libvirt/domain/1.0">
<libosinfo:os id="http://fedoraproject.org/fedora/29"/>
</libosinfo:libosinfo>
</metadata>
<memory>65536</m... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_25) on Thu Jan 01 20:30:39 PST 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class com.f... | {
"pile_set_name": "Github"
} |
i am file
| {
"pile_set_name": "Github"
} |
from . import wgmultilinetree as multilinetree
from . import wgcheckbox as checkbox
import weakref
import curses
class MultiSelectTree(multilinetree.SelectOneTree):
_contained_widgets = checkbox.Checkbox
def set_up_handlers(self):
super(MultiSelectTree, self).set_up_handlers()
self.handle... | {
"pile_set_name": "Github"
} |
<!doctype html>
<title>invalid-first-character-of-tag-name</title>
<42></42>
| {
"pile_set_name": "Github"
} |
<?php
function echoln($str) {
echo $str;
echo "\n";
}
function usage($reason) {
echoln("Usage: php build-nix.php [flags]");
echoln("Flags in parantheses are optional");
echoln("");
echoln(" --bits=[32,64]");
echoln(" --function=[curve25519,ed25519]");
echoln(" (--compiler=[*gcc,clang,icc]) ... | {
"pile_set_name": "Github"
} |
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
/... | {
"pile_set_name": "Github"
} |
testing
hasValue
^ task hasValue. | {
"pile_set_name": "Github"
} |
<?php
namespace Modules\User\Http\Requests;
use Illuminate\Foundation\Http\FormRequest;
class LoginRequest extends FormRequest
{
/**
* Get the validation rules that apply to the request.
*
* @return array
*/
public function rules()
{
return [
'email' => 'required',... | {
"pile_set_name": "Github"
} |
---
title: Usage with JavaScript
sidebar_label: Usage with Vanilla JS
---
Since MikroORM 3.2, we can use `EntitySchema` helper to define own entities without
decorators, which works also for Vanilla JavaScript.
> Read more about `EntitySchema` in [this section](entity-schema.md).
Here is an example of such entity:
... | {
"pile_set_name": "Github"
} |
class Typing {
constructor(opts) {
this.opts = opts || {};
this.source = opts.source;
this.output = opts.output;
this.delay = opts.delay || 120;
this.chain = {
parent: null,
dom: this.output,
val: []
};
if (!(typeof this.opts.done === 'function')) this.opts.done = functio... | {
"pile_set_name": "Github"
} |
---
title: "Implement a Dispose method"
description: In this article, learn to implement the Dispose method, which releases unmanaged resources used by your code in .NET.
ms.date: 09/08/2020
ms.technology: dotnet-standard
dev_langs:
- "csharp"
- "vb"
helpviewer_keywords:
- "Dispose method"
- "garbage collection... | {
"pile_set_name": "Github"
} |
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<AssetTargetFallback>$(AssetTargetFallback);portable-net45+win8+wp8+wpa81;</AssetTargetFallback>
<RootNamespace>AngularBPWorkflow</RootNamespace>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRe... | {
"pile_set_name": "Github"
} |
context("test-tbl_survfit")
testthat::skip_on_cran()
library(survival)
test_that("no errors/warnings with stratified variable", {
s1 <- survfit(Surv(ttdeath, death) ~ trt, trial)
s1.1 <- survfit(Surv(trial$ttdeath, trial$death) ~ trial$trt)
expect_error(
tbl_survfit(
s1,
times = c(12, 24)
),
... | {
"pile_set_name": "Github"
} |
---
title: 'Cómo: Prever condiciones de espacio insuficiente con almacenamiento aislado'
ms.date: 03/30/2017
ms.technology: dotnet-standard
dev_langs:
- csharp
- vb
- cpp
helpviewer_keywords:
- data stores, quotas
- isolated storage, quotas
- quantity of isolated storage used
- limit on isolated storage used
- stores, ... | {
"pile_set_name": "Github"
} |
<div class="post">
<header class="post-header">
<div style="display: flex; align-content: center; align-items: center; justify-content: center">
{% for author_idx in page.author %}
<div style="padding: 16px; display: inline-block; text-align: center">
{% assign author = site.data.authors[author_... | {
"pile_set_name": "Github"
} |
/*
*
* * Copyright 2020 http://www.hswebframework.org
* *
* * 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
* *
* *... | {
"pile_set_name": "Github"
} |
module Bosh::Director::Models
class OrphanDisk < Sequel::Model(Bosh::Director::Config.db)
one_to_many :orphan_snapshots
def validate
validates_presence [:disk_cid, :deployment_name, :instance_name]
validates_unique [:disk_cid]
end
def before_create
self.created_at ||= Time.now
... | {
"pile_set_name": "Github"
} |
# we reject collisions between commands and types
{ 'command': 'int', 'data': { 'character': 'str' } }
| {
"pile_set_name": "Github"
} |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/apigateway/model/UpdateUsagePlanRequest.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <utility>
using namespace Aws::APIGateway::Model;
using namespace Aws::Utils::Json;
... | {
"pile_set_name": "Github"
} |
//
// Colour customisation
//
// Border between the header (and footer) and the table body
$table-header-border: 1px solid #111;
// Border of rows / cells
$table-body-border: 1px solid #ddd;
// Row background colour (hover, striping etc are all based on this colour and
// calculated automatically)
$table-row-ba... | {
"pile_set_name": "Github"
} |
// Code generated by linux/mkall.go generatePtracePair(386, amd64). DO NOT EDIT.
// +build linux
// +build 386 amd64
package unix
import "unsafe"
// PtraceRegs386 is the registers used by 386 binaries.
type PtraceRegs386 struct {
Ebx int32
Ecx int32
Edx int32
Esi int32
Edi int32
Ebp ... | {
"pile_set_name": "Github"
} |
/* Class = "UITableViewSection"; headerTitle = "Start"; ObjectID = "9yn-W3-FDl"; Note = "Section in settings: settings that define what happens when the app is started."; */
"9yn-W3-FDl.headerTitle" = "Start";
/* Class = "UILabel"; text = "Auto-open the Previous Database"; ObjectID = "756-sL-G2t"; Note = "Option in se... | {
"pile_set_name": "Github"
} |
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_METRICS_EXPIRED_HISTOGRAM_UTIL_H_
#define COMPONENTS_METRICS_EXPIRED_HISTOGRAM_UTIL_H_
#include <stddef.h>
#include <stdint.h>
namesp... | {
"pile_set_name": "Github"
} |
--TEST--
SPL: RegexIterator::GET_MATCH
--FILE--
<?php
class MyRegexIterator extends RegexIterator
{
function show()
{
foreach($this as $k => $v)
{
var_dump($k);
var_dump($v);
}
}
}
$ar = new ArrayIterator(array('1','1,2','1,2,3','',NULL,array(),'FooBar',',',',,'));
$it = new MyRegexIterator($ar, '/(\d)... | {
"pile_set_name": "Github"
} |
import "hash"
rule k3e9_312eaa4bc6220912
{
meta:
copyright="Copyright (c) 2014-2017 Support Intelligence Inc, All Rights Reserved."
engine="saphire/1.2.2 divinorum/0.99 icewater/0.3.01"
viz_url="http://icewater.io/en/cluster/query?h64=k3e9.312eaa4bc6220912"
cluster="k3e9.312eaa4bc6220912"
... | {
"pile_set_name": "Github"
} |
/*
Copyright 2017 Google Inc.
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 agreed to in writing, software
dis... | {
"pile_set_name": "Github"
} |
package tenants
import "github.com/gophercloud/gophercloud"
func listURL(client *gophercloud.ServiceClient) string {
return client.ServiceURL("tenants")
}
func getURL(client *gophercloud.ServiceClient, tenantID string) string {
return client.ServiceURL("tenants", tenantID)
}
func createURL(client *gophercloud.Ser... | {
"pile_set_name": "Github"
} |
<html>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<head>
<title>Modutil Specification</title>
</head>
<body bgcolor=white fgcolor=black>
<center><h1>PK... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
// Go support for Protocol Buffers - Google's data interchange format
//
// Copyright 2010 The Go Authors. All rights reserved.
// https://github.com/golang/protobuf
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met... | {
"pile_set_name": "Github"
} |
'use strict';
var $export = require('./_export')
, $filter = require('./_array-methods')(2);
$export($export.P + $export.F * !require('./_strict-method')([].filter, true), 'Array', {
// 22.1.3.7 / 15.4.4.20 Array.prototype.filter(callbackfn [, thisArg])
filter: function filter(callbackfn /* , thisArg */){
re... | {
"pile_set_name": "Github"
} |
StartChar: r.subs
Encoding: 1539 -1 1256
Width: 1000
VWidth: 0
Flags: MW
LayerCount: 2
EndChar
| {
"pile_set_name": "Github"
} |
<annotation>
<folder>train</folder>
<filename>IMG_2453.JPG</filename>
<path>C:\tensorflow_cards\train\IMG_2453.JPG</path>
<source>
<database>Unknown</database>
</source>
<size>
<width>378</width>
<height>504</height>
<depth>3</depth>
</size>
<segmented>0</segmented>
<object>
<name>queen</name>
<pos... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.