text stringlengths 2 99.9k | meta dict |
|---|---|
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
| {
"pile_set_name": "Github"
} |
/* ------------------------------------------------------------------------- */
/* -- CONFIGURE SPECIFIED FEATURES -- */
/* ------------------------------------------------------------------------- */
#ifndef __MINGWCONFIG_H
#define __MINGWCONFIG_H
/* Define if you want to use B... | {
"pile_set_name": "Github"
} |
// run
// Copyright 2019 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Make sure the runtime can scan args of an unstarted goroutine
// which starts with a reflect-generated function.
package main
import (
"reflect"
... | {
"pile_set_name": "Github"
} |
'use strict';
var GetIntrinsic = require('../GetIntrinsic');
var $Number = GetIntrinsic('%Number%');
var $TypeError = GetIntrinsic('%TypeError%');
var $isNaN = require('../helpers/isNaN');
var $isFinite = require('../helpers/isFinite');
var isPrefixOf = require('../helpers/isPrefixOf');
var ToNumber = require('./To... | {
"pile_set_name": "Github"
} |
var common = require('../common');
module.exports = schedule;
function schedule(subcmd, opts, args, cb) {
var self = this;
var finish = common.makeFinisher(opts, cb);
if (opts.help) {
self.do_help('help', {}, [subcmd], cb);
return;
}
var id = args.shift();
if (!id) {
... | {
"pile_set_name": "Github"
} |
package com.geccocrawler.gecco.utils;
import java.lang.reflect.GenericArrayType;
import java.lang.reflect.ParameterizedType;
import java.lang.reflect.Type;
import java.lang.reflect.TypeVariable;
import java.util.Set;
import org.reflections.ReflectionUtils;
/**
* 泛型,Type的相关知识
*
* http://developer.51cto.com/art/20... | {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:4e41fcb3df07351e4fbac3932ad9d062502644ad04ec685cb4e803c3d4f8d774
size 2854
| {
"pile_set_name": "Github"
} |
<!-- input/input.wxml -->
<label
class='form-item {{disabled? "disabled": ""}} l-class form-item-{{labelLayout}}'
style="width:{{width===null?'auto':width+'rpx'}}">
<view class='mask' wx:if="{{disabled}}"></view>
<view class='row l-row-class' hidden="{{ showRow ? '' : 'hidden' }}" style="width:{{width}}rpx;"><... | {
"pile_set_name": "Github"
} |
### Description
The triangle is a primary two-dimensional cell. The triangle is defined by a counterclockwise ordered list of three points. The order of the points specifies the direction of the surface normal using the right-hand rule.
| {
"pile_set_name": "Github"
} |
/*
* Camellia
* (C) 2012 Jack Lloyd
*
* Distributed under the terms of the Botan license
*/
#ifndef BOTAN_CAMELLIA_H__
#define BOTAN_CAMELLIA_H__
#include <botan/block_cipher.h>
namespace Botan {
/**
* Camellia-128
*/
class BOTAN_DLL Camellia_128 : public Block_Cipher_Fixed_Params<16, 16>
{
public:
void... | {
"pile_set_name": "Github"
} |
<?php
namespace Drupal\Tests\Core\Test;
use Drupal\Tests\UnitTestCase;
use Drupal\KernelTests\KernelTestBase;
/**
* @group Test
* @group legacy
*
* @coversDefaultClass \Drupal\KernelTests\KernelTestBase
*/
class KernelTestBaseTest extends UnitTestCase {
/**
* @expectedDeprecation Drupal\KernelTests\Kernel... | {
"pile_set_name": "Github"
} |
<server>
<featureManager>
<feature>jaxrs-2.0</feature>
<feature>cdi-1.2</feature>
<feature>ejbLite-3.2</feature>
<feature>concurrent-1.0</feature>
</featureManager>
<include location="../fatTestPorts.xml"/>
<javaPermission className="java.lang.RuntimePermission" name="a... | {
"pile_set_name": "Github"
} |
namespace ClassLib106
{
public class Class020
{
public static string Property => "ClassLib106";
}
}
| {
"pile_set_name": "Github"
} |
/*
Copyright 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, softw... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* 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"
} |
var isArray = require('./isArray');
/**
* Casts `value` as an array if it's not one.
*
* @static
* @memberOf _
* @since 4.4.0
* @category Lang
* @param {*} value The value to inspect.
* @returns {Array} Returns the cast array.
* @example
*
* _.castArray(1);
* // => [1]
*
* _.castArray({ 'a': 1 });
* // ... | {
"pile_set_name": "Github"
} |
import openmc
import openmc.stats
def test_export_to_xml(run_in_tmpdir):
s = openmc.Settings()
s.run_mode = 'fixed source'
s.batches = 1000
s.generations_per_batch = 10
s.inactive = 100
s.particles = 1000000
s.max_lost_particles = 5
s.rel_max_lost_particles = 1e-4
s.keff_trigger = ... | {
"pile_set_name": "Github"
} |
/**
* 开发版本的文件导入
*/
(function (){
var paths = [
'editor.js',
'core/browser.js',
'core/utils.js',
'core/EventBase.js',
'core/dtd.js',
'core/domUtils.js',
'core/Range.js',
'core/Selection.js',
'core/Editor.js... | {
"pile_set_name": "Github"
} |
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
background-color: #ffffff;
overflow: hidden;
margin: 0;
}
#chartdiv {
width: 100%;
height: 100vh;
overflow: hidden;
} | {
"pile_set_name": "Github"
} |
// Copyright (c) 2008, Google Inc.
// 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 of conditi... | {
"pile_set_name": "Github"
} |
[
{
"op" : "add",
"path" : "/effects",
"value" : [ [ "meat_plant" ] ]
}
] | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is
* regenerated.
*/
'... | {
"pile_set_name": "Github"
} |
<?php
/*
$Id: nusoapmime.php,v 1.13 2010/04/26 20:15:08 snichol Exp $
NuSOAP - Web Services Toolkit for PHP
Copyright (c) 2002 NuSphere Corporation
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 Founda... | {
"pile_set_name": "Github"
} |
gcr.io/google_containers/kube-aggregator-arm:v1.9.2-beta.0
| {
"pile_set_name": "Github"
} |
---
addr: '0xbc63acdfafa94bd4d8c2bb7a8552281f107242c0'
decimals: 18
description: >-
CriptoSocial was successful in its beta version, and to commemorate, it incorporated into its platform
a token, the MaxxToken, which will be distributed 50% in airdrop, 10% in ICO (to enter it into exchanges
and develop mobile app... | {
"pile_set_name": "Github"
} |
import React, { Component } from 'react';
import { connect } from 'react-redux';
import Helmet from 'react-helmet';
import { IndexLink } from 'react-router';
import { usage, todo } from './styles';
import { example, p, link } from '../homepage/styles';
import { setConfig } from '../../actions';
class Usage extends Com... | {
"pile_set_name": "Github"
} |
_This file was generated programmatically using the `meta/exhibitions-glossary.json` document._
count_objects
==
count_objects_public
==
date_end
==
date_start
==
department_id
==
id
==
is_active
==
text
==
title
==
url
==
videos
==
videos.description
==
videos.dimensions
==
videos.formats
==
videos.form... | {
"pile_set_name": "Github"
} |
---
author: catalin
type: normal
category: must-know
tags:
- introduction
- workout
links:
- >-
[www.hacksparrow.com](http://www.hacksparrow.com/node-js-exports-vs-module-exports.html){website}
---
# `exports` vs. `module.exports` in **Node**
---
## Content
Exporting a module in **Node** can be done in d... | {
"pile_set_name": "Github"
} |
# Order matters here. Interface files rely on library files, and
# component implementations rely on both the interfaces and the libs
$(info components makeflag $(MAKEFLAGS))
MAKEFLAGS=-I$(shell pwd)
ENABLE_STK:=${shell grep ENABLE_STACK_MANAGER include/cos_stkmgr_configure.h | awk '{print $$3 }' }
#$(info ENABLE_ST... | {
"pile_set_name": "Github"
} |
#include <Python.h>
////////////////////////////////////////
// Methods
////////////////////////////////////////
static PyObject* hello_world(PyObject *self, PyObject *args) {
return Py_BuildValue("s", "Hello World");
}
////////////////////////////////////////
// Module Definition
///////////////////////////////... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Test</title>
<style>
#content-image:before {
content: url(icon1x.jpg);
content: -webkit-image-set(url(icon1x.jpg) 1x, url(icon2x.jpg) 2x);
}
</style>
</head>
<body>
<div id="content-image"></div>
</body>
... | {
"pile_set_name": "Github"
} |
/*****************************************************************************
* EventHandler.java
*****************************************************************************
* Copyright © 2011-2014 VLC authors and VideoLAN
*
* This program is free software; you can redistribute it and/or modify it
* under the ... | {
"pile_set_name": "Github"
} |
# Calamares Release Process
<!-- SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
SPDX-FileCopyrightText: 2017 Adriaan de Groot <groot@kde.org>
SPDX-License-Identifier: GPL-3.0-or-later
-->
> Calamares releases are now rolling when-they-are-ready releases.
> Releases are made from *calamares* and tag... | {
"pile_set_name": "Github"
} |
{% if theme.google_analytics %}
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,do... | {
"pile_set_name": "Github"
} |
{#
Annotations
#}
<style>
.hide-title {
opacity: 0.5;
}
.hide-title:hover {
opacity: 1;
}
.hide-title input {
position: relative;
top: -2px;
}
</style>
<div class="vis-option-type-group group-open">
<label class="group-title">
<i class="fa fa-chevron-up expand-group pull-right"></i>
... | {
"pile_set_name": "Github"
} |
import React from "react";
import {
presentWallet,
presentNode,
presentFarmer,
changeMainMenu,
presentTrading,
presentPlotter
} from "../modules/mainMenu";
import { useSelector } from "react-redux";
import { logOut } from "../modules/message";
import { useDispatch } from "react-redux";
import List from "@ma... | {
"pile_set_name": "Github"
} |
blank_issues_enabled: true
# contact_links:
# - name: Samuel Gratzl
# url: https://www.sgratzl.com
# about: Please ask and answer questions here. | {
"pile_set_name": "Github"
} |
<Project>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<StyleCopTreatErrorsAsWarnings>false</StyleCopTreatErrorsAsWarnings>
</PropertyGroup>
<PropertyGroup>
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)\CodeAnalysis\CodeAnalysis.ruleset</Co... | {
"pile_set_name": "Github"
} |
{
"api": {
"BackgroundFetchRecord": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/BackgroundFetchRecord",
"support": {
"chrome": {
"version_added": "74"
},
"chrome_android": {
"version_added": "74"
},
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2016 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are int... | {
"pile_set_name": "Github"
} |
azure.cosmos package
====================
Submodules
----------
.. toctree::
azure.cosmos.diagnostics
azure.cosmos.errors
azure.cosmos.http_constants
Module contents
---------------
.. automodule:: azure.cosmos
:members:
:undoc-members:
:show-inheritance:
| {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -fsyntax-only -verify %s
int test(int, char**)
{
bool signed; // expected-error {{'bool' cannot be signed or unsigned}} expected-warning {{declaration does not declare anything}}
return 0;
}
| {
"pile_set_name": "Github"
} |
package com.aralink.sslsignature.sso.jwt;
import io.jsonwebtoken.impl.crypto.MacProvider;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.security.Key;
import javax.crypto.spec.SecretKeySpec;
public class HMACKeyContainer {
private Ke... | {
"pile_set_name": "Github"
} |
/* Auto-generated by generate-wrappers.py script. Do not modify */
#if defined(__arm__) || defined(__aarch64__)
#include <u8maxpool/16x9p8q-neon.c>
#endif /* defined(__arm__) || defined(__aarch64__) */
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2009-2020 the original author or 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | {
"pile_set_name": "Github"
} |
// license:BSD-3-Clause
// copyright-holders:Tyler J. Stachecki,Ryan Holtz
inline rsp_vec_t vec_vch(rsp_vec_t vs, rsp_vec_t vt, rsp_vec_t zero, rsp_vec_t *ge, rsp_vec_t *le, rsp_vec_t *eq, rsp_vec_t *sign, rsp_vec_t *vce) {
// sign = (vs ^ vt) < 0
*sign = _mm_xor_si128(vs, vt);
*sign = _mm_cmplt_epi16(*sign, zero);... | {
"pile_set_name": "Github"
} |
import React from 'react';
import SPELLS from 'common/SPELLS';
import SpellIcon from 'common/SpellIcon';
import SpellLink from 'common/SpellLink';
import { formatNumber, formatPercentage } from 'common/format';
import { TooltipElement } from 'common/Tooltip';
import Analyzer from 'parser/core/Analyzer';
import Stat... | {
"pile_set_name": "Github"
} |
{
"forge_marker": 1,
"defaults": {
"model": "rail_flat",
"textures": {
"rail": "railcraft:blocks/tracks/flex/high_speed_electric_flat"
},
"transform": "forge:default-block"
},
"variants": {
"shape": {
"north_south": {
"model": "rail_flat"
},
"east_west": {
... | {
"pile_set_name": "Github"
} |
# --------------------------------------------------------
# Deformable Convolutional Networks
# Copyright (c) 2017 Microsoft
# Licensed under The MIT License [see LICENSE for details]
# Modified by Haozhi Qi
# --------------------------------------------------------
# Based on:
# MX-RCNN
# Copyright (c) 2016 by Contri... | {
"pile_set_name": "Github"
} |
.footer
.content
a.open-source-icon(href="http://opensource.alibaba.com/")
img(src="http://zos.alipayobjects.com/rmsportal/OCGqTPRSXYMsKjGiHPuP.png")
div.license Released under Apache License
div.copyright Copyright ©️ 2019 Alibaba Inc.
| {
"pile_set_name": "Github"
} |
### `tf.contrib.framework.local_variable(initial_value, validate_shape=True, name=None)` {#local_variable}
Create variable and add it to `GraphKeys.LOCAL_VARIABLES` collection.
##### Args:
* <b>`initial_value`</b>: See variables.Variable.__init__.
* <b>`validate_shape`</b>: See variables.Variable.__init__.
* <b>... | {
"pile_set_name": "Github"
} |
1
301
601
901
1201
1501
1801
2101
2401
2701
| {
"pile_set_name": "Github"
} |
<?php
/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/*
* Authors:
* - xuri
* - sycuato
* - bokideckonja
* - Luo Ning
* - William Yang... | {
"pile_set_name": "Github"
} |
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build amd64,darwin
package unix
import (
"syscall"
)
//sys ptrace(request int, pid int, addr uintptr, data uintptr) (err error)
func setTimespec(sec,... | {
"pile_set_name": "Github"
} |
# encoding: ascii-8bit
# Copyright 2014 Ball Aerospace & Technologies Corp.
# All Rights Reserved.
#
# This program is free software; you can modify and/or redistribute it
# under the terms of the GNU General Public License
# as published by the Free Software Foundation; version 3 with
# attribution addendums as found... | {
"pile_set_name": "Github"
} |
#!/usr/bin/python3
# -*- coding: utf-8 -*-
import logging
from telegram.ext import Dispatcher, CommandHandler
from utils.config_loader import config
from utils.callback import callback_delete_message
from utils.restricted import restricted
logger = logging.getLogger(__name__)
def init(dispatcher: Dispatcher):
... | {
"pile_set_name": "Github"
} |
// ***************************************************************************
// *
// * Copyright (C) 2013 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Source File:<path>/common/rbnf/es_CL.xml
// *
// **************... | {
"pile_set_name": "Github"
} |
<?php
/**
* Checks that all uses of TRUE, FALSE and NULL are uppercase.
*
* @author Greg Sherwood <gsherwood@squiz.net>
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
* @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
*/
namespace PHP_CodeSniffer\... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_IMGLAB_CONVERT_PASCAl_XML_H__
#define DLIB_IMGLAB_CONVERT_PASCAl_XML_H__
#include "common.h"
#include <dlib/cmd_line_parser.h>
void convert_pascal_xml(const dlib::command_line_... | {
"pile_set_name": "Github"
} |
三上梨奈最新番号
【MVF-173】美人教師 暴行現場 35
【TMAF-004】全裸立ち電マ連続アクメ 4時間
【CRPD-248】女性専用ショタコン風俗 何でもするよ!ぼく○才
【RCT-037】公衆の面前で赤面おもらし連発!羞恥心感和センサーで動く強制失禁バイブ
【ID-027】丸の内美人女子社員生中出し 2</a>2008-05-30TMA$$$TMA177分钟 | {
"pile_set_name": "Github"
} |
/*
CoreImage - CIFilterShape.h
Copyright (c) 2015 Apple, Inc.
All rights reserved.
*/
#import <Foundation/Foundation.h>
#import <CoreImage/CoreImageDefines.h>
NS_ASSUME_NONNULL_BEGIN
NS_CLASS_AVAILABLE(10_4, 9_0)
@interface CIFilterShape : NSObject <NSCopying>
{
@public
uint32_t _pad;
void *_... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#ffcecece" >
<com.github.nuptboyzhb.lib.SuperSwipeRefreshLayout
android:id="@+id/swipe_refresh"
... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
require "cases/helper"
require "models/topic"
require "models/reply"
require "models/developer"
require "models/computer"
require "models/parrot"
require "models/company"
require "models/price_estimate"
class ValidationsTest < ActiveRecord::TestCase
fixtures :topics, :developers
# M... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2000 by Hans Reiser, licensing governed by reiserfs/README
*
* Trivial changes by Alan Cox to remove EHASHCOLLISION for compatibility
*
* Trivial Changes:
* Rights granted to Hans Reiser to redistribute under other terms providing
* he accepts all liability including but not limited to patent, fit... | {
"pile_set_name": "Github"
} |
/* -*- Mode: js; js-indent-level: 2; -*- */
/*
* Copyright 2011 Mozilla Foundation and contributors
* Licensed under the New BSD license. See LICENSE or:
* http://opensource.org/licenses/BSD-3-Clause
*/
if (typeof define !== 'function') {
var define = require('amdefine')(module, require);
}
define(function (req... | {
"pile_set_name": "Github"
} |
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package bufio_test
import (
. "bufio"
"bytes"
"errors"
"fmt"
"io"
"io/ioutil"
"strings"
"testing"
"testing/iotest"
"unicode/utf8"
)
// Reads from a ... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Flurl.Util;
namespace Flurl.Http
{
/// <summary>
/// Fluent extension methods for working with HTTP request headers.
/// </summary>
public static class HeaderExten... | {
"pile_set_name": "Github"
} |
/* Copyright (C) 2003 Jean-Marc Valin */
/**
@file fixed_debug.h
@brief Fixed-point operations with debugging
*/
/*
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 r... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 4efcffd7ae23f1e41943fd914b18da10
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 2100000
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
## This file has a Velocity error.
## It's intentionally not saved with a 'vm' suffix
## to avoid errors in IDE
## Note: text directly from VELOCITY-96
#macro (myMacro $arg1 $list)
This is text from velPTest2.vm
#myMacro('name', ['apples', 'oranges']
More text
| {
"pile_set_name": "Github"
} |
package com.rsen.db.converter;
import android.database.Cursor;
import com.rsen.db.sqlite.ColumnDbType;
/**
* Author: wyouflf
* Date: 13-11-4
* Time: 下午10:51
*/
public class BooleanColumnConverter implements ColumnConverter<Boolean> {
@Override
public Boolean getFieldValue(final Cursor cursor, int index)... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: false
require_relative 'utils'
if defined?(OpenSSL) && defined?(OpenSSL::Engine)
class OpenSSL::TestEngine < OpenSSL::TestCase
def test_engines_free # [ruby-dev:44173]
with_openssl <<-'end;'
OpenSSL::Engine.load("openssl")
OpenSSL::Engine.engines
OpenSSL::Engine.engine... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- From: file:/Users/cmanus/code/src/github.com/go-react-native/android/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml -->
<eat-comment/>
<string msgid="4600421777120114993" name="abc_actio... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python3
# Copyright (c) Facebook, Inc. and its affiliates.
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
from parlai.mturk.core.worlds import MTurkTaskWorld
from parlai.core.worlds import validate
from joblib import Parallel, ... | {
"pile_set_name": "Github"
} |
import { partial, string, number } from '../../..'
export const Struct = partial({
name: string(),
age: number(),
})
export const data = {
name: 'john',
age: 42,
}
export const output = {
name: 'john',
age: 42,
}
| {
"pile_set_name": "Github"
} |
/*
Simple DirectMedia Layer
Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this ... | {
"pile_set_name": "Github"
} |
/*
html2canvas 0.4.1 <http://html2canvas.hertzen.com>
Copyright (c) 2013 Niklas von Hertzen
Released under MIT License
*/
(function(window, document, undefined){
//"use strict";
var _html2canvas = {},
previousElement,
computedCSS,
html2canvas;
_html2canvas.Util = {};
_html2canvas.Util.log = function(a) {
... | {
"pile_set_name": "Github"
} |
var crux = crux || {};
// Whether this is the produciton script or staging script
crux.isProdScript = true;
// Default URL used for the connector
crux.defaultUrl = 'www.google.com';
// Key used for the lastDataUpdate flag
crux.lastDataUpdateFlag = 'lastDataUpdate';
// Apps Script cache duration in seconds
crux.seco... | {
"pile_set_name": "Github"
} |
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"pile_set_name": "Github"
} |
#import <AppKit/NSRuleEditor.h>
@implementation NSRuleEditor
-initWithCoder:(NSCoder *)coder {
[super initWithCoder:coder];
return self;
}
-(void)encodeWithCoder:(NSCoder*)coder {
}
@end
| {
"pile_set_name": "Github"
} |
#ADD_LIBRARY(Kazmath STATIC ${KAZMATH_SRCS})
#INSTALL(TARGETS Kazmath ARCHIVE DESTINATION lib)
INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR}/include )
ADD_LIBRARY(kazmath STATIC ${KAZMATH_SOURCES})
INSTALL(TARGETS kazmath ARCHIVE DESTINATION lib)
#ADD_LIBRARY(KazmathGL STATIC ${GL_UTILS_SRCS})
#INSTALL(TARGETS KazmathGL... | {
"pile_set_name": "Github"
} |
/*
* 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.0
* (the "License"); you may ... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 1b192f0504c69874ebbfef73a65e75d5
timeCreated: 1529573795
licenseType: Pro
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
TARGET ?= ps2_usb_rev1_unimap
MCU = atmega32u4
CONFIG_H = config.h
BOOTLOADER_SIZE = 4096
BOOTMAGIC_ENABLE ?= no
MOUSEKEY_ENABLE ?= yes
EXTRAKEY_ENABLE ?= yes
CONSOLE_ENABLE ?= yes
COMMAND_ENABLE ?= yes
NKRO_ENABLE ?= yes
PS2_USE_USART = yes
PS2_USE_INT = no
PS2_USE_BUSYWAIT = no
UNIMAP_ENABLE = yes
KEYMAP_SECTION_E... | {
"pile_set_name": "Github"
} |
module ml {
/**
* Vector class
*/
export class Vector {
constructor(private elements: number[]) { }
get size(): number { return this.elements.length; }
static create(elements: number[]): Vector {
return new Vector(elements.slice());
}
static ran... | {
"pile_set_name": "Github"
} |
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example17-jquery</title>
<script src="../../components/jquery-2.1.1/jquery.js"></script>
<script src="../../../angular.js"></script>
<script src="script.js"></script>
</head>
<body ng-app="docsIsolationExample">... | {
"pile_set_name": "Github"
} |
// @target: es5
// @module: commonjs
// @declaration: true
// @filename: es6ImportDefaultBindingFollowedWithNamespaceBindingInEs5_0.ts
export var a = 10;
// @filename: es6ImportDefaultBindingFollowedWithNamespaceBindingInEs5_1.ts
import defaultBinding, * as nameSpaceBinding from "./es6ImportDefaultBindingFol... | {
"pile_set_name": "Github"
} |
var THREE = require('three');
module.exports = edgeView;
function edgeView(scene) {
var total = 0;
var positions; // positions of each edge in the graph (array of objects pairs from, to)
var colors, points; // buffer attributes that represent edge.
var geometry, edgeMesh;
var colorDirty;
return {
ini... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Collections.Concurrent;
using System.ComponentModel;
using System.Diagnostics;
using System.Linq;
using System.Security;
using System.Security.Permissions;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Microsof... | {
"pile_set_name": "Github"
} |
/*********************************************
作者:曹旭升
QQ:279060597
访问博客了解详细介绍及更多内容:
http://blog.shengxunwei.com
**********************************************/
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.IO;
using S... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2012, Broadcom Europe Ltd
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 of conditions and t... | {
"pile_set_name": "Github"
} |
# context filter option file
#This Filter is usable with the following version(s) of Aspell
ASPELL >=0.51
#This line will be printed when typing `aspell help context'
DESCRIPTION experimental filter for hiding delimited contexts
STATIC filter
OPTION delimiters
TYPE list
DESCRIPTION context delimiters (separated by ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2011 Thorsten Liebig (Thorsten.Liebig@gmx.de)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* T... | {
"pile_set_name": "Github"
} |
/*
Copyright (C) Intel Corp. 2006. All Rights Reserved.
Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to
develop this 3D driver.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to d... | {
"pile_set_name": "Github"
} |
# Encoding file: macTurkish, single-byte
S
003F 0 1
00
0000000100020003000400050006000700080009000A000B000C000D000E000F
0010001100120013001400150016001700180019001A001B001C001D001E001F
0020002100220023002400250026002700280029002A002B002C002D002E002F
0030003100320033003400350036003700380039003A003B003C003D003E003F
00400... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2008 Advanced Micro Devices, Inc.
* Copyright 2008 Red Hat Inc.
* Copyright 2009 Jerome Glisse.
*
* 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, in... | {
"pile_set_name": "Github"
} |
//
// Custom variables
// ------------------------------------------------------------
//
// Font Bootstrap overwrites
// ---------------------------------
$font-family-sans-serif: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !default;
$font-family-serif: "Museo Slab", Georgia, "Times New Roman", ... | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////////////
/// OpenGL Mathematics (glm.g-truc.net)
///
/// Copyright (c) 2005 - 2015 G-Truc Creation (www.g-truc.net)
/// Permission is hereby granted, free of charge, to any person obtaining a copy
/// of this software and associated documentatio... | {
"pile_set_name": "Github"
} |
# SPDX-License-Identifier: GPL-2.0
config SAMSUNG_MC
bool "Samsung Exynos Memory Controller support" if COMPILE_TEST
help
Support for the Memory Controller (MC) devices found on
Samsung Exynos SoCs.
if SAMSUNG_MC
config EXYNOS_SROM
bool "Exynos SROM controller driver" if COMPILE_TEST
depends on (ARM && ARCH... | {
"pile_set_name": "Github"
} |
<?php
namespace Directus\Authentication\Sso;
use Directus\Util\ArrayUtils;
use League\OAuth2\Client\Token\AccessToken;
abstract class TwoSocialProvider extends AbstractSocialProvider
{
/**
* @inheritDoc
*/
public function getRequestAuthorizationUrl()
{
$options = [
'scope' =... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.