text stringlengths 2 99.9k | meta dict |
|---|---|
---
title: 成员“<membername>”与基类型“<basetypename>”中的成员“<membername>”发生冲突,因此不应声明为“Overloads”
ms.date: 07/20/2015
f1_keywords:
- bc40021
- vbc40021
helpviewer_keywords:
- BC40021
ms.assetid: 2ec72726-ab0e-4545-9c1e-2409eb54482e
ms.openlocfilehash: 06fea62f32aec0d702c868a1d5b87e885f2ed356
ms.sourcegitcommit: bf5c585065418770... | {
"pile_set_name": "Github"
} |
(module Samtec_MECF-05-02-L-DV-WT_2x05_P1.27mm_Polarized_Socket_Horizontal (layer F.Cu) (tedit 5A1FF529)
(descr "Highspeed card edge connector for 2.4mm PCB's with 05 contacts (polarized)")
(tags "conn samtec card-edge high-speed")
(attr smd)
(fp_text reference REF** (at 0 -4.4) (layer F.SilkS)
(effects (fo... | {
"pile_set_name": "Github"
} |
load("@bazel_gazelle//:def.bzl", "gazelle")
# gazelle:prefix euphoria.io/heim
gazelle(
name = "gazelle",
prefix = "euphoria.io/heim",
)
| {
"pile_set_name": "Github"
} |
-----------------------------------
-- Area: Southern San d'Oria
-- NPC: Amutiyaal
-- Warp NPC (Aht Urhgan)
-- !pos 116 0.1 84 230
-------------------------------------
local ID = require("scripts/zones/Southern_San_dOria/IDs");
require("scripts/globals/keyitems");
require("scripts/globals/teleports");
require("scrip... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1996, 1999, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
alter table ACT_RU_ENTITYLINK add column HIERARCHY_TYPE_ varchar(255);
update ACT_GE_PROPERTY set VALUE_ = '6.4.1.1' where NAME_ = 'entitylink.schema.version';
| {
"pile_set_name": "Github"
} |
{
"name": "is-arrayish",
"description": "Determines if an object can be used as an array",
"version": "0.2.1",
"author": "Qix (http://github.com/qix-)",
"keywords": [
"is",
"array",
"duck",
"type",
"arrayish",
"similar",
"proto",
"prototype",
"type"
],
"license": "MIT",... | {
"pile_set_name": "Github"
} |
.class Lcom/hiapk/service/place/IRemoteFindPlace$Stub$Proxy;
.super Ljava/lang/Object;
.source "IRemoteFindPlace.java"
# interfaces
.implements Lcom/hiapk/service/place/IRemoteFindPlace;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/hiapk/service/place/IRemoteFindPlace$Stub;
.e... | {
"pile_set_name": "Github"
} |
# The MIT License
#
# Copyright (c) 2004-2010, Sun Microsystems, Inc., Cleiber Silva
#
# 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 ri... | {
"pile_set_name": "Github"
} |
/*
*
* (C) Copyright IBM Corp. 1998-2007 - All Rights Reserved
*
*/
#include <windows.h>
#include "unicode/utypes.h"
#include "loengine.h"
#include "rsurface.h"
#include "gsupport.h"
#include "gdiglue.h"
#include "LETypes.h"
#include "LEFontInstance.h"
#include "GDIGUISupport.h"
#include "GDIFontMap.h"
#include... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
"""
Allows you to manage proxy settings on minions
==============================================
Setup proxy settings on minions
.. code-block:: yaml
192.168.1.4:
proxy.managed:
- port: 3128
- bypass_domains:
- localhost
- 127.0.0.1
"""
# Imp... | {
"pile_set_name": "Github"
} |
#ifndef SHA1_H_INCLUDED
#define SHA1_H_INCLUDED
#include <sys/types.h>
#include <stdint.h>
// From http://www.mirrors.wiretapped.net/security/cryptography/hashes/sha1/sha1.c
typedef struct {
uint32_t state[5];
uint32_t count[2];
uint8_t buffer[64];
} SHA1_CTX;
extern void SHA1Init (SHA1_CTX * context);
extern... | {
"pile_set_name": "Github"
} |
from __future__ import division
import logging
import numpy as np
from six import iteritems
from .interval_unionizer import IntervalUnionizer
from .tissuecyte_unionize_record import TissuecyteInjectionUnionize, \
TissuecyteProjectionUnionize
class TissuecyteUnionizer(IntervalUnionizer):
'''A specializatio... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) Scott Cranton and Jakub Korab
* https://github.com/CamelCookbook
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
... | {
"pile_set_name": "Github"
} |
-----BEGIN DH PARAMETERS-----
MIGHAoGBAMzJWsEtMQ76G81O8RzEweDaPrio4NihRBo0fmNuh3IjJtFJ++URPW4y
HHtnGOkPoMwQjGQ3GQV+lfcR7QGWojET4NskXOk6mdFU+/nYB9s5YY7RR4qyln9b
dNMp3KnMLtILNH1rJRoqYbSNoz3Z2cS59Ejp1dgXqN8kSP8wiqDjAgEC
-----END DH PARAMETERS-----
| {
"pile_set_name": "Github"
} |
module ExtraConstraintsWildcardNotEnabled where
show' :: _ => a -> String
show' x = show x
-- with the PartialTypeSignatures extension enabled this would lead to the
-- type Show a => a -> String
| {
"pile_set_name": "Github"
} |
# -*- mode: snippet -*-
# name : image-caption
# key : imgc
# --
{% image_caption ${1:zoom} %}
${2:#image-url}
${3:#caption}
{% endimage_caption %}
$0 | {
"pile_set_name": "Github"
} |
proc numlist< {A B} {
foreach a $A b $B {
if {$a<$b} {
return 1
} elseif {$a>$b} {
return 0
}
}
return 0
}
| {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>The Grails Framework 3.2.11</title>
<meta http-equiv="Content-Type" content="text/html; charset=... | {
"pile_set_name": "Github"
} |
//------------------------------------------------------------------------------
// <自动生成>
// 此代码由工具生成。
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </自动生成>
//------------------------------------------------------------------------------
namespace Song.Site.Manage.Student {
public p... | {
"pile_set_name": "Github"
} |
CodeMirror.defineMode("jade", function () {
var symbol_regex1 = /^(?:~|!|%|\^|\*|\+|=|\\|:|;|,|\/|\?|&|<|>|\|)/;
var open_paren_regex = /^(\(|\[)/;
var close_paren_regex = /^(\)|\])/;
var keyword_regex1 = /^(if|else|return|var|function|include|doctype|each)/;
var keyword_regex2 = /^(#|{|}|\.)/;
var keyword_... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
set -Eeuo pipefail
thisDir="$(dirname "$(readlink -f "$BASH_SOURCE")")"
source "$thisDir/.constants.sh" \
'<target-dir> arguments' \
'rootfs update'
eval "$dgetopt"
while true; do
flag="$1"; shift
dgetopt-case "$flag"
case "$flag" in
--) break ;;
*) eusage "unknown flag '$flag'" ;;
esac
... | {
"pile_set_name": "Github"
} |
namespace Song.Entities {
using System;
/// <summary>
/// 表名:ProductOrigin 主键列:Pori_Id
/// </summary>
[SerializableAttribute()]
public partial class ProductOrigin : WeiSha.Data.Entity {
protected Int32 _Pori_Id;
protected String _Pori_Name;
... | {
"pile_set_name": "Github"
} |
/*
This file is part of darktable,
Copyright (C) 2010-2020 darktable developers.
darktable 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 opti... | {
"pile_set_name": "Github"
} |
/* Copyright (C) 1990, 2000 Aladdin Enterprises. All rights reserved.
This software is provided AS-IS with no warranty, either express or
implied.
This software is distributed under license and may not be copied,
modified or distributed except as expressly authorized under the terms
of the license cont... | {
"pile_set_name": "Github"
} |
<html>
<head>
<title>
Test Report
</title>
<link rel="stylesheet" type="text/css" href="../report.css"/>
</head>
<body>
<table>
<tr class="info">
<td>
11:55:07.895
</td>
<td>
</td>
<td>
Running procedure: 8.4.1... | {
"pile_set_name": "Github"
} |
require('./dist/index.js');
| {
"pile_set_name": "Github"
} |
<?php if ( ! defined('IN_DILICMS')) exit('No direct script access allowed');
/**
* DiliCMS
*
* 一款基于并面向CodeIgniter开发者的开源轻型后端内容管理系统.
*
* @package DiliCMS
* @author DiliCMS Team
* @copyright Copyright (c) 2011 - 2012, DiliCMS Team.
* @license http://www.dilicms.com/license
* @link ... | {
"pile_set_name": "Github"
} |
#include "hidden_service_descriptor_parser.h"
namespace mini::tor {
constexpr hidden_service_descriptor_parser::control_word_list hidden_service_descriptor_parser::control_words;
void
hidden_service_descriptor_parser::parse(
consensus& consensus,
const string_ref descriptor
)
{
string_collection lines = stat... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<meta name="description" content="Interested in adding textures, lighting, shadows, normal maps, glowi... | {
"pile_set_name": "Github"
} |
gcr.io/google_containers/hyperkube-s390x:v1.16.3
| {
"pile_set_name": "Github"
} |
var parse = require('../');
var test = require('tape');
test('numeric short args', function (t) {
t.plan(2);
t.deepEqual(parse([ '-n123' ]), { n: 123, _: [] });
t.deepEqual(
parse([ '-123', '456' ]),
{ 1: true, 2: true, 3: 456, _: [] }
);
});
test('short', function (t) {
t.deepEqua... | {
"pile_set_name": "Github"
} |
# Example
Demonstrates how to use the native_state plugin.
`main.dart` shows an example where the main app is a child of a `SavedState` widget and each
route that needs to be able to restore state is a child of another `SavedState`. The home page
stores the state of the counter in the "root" `SavedState`. The activ... | {
"pile_set_name": "Github"
} |
.lg-outer .lg-video-object {
max-width: 100%;
min-width: 250px;
max-height: 100%;
left: 0;
right: 0;
margin: 0 auto;
width: auto !important;
}
.lg-outer .lg-video .lg-object {
max-width: 100%;
min-width: 250px;
max-height: 100%;
left: 0;
right: 0;
margin: 0 auto;
... | {
"pile_set_name": "Github"
} |
#!/usr/bin/electron
const { join } = require('path');
const { app } = require('electron');
const APP_DIR = '/usr/share/typora/';
const conf = require(APP_DIR + 'package.json');
app.setName(conf.name);
app.setPath('userData', join(app.getPath('appData'), conf.name));
app.getVersion = () => conf.version;
process.arg... | {
"pile_set_name": "Github"
} |
define Append_Conditional
$(if $(strip $(foreach V,$(4),$(filter -D$(V),$(CFLAGS)))),, \
$(if \
$(findstring $(foreach U,$(3),-D$(U)),$(foreach U,$(3),$(filter -D$(U),$(CFLAGS)))), \
$(eval $(strip $(1)) += $(2)) \
) \
)
endef
define Dump_Var
NUM=`echo "$(strip $($(1)))"|awk '{ print NF }'... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2011-2015 Yan Pujante
*
* 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 agree... | {
"pile_set_name": "Github"
} |
#define COMPONENT spectator
#define COMPONENT_BEAUTIFIED Spectator
#include "\z\ace\addons\main\script_mod.hpp"
// #define DEBUG_MODE_FULL
// #define DISABLE_COMPILE_CACHE
// #define ENABLE_PERFORMANCE_COUNTERS
#ifdef DEBUG_ENABLED_SPECTATOR
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_SETTINGS_SPECTATOR
#def... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<DermalRegeneratorSickness.label>Maneo por regeneración dermal</DermalRegeneratorSickness.label>
</LanguageData> | {
"pile_set_name": "Github"
} |
//
// SVModalWebViewController.m
//
// Created by Oliver Letterer on 13.08.11.
// Copyright 2011 Home. All rights reserved.
//
// https://github.com/samvermette/SVWebViewController
#import "SVModalWebViewController.h"
#import "SVWebViewControllerCustomForModal.h"
@interface SVModalWebViewController ()
@property ... | {
"pile_set_name": "Github"
} |
/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/*
* Copyright © 2019 Christopher Davis <christopherdavis@gnome.org>
*
* This file is part of Epiphany.
*
* Epiphany is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as p... | {
"pile_set_name": "Github"
} |
// 3ds max effect file
// Simple Lighting Model
// This is used by 3dsmax to load the correct parser
//string ParamID = "0x0";
//DxMaterial specific
#include "include\BasePara.fxh"
#include "include\Light_Calc.fxh"
float g_fOutline<
string UIName = "Outline Width";
string UIType = "FloatSpinner";
float UIMin = 0... | {
"pile_set_name": "Github"
} |
/*! @file
* \brief Scatter the computed blocks into LU destination.
*
* <pre>
* -- Distributed SuperLU routine (version 4.0) --
* Lawrence Berkeley National Lab, Univ. of California Berkeley.
* October 1, 2014
*
*/
#include <math.h>
#include "superlu_ddefs.h"
static void
dscatter_l_1 (int ib,
int... | {
"pile_set_name": "Github"
} |
using AxoCover.Common.Extensions;
using AxoCover.Common.ProcessHost;
using AxoCover.Common.Runner;
using AxoCover.Models.Editor;
using AxoCover.Models.Storage;
using AxoCover.Models.Telemetry;
using AxoCover.Models.Testing.Adapters;
using AxoCover.Models.Testing.Data;
using AxoCover.Models.Testing.Data.CoverageReport;
... | {
"pile_set_name": "Github"
} |
# Author: Fred L. Drake, Jr.
# fdrake@acm.org
#
# This is a simple little module I wrote to make life easier. I didn't
# see anything quite like it in the library, though I may have overlooked
# something. I wrote this when I was trying to read some heavily nested
# tuples with fairly non-desc... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2018 The Android Open Source Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2009, Maxim Likhachev
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list ... | {
"pile_set_name": "Github"
} |
$css: '.e-css' !default;
$imported-modules: () !default;
.e-lib {
@at-root
{
@import "../fabric-dark.scss";
}
& .e-js [class^='e-'], & .e-js [class*=' e-'] {
box-sizing: content-box;
}
} | {
"pile_set_name": "Github"
} |
<?xml version="1.0" ?>
<container xmlns="http://symfony.com/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
<services>
<defaults public="tru... | {
"pile_set_name": "Github"
} |
# [86. Partition List](https://leetcode.com/problems/partition-list/)
## 题目
Given a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x.
You should preserve the original relative order of the nodes in each of the two partitions.
```
For example,
Given ... | {
"pile_set_name": "Github"
} |
/*
** Copyright (c) 2013 The Khronos Group Inc.
**
** Permission is hereby granted, free of charge, to any person obtaining a
** copy of this software and/or associated documentation files (the
** "Materials"), to deal in the Materials without restriction, including
** without limitation the rights to use, copy, modify... | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////////
// FILE: HIDManager.h
// PROJECT: Micro-Manager
// SUBSYSTEM: DeviceAdapters
//-----------------------------------------------------------------------------
// DESCRIPTION: HID interface device adapter - UNIX version
//... | {
"pile_set_name": "Github"
} |
export interface ShardInfo {
getShardKey();
getUniqueId();
getCollectionNameFromSelf();
getCollectionNameFromShardKey(id: string);
getAllShardCollectionNames(): Array<string>; // This will be used for broadcasting queries in all the shards
} | {
"pile_set_name": "Github"
} |
/* ============================================================
*
* This file is a part of digiKam project
* https://www.digikam.org
*
* Date : 2009-12-08
* Description : Internal part of the Marble-backend for geolocation interface
*
* Copyright (C) 2010-2019 by Gilles Caulier <caulier dot gilles at gma... | {
"pile_set_name": "Github"
} |
#!/usr/bin/python
#usage: ./jenkins.py host port /path/to/payload
import socket
import sys
import requests
import base64
host = sys.argv[1]
port = sys.argv[2]
#Query Jenkins over HTTP to find what port the CLI listener is on
r = requests.get('http://'+host+':'+port)
cli_port = int(r.headers['X-Jenkins-CLI-Port'])
#... | {
"pile_set_name": "Github"
} |
name = mbm
description = MBM theme.
package = Core
version = VERSION
core = 7.x
; Custom CSS for Mission block
stylesheets[all][] = css/layout.css
stylesheets[all][] = css/style.css
stylesheets[all][] = css/colors.css
stylesheets[print][] = css/print.css
stylesheets[all][] = css/mission_block.css
stylesheets[all][] =... | {
"pile_set_name": "Github"
} |
package org.wildfly.test.integration.microprofile.opentracing.application;
import javax.inject.Inject;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
@Path("with-custom-operation-name")
@Produces({"text/plain"})
public class WithCustomOperationNameEndpoint {
@Inject
CustomOperat... | {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:89ed1904560958e082bf13981538b1ae31acefc6ec348b9d1e2059ff908ae0fa
size 3680
| {
"pile_set_name": "Github"
} |
////////////////////////////////////////////////////////////////////////////////
// /
// 2012-2019 (c) Baical /
// ... | {
"pile_set_name": "Github"
} |
/**
@file GThread.h
@created 2005-09-22
@edited 2007-01-31
*/
#ifndef G3D_GTHREAD_H
#define G3D_GTHREAD_H
#include "G3D/platform.h"
#include "G3D/ReferenceCount.h"
#include <string>
#ifndef G3D_WIN32
# include <pthread.h>
# include <signal.h>
#endif
namespace G3D {
typedef ReferenceCounted... | {
"pile_set_name": "Github"
} |
---
name: getmininginfo
btcversion: 0.16.2
btcgroup: mining
permalink: en/doc/0.16.2/rpc/mining/getmininginfo/
---
getmininginfo
Returns a json object containing mining-related information.
Result:
{
"blocks": nnn, (numeric) The current block
"currentblockweight": nnn, (numeric) The last block weight
... | {
"pile_set_name": "Github"
} |
#pragma once
#include <list>
#include <base/event.h>
#include <base/memory/iref_counted.h>
#include <core/PrgString.h>
#include <core/IPrgCOMRefCounted.h>
#include <core/prgcom_helper.h>
#include "TCMSInterface.h"
#include "UAuthConstant.h"
#include "UAuthErrorCode.h"
#ifdef __UAUTH_EXPORT__
#define UAUTHEXPORT __d... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html lang="en">
<head>
<title>Check #4 - Negative</title>
<link rel="stylesheet" href="../../../libs/qunit/qunit.css" media="screen">
</head>
<body>
<p>We would like to adopt another pet and are looking for one that... | {
"pile_set_name": "Github"
} |
# Please see the comment at the beginning of reftest.list
== mixed-dimentionN.html?padding_parent mixed-dimentionN-ref.html?padding_parent
== mixed-dimentionA.html?padding_parent mixed-dimentionA-ref.html?padding_parent
| {
"pile_set_name": "Github"
} |
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net46</TargetFramework>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\LibGit2Sharp\LibGit2Sharp.csproj" />
</ItemGroup>
<ItemGroup>
<Comp... | {
"pile_set_name": "Github"
} |
// Resize anything
@mixin resizable($direction) {
resize: $direction; // Options: horizontal, vertical, both
overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
}
| {
"pile_set_name": "Github"
} |
x=401, y=545..548
x=429, y=1026..1041
x=462, y=229..240
x=398, y=134..140
y=1251, x=562..565
y=543, x=595..617
y=1369, x=401..421
y=797, x=622..627
y=133, x=498..518
x=426, y=1587..1589
y=1707, x=416..419
x=589, y=937..964
y=205, x=554..559
x=394, y=514..523
y=667, x=441..459
x=457, y=904..911
y=1555, x=513..525
x=533,... | {
"pile_set_name": "Github"
} |
{
"Host": {
"Urls": "http://*:5000",
"UseIISIntegration": true
},
"Serilog": {
"MinimumLevel": {
"Default": "Verbose",
"Override": {
"System": "Information",
"Microsoft": "Information"
}
},
"WriteTo": [
{ "Name": "Console" },
{
"Name": "Rol... | {
"pile_set_name": "Github"
} |
#!/bin/sh
# boot1f32-install.sh
#
# Created by mackerintel on 2/2/09.
# Copyright 2009 mackerintel. All rights reserved.
if [[ x$1 == x ]]; then
echo Usage: $0 disknumber;
exit 0;
fi
if [[ `dd if=/dev/disk${1}s1 count=8 bs=1 skip=82 | uuencode -m -|head -n 2|tail -n 1` != "RkFUMzIgICA=" ]]; then
echo "/dev/disk${... | {
"pile_set_name": "Github"
} |
/*
* Copyright ConsenSys AG.
*
* 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"
} |
fileFormatVersion: 2
guid: 9dea8a158a69bed4fa95c4876b3a9c86
TextureImporter:
fileIDToRecycleName: {}
serializedVersion: 2
mipmaps:
mipMapMode: 0
enableMipMap: 1
linearTexture: 0
correctGamma: 0
fadeOut: 0
borderMipMap: 0
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap... | {
"pile_set_name": "Github"
} |
'use strict';
module.exports.definition = {
set: function (v) {
this._setProperty('overflow-y', v);
},
get: function () {
return this.getPropertyValue('overflow-y');
},
enumerable: true,
configurable: true
};
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2019, Intel Corporation
*
* 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, publis... | {
"pile_set_name": "Github"
} |
package openstack
import (
"github.com/gophercloud/gophercloud"
tokens2 "github.com/gophercloud/gophercloud/openstack/identity/v2/tokens"
tokens3 "github.com/gophercloud/gophercloud/openstack/identity/v3/tokens"
)
/*
V2EndpointURL discovers the endpoint URL for a specific service from a
ServiceCatalog acquired dur... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2011-2019 Bolero MURAKAMI
https://github.com/bolero-MURAKAMI/Sprout
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.tx... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2005-2006 Alain Miniussi <alain.miniussi -at- oca.eu>.
// Use, modification and distribution is subject to the Boost Software
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
// Message Passing Interface 1.1 -- Section 4. MPI Collecti... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html><html><head>
<title>NEGATED Attribute value selector with universal namespace</title>
<style type="text/css">@namespace a url(http://www.example.org/a);
@namespace b url(http://www.example.org/b);
@namespace html url(http://www.w3.org/1999/xhtml);
*|p, *|q, *|r, *|s { display : block ; margin-bottom ... | {
"pile_set_name": "Github"
} |
#pragma once
#include <Register/Utility.hpp>
namespace Kvasir {
//MTB data watchpoint and trace
namespace MtbdwtCtrl{ ///<MTB DWT Control Register
using Addr = Register::Address<0xf0001000,0x00000000,0x00000000,unsigned>;
///DWT configuration controls
constexpr Register::FieldLocation<Ad... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0 */
/*
* cxd2880_spi_device.h
* Sony CXD2880 DVB-T2/T tuner + demodulator driver
* SPI access interface
*
* Copyright (C) 2016, 2017, 2018 Sony Semiconductor Solutions Corporation
*/
#ifndef CXD2880_SPI_DEVICE_H
#define CXD2880_SPI_DEVICE_H
#include "cxd2880_spi.h"
struct cxd... | {
"pile_set_name": "Github"
} |
package loom2d.math
{
/**
* 2D Affine Transform.
*
* Matrix represents 2D affine transforms.
*/
final public native class Matrix
{
private static var sHelperPoint:Point;
public native function set a(value:float);
public native function get a():float;
... | {
"pile_set_name": "Github"
} |
//
// Array+Utils.swift
// Reactant
//
// Created by Filip Dolnik on 20.11.16.
// Copyright © 2016 Brightify. All rights reserved.
//
extension Array {
public func arrayByAppending(_ elements: Element...) -> Array<Element> {
return arrayByAppending(elements)
}
public func arrayByAppen... | {
"pile_set_name": "Github"
} |
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/spec",
"types": ["jasmine", "node"]
},
"files": ["src/test.ts", "src/polyfills.ts"],
"include": ["src/**/*.spec.ts", "src/**/*.d.ts"]
}
| {
"pile_set_name": "Github"
} |
---
layout: archive
permalink: /procreate-paintings/
category: procreate-paintings
title: "Procreate iPad paintings"
excerpt: &excerpt "Gallery of digital paintings created with [Procreate](http://procreate.si/) on an iPad. Find time lapse videos, in-process screenshots, and more."
subtitle: *excerpt
date: 2017-05-01
l... | {
"pile_set_name": "Github"
} |
require File.dirname(__FILE__) + '/../test_helper'
class GroupTest < Test::Unit::TestCase
context "Assigning parties to group" do
setup do
@account = Account.find(:first)
@group = @account.groups.build(:name => "abc")
@group.save!
@bob = parties(:bob)
@mary = parties(:ma... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2012-2017 The ANTLR Project. All rights reserved.
* Use of this file is governed by the BSD 3-clause license that
* can be found in the LICENSE.txt file in the project root.
*/
#pragma once
#include "atn/PredictionContext.h"
namespace antlr4 {
namespace atn {
class SingletonPredictionContext... | {
"pile_set_name": "Github"
} |
---
title: 메타마스크 & 계정
actions: ['checkAnswer', 'hints']
requireLogin: true
material:
editor:
language: html
startingCode:
"index.html": |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>CryptoZombies front-end</title>
<s... | {
"pile_set_name": "Github"
} |
package axoloti.property;
import axoloti.mvc.IModel;
/**
*
* @author jtaelman
*/
public class IntegerProperty extends PropertyReadWrite<Integer> {
public IntegerProperty(String name, Class containerClass) {
super(name, Integer.class, containerClass, name);
}
public IntegerProperty(String name... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2019 Freie Universität Berlin
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @addtogroup unittests
* @{
*
* @file
* @brief Unittests for thread safe r... | {
"pile_set_name": "Github"
} |
---
layout: "default"
title: "zip"
description: "Swift documentation for 'zip': Creates a sequence of pairs built out of two underlying sequences."
keywords: "zip,func,swift,documentation"
root: "/v3.1"
---
<div class="declaration" id="func-zip-sequence1-sequence2-where-sequence1_-sequence-sequence2_-sequence_-sequenc... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017 NVIDIA Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope it will be useful, but... | {
"pile_set_name": "Github"
} |
#define div_width 16
#define div_height 16
static char div_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x80, 0x01, 0x80, 0x01, 0x00, 0x00, 0xf8, 0x1f, 0x00, 0x00, 0x80, 0x01,
0x80, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
| {
"pile_set_name": "Github"
} |
xflag=0
gflag=0
CMS_OPTIONS=""
while getopts 'oxfgh' OPTION
do
case $OPTION in
o) CMS_OPTIONS=$CMS_OPTIONS" overwriteKeys=1"
;;
x) xflag=1
;;
f) CMS_OPTIONS=$CMS_OPTIONS" forceUpdate=1"
;;
g) gflag=1
;;
h) echo "Usage: [-x] runnum l1key"
echo " -o: over... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0
/*
* Simple stub driver to reserve a PCI device
*
* Copyright (C) 2008 Red Hat, Inc.
* Author:
* Chris Wright
*
* Usage is simple, allocate a new id to the stub driver and bind the
* device to it. For example:
*
* # echo "8086 10f5" > /sys/bus/pci/drivers/pci-stub/new_id
... | {
"pile_set_name": "Github"
} |
From 1d418f7e88035ed7a94073f6354246c66e9193e9 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@nbd.name>
Date: Fri, 7 Jul 2017 17:22:58 +0200
Subject: fq_codel: switch default qdisc from pfifo_fast to fq_codel and remove pfifo_fast
Signed-off-by: Felix Fietkau <nbd@nbd.name>
---
include/net/sch_generic.h | 3 ++-
ne... | {
"pile_set_name": "Github"
} |
#Country Name: Please see filename.
graphical_culture = latingfx
color = { 118 99 151 }
historical_ideas = {
national_conscripts
merchant_adventures
humanist_tolerance
patron_of_art
colonial_ventures
military_drill
quest_for_the_new_world
cabinet
bureaucracy
scientific_revolution
libert... | {
"pile_set_name": "Github"
} |
#pragma once
#include <shared_mutex>
#include <LinearMath/btDefaultMotionState.h>
#include <math/mathlib.h>
namespace Physics
{
class MotionState : public btDefaultMotionState
{
public:
MotionState(const Math::Matrix& transform = Math::Matrix::CreateIdentity());
Math::float3 getPosition()... | {
"pile_set_name": "Github"
} |
import I18n from "I18n";
import { helperContext, registerUnbound } from "discourse-common/lib/helpers";
import deprecated from "discourse-common/lib/deprecated";
registerUnbound("theme-i18n", (themeId, key, params) => {
return I18n.t(`theme_translations.${themeId}.${key}`, params);
});
registerUnbound(
"theme-pre... | {
"pile_set_name": "Github"
} |
/**
* VOXMeshBuilder
*/
zen3d.VOXMeshBuilder = (function() {
function VOXFace3(a, b, c, normal, color, materialIndex) {
this.a = a;
this.b = b;
this.c = c;
this.normal = normal ? normal : new zen3d.Vector3();
this.color = color ? color : new zen3d.Color3();
this.materialIndex = materialIndex !== unde... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.