text stringlengths 2 99k | meta dict |
|---|---|
<?php
defined('YII_APP_BASE_PATH') or define('YII_APP_BASE_PATH', dirname(dirname(dirname(dirname(__DIR__)))));
/**
* Application configuration for frontend acceptance tests
*/
return yii\helpers\ArrayHelper::merge(
require(YII_APP_BASE_PATH . '/common/config/main.php'),
require(YII_APP_BASE_PATH . '/common/... | {
"pile_set_name": "Github"
} |
Plugins: Плагіны
'Manage Plugins': 'Кіраваць прагінамі'
Account: 'Улiковы запiс'
'Items per page': 'Абектаў на старонцы'
'Add new': Дадаць
Home: Галоўная
Logout: Выхад
More...: Далей...
Content: Зьмест
Languages: Мовы
Countries: Краiны
Themes: 'Тэмы (шаблёны)'
Topics: Тэмы
Configure: Наладкі
'Image Archive': 'Архiў гр... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 3967b5a841eb31e4195ba7d110ea2706
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
const test = require('tape-catch')
const qs = require('querystring')
const getTestState = require('./helpers/test-state-factory')
function basicRouterSetup(t, options) {
const stateRouter = getTestState(t, null, options).stateRouter
stateRouter.addState({
name: 'parent',
template: '',
route: '/parent',
quer... | {
"pile_set_name": "Github"
} |
// Underscore.js
// (c) 2009 Jeremy Ashkenas, DocumentCloud Inc.
// Underscore is freely distributable under the terms of the MIT license.
// Portions of Underscore are inspired by or borrowed from Prototype.js,
// Oliver Steele's Functional, and John Resig's Micro-Templating.
// For all details and documentation:
// ... | {
"pile_set_name": "Github"
} |
# PostCSS Plugin Guidelines
A PostCSS plugin is a function that receives and, usually,
transforms a CSS AST from the PostCSS parser.
The rules below are *mandatory* for all PostCSS plugins.
See also [ClojureWerkz’s recommendations] for open source projects.
[ClojureWerkz’s recommendations]: http://blog.clojurewerk... | {
"pile_set_name": "Github"
} |
obj-$(CONFIG_DVB_MN88473) += mn88473.o
ccflags-y += -Idrivers/media/dvb-core/
ccflags-y += -Idrivers/media/dvb-frontends/
ccflags-y += -Idrivers/media/tuners/
| {
"pile_set_name": "Github"
} |
{
"class": "uk.gov.gchq.gaffer.graph.hook.OperationAuthoriser",
"auths": {
"uk.gov.gchq.gaffer.operation.Operation": [
"User"
],
"uk.gov.gchq.gaffer.operation.io.Output": [
"ReadUser"
],
"uk.gov.gchq.gaffer.operation.impl.add.AddElements": [
"WriteUser"
],
"uk.gov.gchq.... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env sh
set -evx
env | sort
mkdir build || true
mkdir build/$GTEST_TARGET || true
cd build/$GTEST_TARGET
cmake -Dgtest_build_samples=ON \
-Dgmock_build_samples=ON \
-Dgtest_build_tests=ON \
-Dgmock_build_tests=ON \
-DCMAKE_CXX_FLAGS=$CXX_FLAGS \
../../$GTEST_TARGET
make
CTEST_OU... | {
"pile_set_name": "Github"
} |
/*
* -------------------------------------------------------------
*
* Module: sem_init.c
*
* Purpose:
* Semaphores aren't actually part of PThreads.
* They are defined by the POSIX Standard:
*
* POSIX 1003.1-2001
*
* -------------------------------------------------------------
*
* ----------------------... | {
"pile_set_name": "Github"
} |
discard """
exitcode: 0
output: '''
1
2
3
5
'''
"""
import asyncfutures
let f1: Future[int] = newFuture[int]()
f1.addCallback(proc() = echo 1)
f1.addCallback(proc() = echo 2)
f1.addCallback(proc() = echo 3)
f1.complete(10)
let f2: Future[int] = newFuture[int]()
f2.addCallback(proc() = echo 4)
f2.callback = proc()... | {
"pile_set_name": "Github"
} |
/* Abstraction layer for threading in tests. */
#ifdef _WIN32
typedef HANDLE thd_t;
#else
typedef pthread_t thd_t;
#endif
void thd_create(thd_t *thd, void *(*proc)(void *), void *arg);
void thd_join(thd_t thd, void **ret);
| {
"pile_set_name": "Github"
} |
name=Guardian of Cloverdell
image=https://magiccards.info/scans/en/lw/216.jpg
value=2.200
rarity=U
type=Creature
subtype=Treefolk,Shaman
cost={5}{G}{G}
pt=4/5
ability=When SN enters the battlefield, create three 1/1 white Kithkin Soldier creature tokens.;\
{G}, Sacrifice a Kithkin: You gain 1 life.
timing=main
... | {
"pile_set_name": "Github"
} |
# grid.py - functions for handling Global Release Identifier (GRid) numbers
#
# Copyright (C) 2010, 2011, 2012, 2013 Arthur de Jong
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; eithe... | {
"pile_set_name": "Github"
} |
package org.verdictdb.commons;
import static org.junit.Assert.assertEquals;
import java.util.List;
import org.junit.Test;
import ch.qos.logback.classic.Level;
import ch.qos.logback.classic.spi.ILoggingEvent;
import ch.qos.logback.core.read.ListAppender;
/** Created by Dong Young Yoon on 7/25/18. */
public class Ve... | {
"pile_set_name": "Github"
} |
/*
* The MIT License
*
* Copyright (c) 2016, CloudBees, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, c... | {
"pile_set_name": "Github"
} |
/*
* The contents of this file are subject to the Mozilla Public 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
* https://www.mozilla.org/en-US/MPL/
*
* Software distributed under the License is distributed on... | {
"pile_set_name": "Github"
} |
package com.youshibi.app.presentation.classify;
import com.youshibi.app.base.BaseRxPresenter;
/**
* Created by Chu on 2016/12/3.
*/
public class ClassifyPresenter extends BaseRxPresenter {
}
| {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Zephir.
*
* (c) Phalcon Team <team@zephir-lang.com>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/
namespace Zephir\Passes;
use Zephir\StatementsBlock;
/**
* SkipVariantInit.
*
* In 'if'/... | {
"pile_set_name": "Github"
} |
From fb226539fafde4749da88bb988f6f866c4f10029 Mon Sep 17 00:00:00 2001
From: Sam Nazarko <email@samnazarko.co.uk>
Date: Sat, 13 Apr 2019 20:43:16 +0100
Subject: [PATCH] Add AMLogic specific display and audio settings
Signed-off-by: Sam Nazarko <email@samnazarko.co.uk>
---
.../resource.language.en_gb/resources/strings... | {
"pile_set_name": "Github"
} |
1
00:00:34,706 --> 00:00:39,706
♬~(テーマ音楽)
2
00:01:51,182 --> 00:01:56,404
(夏)<その夜 スナック 梨明日は
不穏な空気に包まれていました>
3
00:01:56,404 --> 00:01:58,857
(勉)初めて見ました。
4
00:01:58,857 --> 00:02:04,496
<ついに ミズタクこと 水口琢磨の
正体が明らかになったのです>
5
00:02:04,496 --> 00:02:08,800
(春子)だから ハートフルっていうのは
東京の芸能事務所なの。
6
00:02:08,800 --> 00:02:12,637
... | {
"pile_set_name": "Github"
} |
extension AnyExtensions {
mutating func mutableStorage() -> UnsafeMutableRawPointer {
return Reflection.mutableStorage(instance: &self)
}
mutating func storage() -> UnsafeRawPointer {
return Reflection.storage(instance: &self)
}
}
func mutableStorage<T>(instance: inout T)... | {
"pile_set_name": "Github"
} |
(* Not supported: import declaration *)
(* Not supported: import declaration *)
(* Not supported: import declaration *)
(* Not supported: class declaration from ../../examples/ChannelSeparation/MemMonad.hs:8,7 *)
(* Not supported: instance declaration from ../../examples/ChannelSeparation/MemMonad.hs:23,10 *)
(* Not su... | {
"pile_set_name": "Github"
} |
{
"id": [ "t_wall_wood", "t_wall_wood_chipped", "t_wall_wood_broken" ],
"multitile": true,
"fg": [
"t_wall_wood_unconnected"
],
"bg": [],
"additional_tiles": [
{
"id": "center",
"bg": [],
"fg": [
"t_wall_wood_center"
]
},
{
"id": "corner",
"bg": []... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<ProjectOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<General>
<Flags>
<MainUnitHasCreateFormStatements Value="False"/>
<MainUnitHasTitleStatement Value="False"/>
<LRSInOutputDirectory Value="False"/>
</Flags>
... | {
"pile_set_name": "Github"
} |
//
// TaskManager.cpp
//
// $Id: //poco/1.4/Foundation/src/TaskManager.cpp#1 $
//
// Library: Foundation
// Package: Tasks
// Module: Tasks
//
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// Permission is hereby granted, free of charge, to any person or... | {
"pile_set_name": "Github"
} |
<div class="b-settings-accounts g-ui-user-select-none">
<div data-bind="visible: allowAdditionalAccount">
<div class="form-horizontal">
<div class="legend">
<span class="i18n" data-i18n="SETTINGS_ACCOUNTS/LEGEND_ACCOUNTS"></span>
<i class="icon-spinner animated" style="margin-top: 5... | {
"pile_set_name": "Github"
} |
#import <Foundation/Foundation.h>
#import "FIRDynamicLink.h"
#import "FIRDynamicLinksCommon.h"
#import "FIRDynamicLinksSwiftNameSupport.h"
NS_ASSUME_NONNULL_BEGIN
/**
* @file FIRDynamicLinks.h
* @abstract Firebase Dynamic Links
*/
/**
* @class FIRDynamicLinks
* @abstract A class that checks for pending Dynamic... | {
"pile_set_name": "Github"
} |
{% extends "base.html" %}
{% block title %}Bookmark an image{% endblock %}
{% block content %}
<h1>Bookmark an image</h1>
<img src="{{ request.GET.url }}" class="image-preview">
<form action="." method="post">
{{ form.as_p }}
{% csrf_token %}
<input type="submit" value="Bookmark it!">
</form>
{% e... | {
"pile_set_name": "Github"
} |
/*
Copyright 1999, Be Incorporated. All Rights Reserved.
This file may be used under the terms of the Be Sample Code License.
*/
#ifndef ROCK_RIDGE_H
#define ROCK_RIDGE_H
// Altername name field flags.
enum NMFLAGS {
NM_CONTINUE = 1,
NM_CURRENT = 2,
NM_PARENT = 4,
NM_HOST = 32
};
// Symbolic link field flags... | {
"pile_set_name": "Github"
} |
**Summary:**
Summarize your issue in one sentence (what goes wrong, what did you expect to happen)
_Before creating an issue, please search the existing issues to see if a similar one has already been created. You can search issues by specific labels (e.g. `label:nearby`) or just by typing keywords into the search f... | {
"pile_set_name": "Github"
} |
package com.kaspersky.kaspressample.idlingwait
import android.os.Bundle
import android.os.Handler
import android.os.Looper
import androidx.appcompat.app.AppCompatActivity
import com.kaspersky.kaspressample.R
import java.util.concurrent.Executors
import java.util.concurrent.TimeUnit
import kotlinx.android.synthetic.mai... | {
"pile_set_name": "Github"
} |
##
# This module requires Metasploit: https://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##
class MetasploitModule < Msf::Exploit::Remote
Rank = NormalRanking
include Msf::Exploit::Remote::HttpServer::HTML
def initialize(info = {})
super(update_info(info,
... | {
"pile_set_name": "Github"
} |
/*
* clipboard.c
* vim: expandtab:ts=4:sts=4:sw=4
*
* Copyright (C) 2019 - 2020 Michael Vetter <jubalh@iodoru.org>
*
* This file is part of Profanity.
*
* Profanity 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 Softwar... | {
"pile_set_name": "Github"
} |
using UnityEngine;
using System.Collections.Generic;
namespace com.spacepuppy.SPInput
{
public class InputSignatureCollection : IInputSignatureCollection
{
#region Fields
private Dictionary<string, IInputSignature> _table = new Dictionary<string, IInputSignature>();
private List<IIn... | {
"pile_set_name": "Github"
} |
/*!
* Copyright 1999-2018 Alibaba Group Holding Ltd.
*
* 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 applic... | {
"pile_set_name": "Github"
} |
---
files:
- https://docs.google.com/spreadsheets/d/e/2PACX-1vS15V8lYPUc_OH4OBss6d8NPGRnCH1lAlBBY4FYWcK6cm6iVM8dXE_4KMFOUybRe-cVvDg7ap46FPig/pub?gid=39569490&single=true&output=csv&/impeachment-polls.csv
- https://projects.fivethirtyeight.com/impeachment-polls/impeachment_topline.csv
---
# Impeachment Polls
This ... | {
"pile_set_name": "Github"
} |
//
// main.m
// YUChineseSorting
//
// Created by yuzhx on 15/4/19.
// Copyright (c) 2015年 BruceYu. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "AppDelegate.h"
int main(int argc, char * argv[]) {
@autoreleasepool {
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate cl... | {
"pile_set_name": "Github"
} |
<!-- THIS IS AUTO-GENERATED CONTENT. DO NOT MANUALLY EDIT. -->
This image is part of the [balena.io][balena] base image series for IoT devices. The image is optimized for use with [balena.io][balena] and [balenaOS][balena-os], but can be used in any Docker environment running on the appropriate architecture.
![balena... | {
"pile_set_name": "Github"
} |
APP_ABI := all
| {
"pile_set_name": "Github"
} |
# Sec Change Summary for N Preview
## Key Attestation
Can prove to 3rd partys that a hardware keystore exists with certain keys by signing a representation using a factory
supplied key
> To ensure that the device is using a secure, official Android factory image, Key Attestation requires that the device bootloader ... | {
"pile_set_name": "Github"
} |
---
title: "IDebugFunctionObject2::CreateObject | Microsoft Docs"
ms.date: 11/15/2016
ms.prod: "visual-studio-dev14"
ms.technology: "vs-ide-sdk"
ms.topic: reference
helpviewer_keywords:
- "IDebugFunctionObject2::CreateObject"
- "CreateObject"
ms.assetid: 148de615-941e-4b64-ab11-75b692aae465
caps.latest.revision: 1... | {
"pile_set_name": "Github"
} |
/*
Copyright 2018 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | {
"pile_set_name": "Github"
} |
[-vpa] [-o FILE] PROG ARGS
Run PROG, display resource usage when it exits
-v Verbose
-p POSIX output format
-f FMT Custom format
-o FILE Write result to FILE
-a Append (else overwrite) | {
"pile_set_name": "Github"
} |
<com.canyinghao.canrefresh.CanRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/refresh"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:can_bg_down="@color/google_green"
app:... | {
"pile_set_name": "Github"
} |
/* mga_irq.c -- IRQ handling for radeon -*- linux-c -*-
*/
/*
* Copyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.
*
* The Weather Channel (TM) funded Tungsten Graphics to develop the
* initial release of the Radeon 8500 driver under the XFree86 license.
* This notice must be preserved.
*
* Pe... | {
"pile_set_name": "Github"
} |
*
It worked the first time.
* And it worked the second time.
* Then, surprisingly, it worked the third time.
* Fourth time also fine!.
| {
"pile_set_name": "Github"
} |
SourceCode: https://github.com/xamarin/xamarin-macios
Title: Xamarin.iOS
Image: https://github.com/xamarin/xamarin-macios/blob/master/banner.png
Description: Create native iOS apps with C#
Website: https://www.xamarin.com/platform
Docs: https://docs.microsoft.com/en-us/xamarin/ios/
Chat: https://gitter.im/xamarin/xamar... | {
"pile_set_name": "Github"
} |
import threading
import unittest
import docker
from datetime import datetime, timedelta
from ..helpers import requires_api_version
from .base import TEST_API_VERSION
class ClientTest(unittest.TestCase):
client = docker.from_env(version=TEST_API_VERSION)
def test_info(self):
info = self.client.info... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <UIKit/_UILegibilitySettings.h>
@interface _UILegibilitySettings (SpringBoard)
- (id)sb_styleString;
- (id)sb_description;
@end
| {
"pile_set_name": "Github"
} |
/* 7zCrc.h -- CRC32 calculation
2013-01-18 : Igor Pavlov : Public domain */
#ifndef __7Z_CRC_H
#define __7Z_CRC_H
#include "7zTypes.h"
EXTERN_C_BEGIN
extern UInt32 g_CrcTable[];
/* Call CrcGenerateTable one time before other CRC functions */
void MY_FAST_CALL CrcGenerateTable(void);
#define CRC_INIT_VAL 0xFFFFFFF... | {
"pile_set_name": "Github"
} |
// This code is in the public domain -- Ignacio Castaño <castano@gmail.com>
#ifndef NV_CORE_REFCOUNTED_H
#define NV_CORE_REFCOUNTED_H
#include "nvcore.h"
#include "Debug.h"
#define NV_DECLARE_PTR(Class) \
template <class T> class SmartPtr; \
typedef SmartPtr<class Class> Class ## Ptr; \
typedef SmartPtr<... | {
"pile_set_name": "Github"
} |
//
// detail/resolve_endpoint_op.hpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2016 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)
//
... | {
"pile_set_name": "Github"
} |
/*=========================================================================
Library: CTK
Copyright (c) Kitware Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.ap... | {
"pile_set_name": "Github"
} |
require 'rubygems'
require 'bundler/setup'
require 'jruby_mahout'
RSpec.configure do |config|
end | {
"pile_set_name": "Github"
} |
gcr.io/google_containers/conformance-arm64:v1.15.1-beta.0
| {
"pile_set_name": "Github"
} |
---
name: design_management_allow_dangerous_images
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/16160
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/34279
group: group::knowledge
type: development
default_enabled: false
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) Narf Industries <info@narfindustries.com>
*
* 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, cop... | {
"pile_set_name": "Github"
} |
##
# This module requires Metasploit: https://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##
class MetasploitModule < Msf::Auxiliary
include Msf::Exploit::Remote::Tcp
include Msf::Auxiliary::Dos
def initialize(info = {})
super(update_info(info,
'Name' ... | {
"pile_set_name": "Github"
} |
<?php
return [
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator c... | {
"pile_set_name": "Github"
} |
(*
Copyright 2016, MARS-Curiosity - REST Library
Home: https://github.com/andrea-magni/MARS
*)
program ToDoListService;
{$I MARS.inc}
uses
{$ifdef DelphiXE3_UP}
Vcl.SvcMgr,
{$else}
SvcMgr,
{$endif}
Server.Service in 'Server.Service.pas' {ServerService: TService},
Server.Ignition in 'Server.Ignition.pas'... | {
"pile_set_name": "Github"
} |
Trackable Client Entities ReadMe
NOTE: You should first install the Entity Framework Power Tools.
Support for EF 6.1 Tools for Visual Studio has be added, but it can
only be used to generate client entities using a .NET 4.5 class
library project, from which you can copy or link model classes
to the Client.Entities pro... | {
"pile_set_name": "Github"
} |
ref: refs/remotes/origin/master
| {
"pile_set_name": "Github"
} |
package com.u8.server.sdk.mumayi;
import com.u8.server.data.UChannel;
import com.u8.server.data.UOrder;
import com.u8.server.data.UUser;
import com.u8.server.log.Log;
import com.u8.server.sdk.*;
import net.sf.json.JSONObject;
import java.io.UnsupportedEncodingException;
import java.util.HashMap;
import jav... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<title>Test for calc() on background-image gradients</title>
<style>
p {
height: 50px; width: 200px;
border: thin solid;
}
#one { background-image: -moz-radial-gradient(150px 20px, circle farthest-side, red, green); }
#two { background-image: -moz-linear-gradient(-22px -35px -45deg, blue, yell... | {
"pile_set_name": "Github"
} |
<?php
namespace Aws\Neptune;
use Aws\AwsClient;
/**
* This client is used to interact with the **Amazon Neptune** service.
* @method \Aws\Result addRoleToDBCluster(array $args = [])
* @method \GuzzleHttp\Promise\Promise addRoleToDBClusterAsync(array $args = [])
* @method \Aws\Result addSourceIdentifierToSubscript... | {
"pile_set_name": "Github"
} |
#[doc = "Reader of register BGCR_EMMC_MODE"]
pub type R = crate::R<u8, super::BGCR_EMMC_MODE>;
#[doc = "Writer for register BGCR_EMMC_MODE"]
pub type W = crate::W<u8, super::BGCR_EMMC_MODE>;
#[doc = "Register BGCR_EMMC_MODE `reset()`'s with value 0"]
impl crate::ResetValue for super::BGCR_EMMC_MODE {
type Type = u8... | {
"pile_set_name": "Github"
} |
package dominando.android.data_room
import dominando.android.data.model.Book
import dominando.android.data_room.entity.Book as BookEntity
import java.util.UUID
object BookConverter {
fun fromData(binding: Book) = BookEntity(
if (binding.id.isBlank()) UUID.randomUUID().toString() else binding.id,
... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2012-2016 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are
* permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2012 Stephen A. Pratt
*
* 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, m... | {
"pile_set_name": "Github"
} |
<?php
/**
* Zend Framework (http://framework.zend.com/)
*
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
namespace ... | {
"pile_set_name": "Github"
} |
/*
* Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
* under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright
* ownership. Camunda licenses this file to you under the Apache License,
* Version 2.0; y... | {
"pile_set_name": "Github"
} |
{
"desc": "Huawei K4606 composite",
"type": "mbim"
}
| {
"pile_set_name": "Github"
} |
/*
* ProGuard -- shrinking, optimization, obfuscation, and preverification
* of Java bytecode.
*
* Copyright (c) 2002-2009 Eric Lafortune (eric@graphics.cornell.edu)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as publ... | {
"pile_set_name": "Github"
} |
/*
YUI 3.7.3 (build 5687)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-u-1,.yui3-u-1-2,.yui3-u-1-3,.yui3-u-2-3,.yui3-u-1-4,.yui3-u-3-4,.yui3-u-1-5,.yui3-u-2-5,.yui3-u-3-5,.yui3-u-4-5,.yui3-u-1-6,.yui3-u-5-6,.yui3-u-1-8,.yui3-u-3-8,.yui3-u-5-8,.y... | {
"pile_set_name": "Github"
} |
package concurrent
import (
"os"
"log"
"io/ioutil"
)
// ErrorLogger is used to print out error, can be set to writer other than stderr
var ErrorLogger = log.New(os.Stderr, "", 0)
// InfoLogger is used to print informational message, default to off
var InfoLogger = log.New(ioutil.Discard, "", 0) | {
"pile_set_name": "Github"
} |
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fi... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: bf02fe81984c06347aae1cd42504154b
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
isPreloaded: 0
isOverridable: 0
platformData:
- first:
'': Any
second:
enabled: 0
settings:
Exclude Android: 1
Exclude... | {
"pile_set_name": "Github"
} |
# Helpers for referring to React Native open source code.
#
# This lets us build React Native:
# - At Facebook by running buck from the root of the fb repo
# - Outside of Facebook by running buck in the root of the git repo
import os
# Example: react_native_target('java/com/facebook/react/common:common')
def react_na... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Comparator package.
*
* (c) Sebastian Bergmann <sebastian@phpunit.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace SebastianBergmann\Comparator;
use SplObjectStorage;
use stdClass;... | {
"pile_set_name": "Github"
} |
||0gw7e6s3wrao9y3q.pro^$third-party
||123advertising.nl^$third-party
||15yomodels.com^$third-party
||18naked.com^$third-party
||1loop.com^$third-party
||21sexturycash.com^$third-party
||247teencash.net^$third-party
||24smile.org^$third-party
||24x7adservice.com^$third-party
||2kl08cd74f.com^$third-party
||3gporn.biz^$t... | {
"pile_set_name": "Github"
} |
// /** @file
// LoadFileOnFv2 Localized Abstract and Description Content
//
// Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
//
// SPDX-License-Identifier: BSD-2-Clause-Patent
//
// **/
#string STR_MODULE_ABSTRACT
#language en-US
"Allows system to load files from an FV2-based firmware volu... | {
"pile_set_name": "Github"
} |
<?
namespace Bitrix\Scale;
use Bitrix\Main\Localization\Loc;
Loc::loadMessages(__FILE__);
/**
* Class Logger
* Makes records to bitrix-system site log
* @package Bitrix\Scale
*/
class Logger
{
const LOG_LEVEL_DISABLE = 0;
const LOG_LEVEL_ERROR = 10;
const LOG_LEVEL_INFO = 20;
const LOG_LEVEL_DEBUG = 30;
/**
*... | {
"pile_set_name": "Github"
} |
// Upgrade NOTE: replaced 'mul(UNITY_MATRIX_MVP,*)' with 'UnityObjectToClipPos(*)'
//深度图渲染Shader
Shader "Hidden/DepthMapRenderer"
{
Properties
{
}
SubShader
{
Tags { "RenderType"="Opaque" }
Pass
{
CGPROGRAM
#pragma vertex vert
#pragma fragment frag
#include "UnityCG.cginc"
uniform float ... | {
"pile_set_name": "Github"
} |
traitsui\.editors\.array\_editor module
=======================================
.. automodule:: traitsui.editors.array_editor
:members:
:undoc-members:
:show-inheritance:
| {
"pile_set_name": "Github"
} |
{
"images": [
{
"filename": "ic_phone_android_36pt.png",
"idiom": "universal",
"scale": "1x"
},
{
"filename": "ic_phone_android_36pt_2x.png",
"idiom": "universal",
"scale": "2x"
},
{
"filename... | {
"pile_set_name": "Github"
} |
// Copyright 2016 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License... | {
"pile_set_name": "Github"
} |
/**
* @preserve
* JS Implementation of incremental MurmurHash3 (r150) (as of May 10, 2013)
*
* @author <a href="mailto:jensyt@gmail.com">Jens Taylor</a>
* @see http://github.com/homebrewing/brauhaus-diff
* @author <a href="mailto:gary.court@gmail.com">Gary Court</a>
* @see http://github.com/garycourt/murmurhash-... | {
"pile_set_name": "Github"
} |
---
layout: font
family: Source Serif Pro
class: serif
use: body
styles:
"400": "Source Serif Pro"
"600": "Source Serif Pro Semibold"
"700": "Source Serif Pro Bold"
--- | {
"pile_set_name": "Github"
} |
// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS:
[{
"name": "octicons-code",
"repositoryURL": "https://octicons.github.com",
"version": "3.1.0",
"license": "MIT",
"licenseDetail": [
"The MIT License (MIT)",
"",
"(c) 2012-2015 GitHub",
"",
"Permission is hereby granted, free of c... | {
"pile_set_name": "Github"
} |
package grpc
import (
"math/rand"
"time"
)
// DefaultBackoffConfig uses values specified for backoff in
// https://github.com/grpc/grpc/blob/master/doc/connection-backoff.md.
var (
DefaultBackoffConfig = BackoffConfig{
MaxDelay: 120 * time.Second,
baseDelay: 1.0 * time.Second,
factor: 1.6,
jitter: 0... | {
"pile_set_name": "Github"
} |
SUBROUTINE OFFSET_beta_3_7_5_1_1(l_a_offset,k_a_offset,size)
C $Id$
C This is a Fortran77 program generated by Tensor Contraction Engine v.1.0
C Copyright (c) Battelle & Pacific Northwest National Laboratory (2002)
C i3 ( h2 h12 )_ytra
IMPLICIT NONE
#include "global.fh"
#include "mafdecls.fh... | {
"pile_set_name": "Github"
} |
/*
* MQ Deadline i/o scheduler - adaptation of the legacy deadline scheduler,
* for the blk-mq scheduling framework
*
* Copyright (C) 2016 Jens Axboe <axboe@kernel.dk>
*/
#include <linux/kernel.h>
#include <linux/fs.h>
#include <linux/blkdev.h>
#include <linux/blk-mq.h>
#include <linux/elevator.h>
#include <lin... | {
"pile_set_name": "Github"
} |
import {Component, ElementRef, Input, OnChanges, SimpleChanges, ViewChild} from '@angular/core';
import {ChartCommons} from '../../../../enums/chart-commons.enum';
import {select} from 'd3-selection';
import {max} from 'd3-array';
import {ScaleBand, scaleBand, ScaleLinear, scaleLinear} from 'd3-scale';
import 'd3-trans... | {
"pile_set_name": "Github"
} |
#version 460
#extension GL_NV_ray_tracing : require
#extension GL_EXT_nonuniform_qualifier : enable
#extension GL_EXT_scalar_block_layout : enable
#extension GL_GOOGLE_include_directive : enable
#include "raycommon.glsl"
#include "wavefront.glsl"
hitAttributeNV vec2 attribs;
// clang-format off
layout(location = 0) r... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 7a28f4ace6d11af4a8b1e41c0e74e245
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 4
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestRefe... | {
"pile_set_name": "Github"
} |
// -----------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// -----------------------------------------------------------------------
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Diagnostics.... | {
"pile_set_name": "Github"
} |
define("ace/theme/tomorrow_night",["require","exports","module","ace/lib/dom"], function(require, exports, module) {
exports.isDark = true;
exports.cssClass = "ace-tomorrow-night";
exports.cssText = ".ace-tomorrow-night .ace_gutter {\
background: #25282c;\
color: #C5C8C6\
}\
.ace-tomorrow-night .ace_print-margin {\
wi... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2004-2006 Adrian Thurston <thurston@complang.org>
* 2004 Erich Ocean <eric.ocean@ampede.com>
* 2005 Alan West <alan@alanz.com>
*/
/* This file is part of Ragel.
*
* Ragel is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Publ... | {
"pile_set_name": "Github"
} |
<?php
namespace OpenApi\LinkExample;
/**
* @OA\Schema(schema="pullrequest")
*/
class Repository
{
/**
* @OA\Property()
* @var integer
*/
public $id;
/**
* @OA\Property()
* @var string
*/
public $title;
/**
* @OA\Property()
* @var Repository
*/
publ... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.