text stringlengths 2 99.9k | meta dict |
|---|---|
---
external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml
keywords: powershell,cmdlet
Locale: en-US
Module Name: Microsoft.PowerShell.Utility
ms.date: 09/25/2020
online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.utility/out-string?view=powershell-6&WT.mc_id=ps-gethelp
sc... | {
"pile_set_name": "Github"
} |
---
# 直接回复
hi|你好|nihao: 'hi, I am robot'
# 随机回复一个
hello:
- 你好
- fine
- how are you
test:
- Roger that!
# YAML可能会把微信的表情符解析为数组,引号引起来比较保险
- "收到你的测试消息了!嘻嘻..[可爱]"
# 回复多行文本,只需在冒号后面加上竖线(|)
帮助: |
帮助这个事情,
说起来也不容易,
我也不知道怎么跟你解释,
发送 help 试试看呢
# 匹配组替换
/key (.*)/i: '你输入的匹配关键词是:{1}, \{1}replaced'
# 可以是一个rul... | {
"pile_set_name": "Github"
} |
package io.gitlab.arturbosch.detekt.core.util
import io.gitlab.arturbosch.detekt.api.PropertiesAware
import io.gitlab.arturbosch.detekt.api.UnstableApi
import io.gitlab.arturbosch.detekt.api.getOrNull
import java.time.Duration
import java.util.EnumMap
import java.util.LinkedList
class PerformanceMonitor {
enum c... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
namespace StarkPlatform.Compiler.Ergon.Logging
{
internal c... | {
"pile_set_name": "Github"
} |
mixin post(post, index)
article.post
header.post__head
time.post__time(datetime = date_xml(post.date))
= date(post.date, theme.date_format)
h1.post__title: a(href = config.root + post.path)
= post.title
if index != 'archive'
if post.img
a.post__image(href = config.roo... | {
"pile_set_name": "Github"
} |
/*
* This file contains an ECC algorithm that detects and corrects 1 bit
* errors in a 256 byte block of data.
*
* drivers/mtd/nand/nand_ecc.c
*
* Copyright © 2008 Koninklijke Philips Electronics NV.
* Author: Frans Meulenbroeks
*
* Completely replaces the previous ECC implementation which was... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
namespace OpenMcdf.Extensions.OLEProperties
{
public class DictionaryEntry
{
private const int CP_WINUNICODE = 0x04B0;
int codePage;
public DictionaryEntry(int codePage)
{
this.cod... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2001-2013 Joel de Guzman
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
=========================================... | {
"pile_set_name": "Github"
} |
package testsupport.matchers;
import com.jnape.palatable.lambda.adt.These;
import com.jnape.palatable.lambda.adt.hlist.Tuple2;
import com.jnape.palatable.lambda.functor.builtin.State;
import org.hamcrest.Description;
import org.hamcrest.Matcher;
import org.hamcrest.TypeSafeMatcher;
import static com.jnape.palatable.l... | {
"pile_set_name": "Github"
} |
/* Copyright 2017 The TensorFlow 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 a... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1999-2007 Apple Inc. All Rights Reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
* Version 2.0 (the 'License'). You may not use this file except in
*... | {
"pile_set_name": "Github"
} |
# Invalid query.
# =============
# This query cannot be run because of the following problems:
# * It contains a constraint type that can only be used internally (PathConstraintLoop)
| {
"pile_set_name": "Github"
} |
// Boost.Units - A C++ library for zero-overhead dimensional analysis and
// unit/quantity manipulation and conversion
//
// Copyright (C) 2003-2008 Matthias Christian Schabel
// Copyright (C) 2007-2008 Steven Watanabe
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LI... | {
"pile_set_name": "Github"
} |
# Event 518 - AudCaptureStream_StartStream
###### Version: 0
## Description
None
## Data Dictionary
|Standard Name|Field Name|Type|Description|Sample Value|
|---|---|---|---|---|
|TBD|object|Pointer|None|`None`|
|TBD|m_bEngineStarted|Boolean|None|`None`|
|TBD|hResult|UInt32|None|`None`|
## Tags
* etw_level_Informati... | {
"pile_set_name": "Github"
} |
/*********************************************************************
* Filename: arcfour_test.c
* Author: Brad Conte (brad AT bradconte.com)
* Copyright:
* Disclaimer: This code is presented "as is" without any guarantees.
* Details: Performs known-answer tests on the corresponding ARCFOUR
impleme... | {
"pile_set_name": "Github"
} |
{% if status == "ok" %}
<div class="pf-c-alert pf-m-success pf-m-inline pf-m-fit-content">
<div class="pf-c-alert__icon" title="Task completed successfully">
<i class="fas fa-check-circle" aria-hidden="true"></i>
<p> {{ status | upper }}</p>
</div>
</div>
{% elif status == "failed" or statu... | {
"pile_set_name": "Github"
} |
import React from 'react';
import { shallow } from 'enzyme';
import { User } from 'src/core/users';
import UserCard from './user-card';
describe('views', () => {
describe('UserCard', () => {
let props;
let user;
beforeEach(() => {
user = new User({
id: 123,
followingsCount: 20,
... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
@class CBottleContact;
@protocol IBottleContactMgrExt
@optional
- (void)onNewBottleContact:(CBottleContact *)arg1;
- (void)onSyncBott... | {
"pile_set_name": "Github"
} |
sr:
seeds:
settings:
official_level_1_name: Званична позиција 1
official_level_2_name: Званична позиција 2
official_level_3_name: Званична позиција 3
official_level_4_name: Званична позиција 4
official_level_5_name: Званична позиција 5
geozones:
north_district: Северни дист... | {
"pile_set_name": "Github"
} |
package com.escodro.search.model
/**
* UI representation of Task results.
*/
internal data class TaskSearch(
val id: Long = 0,
val completed: Boolean,
val title: String,
val categoryColor: Int?,
val isRepeating: Boolean
)
| {
"pile_set_name": "Github"
} |
{
"_from": "mkdirp@~0.5.1",
"_id": "mkdirp@0.5.1",
"_integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
"_location": "/mkdirp",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "mkdirp@~0.5.1",
"name": "mkdirp",
"escapedName": "mkdirp",
"rawSpec": "~0.5... | {
"pile_set_name": "Github"
} |
/*
tests/nested.cpp -- tests nested arrays and other fancy scalar types
Enoki is a C++ template library that enables transparent vectorization
of numerical kernels using SIMD instruction sets available on current
processor architectures.
Copyright (c) 2019 Wenzel Jakob <wenzel.jakob@epfl.ch>
... | {
"pile_set_name": "Github"
} |
var fs = require("fs");
exports.FILES = [
"../lib/utils.js",
"../lib/ast.js",
"../lib/parse.js",
"../lib/transform.js",
"../lib/scope.js",
"../lib/output.js",
"../lib/compress.js",
"../lib/sourcemap.js",
"../lib/mozilla-ast.js",
"../lib/propmangle.js",
"../lib/minify.js",
... | {
"pile_set_name": "Github"
} |
[
{
"name": "Distrito Federal",
"code": "MX-DIF",
"subdivision": "federal district"
},
{
"name": "Aguascalientes",
"code": "MX-AGU",
"subdivision": "state"
},
{
"name": "Baja California",
"code": "MX-BCN",
"subdivision": "state"
},
{
"name": "Baja California Sur",
"code": "MX-BCS",
"subdi... | {
"pile_set_name": "Github"
} |
using System;
using System.Text;
using Xunit;
namespace SpanJson.Tests.Generated
{
public partial class UInt64Tests
{
[Fact]
public void SerializeDeserializeOverflowUtf8()
{
// ulong.MaxValue+1
Assert.Throws<OverflowException>(() => JsonSerializer.Generic.Utf8.... | {
"pile_set_name": "Github"
} |
/*
Copyright 2014 The Kubernetes 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 agreed to in writing, ... | {
"pile_set_name": "Github"
} |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using UnityEngine;
namespace TreeEditor
{
public class TreeVertex
{
public Vector3 pos;
public Vector3 nor;
public Vector4 tangent ... | {
"pile_set_name": "Github"
} |
// (C) Copyright John Maddock 2001 - 2003.
// (C) Copyright David Abrahams 2002 - 2003.
// (C) Copyright Aleksey Gurtovoy 2002.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright 2016-2019 Francesco Benincasa (info@abubusoft.com)
*
* 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 Lic... | {
"pile_set_name": "Github"
} |
#ifndef TOUCH_TO_STRETCH_H
#define TOUCH_TO_STRETCH_H
#ifdef __cplusplus
extern "C" {
#endif
#include "STTypes.h"
typedef void STPrivData;
typedef struct RunParameter_s
{
int VoiceChangeFlag;
int sample_rate;
int channel_number;
float tempoDelta;//'t=xx'[-60.0 60.0]
float pitchDelta;//'p=xx'[-95.0 ... | {
"pile_set_name": "Github"
} |
SUMMARY="A Just-In-Time Compiler (JIT) for the Lua programming language"
DESCRIPTION="Lua is a powerful, dynamic and light-weight programming \
language. It may be embedded or used as a general-purpose, stand-alone \
language. LuaJIT is a Just-In-Time Compiler (JIT) for it."
HOMEPAGE="https://luajit.org/luajit.html"
CO... | {
"pile_set_name": "Github"
} |
register_checker("Username_Checker")
begin
require "levenshtein"
rescue LoadError
# catch error and prodive feedback on installing gem
puts "\nError: levenshtein gem not installed\n"
puts "\t use: \"gem install levenshtein-ffi\" to install the required gem\n\n"
exit
end
class Username_Checker < Checker
def ini... | {
"pile_set_name": "Github"
} |
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
using System;
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("WiX Toolset Dependency ... | {
"pile_set_name": "Github"
} |
using System.Collections.Generic;
using System.Runtime.Serialization;
namespace Umbraco.Web.Models.ContentEditing
{
[DataContract(Name = "result", Namespace = "")]
public class SearchResult
{
[DataMember(Name = "id")]
public string Id { get; set; }
[DataMember(Name = "score")]
... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Http;
namespace NSwag.Demo.Web.Controllers
{
public class BodyParameter
{
public string Foo { get; set; }
public string Bar { get; set; }
}
public class BodyInputController : ApiCont... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2011-present, Facebook, Inc. All rights reserved.
// This source code is licensed under both the GPLv2 (found in the
// COPYING file in the root directory) and Apache 2.0 License
// (found in the LICENSE.Apache file in the root directory).
//
// Copyright (c) 2011 The LevelDB Authors. All rights r... | {
"pile_set_name": "Github"
} |
Starting session. Type 'help' for a list of commands.
> t verbose
### verbose printing set to: false
> b main
### set breakpoint id: '0' method: 'main' bytecode index: '0'
> r
main @42
> s
main @a1
> s
a1 lazy initializer @1
> s
a1 lazy initializer @new A(1)
> s
A initializer @x
> s
A initializer @this.x = x... | {
"pile_set_name": "Github"
} |
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>IOAuth1Client | xero-node</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href=".... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<CodeLite_Project Name="24_PartialBlending" InternalType="Console" Version="10.0.0">
<Plugins>
<Plugin Name="qmake">
<![CDATA[00020001N0005Debug0000000000000001N0007Release000000000000]]>
</Plugin>
</Plugins>
<Description/>
<Dependencies/>
<VirtualDirectory... | {
"pile_set_name": "Github"
} |
{
"author": "Bludit",
"email": "",
"website": "https://plugins.bludit.com",
"version": "3.13.1",
"releaseDate": "2020-07-28",
"license": "MIT",
"compatible": "3.13.1",
"notes": ""
} | {
"pile_set_name": "Github"
} |
/*
Copyright The Kubernetes 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 agreed to in writing, softw... | {
"pile_set_name": "Github"
} |
require 'singleton'
require 'set'
module CouchFoo
module Observing # :nodoc:
def self.included(base)
base.extend ClassMethods
end
module ClassMethods
# Activates the observers assigned. Examples:
#
# # Calls PersonObserver.instance
# CouchFoo::Base.observers = :person_o... | {
"pile_set_name": "Github"
} |
#include <json/writer.h>
#include <utility>
#include <assert.h>
#include <stdio.h>
#include <string.h>
#include <iostream>
#include <sstream>
#include <iomanip>
#if _MSC_VER >= 1400 // VC++ 8.0
#pragma warning( disable : 4996 ) // disable warning about strdup being deprecated.
#endif
namespace Json {
static bool i... | {
"pile_set_name": "Github"
} |
/*
* Platform Bus device to support dynamic Sysbus devices
*
* Copyright (C) 2014 Freescale Semiconductor, Inc. All rights reserved.
*
* Author: Alexander Graf, <agraf@suse.de>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* Lice... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2018 NAVER Corp.
*
* 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 w... | {
"pile_set_name": "Github"
} |
local ProviderBase = import(".ProviderBase")
local ProviderAndroid = class("ProviderAndroid", ProviderBase)
local SDK_CLASS_NAME = "com.quick2dx.sdk.UmengUpdateSDK"
function ProviderAndroid:init()
local ok = luaj.callStaticMethod(SDK_CLASS_NAME, "init")
if not ok then
printError("cc.update.ProviderAn... | {
"pile_set_name": "Github"
} |
# CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set
# CONFIG_ARM_ERRATA_643719 is not set
# CONFIG_ARM_LPAE is not set
CONFIG_HARDEN_BRANCH_PREDICTOR=y
# CONFIG_MACH_SUN6I is not set
# CONFIG_MACH_SUN7I is not set
# CONFIG_MACH_SUN8I is not set
# CONFIG_MACH_SUN9I is not set
CONFIG_PGTABLE_LEVELS=2
# CONFIG_PHYS_ADDR_T_64BIT is... | {
"pile_set_name": "Github"
} |
//
// Navs
// --------------------------------------------------
// Base class
// --------------------------------------------------
.nav {
margin-bottom: 0;
padding-left: 0; // Override default ul/ol
list-style: none;
&:extend(.clearfix all);
> li {
position: relative;
display: block;
> a {
... | {
"pile_set_name": "Github"
} |
import React, { Component } from "react";
import PropTypes from "prop-types";
import { Link } from "react-router-dom";
import styled from "styled-components";
import { showMenu } from "../layout/ContextMenu";
import { MenuButton } from "../inputs/Button";
import StylableContextMenuTrigger from "./StylableContextMenuTri... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
... | {
"pile_set_name": "Github"
} |
// Package oauth implements a oAuth 1.0a client.
package oauth
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: cc823bbddcf8841f98a732b2ccec6166
timeCreated: 1447702103
licenseType: Pro
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
exports.store = {
mixinCallback: function() {
const Store = require('../store')
Store.addExceptionType(function RecordNotFoundError(Model) {
Error.apply(this)
this.message = "Can't find any record for " + Model.definition.modelName
})
}
}
/*
* MODEL
*/
exports.model = {
/**
* When c... | {
"pile_set_name": "Github"
} |
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = onlyOnce;
function onlyOnce(fn) {
return function () {
if (fn === null) throw new Error("Callback was already called.");
var callFn = fn;
fn = null;
callFn.apply(this, arguments);
... | {
"pile_set_name": "Github"
} |
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.5
bos/algorithm/CMakeFiles/algorithm.dir/algo_base64.o
../bos/algorithm/../../Examples/Test/bos_config/b_config.h
../bos/algorithm/../core/inc/b_common.h
../bos/algorithm/../modules/inc/b_mod_log.h
../bos/algorithm/inc/... | {
"pile_set_name": "Github"
} |
{ stdenv, lib, fetchFromGitHub, buildGoModule, libnotify, makeWrapper, pcsclite, pinentry_mac, pkgconfig, darwin }:
buildGoModule rec {
pname = "yubikey-agent";
version = "0.1.3";
src = fetchFromGitHub {
owner = "FiloSottile";
repo = pname;
rev = "v${version}";
sha256 = "07gix5wrakn4z846zhvl66lz... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2014 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/licenses/LICENSE-2.0
*
* Unless required by app... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>OpenNSL API Guide a... | {
"pile_set_name": "Github"
} |
/*
* Copyright 1998-2000 Sun Microsystems, Inc. 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 Software Fou... | {
"pile_set_name": "Github"
} |
# coding=utf-8
# Copyright 2018 The HuggingFace Inc. team.
#
# 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... | {
"pile_set_name": "Github"
} |
$aui-progress-color: rgba(#fff, .3);
.aui-progress {
&.aui-theme-light {
background: $aui-progress-color;
}
}
| {
"pile_set_name": "Github"
} |
//! These prelude re-exports are a set of exports that are commonly used from
//! within the library.
//!
//! These are not publicly re-exported to the end user, and must stay as a
//! private module.
pub type JsonMap = Map<String, Value>;
pub use crate::error::{Error, Result};
pub use serde_json::{Map, Number, Value... | {
"pile_set_name": "Github"
} |
class Outer {
class Nested
}
fun Outer.<caret>
// INVOCATION_COUNT: 0
// EXIST: Nested
// NOTHING_ELSE | {
"pile_set_name": "Github"
} |
// Copyright 2013 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.
#include "net/ssl/signed_certificate_timestamp_and_status.h"
#include "net/cert/signed_certificate_timestamp.h"
namespace net {
SignedCertificateTimest... | {
"pile_set_name": "Github"
} |
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="edu.vuum.mocca"
android:versionCode="1"
android:versionName="1.0" >
<uses-permission android:name="android.permission.INTERNET"></uses-permission>
<uses-sdk
android:minSdkVersion="8"
android:targetSd... | {
"pile_set_name": "Github"
} |
TIMESTAMP = 1593628564
SHA256 (simdjson-simdjson-v0.4.6_GH0.tar.gz) = 2e6e708a5973eef7442ab19b3fe76bdd791cdc9b67020ca1190e00832517808b
SIZE (simdjson-simdjson-v0.4.6_GH0.tar.gz) = 4119406
| {
"pile_set_name": "Github"
} |
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Drawing.Imaging;
using System.Drawing.Text;
namespace Svg
{
/// <summary>
/// Convenience wrapper around a graphics object
/// </summary>
public sealed class SvgRenderer : ISvgRenderer, IGraphicsProvid... | {
"pile_set_name": "Github"
} |
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html">
<!--
DO NOT A... | {
"pile_set_name": "Github"
} |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE122_Heap_Based_Buffer_Overflow__c_dest_char_cpy_52b.c
Label Definition File: CWE122_Heap_Based_Buffer_Overflow__c_dest.label.xml
Template File: sources-sink-52b.tmpl.c
*/
/*
* @description
* CWE: 122 Heap Based Buffer Overflow
* BadSource: Allocate using malloc() and... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright 2014 GeoData <geodata@soton.ac.uk>
*
* 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
*
* ... | {
"pile_set_name": "Github"
} |
// +build !windows
package mousetrap
// StartedByExplorer returns true if the program was invoked by the user
// double-clicking on the executable from explorer.exe
//
// It is conservative and returns false if any of the internal calls fail.
// It does not guarantee that the program was run from a terminal. It only ... | {
"pile_set_name": "Github"
} |
<?php
class T {
function name() { return "T"; }
}
class S {
function name() { return "S"; }
}
$obj1 = new T();
$obj2 = new S();
$obj3 = clone $obj1;
$obj4 = clone $obj2;
echo $obj3->name(), "\n"; // prints "T"
echo $obj4->name(), "\n"; // prints "S"
?>
| {
"pile_set_name": "Github"
} |
[preset00]
fRating=2.000000
fGammaAdj=1.000000
fDecay=0.950000
fVideoEchoZoom=0.999609
fVideoEchoAlpha=0.500000
nVideoEchoOrientation=3
nWaveMode=3
bAdditiveWaves=0
bWaveDots=0
bWaveThick=0
bModWaveAlphaByVolume=0
bMaximizeWaveColor=1
bTexWrap=1
bDarkenCenter=0
bRedBlueStereo=0
bBrighten=0
bDarken=0
b... | {
"pile_set_name": "Github"
} |
{
"name" : "terraformer",
"version" : "1.0.3",
"main" : "terraformer.min.js",
"ignore" : ["docs", "examples", "spec", "versions", "source", "Gemfile", "config.rb"]
} | {
"pile_set_name": "Github"
} |
---
title: "SortableType element (ManagedPropertyInfo complexType) (SPS15XSDSearchSet2)"
manager: arnek
ms.date: 3/9/2015
ms.audience: ITPro
ms.topic: article
ms.prod: sharepoint
localization_priority: Normal
ms.assetid: 33368f36-17b6-04bf-bf0f-cf74e214e9d4
description: "Last modified: March 09, 2015"
---
# SortableTy... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'package:observatory/service_io.dart';
import 'package:test/test.dart';
i... | {
"pile_set_name": "Github"
} |
<!---
DO NOT EDIT !
This file was generated automatically from 'src/mako/api/README.md.mako'
DO NOT EDIT !
-->
The `google-prediction1d6` library allows access to all features of the *Google prediction* service.
This documentation was generated from *prediction* crate version *1.0.14+20160511*, where *20160511* is the... | {
"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_181) on Tue Jul 07 00:34:29 BST 2020 -->
<title>RecyclerCollectionComponent</title>
<meta name="date" content="2020-07-07">
<link rel="styleshe... | {
"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... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2011 - 2012 Samsung Electronics Co., Ltd.
* http://www.samsung.com
*
* Samsung EXYNOS5 SoC series G-Scaler driver
*
* This program 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 Software Foundation, ei... | {
"pile_set_name": "Github"
} |
(***********************************************************************)
(* *)
(* OCaml *)
(* *)
(* Xavier Ler... | {
"pile_set_name": "Github"
} |
# HAR Schema [![version][npm-version]][npm-url] [![License][npm-license]][license-url]
> JSON Schema for HTTP Archive ([HAR][spec]).
[![Build Status][travis-image]][travis-url]
[![Downloads][npm-downloads]][npm-url]
[![Code Climate][codeclimate-quality]][codeclimate-url]
[![Coverage Status][codeclimate-coverage]][cod... | {
"pile_set_name": "Github"
} |
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
names... | {
"pile_set_name": "Github"
} |
# Microsoft-Windows-RemoteDesktopServices-SessionServices ETW events
## Description
This page contains the list of events for Microsoft-Windows-RemoteDesktopServices-SessionServices, as collected by the Event Tracing for Windows.
## Sub Data Sets
|events|Version|Description|Tags|
|---|---|---|---|
|[1](events/event-1... | {
"pile_set_name": "Github"
} |
/* -*- coding: utf-8 -*-
* ----------------------------------------------------------------------
* Copyright © 2013, RedJack, LLC.
* All rights reserved.
*
* Please see the COPYING file in this distribution for license details.
* ----------------------------------------------------------------------
*/
#includ... | {
"pile_set_name": "Github"
} |
/*
* /MathJax/jax/input/AsciiMath/config.js
*
* Copyright (c) 2012 Design Science, Inc.
*
* Part of the MathJax library.
* See http://www.mathjax.org for details.
*
* Licensed under the Apache License, Version 2.0;
* you may not use this file except in compliance with the License.
*
* http://ww... | {
"pile_set_name": "Github"
} |
// Copyright 2015 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included..
#pragma once
#include "core/hle/service/cam/cam.h"
namespace Service::CAM {
class CAM_U final : public Module::Interface {
public:
explicit CAM_U(std::shared_ptr<Module> cam);
priva... | {
"pile_set_name": "Github"
} |
//#include "stddef.h"
#include <sys/types.h>
typedef __darwin_ptrdiff_t ptrdiff_t;
typedef __darwin_wint_t wint_t;
| {
"pile_set_name": "Github"
} |
---
letter: n
---
{% include letter.html %}
| {
"pile_set_name": "Github"
} |
/* tslint:disable */
/**
* This is an autogenerated file created by the Stencil compiler.
* It contains typing information for all components that exist in this project.
*/
import './stencil.core';
export namespace Components {
interface SvgLoader {
'color': string;
'url': string;
'width': strin... | {
"pile_set_name": "Github"
} |
{$M 6400000}
program ural1099_5_5;
const maxn=300;
randtime=5;
tttime=5;
var n,ans:longint;
p,q,my,ansy:array[1..maxn]of longint;
map:array[1..maxn,1..maxn]of boolean;
u:array[1..maxn]of boolean;
procedure swap(var x,y:longint);
var t:longint;
begin
t:=x;x:=y;y:=t;
end;
procedure ... | {
"pile_set_name": "Github"
} |
# PLPlayerKit 1.2.6 to 1.2.7 API Differences
## General Headers
```
PLPlayerTypeDefines.h
```
- *Add* type `PLVideoPlayerState`
- *Add* const `extern NSString * const PLMovidParameterAutoPlayEnable;`
```
PLVideoPlayerController.h
```
- *Modified* protocol ```PLVideoPlayerControllerDelegate```
- *Add* method ```- (v... | {
"pile_set_name": "Github"
} |
package raft
// LogType describes various types of log entries.
type LogType uint8
const (
// LogCommand is applied to a user FSM.
LogCommand LogType = iota
// LogNoop is used to assert leadership.
LogNoop
// LogAddPeer is used to add a new peer.
LogAddPeer
// LogRemovePeer is used to remove an existing pee... | {
"pile_set_name": "Github"
} |
// Code generated by pigeon; DO NOT EDIT.
package errorpos
import (
"bytes"
"errors"
"fmt"
"io"
"io/ioutil"
"math"
"os"
"sort"
"strconv"
"strings"
"sync"
"unicode"
"unicode/utf8"
)
var g = &grammar{
rules: []*rule{
{
name: "Input",
pos: position{line: 5, col: 1, offset: 22},
expr: &seqExpr{... | {
"pile_set_name": "Github"
} |
{
"name": "@loaders.gl/basis",
"version": "2.3.0-beta.2",
"description": "Framework-independent loader for the basis universal format",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/visgl/loaders.gl"
},
"keywords": [
... | {
"pile_set_name": "Github"
} |
{% load i18n %}{% trans "Low disk space!" %}
| {
"pile_set_name": "Github"
} |
#
# Copyright (C) 2005-2019 CS Systemes d'Information (CS SI)
#
# This file is part of Orfeo Toolbox
#
# https://www.orfeo-toolbox.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
#
#... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: ecfdf595daa6a42459762b3e034b9053
timeCreated: 1427019985
licenseType: Pro
ShaderImporter:
defaultTextures: []
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using NHapi.Base.Log;
using NHapi.Model.V24.Group;
using NHapi.Model.V24.Segment;
using NHapi.Model.V24.Datatype;
using NHapi.Base;
using NHapi.Base.Parser;
using NHapi.Base.Model;
namespace NHapi.Model.V24.Message
{
///<summary>
/// Represents a DOC_T12 m... | {
"pile_set_name": "Github"
} |
msgid ""
msgstr ""
"Project-Id-Version: CakePHP Testsuite\n"
"POT-Creation-Date: 2008-05-15 02:51-0700\n"
"PO-Revision-Date: \n"
"Last-Translator: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
"Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; ch... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.