text stringlengths 2 99k | meta dict |
|---|---|
package option
type Interface interface {
Name() string
Value() interface{}
}
type Option struct {
name string
value interface{}
}
func New(name string, value interface{}) *Option {
return &Option{
name: name,
value: value,
}
}
func (o *Option) Name() string {
return o.name
}
func (o *Option) Value() i... | {
"pile_set_name": "Github"
} |
%module(directors="1") director_frob;
#pragma SWIG nowarn=SWIGWARN_TYPEMAP_THREAD_UNSAFE,SWIGWARN_TYPEMAP_DIRECTOROUT_PTR
#ifdef SWIGSCILAB
%rename(cb) coreCallbacks;
%rename(On3dEngRedrawn) coreCallbacksOn3dEngineRedrawnData;
%rename (_On3dEngRedrawn) coreCallbacks_On3dEngineRedrawnData;
#endif
%header %{
#include <... | {
"pile_set_name": "Github"
} |
package hydrograph.engine.spark.components.handler
import java.util.ArrayList
import hydrograph.engine.core.component.entity.elements.{MapField, Operation, PassThroughField}
import hydrograph.engine.expression.api.ValidationAPI
import hydrograph.engine.spark.core.reusablerow.{InputReusableRow, OutputReusableRow, RowT... | {
"pile_set_name": "Github"
} |
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-3.dts b/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-3.dts
index c0150b7..2c6c84f 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-3.dts
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-3.dts
@@ -148,6 +185,20 @@
status = "okay";
};... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2019, 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.
// While it's not (currently) necessary, add some noise here to push down token
// positions in this fi... | {
"pile_set_name": "Github"
} |
# Exported using automatic converter by Erwin Coumans
mtllib bedroom.mtl
#object Box02
v 129.648697 154.367706 14.670700
v 126.362198 154.367706 14.670700
v 126.362198 157.184296 14.670700
v 129.648697 155.818893 14.670700
v 129.648697 155.304703 14.670700
v 129.648697 156.247299 14.670700
v 129.648697 155.733200 14.6... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2013-2020 Arx Libertatis Team (see the AUTHORS file)
*
* This file is part of Arx Libertatis.
*
* Original source is copyright 2010 - 2011. Alexey Tsoy.
* http://sourceforge.net/projects/interpreter11/
*
* Boost Software License - Version 1.0 - August 17th, 2003
*
* Permission is hereby granted... | {
"pile_set_name": "Github"
} |
/*
* Utility functions for handling cvecs
* This file is #included by regcomp.c.
*
* Copyright (c) 1998, 1999 Henry Spencer. All rights reserved.
*
* Development of this software was funded, in part, by Cray Research Inc.,
* UUNET Communications Services Inc., Sun Microsystems Inc., and Scriptics
* Corporation... | {
"pile_set_name": "Github"
} |
<rdf:RDF
xmlns:rdf ="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xml:base="http://www.daml.org/2001/10/html/zipcode-ont">
<owl:Ontology rdf:about="">
<owl:versionInfo>$Id: zipcode-ont.daml,v 1.4 2002/02/28 10:25:33... | {
"pile_set_name": "Github"
} |
namespace AngleSharp.Dom.Events
{
using AngleSharp.Attributes;
/// <summary>
/// An enumeration over all possible keyboard locations.
/// </summary>
[DomName("KeyboardEvent")]
public enum KeyboardLocation : byte
{
/// <summary>
/// The standard location.
/// </summa... | {
"pile_set_name": "Github"
} |
'use strict';
module.exports = require('./shim');
| {
"pile_set_name": "Github"
} |
package io.quarkus.arc.test.remove;
import javax.enterprise.context.Dependent;
import org.jboss.shrinkwrap.api.ShrinkWrap;
import org.jboss.shrinkwrap.api.asset.StringAsset;
import org.jboss.shrinkwrap.api.spec.JavaArchive;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import org.junit.j... | {
"pile_set_name": "Github"
} |
package com.yzx.chat.module.group.presenter;
import android.os.Handler;
import com.yzx.chat.R;
import com.yzx.chat.core.AppClient;
import com.yzx.chat.core.GroupManager;
import com.yzx.chat.core.entity.ContactEntity;
import com.yzx.chat.core.entity.GroupEntity;
import com.yzx.chat.core.entity.GroupMemberEnti... | {
"pile_set_name": "Github"
} |
/*
* Zinc - The incremental compiler for Scala.
* Copyright Lightbend, Inc. and Mark Harrah
*
* Licensed under Apache License 2.0
* (http://www.apache.org/licenses/LICENSE-2.0).
*
* See the NOTICE file distributed with this work for
* additional information regarding copyright ownership.
*/
package sbt
packag... | {
"pile_set_name": "Github"
} |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Concurrent;
using System.Diagnostics;
using System.Diagnostics.Tracing;
using Microsoft.DotNet.RemoteExecutor;
using Xunit;
namespace System.Linq.Parallel.T... | {
"pile_set_name": "Github"
} |
enable_language(C)
add_library(empty empty.c)
install(TARGETS empty DESTINATION $<NOTAGENEX>)
| {
"pile_set_name": "Github"
} |
/*
WWDC.h
project
Created by author on 09/06/2014 05:18AM.
Copyright (c) 2014 author. All rights reserved.
*/
@interface WWDC : XXXDataModel
@property (nonatomic, assign) NSInteger ID;
@property (nonatomic, strong) NSString *wwdcYear;
@property (nonatomic, strong) NSString *title;
@property (nonatomic, strong) NSS... | {
"pile_set_name": "Github"
} |
<?php
//// RCMCardDAV Plugin Admin Settings
//// ** GLOBAL SETTINGS
// Disallow users to add / edit / delete custom addressbooks (default: false)
//
// If true, User cannot add custom addressbooks
// If false, user can add / edit / delete custom addressbooks
//
// This option only affects custom addressbooks. Preset... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2015 Red Hat Inc.
*
* 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, publish, d... | {
"pile_set_name": "Github"
} |
/* 在BC31下编译 */
/* compile under Borland C++ 3.1 */
#include <stdio.h>
#include <sys\timeb.h>
#define Alpha 3.90
double initvalue();
double random(void)/*返回一个(0,1)之间的随机数*/
{
static double f=-1.0;
double initvlaue();
if(f==-1.0) f=initvalue();
else f=Alpha*f*(1.0-f);
return f;
}
double initvalue()/... | {
"pile_set_name": "Github"
} |
/-- This set of tests is run only with the 8-bit library. They do not require
UTF-8 or Unicode property support. The file starts with all the tests of
the POSIX interface, because that is supported only with the 8-bit library.
--/
< forbid 8W
/abc/P
abc
0: abc
*** Failers
No match: POSIX co... | {
"pile_set_name": "Github"
} |
var sys = require('util'),
fs = require('fs'),
BSON = require('../../ext').BSON,
Buffer = require('buffer').Buffer,
BSONJS = require('../../lib/bson/bson').BSON,
BinaryParser = require('../../lib/bson/binary_parser').BinaryParser,
Long = require('../../lib/bson/long').Long,
ObjectID = require('../../lib/b... | {
"pile_set_name": "Github"
} |
package com.git.hui.boot.security;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
* Created by @author yihui in 10:59 19/12/24.
*/
@SpringBootApplication
public class Application {
public static void main(String[] args) {
Spri... | {
"pile_set_name": "Github"
} |
test1a: OK
test1b: OK
test1c: OK
test1d: OK
test2a: OK
test2b: OK
test2c: OK
test2d: OK
test3a: OK
test3b: OK
test3c: OK
test3d: OK
test4a: OK
test4b: OK
test4c: OK
test4d: OK
test5a: OK
test5b: OK
test5c: OK
test5d: OK
test5e: OK
test5f: OK
test6a: OK
test6a: OK
test6a: OK
test6a: OK
test6b: OK
test6b: OK
test6b: OK
t... | {
"pile_set_name": "Github"
} |
//
// PullToBounseScrollViewWrapper.swift
// Bounse
//
// Created by Takuya Okamoto on 2015/08/12.
// Copyright (c) 2015年 Uniface. All rights reserved.
//
// Inspired by https://dribbble.com/shots/1797373-Pull-Down-To-Refresh
import UIKit
// FIXME: comparison operators with optionals were removed from the Swift S... | {
"pile_set_name": "Github"
} |
Car 0.00 0 1.8809690038349967 234.79 189.26 469.38 322.54 1.3722466084925842 1.6332377495901131 3.7221710105762864 -3.34 1.70 10.02 1.5592184494383545 0.9999989
Car 0.00 1 1.2304826835778098 382.44 167.04 530.35 272.51 1.5127868041215848 1.673821802503004 4.126941817008056 -2.88 1.70 14.33 1.0321479048977007 0.9935822
... | {
"pile_set_name": "Github"
} |
// Copyright David Abrahams 2002.
// 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)
#ifndef AS_TO_PYTHON_FUNCTION_DWA2002121_HPP
# define AS_TO_PYTHON_FUNCTION_DWA2002121_HPP
# include <boost/python/converter/to_py... | {
"pile_set_name": "Github"
} |
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: test.fbe
// Version: 1.4.0.0
@file:Suppress("UnusedImport", "unused")
package com.chronoxor.test.fbe
// Fast Binary Encoding EnumTyped final model
class FinalModelEnumTyped(bu... | {
"pile_set_name": "Github"
} |
/*
Copyright 2018 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"
} |
[section FParsec vs alternatives]
The following tables contain a bullet-point comparison between FParsec and the two main alternatives for parsing with F#: parser generator tools (e.g. fslex & fsyacc) and "hand-written" recursive descent parsers.
[table Relative advantages
[[Parser-generator tools] [FParsec] [Hand-... | {
"pile_set_name": "Github"
} |
c
c $Id$
c
subroutine smd_leapf_shake(natms,
> ntcons,
> tstep,
> ekin,
> mass,
> icon1,
> icon2,
> ... | {
"pile_set_name": "Github"
} |
package yundun_bastionhost
//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"
} |
/*
Copyright Barrett Adair 2016-2017
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http ://boost.org/LICENSE_1_0.txt)
*/
#include <boost/callable_traits/remove_transaction_safe.hpp>
#include <tuple>
#include "test.hpp"
#ifndef BOOST_CLBL_TRTS_ENABLE_TRANSACT... | {
"pile_set_name": "Github"
} |
//------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//------------------------------------------------------------
#ifndef UNICODE
#define UNICODE
#endif
#include "WebServices.h"
#include "process.h"
#include "stdio.h"
#include "string.h"
// Pri... | {
"pile_set_name": "Github"
} |
// ==========================================================================
// SeqAn - The Library for Sequence Analysis
// ==========================================================================
// Copyright (c) 2006-2016, Knut Reinert, FU Berlin
// All rights reserved.
//
// Redistribution and us... | {
"pile_set_name": "Github"
} |
gcr.io/google_containers/kube-controller-manager:v1.13.0-alpha.3
| {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* cs35l35.h -- CS35L35 ALSA SoC audio driver
*
* Copyright 2016 Cirrus Logic, Inc.
*
* Author: Brian Austin <brian.austin@cirrus.com>
*/
#ifndef __CS35L35_H__
#define __CS35L35_H__
#define CS35L35_FIRSTREG 0x01
#define CS35L35_LASTREG 0x7E
#define CS35L35_CHIP_I... | {
"pile_set_name": "Github"
} |
// RUN: %dxc -E main -T ps_6_0 %s | FileCheck %s
// CHECK-NOT: Round_ne
// CHECK: fptosi
// CHECK: IsInf
// CHECK: IsNaN
// CHECK: IsFinite
// CHECK: dot4
// CHECK: Fma
// CHECK: dot4
// CHECK: Sqrt
// CHECK: FMad
// CHECK: IMad
// CHECK: UMad
float4 n;
float4 i;
float4 ng;
float eta;
double a;
double b;
double c;... | {
"pile_set_name": "Github"
} |
# EE First
[![NPM version][npm-image]][npm-url]
[![Build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![License][license-image]][license-url]
[![Downloads][downloads-image]][downloads-url]
[![Gittip][gittip-image]][gittip-url]
Get the first event in a set of event emitters an... | {
"pile_set_name": "Github"
} |
/* this header file is to be removed soon.
added for compatibility purpose (1.0.0) */
#include <mruby/error.h>
| {
"pile_set_name": "Github"
} |
package com.simibubi.create.content.contraptions.relays.belt;
import static com.simibubi.create.content.contraptions.relays.belt.BeltPart.MIDDLE;
import static com.simibubi.create.content.contraptions.relays.belt.BeltSlope.HORIZONTAL;
import static net.minecraft.util.Direction.AxisDirection.NEGATIVE;
import static net... | {
"pile_set_name": "Github"
} |
target=android-16
android.library=true
source.dir=../src
| {
"pile_set_name": "Github"
} |
using System.Collections.Generic;
using Plato.StopForumSpam.Models;
using Plato.StopForumSpam.Services;
namespace Plato.Ideas.StopForumSpam
{
public class SpamOperations : ISpamOperationProvider<SpamOperation>
{
public static readonly SpamOperation Idea = new SpamOperation(
"Ideas",
... | {
"pile_set_name": "Github"
} |
<!doctype html>
<title>CodeMirror: Clojure mode</title>
<meta charset="utf-8"/>
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css">
<script src="../../lib/codemirror.js"></script>
<script src="clojure.js"></script>
<style>.CodeMirror {background: #f8f8f8;}</style>
<... | {
"pile_set_name": "Github"
} |
<%
var a =[1,3];
var b = {};
a[0]=2;
b["a"]="hello";
//c is array
c[0]=99;
d[0][0]=99;
%>
${a[0]}-${b["a"]}-${c[0]}-${d[0][0]} | {
"pile_set_name": "Github"
} |
// src/components/ui/MessageSnackbar.js
import React from 'react';
import PropTypes from 'prop-types';
import { withStyles } from '@material-ui/core/styles';
import Snackbar from '@material-ui/core/Snackbar';
import CircularProgress from '@material-ui/core/CircularProgress';
const styles = theme => ({
progress:... | {
"pile_set_name": "Github"
} |
/*
Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
*/
.hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
background: white;
color: black;
}
.hljs-string,
.hljs-variable,
.hljs-template-variable,
.hljs-symbol,
.hljs-bullet,
.hljs-section,
.hljs-addition,
.hljs-... | {
"pile_set_name": "Github"
} |
/*
* linux/kernel/signal.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
#include <linuxmt/debug.h>
#include <linuxmt/types.h>
#include <linuxmt/sched.h>
#include <linuxmt/kernel.h>
#include <linuxmt/signal.h>
#include <linuxmt/errno.h>
#include <linuxmt/wait.h>
#include <linuxmt/mm.h>
#include <arch/segment... | {
"pile_set_name": "Github"
} |
/*$
Copyright (C) 2013-2020 Azel.
This file is part of AzPainter.
AzPainter 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, either version 3 of the License, or
(at your option) any later version.
AzPaint... | {
"pile_set_name": "Github"
} |
package cn.lijunkui;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class SpringbootexamplesApplication {
public static void main(String[] args) {
SpringApplication.run(SpringbootexamplesApplication.class, args)... | {
"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.Collections.Generic;
using System.Linq;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.S... | {
"pile_set_name": "Github"
} |
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; http:/... | {
"pile_set_name": "Github"
} |
# ruler.tcl --
#
# This demonstration script creates a canvas widget that displays a ruler
# with tab stops that can be set, moved, and deleted.
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
}
package require Tk
# rulerMkTab --
# This procedure creates a new triangu... | {
"pile_set_name": "Github"
} |
/****************************************************************************************************
* arch/arm/src/stm32/chip/stm32f40xxx_rcc.h
*
* Copyright (C) 2009, 2011-2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms,... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html class="no-js css-menubar" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui">
<meta name="description" content="bootstrap material admin template">... | {
"pile_set_name": "Github"
} |
OC.L10N.register(
"social",
{
"Social" : "شبکه های اجتماعی",
"Help" : "راهنما",
"Follow %s on Social" : "ما را در %s دنبال کنید",
"🎉 Nextcloud becomes part of the federated social networks!" : "🎉 نکست کلود به بخشی از فدراسیون شبکه های اجتماعی شبکه کارها تبدیل می شود!",
"** Disclaimer: thi... | {
"pile_set_name": "Github"
} |
use crate::crates::Crate;
use crate::experiments::Experiment;
use crate::prelude::*;
use crate::report::analyzer::{ReportConfig, ReportCrates, ToolchainSelect};
use crate::report::{
crate_to_url, BuildTestResult, Comparison, CrateResult, ReportWriter, ResultName, TestResults,
};
use crate::utils::serialize::to_vec;... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
namespace SnipInsight.Controls.Ariadne
{
public interface IAriControl : IShyControl
{
}
}
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
a... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2001-2007 Hartmut Kaiser
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"
} |
#!/usr/bin/env node
var app = require("commander");
var async = require("async");
var api = require("./lib/api");
var auth = require("./lib/auth");
app.description("Delete completed tasks").parse(process.argv);
function main() {
async.waterfall([
function (callback) {
api("/lists", function (err, res, bo... | {
"pile_set_name": "Github"
} |
import json, sys, glob, os
here = os.path.dirname(os.path.abspath(__file__))
sys.path.append(here+'/..')
from package_json import json_options
for fluid in glob.glob(here+'/fluids/*.json'):
print(fluid)
j = json.load(open(fluid, 'r'))
fp = open(fluid, 'w')
fp.write(json.dumps(j, **json_options))
... | {
"pile_set_name": "Github"
} |
activity-social-networking-summary-add-connection={0} and {1} are now connected. (Automatic Copy)
add-projects=프로젝트를 추가하십시오 (Automatic Translation)
administrators=관리자 (Automatic Translation)
are-you-sure-you-want-to-delete-x-from-your-contacts=Are you sure you want to delete {0} from your contacts? (Automatic Copy)
bac... | {
"pile_set_name": "Github"
} |
function Remove-PSFAlias
{
<#
.SYNOPSIS
Removes an alias from the global scope.
.DESCRIPTION
Removes an alias from the global* scope.
Please note that this always affects the global scope and should not be used lightly.
This has the potential to break code that does not comply with PowerShell best practice... | {
"pile_set_name": "Github"
} |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem Gradle startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Window... | {
"pile_set_name": "Github"
} |
method M()
{
N();
if (*)
{
}
else
{
assert (forall b: bool :: b || !b) || 0 != 0;
}
N();
assert (forall b: bool :: b || !b) || 3 != 3;
if (*)
{
}
else
{
assert (exists b: bool :: true) || 4 != 4;
}
assert (exists b: bool :: true) || 5 != 5;
}
method N()
ensures (forall b: b... | {
"pile_set_name": "Github"
} |
/*++
Copyright (c) 1990 Microsoft Corporation
Module Name:
duobase.h
Abstract:
This file contains the definitions to read and write IO registers.
Author:
Lluis Abello (lluis) 1-May-91
Environment:
Kernel mode
Revision History:
--*/
#ifndef _DUOBASE
#define _DUOBASE
//
// Remove scsi debug ... | {
"pile_set_name": "Github"
} |
// Copyright 2020 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.
package charmhub
import (
"bytes"
"context"
"io/ioutil"
"net/http"
"net/url"
os "os"
gomock "github.com/golang/mock/gomock"
charmrepotesting "github.com/juju/charmrepo/v6/testing"
"github.com/juju/testing"
jc "gith... | {
"pile_set_name": "Github"
} |
> unidoc
$ exists target/scala-2.11/unidoc/example/A.html
$ exists target/scala-2.11/unidoc/example/B.html
-$ exists target/scala-2.11/unidoc/example/C.html
| {
"pile_set_name": "Github"
} |
<!DOCTYPE doc [
<!ELEMENT doc (#PCDATA)>
]>
<doc
></doc
>
| {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright (C) 2020 Xibo Signage Ltd
*
* Xibo - Digital Signage - http://www.xibo.org.uk
*
* This file is part of Xibo.
*
* Xibo is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, eithe... | {
"pile_set_name": "Github"
} |
/*
* HCS API
*
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* API version: 2.1
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
*/
package hcsschema
type GuestOs struct {
HostName string `json:"HostName,omitempty... | {
"pile_set_name": "Github"
} |
{
"name": "package-4",
"version": "1.0.0",
"dependencies": {
"package-1": "^0.0.0"
}
}
| {
"pile_set_name": "Github"
} |
-- =======================================================
-- Enable a Table for All and Net Changes Queries Template
-- =======================================================
USE <Database_Name,sysname,Database_Name>
GO
EXEC sys.sp_cdc_enable_table
@source_schema = N'<source_schema,sysname,source_schema>',
@sourc... | {
"pile_set_name": "Github"
} |
{
"images": [
{
"filename": "ic_photo.png",
"idiom": "universal",
"scale": "1x"
},
{
"filename": "ic_photo_2x.png",
"idiom": "universal",
"scale": "2x"
},
{
"filename": "ic_photo_3x.png",
... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using Hudl.FFmpeg.Attributes;
using Hudl.FFmpeg.Filters.Attributes;
using Hudl.FFmpeg.Filters.Interfaces;
using Hudl.FFmpeg.Formatters;
using Hudl.FFmpeg.Metadata;
using Hudl.FFmpeg.Metadata.Interfaces;
using Hudl.FFmpeg.Metadata.Models;
using Hudl.FFmpeg.Resources.BaseT... | {
"pile_set_name": "Github"
} |
package com.alibaba.json.bvt.issue_1100;
import com.alibaba.fastjson.JSONObject;
import com.alibaba.fastjson.JSONPath;
import junit.framework.TestCase;
/**
* Created by wenshao on 05/05/2017.
*/
public class Issue1177_1 extends TestCase {
public void test_for_issue() throws Exception {
String text = "{\... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -fsyntax-only -verify -std=c++1z -frelaxed-template-template-args %s
// expected-note@temp_arg_template_cxx1z.cpp:* 1+{{}}
template<template<int> typename> struct Ti;
template<template<int...> typename> struct TPi;
template<template<int, int...> typename> struct TiPi;
template<template<int..., int.... | {
"pile_set_name": "Github"
} |
---
title: ChatBubble 对话气泡
---
对话气泡常出现于通讯类软件中,相对于纯文本形式的上下文对话,使用对话气泡可以让聊天界面更加生动有趣。通过扩展,还可以做出气泡皮肤,可使软件个性化功能更加丰富。
```cs
public class ChatBubble : SelectableItem
```
# 属性
| 属性 | 用途 |
| ---------------------- | -------------------|
| Role | 对话角色 |
| Type ... | {
"pile_set_name": "Github"
} |
-----BEGIN RSA PRIVATE KEY-----
MIICXAIBAAKBgQDy+OVI2u5NBOeB2CyzGnwy9b7Ao4CSi05XtUxh2IoVdzYZz6c4
PFb9C1ad52LDdRStiQT5A7+RKLj6Kr7fJrKFziJxMy4g4Kdn9G659vE7CWu/UAVj
RUtc+mTBAEfjdbumizmHLG7DmnNhGl3RNGiVNLsUInSMGfUlJRzZJXhI4QIDAQAB
AoGAEqBB83PVENJvbOTFiHVfUAjGtr3R/Wnwd4jOcjHHZB3fZ9sjVoxJntxfp3s1
dwZir2rxlqVS6i3VAFiGiVTOGo2V... | {
"pile_set_name": "Github"
} |
{
"name": "iron-behaviors",
"version": "1.0.16",
"description": "Provides a set of behaviors for the iron elements",
"private": true,
"authors": [
"The Polymer Authors"
],
"repository": {
"type": "git",
"url": "git://github.com/PolymerElements/iron-behaviors.git"
},
"main": [
"iron-but... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
##############################################################################
##
## Gradle start up script for UN*X
##
##############################################################################
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to ... | {
"pile_set_name": "Github"
} |
<ContentDialog x:Name="passwordDialog"
x:Class="BreadPlayer.Dialogs.PasswordDialog"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:BreadPlayer.Dialogs"
xmlns:d="http://schemas.microsoft.com/expression/blend... | {
"pile_set_name": "Github"
} |
Header { Version = 6; }
Model {
State = "ITEM_SPMP1";
Flags = spin | autoscale;
Sub {
File = "Items/Map/Map.md2";
}
}
| {
"pile_set_name": "Github"
} |
/**
******************************************************************************
* @file stm32f4xx_exti.h
* @author MCD Application Team
* @version V1.0.0
* @date 30-September-2011
* @brief This file contains all the functions prototypes for the EXTI firmware
* library.
*************... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 39baceec69bb1ee4fb4194d50e1a6d10
NativeFormatImporter:
userData:
assetBundleName:
| {
"pile_set_name": "Github"
} |
package TypecheckTest =
TestFn (testDir = "../../valid-programs"
outDir = "results"
trans = (\\ ( { raw_syntax_tree, ... }: BuildRawSyntaxTree::Raw_Syntax_Tree_Bundle) => raw_syntax_tree))
| {
"pile_set_name": "Github"
} |
__________________________________________________________________________________________________
__________________________________________________________________________________________________
__________________________________________________________________________________________________
| {
"pile_set_name": "Github"
} |
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Solaris system calls.
// This file is compiled as ordinary Go code,
// but it is also input to mksyscall,
// which parses the //sys lines and generates syste... | {
"pile_set_name": "Github"
} |
PKGNAME= librdkafka
LIBNAME= librdkafka
LIBVER= 1
-include ../Makefile.config
ifneq ($(wildcard ../.git),)
# Add librdkafka version string from git tag if this is a git checkout
CPPFLAGS += -DLIBRDKAFKA_GIT_VERSION="\"$(shell git describe --abbrev=6 --dirty --tags 2>/dev/null)\""
endif
SRCS_$(WITH_SASL_CYRUS) += rd... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="8152.3" systemVersion="14E46" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" initialView... | {
"pile_set_name": "Github"
} |
Contact the relevant local authorities in Angola to find out about local marriage laws, including what documents you’ll need.
^You should [get legal advice](/government/collections/list-of-lawyers) before making any plans.^
##What you need to do
You’ll be asked to provide a certificate of no impediment (CNI) to prov... | {
"pile_set_name": "Github"
} |
/*
* Driver for the Auvitek USB bridge
*
* Copyright (c) 2008 Steven Toth <stoth@linuxtv.org>
*
* 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; either version 2 of the License, or
*... | {
"pile_set_name": "Github"
} |
<a href='http://github.com/angular/angular.js/edit/master/src/ng/directive/ngEventDirs.js' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this doc</a>
<a href='http://github.com/angular/angular.js/tree/master/src/ng/directive/ngEventDirs.js#L157' class='view-source pull-ri... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<ProjectGuid>7122e830-c550-488a-bc17-a5542ff5dd17</ProjectGuid>
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
</PropertyGroup>
<I... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2017 Igor Maznitsa.
*
* 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"
} |
#! /bin/sh
t=__wt.$$
trap 'rm -f $t' 0 1 2 3 13 15
# Insulate against locale-specific sort order and IFS from the user's env
LC_ALL=C
export LC_ALL
IFS=' '' ''
'
export IFS
build() {
# Build the standard typedefs.
f=../src/include/wt_internal.h
(sed -e '/Forward type declarations .*: BEGIN/{' \
-e 'n' \
... | {
"pile_set_name": "Github"
} |
/*
* keaoverview.cpp
*
* Created by Pete Bunting on 01/08/2012.
* Copyright 2012 LibKEA. All rights reserved.
*
* This file is part of LibKEA.
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to de... | {
"pile_set_name": "Github"
} |
namespace Shapeshifter.WindowsDesktop.Services.Keyboard.Interfaces
{
using System.Threading.Tasks;
using System.Windows.Input;
public interface IKeyboardManager
{
bool IsKeyDown(Key key);
Task SendKeysAsync(params Key[] keys);
Task SendKeysAsync(params KeyOperation... | {
"pile_set_name": "Github"
} |
/////////////////////////////////////////////////////////////////////////////
// Name: wx/xrc/xh_collpane.h
// Purpose: XML resource handler for wxCollapsiblePane
// Author: Francesco Montorsi
// Created: 2006-10-27
// Copyright: (c) 2006 Francesco Montorsi
// Licence: wxWindows licence
//////... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.