text stringlengths 2 99.7k | meta dict |
|---|---|
//
// GMSPath.h
// Google Maps SDK for iOS
//
// Copyright 2013 Google Inc.
//
// Usage of this SDK is subject to the Google Maps/Google Earth APIs Terms of
// Service: https://developers.google.com/maps/terms
//
#import <CoreLocation/CoreLocation.h>
#if __has_feature(modules)
@import GoogleMapsBase;
#else
#impo... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: Apache-2.0 */
/* Copyright Contributors to the ODPi Egeria project. */
package org.odpi.openmetadata.accessservices.subjectarea.handlers;
import org.apache.commons.collections4.CollectionUtils;
import org.odpi.openmetadata.accessservices.subjectarea.ffdc.SubjectAreaErrorCode;
import org.odp... | {
"pile_set_name": "Github"
} |
{
"Version": "36",
"Names": {
"ADP": [
"ADP",
"peseta andorrana"
],
"AED": [
"AED",
"dírham de los Emiratos Árabes Unidos"
],
"AFA": [
"AFA",
"afgani (1927–2002)"
],
"AFN": [
... | {
"pile_set_name": "Github"
} |
Following files have to be present in this folder. Please, extract these firmware files from the folder `/system/common/lib` of your own legally purchased console.
* __NOTE__: Since there is no known way of extracting the SELF/SPRX decryption keys from a Playstation 4 console, please decrypt each module to a PRX file ... | {
"pile_set_name": "Github"
} |
//------------------------------------------------------------------------------
// <auto-generated>
// このコードはツールによって生成されました。
// ランタイム バージョン:2.0.50727.8745
//
// このファイルへの変更は、以下の状況下で不正な動作の原因になったり、
// コードが再生成されるときに損失したりします。
// </auto-generated>
//----------------------------------------------------------... | {
"pile_set_name": "Github"
} |
//
// RKLumberjackLogger.m
// Pods
//
// Created by C_Lindberg,Carl on 10/31/14.
//
//
#if __has_include("DDLog.h")
#import "RKLumberjackLogger.h"
#import "DDLog.h"
@implementation RKLumberjackLogger
+ (int)ddLogLevelFromRKLogLevel:(_RKlcl_level_t)rkLevel
{
switch (rkLevel)
{
case RKLogLevelOff: ... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: eb0d7f0880e02ff40b3558480ced4bfa
ModelImporter:
serializedVersion: 18
fileIDToRecycleName:
100000: Body
100002: //RootNode
100004: Eye
100006: L_BackLeg_1
100008: L_BackLeg_2
100010: L_BackLeg_Toe
100012: L_FrontLeg_1
100014: L_FrontLeg_2
100016: L_Fron... | {
"pile_set_name": "Github"
} |
# API diff: SkiaSharp.Views.Android.dll
## SkiaSharp.Views.Android.dll
> Assembly Version Changed: 1.55.0.0 vs 0.0.0.0
### New Namespace SkiaSharp.Views.Android
#### New Type: SkiaSharp.Views.Android.AndroidExtensions
```csharp
public static class AndroidExtensions {
// methods
public static Android.Graphics.Col... | {
"pile_set_name": "Github"
} |
use specs::prelude::*;
use super::{HungerClock, RunState, HungerState, SufferDamage, gamelog::GameLog};
pub struct HungerSystem {}
impl<'a> System<'a> for HungerSystem {
#[allow(clippy::type_complexity)]
type SystemData = (
Entities<'a>,
WriteStorage<'a, HungerC... | {
"pile_set_name": "Github"
} |
create function __create_fixed_asset_account() returns int
language plpgsql as $$
declare
acc_id int;
begin
insert into account ( accno, description, category, heading )
values ( 'fa' || nextval('id'), 'fixed asset account',
'A', (select id from account_heading
... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!21 &2100000
Material:
serializedVersion: 6
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_Name: Bottle
m_Shader: {fileID: 47, guid: 0000000000000000f000000000000000, type: 0}
m_ShaderKeywords: _ALPHAPREMULTIPLY_ON
m_... | {
"pile_set_name": "Github"
} |
package mapper
type Schema struct {
ID string `json:"id,omitempty"`
CodeName string `json:"-"`
CodeNamePlural string `json:"-"`
PkgName string `json:"-"`
Type string `json:"type,omitempty"`
Links map[string]string ... | {
"pile_set_name": "Github"
} |
/Users/nikhilsridhar/Desktop/GeoFirestore-iOS/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/leveldb-library.build/Objects-normal/x86_64/arena.o
/Users/nikhilsridhar/Desktop/GeoFirestore-iOS/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/leveldb-library.build/Objects-normal/x86_64/block.o
/U... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
using Waher.Content;
using Waher.Networking.MQTT;
using Waher.Networking.Sniffers;
using Waher.Runtime.Language;
using Waher.Things;
using Waher.Things.ControlParameters;
using Waher.Things.Sensor... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!21 &2100000
Material:
serializedVersion: 6
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Floor
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
m_Shader... | {
"pile_set_name": "Github"
} |
// Package controlreference provides an API for the control reference documentation app
// to query the list of known controls.
package controlreference
import (
"encoding/json"
"fmt"
"io"
"os"
"path/filepath"
"sort"
"strings"
"sync"
"dcs-bios.a10c.de/dcs-bios-hub/jsonapi"
)
// IOElement re... | {
"pile_set_name": "Github"
} |
export const table2excelData = [
{
'name': '推广名称1',
'fav': 0,
'show': 7302,
'weak': 5627,
'signin': 1563,
'click': 4254,
'active': 1438,
'day7': 274,
'day30': 285,
'tomorrow': 1727,
'day': 558,
'week': 4440,
'mon... | {
"pile_set_name": "Github"
} |
/* qhasm: enter ge_madd */
/* qhasm: fe X1 */
/* qhasm: fe Y1 */
/* qhasm: fe Z1 */
/* qhasm: fe T1 */
/* qhasm: fe ypx2 */
/* qhasm: fe ymx2 */
/* qhasm: fe xy2d2 */
/* qhasm: fe X3 */
/* qhasm: fe Y3 */
/* qhasm: fe Z3 */
/* qhasm: fe T3 */
/* qhasm: fe YpX1 */
/* qhasm: fe YmX1 */
/* qhasm: fe A */
/... | {
"pile_set_name": "Github"
} |
/* qhasm: enter ge_madd */
/* qhasm: fe X1 */
/* qhasm: fe Y1 */
/* qhasm: fe Z1 */
/* qhasm: fe T1 */
/* qhasm: fe ypx2 */
/* qhasm: fe ymx2 */
/* qhasm: fe xy2d2 */
/* qhasm: fe X3 */
/* qhasm: fe Y3 */
/* qhasm: fe Z3 */
/* qhasm: fe T3 */
/* qhasm: fe YpX1 */
/* qhasm: fe YmX1 */
/* qhasm: fe A */
/... | {
"pile_set_name": "Github"
} |
//
// Copyright © 2018 Shuichi Tsutsumi. All rights reserved.
//
import UIKit
import ARKit
class ViewController: UIViewController {
@IBOutlet var sceneView: ARSCNView!
override func viewDidLoad() {
super.viewDidLoad()
sceneView.delegate = self
// シーンを生成してARSCNViewにセット
... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &-8025750194640518026
MonoBehaviour:
m_ObjectHideFlags: 11
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: ... | {
"pile_set_name": "Github"
} |
StartFontMetrics 4.1
Comment Copyright (c) 1985, 1987, 1988, 1989, 1997 Adobe Systems Incorporated. All Rights Reserved.
Comment Creation Date: Thu May 1 15:14:13 1997
Comment UniqueID 43082
Comment VMusage 45775 55535
FontName ZapfDingbats
FullName ITC Zapf Dingbats
FamilyName ZapfDingbats
Weight Medium
ItalicAngle 0... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Concurrent;
using System.Linq;
using System.Linq.Expressions;
namespace LinqToDB.Common
{
using Expressions;
using Extensions;
using JetBrains.Annotations;
using Mapping;
/// <summary>
/// Default value provider.
/// Default value used for mapping from NULL... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!21 &2100000
Material:
serializedVersion: 6
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Material_56
m_Shader: {fileID: 4800000, guid: 5bdea20278144b11916d77503ba1467a, type: 3}... | {
"pile_set_name": "Github"
} |
using System;
using NUnit.Framework;
using Org.BouncyCastle.Crypto;
using Org.BouncyCastle.Crypto.Digests;
using Org.BouncyCastle.Crypto.Encodings;
using Org.BouncyCastle.Crypto.Engines;
using Org.BouncyCastle.Crypto.Generators;
using Org.BouncyCastle.Crypto.Parameters;
using Org.BouncyCastle.Math;
using Org.BouncyCa... | {
"pile_set_name": "Github"
} |
@prefix: graphjs;
@{prefix}-autocomplete.@{prefix}-root {
display: block;
// ThemeOption: color: @text-color-normal;
.@{prefix}-content {
.no-padding !important;
min-width: 10em;
min-height: 2em;
&.@{prefix}-closable {
.@{prefix}-input {
.@{prefix... | {
"pile_set_name": "Github"
} |
"spirit_breaker_damage_after_empowering_haste"
{
"challengetype" "483"
"desc" "#DOTA_ChallengeDesc_Spirit_Breaker_Damage_After_Bulldoze"
"status_text" "#DOTA_ChallengeStatusText_Spirit_Breaker_Damage_After_Bulldoze"
"image" "images/spellicons/spirit_breaker_bulldoze.png"
"requiredhero" "spirit_breaker"
"e... | {
"pile_set_name": "Github"
} |
package me.zq.youjoin.activity;
import android.annotation.TargetApi;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Build;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
impor... | {
"pile_set_name": "Github"
} |
/**
* @file
*
* @author CCHyper
* @author OmniBlade
*
* @brief Classes, types and functions related to managing the facings and directions of objects.
*
* @copyright Chronoshift is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* ... | {
"pile_set_name": "Github"
} |
using RepoDb.Extensions;
using RepoDb.Interfaces;
using System;
using System.Collections.Generic;
using System.Data;
namespace RepoDb.Requests
{
/// <summary>
/// A class that holds the value of the 'Insert' operation arguments.
/// </summary>
internal class InsertRequest : BaseRequest, IEquatable<Ins... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.sonatype.spice</groupId>
<artifactId>spice-parent</artifactId>
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="MySQL">
<UniqueIdentifier>{fbfecca7-c304-4573-af9e-a9286f849600}</UniqueIdentifier>
</Filter>
<Filter Include="MySQL\Header Files">
<Uni... | {
"pile_set_name": "Github"
} |
A1 A2 N SNP Z
A G 10000.000 rs0 0.475
A G 10000.000 rs1 -1.937
A G 10000.000 rs2 5.085
A G 10000.000 rs3 1.990
A G 10000.000 rs4 -2.038
A G 10000.000 rs5 -4.266
A G 10000.000 rs6 0.347
A G 10000.000 rs7 6.440
A G 10000.000 rs8 -1.840
A G 10000.000 rs9 1.734
A G 10000.000 rs10 7.540
A G 10000.000 rs11 1.756
A G 10000.00... | {
"pile_set_name": "Github"
} |
package com.thefinestartist.finestwebview;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.support.annotation.AnimRes;
import android.support.annotation.ArrayRes;
import android.support.annotation.ColorInt;
import android.support.annotation.ColorRes;
import an... | {
"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"
} |
//
// asio.hpp
// ~~~~~~~~
//
// Copyright (c) 2003-2018 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// 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)
//
// See www.boost.org/libs/asio for documentation.
/... | {
"pile_set_name": "Github"
} |
bbb.mainshell.statusProgress.connecting = Penyambungan kepada server
bbb.mainshell.statusProgress.loading = Loading
bbb.mainshell.statusProgress.cannotConnectServer = Maaf, server tidak dapat disambungkan.
bbb.mainshell.copyrightLabel2 = (c) 2018 <a href='event:http://www.bigbluebutton.org/' target='_blank'><u>BigBlueB... | {
"pile_set_name": "Github"
} |
<Workspace Version="0.6.3.7375" X="25.7568511889424" Y="-12.0600006018043" zoom="0.795506748218387" Description="" Category="" Name="Home">
<Elements>
<Dynamo.Nodes.FormElementBySelection type="Dynamo.Nodes.FormElementBySelection" guid="1a39f421-00cf-4d0a-8d43-a9ab4312829d" nickname="Select Face" x="5.33389417570... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
public class BoolList : List<bool>
{
public BoolList() { }
public BoolList(int capacity) : base(capacity) { }
public BoolList(IEnumerable<bool> coll) : base(coll) { }
}
public class CharList : List<char>
{
public Char... | {
"pile_set_name": "Github"
} |
---------------------------------------------------------------
Vortex Lattice Output -- Total Forces
Configuration: cruise
# Surfaces = 7
# Strips = 170
# Vortices =1700
Sref = 124.86 Cref = 4.2350 Bref = 34.320
Xref =... | {
"pile_set_name": "Github"
} |
Bag Attributes
friendlyName: Digital Signing Test
localKeyID: 6F 37 3B E6 78 85 E0 42 30 AC B7 D1 2F C6 C5 69 20 C4 3C 9E
subject=/CN=Digital Signing Test/C=AU/emailAddress=test@test.com
issuer=/CN=Digital Signing Test/C=AU/emailAddress=test@test.com
-----BEGIN CERTIFICATE-----
MIIDUzCCAjugAwIBAgIBATANBgkqhkiG... | {
"pile_set_name": "Github"
} |
{
"PLAN_IMPLEMENTATIONS": [
[
"crypto_stream",
"salsa2012",
"ref"
],
[
"crypto_auth",
"hmacsha256",
"ref"
],
[
"crypto_auth",
"hmacsha512256",
"ref"
],
[
"crypto_core",
"salsa208",
"ref"
],
[
"crypto_veri... | {
"pile_set_name": "Github"
} |
namespace Catel.Tests.Data
{
using System.Collections.ObjectModel;
using Catel.Data;
/// <summary>
/// ObjectWithDefaultValues Data object class which fully supports serialization, property changed notifications,
/// backwards compatibility and error checking.
/// </summary>
public cla... | {
"pile_set_name": "Github"
} |
package events
type DeploymentStatus struct {
Deployment struct {
CreatedAt string `json:"created_at"`
Creator struct {
AvatarURL string `json:"avatar_url"`
EventsURL string `json:"events_url"`
FollowersURL string `json:"followers_url"`
FollowingURL string `json:"following_... | {
"pile_set_name": "Github"
} |
{
"id": "",
"padding": [
0,
0,
0,
0
],
"border_box": {
"position": [
8,
8
],
"size": [
1008,
0
]
},
"content": {
"position": [
8,
8
],
"... | {
"pile_set_name": "Github"
} |
{
"injectionSwitch": {
"func": "glUniform2f",
"args": [
0.0,
1.0
]
},
"resolution": {
"func": "glUniform2f",
"args": [
256.0,
256.0
]
},
"$compute": {
"num_groups": [
1,
3,
1
],
"buffer": {
"binding": 0,
"fields": [
... | {
"pile_set_name": "Github"
} |
<h1 align="center">
<br>
<a href="https://linuxgsm.com"><img src="https://i.imgur.com/Eoh1jsi.jpg" alt="LinuxGSM"></a>
</h1>
[]
[CmdletHelp("Set Auditing setting for a site",
Category = CmdletHelpCategory.Sites)]
[CmdletExample(
... | {
"pile_set_name": "Github"
} |
object SimpleListViewDelete: TSimpleListViewDelete
Left = 0
Top = 0
Caption = 'ListViewDeleteForm'
ClientHeight = 567
ClientWidth = 384
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
DesignerMasterStyle = 3
object TopToolbar: TToolBar
Padding.Left = 7.0000000000000... | {
"pile_set_name": "Github"
} |
{
"Version": "36",
"Names": {
"aa": "አፋርኛ",
"ab": "አብሐዚኛ",
"ace": "አቻይንኛ",
"ach": "አኮሊኛ",
"ada": "አዳንግሜ",
"ady": "አድይግሄ",
"ae": "አቬስታን",
"af": "አፍሪካንኛ",
"afh": "አፍሪሂሊ",
"agq": "አገም",
"ain": "አይኑ",
"ak": "አካንኛ",
... | {
"pile_set_name": "Github"
} |
-- Test cases for fine-grained incremental mode related to modules
--
-- Covers adding and deleting modules, changes to multiple modules,
-- changes to import graph, and changes to module references.
--
-- The comments in fine-grained.test explain how these tests work.
-- Add file
-- --------
[case testAddFile]
imp... | {
"pile_set_name": "Github"
} |
//
// Licensed under the terms in License.txt
//
// Copyright 2010 Allen Ding. All rights reserved.
//
#import "KWAfterAllNode.h"
#import "KWAfterEachNode.h"
#import "KWBeforeAllNode.h"
#import "KWBeforeEachNode.h"
#import "KWLetNode.h"
#import "KWCallSite.h"
#import "KWContextNode.h"
#import "KWExampleNodeVisitor.h"
... | {
"pile_set_name": "Github"
} |
-----BEGIN CERTIFICATE REQUEST-----
MIIC/TCCAeUCAQAwYDELMAkGA1UEBhMCVVMxCzAJBgNVBAgMAkNBMRYwFAYDVQQH
DA1TYW4gRnJhbmNpc2NvMRUwEwYDVQQKDAxHaXRIdWIsIEluYy4xFTATBgNVBAMM
DEdpdEh1YiwgSW5jLjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANeQ
ONSLQqZiKtebemA1xqZGa/FF7pRw6ZDllQ2ny5YcFNMbh321njwqWtBgNBrygoIs
RQ/WZpbAvYYxU+//ZZS4DwQ7... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 1999 Lars Knoll (knoll@kde.org)
* (C) 1999 Antti Koivisto (koivisto@kde.org)
* Copyright (C) 2003, 2004, 2005, 2006, 2007, 2010 Apple Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Publ... | {
"pile_set_name": "Github"
} |
procedural_city_generation.additional_stuff package
===================================================
Submodules
----------
procedural_city_generation.additional_stuff.LinalgTools module
--------------------------------------------------------------
.. automodule:: procedural_city_generation.additional_stuff.Linal... | {
"pile_set_name": "Github"
} |
EXPORTS
jcopy_block_row @ 1 ;
jcopy_sample_rows @ 2 ;
jdiv_round_up @ 3 ;
jinit_1pass_quantizer @ 4 ;
jinit_2pass_quantizer @ 5 ;
jinit_c_coef_controller @ 6 ;
jinit_c_main_controller @ 7 ;
jinit_c_master_control @ 8 ;
jinit_c_prep_controller @ 9 ;
jinit_color_converter @ 10 ;
jinit_color_deconvert... | {
"pile_set_name": "Github"
} |
var NAVTREEINDEX0 =
{
"annotated.html":[0,0],
"example.html":[3],
"example.html#ex1":[3,0],
"files.html":[2],
"functions.html":[0,1,0],
"functions_vars.html":[0,1,1],
"globals.html":[1,0],
"globals_defs.html":[1,3],
"globals_func.html":[1,1],
"globals_type.html":[1,2],
"index.html":[],
"pages.html":[],
"xclk__wiz_8c.ht... | {
"pile_set_name": "Github"
} |
--- !tapi-tbd-v2
archs: [ armv7, armv7s, arm64, arm64e ]
platform: ios
flags: [ flat_namespace, not_app_extension_safe ]
install-name: /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
current-version: 1
compatibility-version: 1
objc-constrai... | {
"pile_set_name": "Github"
} |
###########################################################################
# Created by: Yuan Hu
# Email: huyuan@radi.ac.cn
# Copyright (c) 2019
###########################################################################
import numpy as np
from skimage import io
def apply_mask(image, mask, color):
""... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!21 &2100000
Material:
serializedVersion: 6
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_Name: Skybox Cubemap Extended
m_Shader: {fileID: 4800000, guid: 82881a2d011b0964696411c822cdd00b, type: 3}
m_ShaderKeywords: _EN... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <Foundation/NSNumber.h>
@interface NSDecimalNumber : NSNumber
{
unsigned int _exponent:8;
unsigned int _length:4;
... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &-9046611798479816016
MonoBehaviour:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 1... | {
"pile_set_name": "Github"
} |
/* Copyright 2019 Alexander Matthes, Benjamin Worpitz
*
* This file is part of Alpaka.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#pragma once
#includ... | {
"pile_set_name": "Github"
} |
<Workspace Version="0.7.5.3566" X="211.750015300907" Y="319.164800445981" zoom="1.20739804276316" Description="Rounds a point coordinate *down* to a specified precision" Category="Clockwork.Geometry.Point.Actions" Name="Point.RoundDownToPrecision" ID="5ce3f172-9e4f-4ad3-8bff-b3c2f68fd3cf">
<Elements>
<Dynamo.Node... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Type Name="DesignSurfaceCollection" FullName="System.ComponentModel.Design.DesignSurfaceCollection">
<TypeSignature Language="C#" Value="public sealed class DesignSurfaceCollection : System.Collections.ICollection" />
<AssemblyInfo>
<AssemblyName>System.Design</AssemblyNa... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!21 &2100000
Material:
serializedVersion: 6
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Plastic
m_Shader: {fileID: 4800000, guid: e4be71837c1c849fda6e7e18d331e612, type: 3}
m... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!21 &2100000
Material:
serializedVersion: 6
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: arena01_tower001_crystal_d
m_Shader: {fileID: 10, guid: 0000000000000000f000000000000000... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!21 &2100000
Material:
serializedVersion: 6
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_Name: Filament
m_Shader: {fileID: 4800000, guid: 5976ea646a28dd34ca270c7f10efbbed, type: 3}
m_ShaderKeywords: _EMISSION
m_Ligh... | {
"pile_set_name": "Github"
} |
@if-sdf = 0
sdf 101, 0
msg -1, -1, -1
pic 0, 4
ex1 1, 1, -1
ex2 -1, -1, -1
goto 2
@death = 1
sdf -1, -1
msg 0, 1, -1
pic 0, 4
ex1 0, 1, -1
ex2 -1, -1, -1
goto -1
@once-disp-msg = 2
sdf 6, 0
msg 2, 3, -1
pic 0, 4
ex1 -1, -1, -1
ex2 -1, -1, -1
goto -1
@block-move = 3
sdf -1, -1
msg -1, -1, -1
pic 0, ... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
require 'rails_helper'
require "#{Rails.root}/lib/data_cycle/constant_update"
describe ConstantUpdate do
describe 'on initialization' do
before do
create(:course, start: '2015-03-20', end: '2015-03-31', needs_update: true,
flags: { salesforce_id: 'a0f1a9... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!21 &2100000
Material:
serializedVersion: 6
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_Name: outlet_DIF1
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
m_ShaderKeywords: _EMISSION _NORMALMAP... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2017-present, zhenglibao, Inc.
* email: 798393829@qq.com
* All rights reserved.
*
* This source code is licensed under the MIT-style license found in the
* LICENSE file in the root directory of this source tree.
*/
#import "UITextField+Flex.h"
#import "UIView+Flex.h"
#import <objc/runtime.h... | {
"pile_set_name": "Github"
} |
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/">
<ShortName>Wikipedia (es)</ShortName>
<I... | {
"pile_set_name": "Github"
} |
-----BEGIN CERTIFICATE REQUEST-----
MIIFCTCCAvMCAQAwgYYxCzAJBgNVBAYTAlVTMRMwEQYDVQQKEwpDbG91ZEZsYXJl
MRwwGgYDVQQLExNTeXN0ZW1zIEVuZ2luZWVyaW5nMRYwFAYDVQQHEw1TYW4gRnJh
bmNpc2NvMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRcwFQYDVQQDEw5jbG91ZGZsYXJl
LmNvbTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANkKL22jMn3eFCpj
T6lbeq4nC3aEqwTGrLARidAm... | {
"pile_set_name": "Github"
} |
-----BEGIN CERTIFICATE-----
MIICvTCCAiYCCQDn+P/MSbDsWjANBgkqhkiG9w0BAQUFADCBojELMAkGA1UEBhMC
VVMxCzAJBgNVBAgTAkNBMRAwDgYDVQQHEwdPYWtsYW5kMRAwDgYDVQQKEwdyZXF1
ZXN0MSYwJAYDVQQLEx1yZXF1ZXN0IENlcnRpZmljYXRlIEF1dGhvcml0eTESMBAG
A1UEAxMJcmVxdWVzdENBMSYwJAYJKoZIhvcNAQkBFhdtaWtlYWxAbWlrZWFscm9n
ZXJzLmNvbTAeFw0xMjAzMDEyMjUwNTZa... | {
"pile_set_name": "Github"
} |
/* Copyright © 2017 VMware, Inc. All Rights Reserved.
SPDX-License-Identifier: BSD-2-Clause
Generated by: https://github.com/swagger-api/swagger-codegen.git */
package policy
import (
"github.com/vmware/go-vmware-nsxt/common"
)
type RealizedServices struct {
// The server will populate this field when retu... | {
"pile_set_name": "Github"
} |
//
// GJCFCoreTextContentView.h
// GJCommonFoundation
//
// Created by ZYVincent QQ:1003081775 on 14-9-21.
// Copyright (c) 2014年 ZYProSoft. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "GJCFCoreTextKeywordAttributedStringStyle.h"
#import "GJCFCoreTextImageAttributedStringStyle.h"
#import "GJCFCoreTextC... | {
"pile_set_name": "Github"
} |
{
"type": "root",
"children": [
{
"type": "paragraph",
"children": [
{
"type": "link",
"title": null,
"url": "./hello-world.html",
"children": [
{
"type": "text",
"value": "Hello ",
"position": {
... | {
"pile_set_name": "Github"
} |
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
info: >
RegExp.prototype.exec behavior depends on global property.
If global is true next exec calling start to match from lastIndex position
es5id: 15.10.6.2_A4_T5
descript... | {
"pile_set_name": "Github"
} |
@import "./colors";
/**
* Fonts & basic variables.
*/
$default-font: -apple-system, BlinkMacSystemFont,"Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell,"Helvetica Neue", sans-serif;
$default-font-size: 13px;
$default-line-height: 1.4;
$editor-font: "Noto Serif", serif;
$editor-html-font: Menlo, Consolas, monaco, ... | {
"pile_set_name": "Github"
} |
--- com.fasterxml.jackson.core.read.NonStandardUnquotedNamesTest::testUnquotedIssue510
java.lang.ArrayIndexOutOfBoundsException: 256
at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._handleOddName2(ReaderBasedJsonParser.java:1964)
at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._handleOddName(ReaderB... | {
"pile_set_name": "Github"
} |
X3DDragSensorNode : X3DPointingDeviceSensorNode {
SFBool [in,out] autoOffset TRUE
SFVec3f [out] trackPoint_changed
}
X3DPointingDeviceSensorNode : X3DSensorNode {
SFString [in,out] description ""
SFBool [out] isOver
}
X3DTouchSensorNode : X3DPointingDeviceSensorNode {
SFTime [out] ... | {
"pile_set_name": "Github"
} |
import numpy as np
import pytest
from emukit.benchmarking.loop_benchmarking.benchmark_plot import BenchmarkPlot
from emukit.benchmarking.loop_benchmarking.benchmark_result import BenchmarkResult
@pytest.fixture
def benchmark_result():
br = BenchmarkResult(['loop1', 'loop2'], 2, ['mae', 'mse'])
br.add_result... | {
"pile_set_name": "Github"
} |
57
Lattice="1.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 1.0" Properties=species:S:1:pos:R:3:Z:I:1 pbc="F F F"
N -4.36254787 2.76986599 -0.28717801 7
C -2.92329097 2.52653003 -0.41562900 6
C -2.53898096 1.37459099 0.47788900 6
O -2.72259593 1.46547103 ... | {
"pile_set_name": "Github"
} |
<!-- Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See LICENSE in the project root for license information. -->
<local:TestPage
x:Class="MUXControlsTestApp.RevealPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.micro... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!21 &2100000
Material:
serializedVersion: 6
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_Name: CeilingMat
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
m_ShaderKeywords: _EMISSION
m_Lightma... | {
"pile_set_name": "Github"
} |
from django.db import models
from wagtail.core.fields import RichTextField
from wagtail.admin.edit_handlers import (
FieldPanel, MultiFieldPanel, InlinePanel
)
from wagtail.images.edit_handlers import ImageChooserPanel
from wagtail.core.models import Page
from wagtail.contrib.forms.models import AbstractEmailForm... | {
"pile_set_name": "Github"
} |
-----BEGIN CERTIFICATE-----
MIIEBTCCAu2gAwIBAgIUEswpqtzamsXdRz7ftfxmemuvHNswDQYJKoZIhvcNAQEL
BQAwgZExCzAJBgNVBAYTAlVTMQswCQYDVQQIDAJDQTERMA8GA1UEBwwIU29tZUNp
dHkxGDAWBgNVBAoMD1NvbWVDb21wYW55VGVzdDEQMA4GA1UECwwHVGVzdGluZzEW
MBQGA1UEAwwNQW5jaG9yZVRlc3RlcjEeMBwGCSqGSIb3DQEJARYPdGVzdGluZ0B0
ZXN0ZXJzMB4XDTE5MDUyNDA3MjIyN1oX... | {
"pile_set_name": "Github"
} |
#include "stdafx.h"
#include "contact_profile.h"
#include "utils/utils.h"
namespace Logic
{
bool address::unserialize(Ui::gui_coll_helper _coll)
{
city_ = _coll.get<QString>("city");
state_ = _coll.get<QString>("state");
country_ = _coll.get<QString>("country");
r... | {
"pile_set_name": "Github"
} |
# Map & Tuple
<nav>
<a href="#一映射Map">一、映射(Map)</a><br/>
<a href="#11-构造Map">1.1 构造Map</a><br/>
<a href="#12-获取值">1.2 获取值</a><br/>
<a href="#13-新增修改删除值">1.3 新增/修改/删除值</a><br/>... | {
"pile_set_name": "Github"
} |
; visuald.def : translates the module exports
EXETYPE NT
LIBRARY "visuald.dll"
CODE PRELOAD DISCARDABLE
DATA PRELOAD MULTIPLE
EXPORTS
DllCanUnloadNow = DllCanUnloadNow PRIVATE
DllGetClassObject = DllGetClassObject PRIVATE
DllRegisterServ... | {
"pile_set_name": "Github"
} |
static const unsigned char map_windows_1254[] = {
0x00, 0x00, 0x00, 0x00, 0x20, 0xac, 0xff, 0xff, 0x20, 0x1a, 0x01, 0x92,
0x20, 0x1e, 0x20, 0x26, 0x20, 0x20, 0x20, 0x21, 0x02, 0xc6, 0x20, 0x30,
0x01, 0x60, 0x20, 0x39, 0x01, 0x52, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0x20, 0x18, 0x20, 0x19, 0x20, 0x1c, 0x... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.AspNetCore.Mvc.Rendering;
using Nop.Core;
using Nop.Core.Caching;
using Nop.Services.Authentication.External;
using Nop.Services.Cms;
using Nop.Services.Localization;
using Nop.Services.Payments;
using Nop.Services.Plugins;
using Nop.Se... | {
"pile_set_name": "Github"
} |
\documentclass{article}
1Now is the time for all good men to
come to the aid of their country. Now
is the time for all good men to come to
the aid of their country.
$x^2$
\begin{filecontents}
1Now is the time for all good men to
come to the aid of their country. Now
is the time for all good men to come to
the aid ... | {
"pile_set_name": "Github"
} |
UNKNOWN
=======
* help
* list
help
----
* Description: Displays help for a command
* Usage:
* `help [--xml] [--format FORMAT] [--raw] [--] [<command_name>]`
The <info>help</info> command displays help for a given command:
<info>php app/console help list</info>
You can also output the help in other formats by... | {
"pile_set_name": "Github"
} |
## jsoup: 8b837a43cbe2c12624ab2088dc4ff9a725af5f4d ##
--- org.jsoup.integration.TestServer
java.lang.Exception: Test class should have exactly one public constructor
at org.junit.runners.BlockJUnit4ClassRunner.validateOnlyOneConstructor(BlockJUnit4ClassRunner.java:134)
at org.junit.runners.BlockJUnit4ClassRunner.vali... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.