text stringlengths 586 99.5k | meta dict |
|---|---|
#include "Dialogs.h"
namespace Dialogs
{
StackState Dialog(VmState* vmstate)
{
StackState p = GetParam(1,vmstate);
if(p.v==M_NULL)
{
return Object_CreateObject(IupDialog(0));
}
return Object_CreateObject(IupDialog(static_cast<Ihandle*>(GetParam(1,vmstate).p)));
}
StackState Popup(VmState* vmstate)
{... | {
"pile_set_name": "Github"
} |
js_fragment(name = "find_element",
module = "webdriver.atoms.inject.locators",
function = "webdriver.atoms.inject.locators.findElement",
deps = ["//javascript/webdriver/atoms/inject:deps"])
js_fragment(name = "find_elements",
module = "webdriver.atoms.inject.locators",
function = "webdriver.atoms.inject.loca... | {
"pile_set_name": "Github"
} |
{
global: {},
components: {
// Component-level parameters, defined initially from 'ks prototype use ...'
// Each object below should correspond to a component in the components/ directory
workflows: {
bucket: "kubeflow-ci_temp",
mode: "minikube",
name: "jlewi-kubeflow-gke-deploy-test-4... | {
"pile_set_name": "Github"
} |
# Tcl autoload index file, version 2.0
# This file is generated by the "auto_mkindex" command
# and sourced to set up indexing information for one or
# more commands. Typically each line is a command that
# sets an element in the auto_index array, where the
# element name is the name of a command and the value is
# a ... | {
"pile_set_name": "Github"
} |
/*
* This file is part of the SDWebImage package.
* (c) Olivier Poitrey <rs@dailymotion.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
#import "SDAnimatedImageView+WebCache.h"
#if SD_UIKIT || SD_MAC
#import "UIView+WebCache... | {
"pile_set_name": "Github"
} |
package common_test
import (
"reflect"
"testing"
"github.com/makiuchi-d/gozxing"
"github.com/makiuchi-d/gozxing/common"
"github.com/makiuchi-d/gozxing/testutil"
)
func TestGridSampler_GetSetInstance(t *testing.T) {
dummySampler := testutil.DummyGridSampler{}
common.GridSampler_SetGridSampler(dummySampler)
... | {
"pile_set_name": "Github"
} |
# server version: unknown
# name: "etcd_debugging_mvcc_db_compaction_pause_duration_milliseconds"
# description: "Bucketed histogram of db compaction pause duration."
# type: "histogram"
etcd_debugging_mvcc_db_compaction_pause_duration_milliseconds_bucket{le="1"}
etcd_debugging_mvcc_db_compaction_pause_duration_millis... | {
"pile_set_name": "Github"
} |
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {
/* Begin PBXBuildFile section */
8D69E46821DD8B2E00CFA49B /* FirebaseFirestoreUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8D69E45E21DD8B2E00CFA49B /* FirebaseFirestoreUI.framework */; };
8D69E46F21DD8B2E00CFA... | {
"pile_set_name": "Github"
} |
# Chinese translations for quick-add package.
# Copyright (C) 2020 THE quick-add'S COPYRIGHT HOLDER
# This file is distributed under the same license as the quick-add package.
# Automatically generated, 2020.
#
msgid ""
msgstr ""
"Project-Id-Version: quick-add\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-09-2... | {
"pile_set_name": "Github"
} |
//= {"output":{"2":["",true],"1":["",true]},"children":[{"output":{"2":["",true],"1":["",true]},"children":[],"exit":"Success"},{"output":{"2":["",true],"1":["",true]},"children":[],"exit":"Success"},{"output":{"2":["",true],"1":["",true]},"children":[],"exit":"Success"},{"output":{"2":["",true],"1":["",true]},"childre... | {
"pile_set_name": "Github"
} |
.highlight .hll { background-color: #ffffcc }
.highlight { background: #f8f8f8; }
.highlight .c { color: #408080; font-style: italic } /* Comment */
.highlight .err { border: 1px solid #FF0000 } /* Error */
.highlight .k { color: #008000; font-weight: bold } /* Keyword */
.highlight .o { color: #666666 } /* Operator *... | {
"pile_set_name": "Github"
} |
msgid ""
msgstr "Content-Type: text/plain; charset=UTF-8"
#: dbgintfcommonstrings.rsrunerrorarithmeticoverflowerror
msgid "Arithmetic overflow error"
msgstr ""
#: dbgintfcommonstrings.rsrunerrorassertionfailederror
msgid "Assertion failed error"
msgstr ""
#: dbgintfcommonstrings.rsrunerrorbaddriverequeststructleng
m... | {
"pile_set_name": "Github"
} |
{
"action": [
{ "name": "loadingScreen.setProgress", "progress": 10 },
{ "name": "resource.add", "id": "level", "ignorePrevious": true },
{ "name": "loadingScreen.setProgress", "progress": 15 },
{ "name": "load", "file": "level/variables.json" },
{ "name": "load", "file": "res/level/actions.json" ... | {
"pile_set_name": "Github"
} |
//
// Licensed under the terms in License.txt
//
// Copyright 2010 Allen Ding. All rights reserved.
//
#import "NSNumber+KiwiAdditions.h"
#import "KWObjCUtilities.h"
@implementation NSNumber(KiwiAdditions)
#pragma mark - Creating Numbers
+ (id)numberWithBytes:(const void *)bytes objCType:(const char *)anObjCType {
... | {
"pile_set_name": "Github"
} |
//
// Licensed under the terms in License.txt
//
// Copyright 2010 Allen Ding. All rights reserved.
//
#import "NSNumber+KiwiAdditions.h"
#import "KWObjCUtilities.h"
@implementation NSNumber(KiwiAdditions)
#pragma mark - Creating Numbers
+ (id)numberWithBytes:(const void *)bytes objCType:(const char *)anObjCType {
... | {
"pile_set_name": "Github"
} |
SET(COIN_ROOT_DIR "" CACHE PATH "COIN root directory")
FIND_PATH(COIN_INCLUDE_DIR coin/CoinUtilsConfig.h
HINTS ${COIN_ROOT_DIR}/include
)
FIND_LIBRARY(COIN_CBC_LIBRARY
NAMES Cbc libCbc
HINTS ${COIN_ROOT_DIR}/lib/coin
HINTS ${COIN_ROOT_DIR}/lib
)
FIND_LIBRARY(COIN_CBC_SOLVER_LIBRARY
NAMES CbcSolver libCbcSolv... | {
"pile_set_name": "Github"
} |
digraph G {
"Standard" -> "SubShader - LOD 300"
"Standard" -> "SubShader - LOD 150"
"SubShader - LOD 300" -> "FORWARD"
"SubShader - LOD 300" -> "FORWARD_DELTA"
"SubShader - LOD 300" -> "ShadowCaster"
"SubShader - LOD 300" -> "DEFERRED"
"SubShader - LOD 300" -> "META"
"SubShader - LOD 150" -> "FORWARD"
"SubShader ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<dependenciesRoot>
<dependency className="jetbrains.mps.lang.scopes.typesystem.TypesystemDescriptor">
<classNode dependClassName="jetbrains.mps.lang.scopes.typesystem.check_ComeFromExpression_NonTypesystemRule" />
<classNode dependClassName="jetbrains.mps.lang.scopes.typ... | {
"pile_set_name": "Github"
} |
//
// INPersonHandleLabel.h
// Intents
//
// Copyright (c) 2016-2020 Apple Inc. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <Intents/IntentsDefines.h>
typedef NSString *INPersonHandleLabel NS_TYPED_EXTENSIBLE_ENUM;
INTENTS_EXTERN INPersonHandleLabel const INPersonHandleLabelHome NS_SWIFT_NAM... | {
"pile_set_name": "Github"
} |
CPP = g++ -std=c++11
BIN = ./Bin/
TIN = ../Source/
AST = ../Source/Ast/
COM = ../Source/Compiler/
TIN_OBJS = $(BIN)Tinymoe.o
AST_OBJS = $(BIN)TinymoeAst.o $(BIN)TinymoeAst_CollectSideEffectExpressions.o $(BIN)TinymoeAst_CollectUsedVariables.o $(BIN)TinymoeAst_ExpandBlock.o $(BIN)TinymoeAst_GetRootLeftValue.o $(BIN)T... | {
"pile_set_name": "Github"
} |
.highlight .hll { background-color: #ffffcc }
.highlight { background: #f0f3f3; }
.highlight .c { color: #0099FF; font-style: italic } /* Comment */
.highlight .err { color: #AA0000; background-color: #FFAAAA } /* Error */
.highlight .k { color: #006699; font-weight: bold } /* Keyword */
.highlight .o { color: #555555... | {
"pile_set_name": "Github"
} |
.#{$fa-css-prefix}.#{$fa-css-prefix}-glass:before { content: fa-content($fa-var-glass-martini); }
.#{$fa-css-prefix}.#{$fa-css-prefix}-meetup {
font-family: 'Font Awesome 5 Brands';
font-weight: 400;
}
.#{$fa-css-prefix}.#{$fa-css-prefix}-star-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400;
}
.#{$fa... | {
"pile_set_name": "Github"
} |
using NUnit.Framework;
using VkNet.Enums.Filters;
using VkNet.Enums.SafetyEnums;
namespace VkNet.Tests.Enum.SafetyEnums
{
[TestFixture]
public class SafetyEnumsTest
{
[Test]
public void NullTest()
{
var result = AppFilter.FromJsonString("");
Assert.That(result == null);
}
[Test]
public void App... | {
"pile_set_name": "Github"
} |
--disable_warnings
DROP TABLE IF EXISTS t2;
--enable_warnings
CREATE TABLE t2(c1 CHAR(50) NULL);
CREATE UNIQUE INDEX i1 ON t2(c1);
SHOW TABLES;
let $ENGINE=`select variable_value from information_schema.global_variables where variable_name='STORAGE_ENGINE'`;
--replace_result $ENGINE ENGINE PAGE_CHECKSUM=0 ""
SHO... | {
"pile_set_name": "Github"
} |
EXPORTS
??0QAbstractVideoBuffer@@IAE@AAVQAbstractVideoBufferPrivate@@W4HandleType@0@@Z @ 1 NONAME ; QAbstractVideoBuffer::QAbstractVideoBuffer(class QAbstractVideoBufferPrivate &, enum QAbstractVideoBuffer::HandleType)
??0QAbstractVideoBuffer@@QAE@W4HandleType@0@@Z @ 2 NONAME ; QAbstractVideoBuffer::QAbstractVideoBuf... | {
"pile_set_name": "Github"
} |
package ch.tutteli.atrium.api.infix.en_GB
import ch.tutteli.atrium.creating.Expect
import ch.tutteli.atrium.specs.fun1
import ch.tutteli.atrium.specs.fun2
import ch.tutteli.atrium.specs.notImplemented
import ch.tutteli.atrium.specs.testutils.WithAsciiReporter
import ch.tutteli.atrium.specs.withFeatureSuffix
import ch.... | {
"pile_set_name": "Github"
} |
package com.epam.jdi.uitests.win.settings;
import com.epam.commons.PropertyReader;
import com.epam.jdi.uitests.core.interfaces.MapInterfaceToElement;
import com.epam.jdi.uitests.core.interfaces.base.IElement;
import com.epam.jdi.uitests.core.interfaces.base.ISelect;
import com.epam.jdi.uitests.core.interfaces.common.I... | {
"pile_set_name": "Github"
} |
Unreleased Changes
------------------
1.25.0 (2020-09-15)
------------------
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
1.24.0 (2020-08-25)
------------------
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for detai... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.VisualStudio.Imaging" version="14.0.23205" targetFramework="net45" />
<package id="Microsoft.VisualStudio.OLE.Interop" version="7.10.6070" targetFramework="net45" />
<package id="Microsoft.VisualStudio.Sdk.BuildTasks.14.0" version="14.0.23-... | {
"pile_set_name": "Github"
} |
<?php
namespace PharIo\Manifest;
/**
* @covers \PharIo\Manifest\ManifestLoader
*
* @uses \PharIo\Manifest\Author
* @uses \PharIo\Manifest\AuthorCollection
* @uses \PharIo\Manifest\AuthorCollectionIterator
* @uses \PharIo\Manifest\AuthorElement
* @uses \PharIo\Manifest\AuthorElementCollection
* @uses \PharIo\M... | {
"pile_set_name": "Github"
} |
HaskellTokenType.{-# ('{-#')
HaskellTokenType.PRAGMA (' LANGUAGE ForeignFunctionInterface, InterruptibleFFI, CApiFFI ')
HaskellTokenType.#-} ('#-}')
WHITE_SPACE ('\n')
HaskellTokenType.module ('module')
WHITE_SPACE (' ')
HaskellTokenType.conidRegexp ('FFI00002')
WHITE_SPACE (' ')
HaskellTokenType.where ('where')
WHITE_... | {
"pile_set_name": "Github"
} |
# This is a list of legacy warnings that have yet to be fixed.
# Warning JSC_BAD_PRIVATE_PROPERTY_ACCESS: Access to private property {0} of {1} not allowed here.
javascript/closure/gears/loggerclient.js:72 Access to private property doLogRecord_ of goog.debug.Logger.prototype not allowed here.
javascript/closure/net/... | {
"pile_set_name": "Github"
} |
@using System.Web.Mvc.Html
@using Firehose.Web.Controllers
@using MvcNavigationHelpers
<!doctype html>
<html>
<head>
<title>Planet Xamarin: Community Blog Feed</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="~/Content/plugins/bootstrap/css/bootstrap... | {
"pile_set_name": "Github"
} |
DROP TABLE IF EXISTS t5;
CREATE TEMPORARY TABLE t5(c1 BIT(10) NULL);
SHOW TABLES;
Tables_in_test
SHOW CREATE TABLE t5;
Table Create Table
t5 CREATE TEMPORARY TABLE `t5` (
`c1` bit(10) DEFAULT NULL
) ENGINE=ENGINE DEFAULT CHARSET=latin1
DROP TABLE t5;
SHOW TABLES;
Tables_in_test
CREATE TEMPORARY TABLE t5(c1 TINYINT(10... | {
"pile_set_name": "Github"
} |
#pragma once
#include <Register/Utility.hpp>
namespace Kvasir {
// peripheral RTC
namespace RtcWtcr1{ ///< register WTCR1
using Addr = Register::Address<0x4003b000,0x0000e082,0x00000000,unsigned>;
/// bitfield INTCRIE
constexpr Register::FieldLocation<Addr,Register::maskFromRange(31,3... | {
"pile_set_name": "Github"
} |
package pholcus_lib
import (
_ "github.com/henrylee2cn/pholcus_lib/IJGUC"
_ "github.com/henrylee2cn/pholcus_lib/alibaba"
_ "github.com/henrylee2cn/pholcus_lib/baidunews"
_ "github.com/henrylee2cn/pholcus_lib/baidusearch"
_ "github.com/henrylee2cn/pholcus_lib/car_home"
_ "github.com/henrylee2cn/pholcus_lib/chinan... | {
"pile_set_name": "Github"
} |
# 2011-11-16 - Added
#
--source include/have_innodb.inc
SET @start_global_value = @@global.innodb_optimize_fulltext_only;
SELECT @start_global_value;
#
# exists as global only
#
--echo Valid values are 'ON' and 'OFF'
select @@global.innodb_optimize_fulltext_only in (0, 1);
select @@global.innodb_optimize_fulltext... | {
"pile_set_name": "Github"
} |
package org.flowvisor.api.handlers;
import java.util.HashMap;
import org.flowvisor.api.handlers.monitoring.ListDatapathFlowDB;
import org.flowvisor.api.handlers.monitoring.ListDatapathFlowRewriteDB;
import org.flowvisor.api.handlers.monitoring.ListDatapathInfo;
import org.flowvisor.api.handlers.monitoring.ListDatapat... | {
"pile_set_name": "Github"
} |
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
A45E0AD91616B6F200E23C6D /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A45E0AD81616B6F200E23C6D /* UIKit.framework */; };
A45E0ADB1616B6F200E23C6D /* Foundation.framework ... | {
"pile_set_name": "Github"
} |
/*
Plugin-SDK (Grand Theft Auto San Andreas) source file
Authors: GTA Community. See more here
https://github.com/DK22Pac/plugin-sdk
Do not delete this comment block. Respect others' work!
*/
#include "CHud.h"
char (*CHud::m_BigMessage)[128] = (char (*)[128])0xBAACC0;
bool &CHud::bScriptDontDisplayArea... | {
"pile_set_name": "Github"
} |
#!/bin/bash
#
# Copy createdb.sh.example to createdb.sh
# then uncomment then set database name and username to create you need databases
#
# example: .env POSTGRES_USER=appuser and need db name is myshop_db
#
# psql -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" --dbname "$POSTGRES_DB" <<-EOSQL
# CREATE USE... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE FixtureDefinition>
<FixtureDefinition xmlns="http://www.qlcplus.org/FixtureDefinition">
<Creator>
<Name>Q Light Controller Plus</Name>
<Version>4.12.0 GIT</Version>
<Author>Edgar Aichinger</Author>
</Creator>
<Manufacturer>American DJ</Manufacturer>
<Model>WiFl... | {
"pile_set_name": "Github"
} |
True : object.conclusion = "NN"
object.tag == "Mood=Imp|VerbForm=Fin|Voice=Act" : object.conclusion = "Mood=Imp|VerbForm=Fin|Voice=Act"
object.tag == "Number=Plur|PronType=Tot" : object.conclusion = "Number=Plur|PronType=Tot"
object.nextTag1 == "Mood=Ind|Tense=Past|VerbForm=Fin|Voice=Act" : object.conclusion = "Def... | {
"pile_set_name": "Github"
} |
https://syzygy-tables.info/gaviota/kbbk.gtb.cp4
https://syzygy-tables.info/gaviota/kbkb.gtb.cp4
https://syzygy-tables.info/gaviota/kbkn.gtb.cp4
https://syzygy-tables.info/gaviota/kbkp.gtb.cp4
https://syzygy-tables.info/gaviota/kbnk.gtb.cp4
https://syzygy-tables.info/gaviota/kbpk.gtb.cp4
https://syzygy-tables.info/gavio... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -triple x86_64-linux-gnu -fsyntax-only -Wtautological-constant-in-range-compare -DTEST -verify %s
// RUN: %clang_cc1 -triple x86_64-linux-gnu -fsyntax-only -Wtautological-constant-in-range-compare -DTEST -verify -x c++ %s
// RUN: %clang_cc1 -triple x86_64-linux-gnu -fsyntax-only -Wtautological-type-l... | {
"pile_set_name": "Github"
} |
using System;
using SLua;
using System.Collections.Generic;
[UnityEngine.Scripting.Preserve]
public class Lua_UnityEngine_Jobs_TransformAccessArray : LuaObject {
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
[UnityEngine.Scripting.Preserve]
static public int constructor(IntPtr l) {
try {
int argc = Lua... | {
"pile_set_name": "Github"
} |
state.rockchipes8316c {
control.1 {
iface CARD
name 'Headphones Jack'
value false
comment {
access read
type BOOLEAN
count 1
}
}
control.2 {
iface MIXER
name 'Headphone Playback Volume'
value.0 0
value.1 0
comment {
access 'read write'
type INTEGER
count 2
range '0 - 3'
db... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE typemap [
<!ELEMENT typemap (type)+>
<!ELEMENT type (#PCDATA)>
<!ELEMENT include (#PCDATA)>
<!ATTLIST type name CDATA #REQUIRED>
<!ATTLIST type fullname CDATA #IMPLIED>
<!ATTLIST type family CDATA #IMPLIED>
<!ATTLIST type foundry CDATA #IMPLIED>
<!ATTLIST type weight CDA... | {
"pile_set_name": "Github"
} |
<?php
// autoload_classmap.php generated by Composer
$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
'File_Iterator' => $vendorDir . '/phpunit/php-file-iterator/File/Iterator.php',
'File_Iterator_Facade' => $vendorDir . '/phpunit/php-file-iterator/File/Iterator/Facade.p... | {
"pile_set_name": "Github"
} |
(module QFN-48-EP-6x6mm (layer F.Cu) (tedit 5591383A)
(fp_text reference REF** (at 0 5.08) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value QFN-48-EP-6x6mm (at 0 -5.08) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_circle (center -3.556 -2.794) (end -3.4... | {
"pile_set_name": "Github"
} |
<CPackWiXPatch>
<CPackWiXFragment Id="CM_CP_Driver.bin.odfesqlodbc.dll">
<!-- Add driver entry in Software -->
<RegistryKey Root="HKLM" Key="SOFTWARE\Amazon\ODFE SQL ODBC Driver\Driver" >
<RegistryValue Type="string" Name="InstallPath" Value="[INSTALL_ROOT]" />
<RegistryValue Type="string" Name="LogLevel" Va... | {
"pile_set_name": "Github"
} |
strict digraph "CVarArgType - Type Hierarchy - SwiftDoc.org" {
pad="0.1,0.8"
node [shape=box, style="filled,rounded", color="#999999", fillcolor="#999999", fontcolor=white, fontname=Helvetica, fontnames="Helvetica,sansserif", fontsize=12, margin="0.07,0.05", height="0.3"]
edge [color="#cccccc"]
"Autorel... | {
"pile_set_name": "Github"
} |
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<NoWarn>$(NoWarn);NU1605</NoWarn>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<DefineConstants>TRACE;NETCOREAPP</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile In... | {
"pile_set_name": "Github"
} |
#ifndef gameobjectsrender_h
#define gameobjectsrender_h
#include "tilemap.h"
#include "gameobjects.h"
void CalcObjectXYZ(int game, float *offX, float *offY, float *offZ, tile LevelInfo[64][64], ObjectItem objList[1600], long nextObj, int x, int y);
void CalcObjectXYZ(int game, float *offX, float *offY, float *... | {
"pile_set_name": "Github"
} |
{
"buildFiles": [
"/Users/jadynai/DevelopProjectStudy/AndroidStudy/MediaLearn/mediakit/src/main/jni/Android.mk",
"/Users/jadynai/DevelopProjectStudy/AndroidStudy/MediaLearn/mediakit/src/main/jni/Application.mk"
],
"cleanCommands": [
"/Users/jadynai/Developer/SDK/ndk-bundle/ndk-build NDK_PROJECT_PATH\u... | {
"pile_set_name": "Github"
} |
{% load static %}
<script src="{% static "vendor/jqwidgets/jqxcore.js" %}" type="text/javascript"></script>
<script src="{% static "vendor/jqwidgets/jqxdata.js" %}" type="text/javascript"></script>
<script src="{% static "vendor/jqwidgets/jqxbuttons.js" %}" type="text/javascript"></script>
<script src="{% static "vendo... | {
"pile_set_name": "Github"
} |
[
{
"date_filed_is_approximate": false,
"case_names": "State v. Henry",
"case_dates": "2020-02-28",
"blocked_statuses": false,
"download_urls": "/KSCourts/media/KsCourts/Opinions/119895.pdf?ext=.pdf",
"precedential_statuses": "Published",
"case_name_shorts": "Henry",
"docket_num... | {
"pile_set_name": "Github"
} |
<test>
<preconditions>
<table_exists>hits_100m_single</table_exists>
<table_exists>hits_10m_single</table_exists>
</preconditions>
<query>SELECT count() FROM hits_10m_single WHERE NOT ignore(toString(WatchID)) SETTINGS max_threads = 1</query>
<query>SELECT count() FROM hits_100m_single ... | {
"pile_set_name": "Github"
} |
// This file is automatically generated.
using System;
using System.Text;
using System.Runtime.InteropServices;
namespace Steam4NET
{
[StructLayout(LayoutKind.Sequential,Pack=8)]
[InteropHelp.CallbackIdentity(2301)]
public struct ScreenshotReady_t
{
public const int k_iCallback = 2301;
public UInt32 m_hLocal;... | {
"pile_set_name": "Github"
} |
#!/bin/sh
set -e
mkdir -p "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt
> "$RESOURCES_TO_COPY"
install_resource()
{
case $1 in
*.storyboard)
echo "ibtool --reference-external-strings-file --errors --warnings --notices ... | {
"pile_set_name": "Github"
} |
#!/bin/sh
set -e
mkdir -p "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt
> "$RESOURCES_TO_COPY"
install_resource()
{
case $1 in
*.storyboard)
echo "ibtool --reference-external-strings-file --errors --warnings --notices ... | {
"pile_set_name": "Github"
} |
boost/assign.hpp>
boost/assign.hpp>
boost/scoped_array.hpp>
boost/unordered_set.hpp>
boost/assign.hpp>
boost/atomic.hpp>
boost/foreach.hpp>
boost/make_shared.hpp>
boost/ref.hpp>
boost/scoped_ptr.hpp>
boost/shared_ptr.hpp>
boost/foreach.hpp>
boost/atomic.hpp>
boost/ref.hpp>
boost/shared_ptr.hpp>
boost/bind.hpp>
boost/fu... | {
"pile_set_name": "Github"
} |
package xlsx
import (
"encoding/xml"
)
type xlsxTypes struct {
XMLName xml.Name `xml:"http://schemas.openxmlformats.org/package/2006/content-types Types"`
Overrides []xlsxOverride `xml:"Override"`
Defaults []xlsxDefault `xml:"Default"`
}
type xlsxOverride struct {
PartName string `xml:",attr"`
ContentTyp... | {
"pile_set_name": "Github"
} |
#pragma once
#include <Register/Utility.hpp>
namespace Kvasir {
//Crossbar Switch
namespace XbarSel0{ ///<Crossbar Select Register 0
using Addr = Register::Address<0x40055000,0xffffc0c0,0x00000000,unsigned>;
///no description available
constexpr Register::FieldLocation<Addr,Register::mas... | {
"pile_set_name": "Github"
} |
True : object.conclusion = "NN"
object.tag == "VERB" : object.conclusion = "VERB"
object.prevTag1 == "ADP" : object.conclusion = "NOUN"
object.nextTag1 == "" : object.conclusion = "NOUN"
object.prevTag1 == "PRON" : object.conclusion = "VERB"
object.suffixL2 == "VÁ" : object.conclusion = "ADJ"
object.prevTa... | {
"pile_set_name": "Github"
} |
package restful
import (
"errors"
"net/http"
"net/http/httptest"
"strings"
"testing"
)
func TestWriteHeader(t *testing.T) {
httpWriter := httptest.NewRecorder()
resp := Response{ResponseWriter: httpWriter, requestAccept: "*/*", routeProduces: []string{"*/*"}, prettyPrint: true}
resp.WriteHeader(123)
if resp.... | {
"pile_set_name": "Github"
} |
#include "pitch_detection.h"
#include "util.h"
#include <gtest/gtest.h>
TEST(YinInstrumentTest, Violin_A4_44100)
{
auto data = test_util::vec_from_file("./misc/samples/A4_44100_violin.txt");
double pitch = pitch::yin<double>(data, 44100);
double expected = 440.0;
EXPECT_NEAR(expected, pitch, 0.01 * expected);
}
T... | {
"pile_set_name": "Github"
} |
DROP TABLE IF EXISTS t4,t5;
CREATE TABLE t4(c1 DECIMAL(1,0) NOT NULL);
PREPARE stmt4 FROM 'INSERT INTO t4 (c1) VALUES(?)';
SET @a=0;
EXECUTE stmt4 USING @a;
SET @a=1.0;
EXECUTE stmt4 USING @a;
SET @a=-9.0;
EXECUTE stmt4 USING @a;
DEALLOCATE PREPARE stmt4;
SELECT * FROM t4;
c1
-9
0
1
SELECT COUNT(c1) AS total_rows FROM ... | {
"pile_set_name": "Github"
} |
#pragma once
#include <Register/Utility.hpp>
namespace Kvasir {
//Power Management Controller
namespace PmcPmcScer{ ///<System Clock Enable Register
using Addr = Register::Address<0x400e0400,0xfffff8ff,0x00000000,unsigned>;
///Programmable Clock 0 Output Enable
constexpr Register::FieldL... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -verify -fopenmp -std=c++11 -ferror-limit 100 -o - %s
// RUN: %clang_cc1 -verify -fopenmp-simd -std=c++11 -ferror-limit 100 -o - %s
void foo() {
}
bool foobool(int argc) {
return argc;
}
struct S1; // expected-note 2 {{declared here}}
template <typename T, int C> // expected-note {{declared he... | {
"pile_set_name": "Github"
} |
.selector-1 {
background-color: #f00;
width: 300px;
font-size: 2rem;
}
.enable-rfs .selector-1,
.selector-1.enable-rfs {
font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
.enable-rfs .selector-1,
.selector-1.enable-rfs {
font-size: 2rem;
}
}
.selector-2 {
font-size: 2rem;
}
.enable-... | {
"pile_set_name": "Github"
} |
Unreleased Changes
------------------
1.30.0 (2020-09-15)
------------------
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
1.29.0 (2020-08-25)
------------------
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for detai... | {
"pile_set_name": "Github"
} |
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
5D1A78C521E1AC02004E89AB /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D1A78BD21E1AC02004E89AB /* Constants.swift */; };
5D1A78C621E1AC02004E89AB /* CBService+LightBlue.swif... | {
"pile_set_name": "Github"
} |
<div class="leftMenuItem @if(ViewBag.LeftMenu == "Docking"){@Html.Raw("leftMenuItem_active")}">
@Html.ActionLink("微信对接", "Docking", "Settings", null, new { @class = ViewBag.LeftMenu == "Docking" ? "a_white_16" : "a_black_16" })
</div>
<div class="leftMenuItem @if(ViewBag.LeftMenu == "Base"){@Html.Raw("leftMenuIte... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -fsyntax-only -verify -fblocks %s -Wno-error=non-pod-varargs
// RUN: %clang_cc1 -fsyntax-only -verify -fblocks -std=c++98 %s -Wno-error=non-pod-varargs
// RUN: %clang_cc1 -fsyntax-only -verify -fblocks -std=c++11 %s -Wno-error=non-pod-varargs
// Check that the warning is still there under -fms-compa... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Glitter Tech</li>
<li>Glitter Tech (No Surgery)</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<!-- ========== Orion Combat vest ========== -->
<li Class="PatchOperationAdd">
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2012-2018 Red Hat, Inc.
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Red Hat, Inc. - initial API a... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -triple i686-windows-msvc -fms-extensions -emit-llvm -std=c11 -O0 -o - %s | FileCheck --check-prefix=CHECK --check-prefix=MS %s
// RUN: %clang_cc1 -triple x86_64-windows-msvc -fms-extensions -emit-llvm -std=c11 -O0 -o - %s | FileCheck --check-prefix=CHECK --check-prefix=MS %s
// RUN: %clang_cc1 -tr... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="AssemblyInfo.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\HostObjectHelpers.cpp">
<Filter>Source Files</Fi... | {
"pile_set_name": "Github"
} |
namespace java.security
{
[global::MonoJavaBridge.JavaInterface(typeof(global::java.security.PublicKey_))]
public interface PublicKey : Key
{
}
[global::MonoJavaBridge.JavaProxy(typeof(global::java.security.PublicKey))]
public sealed partial class PublicKey_ : java.lang.Object, PublicKey
{
internal new static... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Antlr" version="3.5.0.2" targetFramework="net45" />
<package id="Microsoft.AspNet.Mvc" version="5.2.7" targetFramework="net451" />
<package id="Microsoft.AspNet.Razor" version="3.2.7" targetFramework="net451" />
<package id="Microsoft.AspNet.Web.Op... | {
"pile_set_name": "Github"
} |
/*
* File: z_bg_haka_zou.c
* Overlay: ovl_Bg_Haka_Zou
* Description: Statue and Wall (Shadow Temple)
*/
#include "z_bg_haka_zou.h"
#define FLAGS 0x00000010
#define THIS ((BgHakaZou*)thisx)
void BgHakaZou_Init(Actor* thisx, GlobalContext* globalCtx);
void BgHakaZou_Destroy(Actor* thisx, GlobalContext* globalCtx)... | {
"pile_set_name": "Github"
} |
package virtualbox
import (
"io/ioutil"
"path/filepath"
"testing"
. "github.com/smartystreets/goconvey/convey"
)
func TestUnpackImage_gzip(t *testing.T) {
Convey("Unpack image to a temporary directory", t, func() {
dir, err := ioutil.TempDir("", "tfvbox-test-")
So(err, ShouldBeNil)
err = unpackImage("test... | {
"pile_set_name": "Github"
} |
annotation.processing.enabled=true
annotation.processing.enabled.in.editor=false
annotation.processing.processors.list=
annotation.processing.run.all.processors=true
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
application.homepage=http://foundry.sandia.gov
application.title=Cogni... | {
"pile_set_name": "Github"
} |
--- a/ath10k-4.19/pci.c
+++ b/ath10k-4.19/pci.c
@@ -142,7 +142,11 @@ static struct ce_attr host_ce_config_wla
.flags = CE_ATTR_FLAGS,
.src_nentries = 0,
.src_sz_max = 2048,
+#ifndef CONFIG_ATH10K_SMALLBUFFERS
.dest_nentries = 512,
+#else
+ .dest_nentries = 128,
+#endif
.recv_cb = ath10k_pci_htt_htc_rx_c... | {
"pile_set_name": "Github"
} |
import React from 'react';
import { render } from 'enzyme';
import { expect } from 'chai';
import { TopBar, TopBarTitle, TopBarLeft, TopBarRight } from '../../src/components/top-bar';
describe('TopBar component', () => {
it('sets tag name', () => {
const component = render(<TopBar/>);
expect(component).to.h... | {
"pile_set_name": "Github"
} |
#include <glm/gtc/type_ptr.hpp>
int test_value_ptr_vec()
{
int Error = 0;
{
glm::vec2 v(1.0);
float * p = glm::value_ptr(v);
Error += p == &v[0] ? 0 : 1;
}
{
glm::vec3 v(1.0);
float * p = glm::value_ptr(v);
Error += p == &v[0] ? 0 : 1;
}
{
glm::vec4 v(1.0);
float * p = glm::value_ptr(v);
Error... | {
"pile_set_name": "Github"
} |
package com.dslplatform.json.generated.ocd.javaasserts;
import org.junit.Assert;
public class MoneyAsserts {
static void assertSingleEquals(final String message, final java.math.BigDecimal expected, final java.math.BigDecimal actual) {
try {
expected.setScale(2);
}
catch (final ArithmeticException e) {
A... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -verify -fopenmp %s
// RUN: %clang_cc1 -verify -fopenmp-simd %s
void foo() {
}
bool foobool(int argc) {
return argc;
}
struct S1; // expected-note {{declared here}} expected-note {{declared here}}
template <class T, int N>
T tmain(T argc) {
T b = argc, c, d, e, f, g;
char ** argv;
static... | {
"pile_set_name": "Github"
} |
/* jquery.jspanel.css version 2.5.3 - 2015-05-16 22:21 */
@font-face {
font-family: 'jsglyphregular';
src: url('fonts/jsglyph.eot');
src: url('fonts/jsglyph.eot?#iefix') format('embedded-opentype'),
url('fonts/jsglyph.woff2') format('woff2'),
url('fonts/jsglyph.woff') format('woff'),
... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
from south.utils import datetime_utils as datetime
from south.db import db
from south.v2 import SchemaMigration
from django.db import models
class Migration(SchemaMigration):
def forwards(self, orm):
# Changing field 'Environment.equivalent_environment'
db.alter_column(u'... | {
"pile_set_name": "Github"
} |
# 效果展示
<a name="通用ppocr_server_1.1效果展示"></a>
## 通用ppocr_server_1.1效果展示
<div align="center">
<img src="../imgs_results/1101.jpg" width="800">
<img src="../imgs_results/1102.jpg" width="800">
<img src="../imgs_results/1103.jpg" width="800">
<img src="../imgs_results/1104.jpg" width="800">
<img src="... | {
"pile_set_name": "Github"
} |
// GENERATE
package com.fkorotkov.kubernetes.authorization
import io.fabric8.kubernetes.api.model.authorization.LocalSubjectAccessReview as authorization_LocalSubjectAccessReview
import io.fabric8.kubernetes.api.model.authorization.NonResourceAttributes as authorization_NonResourceAttributes
import io.fabric8.kubernet... | {
"pile_set_name": "Github"
} |
#include "z_demo_du.h"
#define FLAGS 0x00000010
#define THIS ((DemoDu*)thisx)
void DemoDu_Init(Actor* thisx, GlobalContext* globalCtx);
void DemoDu_Destroy(Actor* thisx, GlobalContext* globalCtx);
void DemoDu_Update(Actor* thisx, GlobalContext* globalCtx);
void DemoDu_Draw(Actor* thisx, GlobalContext* globalCtx);
/... | {
"pile_set_name": "Github"
} |
using System;
using System.IO;
using EventStore.Core.TransactionLog.Unbuffered;
using NUnit.Framework;
namespace EventStore.Core.Tests.TransactionLog.Unbuffered {
[TestFixture]
public class UnbufferedTests : SpecificationWithDirectory {
[Test]
public void when_resizing_a_file() {
var filename = GetFilePathFo... | {
"pile_set_name": "Github"
} |
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../i... | {
"pile_set_name": "Github"
} |
//
// TM & (c) 2017 Lucasfilm Entertainment Company Ltd. and Lucasfilm Ltd.
// All rights reserved. See LICENSE.txt for license.
//
#include <MaterialXGenGlsl/GlslShaderGenerator.h>
#include <MaterialXGenGlsl/GlslSyntax.h>
#include <MaterialXGenGlsl/Nodes/PositionNodeGlsl.h>
#include <MaterialXGenGlsl/Nodes/NormalNo... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<Import Project="..\..\build\common.props" />
<PropertyGroup>
<TargetFrameworks>net47</TargetFrameworks>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<Compile Include="AlphaFS Device Class\Al... | {
"pile_set_name": "Github"
} |
itk_add_test(NAME AutomaticMeshTest COMMAND ${ITK_TEST_DRIVER} $<TARGET_FILE:AutomaticMesh>)
itk_add_test(NAME ImageToPointSetTest COMMAND ${ITK_TEST_DRIVER} $<TARGET_FILE:ImageToPointSet> ${ITK_SOURCE_DIR}/Examples/Data/BrainMidSagittalSlice.png)
itk_add_test(NAME Mesh1Test COMMAND ${ITK_TEST_DRIVER} $<TARGET_FILE:M... | {
"pile_set_name": "Github"
} |
namespace android.os
{
[global::MonoJavaBridge.JavaClass()]
public partial class ParcelFileDescriptor : java.lang.Object, Parcelable
{
internal new static global::MonoJavaBridge.JniGlobalHandle staticClass;
static ParcelFileDescriptor()
{
InitJNI();
}
protected ParcelFileDescriptor(global::MonoJavaBridg... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.