text stringlengths 2 99.9k | meta dict |
|---|---|
///////////////////////////////////////////////////////////////////////////////
// BSD 3-Clause License
//
// Copyright (C) 2018-2020, University of Edinburgh
// Copyright note valid unless otherwise stated in individual files.
// All rights reserved.
////////////////////////////////////////////////////////////////////... | {
"pile_set_name": "Github"
} |
// Copyright 2017 The LUCI 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... | {
"pile_set_name": "Github"
} |
(function (root, factory) { if (typeof define === 'function' && define.amd) {
define(['./util/lang', './Variable'], factory) } else if (typeof module === 'object' && module.exports) {
module.exports = factory(require('./util/lang'), require('./Variable')) // Node
}}(this, function (lang, VariableExports) {
var doc ... | {
"pile_set_name": "Github"
} |
# coding=utf-8
r"""
This code was generated by
\ / _ _ _| _ _
| (_)\/(_)(_|\/| |(/_ v1.0.0
/ /
"""
from twilio.base import values
from twilio.base.instance_context import InstanceContext
from twilio.base.instance_resource import InstanceResource
from twilio.base.list_resource import ListResource
f... | {
"pile_set_name": "Github"
} |
- CryptoJS v3.1.2 - code.google.com/p/crypto-js/
MIT License ? - http://code.google.com/p/crypto-js/wiki/License
- Autolinker.js - https://github.com/gregjacobs/Autolinker.js (forked - https://github.com/lpetrov/Autolinker.js)
MIT License
- In functions.js - Date.parse - https://github.com/csnover/js-iso8601
MIT lice... | {
"pile_set_name": "Github"
} |
var _ = require('lodash');
var sqlite = require('sqlite3');
var pg = require('pg');
var should = require('should');
var helper = require('../support/spec_helper');
var ORM = require('../../');
var common = require('../common');
var protocol = common.protocol();
describe("ORM", function() {
... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2007 Wind River Systems, Inc. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distributio... | {
"pile_set_name": "Github"
} |
<testcase>
<info>
<keywords>
FTP
EPSV
APPE
Resume
</keywords>
</info>
# Server-side
<reply>
<size>
0
</size>
</reply>
# Client-side
<client>
<server>
ftp
</server>
<name>
FTP PASV upload resume from end of empty file
</name>
<command>
ftp://%HOSTIP:%FTPPORT/1039 -T log/upload1039 -C -
</command>
<file name="log/upl... | {
"pile_set_name": "Github"
} |
package com.testerhome.appcrawler
import org.apache.commons.lang3.StringUtils
import scala.collection.immutable
/**
* Created by seveniruby on 15/12/18.
*/
case class URIElement(url: String="", tag: String="", id: String="", name: String="", loc:String="") {
//用来代表唯一的控件, 每个特定的命名控件只被点击一次. 所以这个element的构造决定了控件是否可... | {
"pile_set_name": "Github"
} |
import leon.lang._
object ArrayCopy {
def copy(source: Array[Int], dest: Array[Int]): Unit = {
require(source.length > 0 && source.length <= dest.length)
val sourceLength = source.length
var i = 0
(while (i < source.length) {
dest(i) = source(i)
i = i + 1
}) invariant {
i >= 0... | {
"pile_set_name": "Github"
} |
/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
* file distributed with this source distribution.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of ... | {
"pile_set_name": "Github"
} |
--! qt:dataset:srcpart
set hive.strict.checks.bucketing=false;
reset hive.mapred.mode;
set hive.strict.checks.no.partition.filter=true;
SELECT x.* FROM SRCPART x WHERE key = '2008-04-08';
| {
"pile_set_name": "Github"
} |
Error found:
in module [33mMain[0m
at tests/purs/failing/QuantifiedKind.purs:6:22 - 6:23 (line 6, column 22 - line 6, column 23)
Type variable [33mk[0m is undefined.
while inferring the kind of [33mk[0m
while checking that type [33mk[0m
has kind [33mType[0m
while inferring the kind of [33mforall (a :: ... | {
"pile_set_name": "Github"
} |
import { LitElement, html } from 'lit-element';
import { Slotify } from '../slotify';
import styles from './pl-button.scss?external';
// This decorator defines the element.
class Button extends Slotify(LitElement) {
static get properties() {
return {
href: {
attribute: true,
type: String,
... | {
"pile_set_name": "Github"
} |
/Box /box
/Flex /flex
/Text /text
/Heading /heading
/Button /button
/Link /link
/Image /image
/Card /card
/advanced /guides
/grid /reflexbox
| {
"pile_set_name": "Github"
} |
using System;
using System.Windows.Forms;
using log4net;
using log4net.Config;
namespace SikRadio
{
internal static class Program
{
private static readonly ILog log = LogManager.GetLogger("Program");
/// <summary>
/// The main entry point for the application.
... | {
"pile_set_name": "Github"
} |
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="DEFAULT_VEHTYPE" sigma="0" vClass="car"/>
<route id="0" edges="beg middle end rend"/>
<vehicle id="0" route="0" depart="0"/>
<vehicle id="1" route="0" depart="10"... | {
"pile_set_name": "Github"
} |
@prefix dash: <http://datashapes.org/dash#> .
@prefix ex: <http://datashapes.org/sh/tests/core/property/minExclusive-001.test#> .
@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0
#include <linux/cache.h>
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/pid_namespace.h>
#include "internal.h"
/*
* /proc/thread_self:
*/
static const char *proc_thread_self_get_link(struct dentry *dentry,
struct inode *inode,
struct delayed_c... | {
"pile_set_name": "Github"
} |
# Contribution Guidelines
Please note that this project is released with a [Contributor Code of Conduct](code-of-conduct.md). By participating in this project you agree to abide by its terms.
-
Ensure your pull request adheres to the following guidelines:
- Search previous suggestions before making a new one, as yo... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<DescribeImagesResponse xmlns="http://ec2.amazonaws.com/doc/2009-11-30/">
<requestId>6104eee1-affd-49d7-92a0-516cab8a8ba6</requestId>
<imagesSet>
<item>
<imageId>ami-7e28ca17</imageId>
<imageLocation>ubuntu-images-us/ubuntu-hardy-8.04-i386-server-20091130.ma... | {
"pile_set_name": "Github"
} |
EXAMPLE addl
HYPOTHESES:
POINT O A;
ON-CIRCLE B O A;
ON-CIRCLE C O A;
ON-CIRCLE D O A;
LINE X A B; LINE X B C; LINE X C D;
LINE X D A; LINE X A C; LINE X B D;
SHOW: NO.
| {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>delegated_list</string> </key>
<value>
<list/>
... | {
"pile_set_name": "Github"
} |
.so man3/Output.3
| {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2006, Michael Kazhdan and Matthew Bolitho
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 ... | {
"pile_set_name": "Github"
} |
package ecs
//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, software
//distribut... | {
"pile_set_name": "Github"
} |
const concat = require('gulp-concat');
const eslint = require('gulp-eslint');
const {exec} = require('child_process');
const gulp = require('gulp');
const htmllint = require('gulp-htmllint');
const karma = require('karma');
const path = require('path');
const pkg = require('./package.json');
const yargs = require('yarg... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2003 VIA Networking, Inc. All rights reserved.
*
* 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 2 of the License, or
* (at your option) any later version... | {
"pile_set_name": "Github"
} |
<?php
/**
* The Beans Templates API allows to load Beans template files as well as loading the entire document.
*
* @package Beans\Framework\API\Template
*
* @since 1.0.0
*/
/**
* Load and render the entire document (web page). This function is the root of the Beans' framework hierarchy.
* Therefore, when c... | {
"pile_set_name": "Github"
} |
h1. <a>国際化と地域化</a>
完全に機能するブログエンジンを作り終えたので、オプション機能について考えてみます: web アプリケーションの国際化と言語の地域化です。初めからアプリケーションを国際化することもできたかもしれませんが、アプリケーションの最初のバージョンは単一の言語で作成し、後から複数の言語を追加するほうが、より現実的です。
h2. <a>国際化と地域化</a>
実行する二つのステップがあります: "国際化":http://en.wikipedia.org/wiki/Internationalization_and_localization と "地域化":http://en.wikipedia.org/w... | {
"pile_set_name": "Github"
} |
/*
This file is part of the HeavenMS MapleStory Server
Copyleft (L) 2016 - 2019 RonanLana
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation version 3 as published by
the F... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Demo</title>
</head>
<body>
<h1>Demos</h1>
<ul>
<li><a href="advance.html">Advance</a></li>
<li><a href="h5dragdrop.html">Advance: use h5ddPlugin</a></li>
<li><a href="anijs.html">AniJS</a></li>
<li><a href="column.html">Column</a></li>... | {
"pile_set_name": "Github"
} |
// Copyright 2006 The Closure Library Authors. 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.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless requ... | {
"pile_set_name": "Github"
} |
from geoopt import Stereographic
import torch
import matplotlib.pyplot as plt
import seaborn as sns
from matplotlib import rcParams
import shutil
if shutil.which("latex") is not None:
rcParams["text.latex.preamble"] = r"\usepackage{amsmath}"
rcParams["text.usetex"] = True
sns.set_style("white")
x = torch.ten... | {
"pile_set_name": "Github"
} |
import React from 'react';
import { Formik, Field, Form, ErrorMessage } from 'formik';
import * as Yup from 'yup';
import { Debug } from './Debug';
// By combining a vanilla <label> plus Formik's <Field> and <ErrorMessage>,
// we can abstract a generic "Fieldset" component for most of our inputs.
const Fieldset = ({ n... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2020 The Brave Authors. All rights reserved.
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "bat/ads/internal/database/tables/categorie... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<!--
Copyright 2012 The Closure Library Authors. All Rights Reserved.
Use of this source code is governed by the Apache License, Version 2.0.
See the COPYING file for details.
-->
<head>
<title>Closure Unit Tests - goog.result.wait</title>
<script src="../base.js"></script>
<script>
goog.requir... | {
"pile_set_name": "Github"
} |
#!/bin/sh
#
# mkmakemod.sh: generate Makefile.in files for module building
#
# Options:
# -m = file is already generated; only build the second stage
# -i = do not build second stage
#
# Args:
# $1 = subdirectory to look in, relative to $top_srcdir
# $2 = final output filename, within the $1 directory
#
# This ... | {
"pile_set_name": "Github"
} |
@SQ SN:1 LN:249250621
@SQ SN:2 LN:243199373
@SQ SN:3 LN:198022430
1 1 1 + test | {
"pile_set_name": "Github"
} |
//------------------------------------------------------------------------------
// <auto-generated>
// Il codice è stato generato da uno strumento.
// Versione runtime:4.0.30319.42000
//
// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
// il c... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1997, 2018, 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"
} |
/*
* Minecraft Forge
* Copyright (c) 2016-2020.
*
* 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 version 2.1
* of the License.
*
* This library is distributed in the hope that it... | {
"pile_set_name": "Github"
} |
Extra docs for this struct.
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
<test name="AdminNoAcce... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<!--
/*******************************************************************************
* Copyright (c) 2000-present Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as publis... | {
"pile_set_name": "Github"
} |
package com.twitter.app.lifecycle
import Event._
import org.scalatest.funsuite.AnyFunSuite
class NotifierTest extends AnyFunSuite {
test("emits success") {
var success = false
var observedEvent: Event = null
val observer = new Observer {
def onSuccess(event: Event): Unit = {
observedEvent... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 8f1dc68ae19022a4f8256b1bf903a277
timeCreated: 1455983517
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
package org.joget.apps.app.controller;
import java.io.IOException;
import java.io.Writer;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.Map;
import java.util.StringTokenizer;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletRespons... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* You may amend and distribute as you like, but don't remove this header!
*
* EPPlus provides server-side generation of Excel 2007/2010 spreadsheets.
* See https://github.com/JanKallman/EPPlus for details.
*
* Copyright (C) 2011 Ja... | {
"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">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | {
"pile_set_name": "Github"
} |
# ----------------- dplyr.R -------------------------------------
> suppressPackageStartupMessages(library(dplyr))
> suppressPackageStartupMessages(library(summarytools))
> suppressPackageStartupMessages(library(magrittr))
> suppressPackageStartupMessages(library(forcats))
> options(tibble.print_max = Inf)
> dat... | {
"pile_set_name": "Github"
} |
# ------------------------------------------------------------------------------
# NOTE: THIS DOCKERFILE IS GENERATED VIA "build_latest.sh" or "update_multiarch.sh"
#
# PLEASE DO NOT EDIT IT DIRECTLY.
# ------------------------------------------------------------------------------
#
... | {
"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"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Uses of Interface com.google.gwt.event.logical.shared.HasHighlightHandlers (GWT Javadoc)</title>
<link rel="stylesheet" type="text/css" hre... | {
"pile_set_name": "Github"
} |
// author vtloc
// date 2014Jan09
// author GradualStudent
// date 2015jan06
// This module's purpose is to transform
var _ = require('lodash') // replacing underscore to get merge function
var xmlBuilder = require('xmlbuilder')
var _chartSpecs = require('./charts')
function OfficeChart(chartInfo) {
if (chartInfo in... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>System.Reflection.Primitives</name>
</assembly>
<members>
<member name="T:System.Reflection.CallingConventions">
<summary>Definisce le convenzioni di chiamata valide per un metodo.</summary>
</member>
<member name="F:System.Refle... | {
"pile_set_name": "Github"
} |
// Copyright 2016 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 go1.7
package context
import (
"context" // standard library's context, as of Go 1.7
"time"
)
var (
todo = context.TODO()
background = co... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009-2010 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You c... | {
"pile_set_name": "Github"
} |
// Copyright 2017 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 auth_test
import (
"encoding/hex"
"fmt"
"golang.org/x/crypto/nacl/auth"
)
func Example() {
// Load your secret key from a safe place and reuse it... | {
"pile_set_name": "Github"
} |
Usernames
========
##### 1,122,342 accounts
This list should not, for any purpose, be considered an accurate representation of all reddit accounts. Since /api/info is blocked for Account data (t2), gathering names is extremely slow and extremely biased towards those with higher activity, recent activity, and higher k... | {
"pile_set_name": "Github"
} |
/*
Copyright 2019 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"
} |
#!/bin/sh
set -e
mkdir -p "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt
> "$RESOURCES_TO_COPY"
install_resource()
{
case $1 in
*.storyboard)
echo "ibtool --reference-external-strings-file --errors --warnings --notices ... | {
"pile_set_name": "Github"
} |
<html>
<head>
<title>NVIDIA(R) PhysX(R) SDK 3.4 API Reference: PxConvexMeshGeometryFlag Struct Reference</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<LINK HREF="NVIDIA.css" REL="stylesheet" TYPE="text/css">
</head>
<body bgcolor="#FFFFFF">
<div id="header">
<hr class=... | {
"pile_set_name": "Github"
} |
/*!A cross-platform build utility based on Lua
*
* 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... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
<asset>
<contributor>
<author>JWatte</author>
<authoring_tool>3dsMax 11 - Feeling ColladaMax v3.05B.</authoring_tool>
<comments>ColladaMax Export Options: ExportNormals=1;ExportE... | {
"pile_set_name": "Github"
} |
package io.swagger.v3.jaxrs2.integration;
import io.swagger.v3.oas.integration.api.OpenApiContext;
import org.apache.commons.lang3.StringUtils;
import javax.servlet.ServletConfig;
import java.util.Arrays;
import java.util.LinkedHashSet;
import java.util.Set;
import java.util.stream.Collectors;
public class ServletCo... | {
"pile_set_name": "Github"
} |
import * as angular
from 'angular';
import { Directive, NgModule }
from '@angular/core';
import { downgradeComponent, UpgradeModule }
from '@angular/upgrade/static';
//User generated components
import { CommonNg2Module }
from './../common/common';
import { ClaimComponent }
from './claim.comp... | {
"pile_set_name": "Github"
} |
// Boost.Geometry (aka GGL, Generic Geometry Library)
// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands.
// Copyright (c) 2008-2012 Bruno Lalande, Paris, France.
// Copyright (c) 2009-2012 Mateusz Loskot, London, UK.
// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
// (ge... | {
"pile_set_name": "Github"
} |
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit autotools
DESCRIPTION="FUSE-based single file backing store via Amazon S3"
HOMEPAGE="https://github.com/archiecobbs/s3backer"
SRC_URI="https://github.com/archiecobbs/s3backer/archive/v${PV}.tar.g... | {
"pile_set_name": "Github"
} |
using System;
using System.Globalization;
using NetTopologySuite.Geometries;
using Open.Topology.TestRunner.Operations;
using Open.Topology.TestRunner.Result;
using Open.Topology.TestRunner.Utility;
namespace Open.Topology.TestRunner
{
/// <summary>
/// Summary description for XmlTestFactory.
/// </summary... | {
"pile_set_name": "Github"
} |
interface Blue {
}
| {
"pile_set_name": "Github"
} |
@interface T
- (void)test;
- (void)test;
@end
| {
"pile_set_name": "Github"
} |
<div class="wrapLeft">
<p class="notice"><%= t('results.no_result') %></p>
</div>
| {
"pile_set_name": "Github"
} |
.. include:: meta-email_bounced.rst
| {
"pile_set_name": "Github"
} |
<RCC>
<qresource prefix="/CaseTransform">
<file>CaseTransform.qml</file>
</qresource>
</RCC>
| {
"pile_set_name": "Github"
} |
{
"name": "CRBoxInputView",
"version": "0.1.7",
"summary": "You can use this widget for verify code, password input or phone number input.",
"description": "TODO: You can use this widget for verify code, password input or phone number input.",
"homepage": "https://github.com/CRAnimation/CRBoxInputView",
"li... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2017-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/command_stream/command_stream_receiver.h"
#include "shared/source/device/device.h"
#include "shared/source/helpers/aligned_memory.h"
#include "shared/source/helpers/ptr_math.h"
#include "opencl/source/mem... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of Composer.
*
* (c) Nils Adermann <naderman@naderman.de>
* Jordi Boggiano <j.boggiano@seld.be>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Composer\Plugin;
use Composer\EventDispa... | {
"pile_set_name": "Github"
} |
from .core import *
from .codec import *
def ToASCII(label):
return encode(label)
def ToUnicode(label):
return decode(label)
def nameprep(s):
raise NotImplementedError("IDNA 2008 does not utilise nameprep protocol")
| {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2010 Benoit Jacob <jacob.benoit.1@gmail.com>
// Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a cop... | {
"pile_set_name": "Github"
} |
<?php
namespace ReduxCore\ReduxFramework;
/**
* Redux Framework 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 2 of the License, or
* any later version.
* Redux Framework is distributed in... | {
"pile_set_name": "Github"
} |
.. Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
.. SPDX-License-Identifier: Apache-2.0
DAML SDK documentation
######################
.. toctree::
:titlesonly:
:maxdepth: 2
:hidden:
self
.. toctree::
:titlesonly:
:maxdepth: 2
:hidden:
:captio... | {
"pile_set_name": "Github"
} |
#pragma once
#include "td/utils/common.h"
#include "td/utils/Slice.h"
#include "td/utils/StackAllocator.h"
#include <cstdlib>
#include <memory>
#include <type_traits>
namespace td {
class StringBuilder {
public:
explicit StringBuilder(MutableSlice slice, bool use_buffer = false);
void clear() {
current_pt... | {
"pile_set_name": "Github"
} |
package cms.bean.question;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
... | {
"pile_set_name": "Github"
} |
# -*- mode: ruby -*-
# vi: set ft=ruby :
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing!
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# All Vagrant configuration is done here. The most common configuration
# options are documented and commen... | {
"pile_set_name": "Github"
} |
#pragma once
// Including SDKDDKVer.h defines the highest available Windows platform.
// If you wish to build your application for a previous Windows platform, include WinSDKVer.h and
// set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h.
#include <SDKDDKVer.h>
| {
"pile_set_name": "Github"
} |
require 5;
package Pod::Simple::DumpAsXML;
use cperl;
our $VERSION = '4.39c'; # modernized
$VERSION =~ s/c$//;
use Pod::Simple ();
BEGIN {@ISA = ('Pod::Simple')}
use strict;
use Carp ();
use Text::Wrap qw(wrap);
BEGIN { *DEBUG = \&Pod::Simple::DEBUG unless defined &DEBUG }
sub new ($self, @args) {
my $new = $sel... | {
"pile_set_name": "Github"
} |
issuer:Test CA
subject:
extension:basicConstraints:cA,
extension:keyUsage:cRLSign,keyCertSign
| {
"pile_set_name": "Github"
} |
/*
* By downloading, copying, installing or using the software you agree to this license.
* If you do not agree to this license, do not download, install,
* copy or use the software.
*
*
* License Agreement
* For Open Source Computer Vision Library
* (3 - clause BSD License)
*
* Redistribution and use ... | {
"pile_set_name": "Github"
} |
/**
* \file
*
* \brief Instance description for FREQM
*
* Copyright (c) 2018 Microchip Technology Inc.
*
* \license_start
*
* \page License
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compli... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2018 THL A29 Limited, a Tencent company. 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.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
... | {
"pile_set_name": "Github"
} |
--[[
Copyright (c) 2014 Google Inc.
See LICENSE file for full terms of limited license.
]]
require "nn"
require "image"
local scale = torch.class('nn.Scale', 'nn.Module')
function scale:__init(height, width)
self.height = height
self.width = width
end
function scale:forward(x)
local x = x
if x:dim... | {
"pile_set_name": "Github"
} |
/******************************************************************************
QtAV: Multimedia framework based on Qt and FFmpeg
Copyright (C) 2012-2017 Wang Bin <wbsecg1@gmail.com>
* This file is part of QtAV (from 2016)
This library is free software; you can redistribute it and/or
modify it unde... | {
"pile_set_name": "Github"
} |
# Copyright 2020 Google LLC
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
- name: xnn_f32_vlrelu_ukernel__neon_x4
- name: xnn_f32_vlrelu_ukernel__neon_x8
- name: xnn_f32_vlrelu_ukernel__sse_x4
- name: xnn_f32_vlrelu_ukernel__sse_x8
- ... | {
"pile_set_name": "Github"
} |
sources:
"0.10.1":
sha256: 28463053d44a5dfbc4b77bcf49c8cee119338ffa636cc17fc3378421d714efad
url: "https://github.com/google/gumbo-parser/archive/v0.10.1.tar.gz"
| {
"pile_set_name": "Github"
} |
package tenant_test
import (
"bytes"
"context"
"sort"
"testing"
"github.com/google/go-cmp/cmp"
"github.com/influxdata/influxdb/v2"
influxdbcontext "github.com/influxdata/influxdb/v2/context"
"github.com/influxdata/influxdb/v2/mock"
"github.com/influxdata/influxdb/v2/tenant"
influxdbtesting "github.com/influ... | {
"pile_set_name": "Github"
} |
<TS language="kk_KZ" version="2.1">
<context>
<name>AddressBookPage</name>
<message>
<source>Create a new address</source>
<translation>Жаңа адрес енгізу</translation>
</message>
<message>
<source>&New</source>
<translation>Жаңа</translation>
</message>
<messa... | {
"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 ... | {
"pile_set_name": "Github"
} |
/*
* Knowage, Open Source Business Intelligence suite
* Copyright (C) 2016 Engineering Ingegneria Informatica S.p.A.
*
* Knowage is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 o... | {
"pile_set_name": "Github"
} |
$$$
APPEARANCE: S01E22 A Bird in the Hoof
BALLOON: top
BALLOON TOP: 1
BALLOON BOTTOM: 0
COAT: pink
DISPLAY: full, right
EYE: blue
FREE: no
GROUP: phoenix, pet
KIND: animals
LINK: regular
NAME: Philomena
POSE: featherless
SOURCE: (Pony Noia) Desktop ponies
WIDTH: 29
HEIGHT: 20
$$$
$balloon7$[00m
$\$ ... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.