text stringlengths 2 99k | meta dict |
|---|---|
// CodeContracts
//
// Copyright (c) Microsoft Corporation
//
// All rights reserved.
//
// MIT License
//
// 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 wit... | {
"pile_set_name": "Github"
} |
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/test/mock_google_streaming_server.h"
#include <stddef.h>
#include <stdint.h>
#include "base/bind.h"
#include "base/numerics/safe_conve... | {
"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 runat="server">
<title>Events calendar</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />... | {
"pile_set_name": "Github"
} |
<?php
/**
* @file
* Administrative page callbacks for the profile module.
*/
/**
* Form builder to display a listing of all editable profile fields.
*
* @ingroup forms
* @see profile_admin_overview_submit()
*/
function profile_admin_overview() {
$result = db_query('SELECT title, name, type, category, fid, w... | {
"pile_set_name": "Github"
} |
/* $OpenBSD: ssl_asn1.c,v 1.57 2018/08/27 16:42:48 jsing Exp $ */
/*
* Copyright (c) 2016 Joel Sing <jsing@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice ap... | {
"pile_set_name": "Github"
} |
'use strict'
const Hemera = require('./../../packages/hemera')
const nats = require('nats').connect()
class Logger {
info(msg) {
console.log(msg)
}
debug(msg) {
console.log(msg)
}
error(msg) {
console.error(msg)
}
warn(msg) {
console.warn(msg)
}
fatal(msg) {
console.error(msg)
... | {
"pile_set_name": "Github"
} |
---
title: Tooltip React component
components: Tooltip
githubLabel: 'component: Tooltip'
materialDesign: https://material.io/components/tooltips
waiAria: 'https://www.w3.org/TR/wai-aria-practices/#tooltip'
---
# Tooltip
<p class="description">Tooltips muestran texto informativo cuando los usuarios se desplazan, se co... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2012 Google Inc. All rights reserved.
* Copyright (C) 2012 Intel 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 retai... | {
"pile_set_name": "Github"
} |
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# TensorFlow入门(一)基本用法\n",
"\n"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"/usr/local/lib/pytho... | {
"pile_set_name": "Github"
} |
//
// MainViewController.m
// MLMSegmentPage
//
// Created by my on 16/11/4.
// Copyright © 2016年 my. All rights reserved.
//
#import "MainViewController.h"
#import "ViewController.h"
@interface MainViewController ()
{
NSArray *list;
}
@property (nonatomic, strong) MLMSegmentHead *segHead;
@property (nonatom... | {
"pile_set_name": "Github"
} |
/****************************************************************************
*
* VBE 2.0 Linear Framebuffer Profiler
* By Kendall Bennett and Brian Hook
*
* Filename: LFBPROF.H
* Language: ANSI C
* Environment: Watcom C/C++ 10.0a with DOS4GW
*
* Description: Header file f... | {
"pile_set_name": "Github"
} |
<%@ Page Language="C#" MasterPageFile="~/Manage/ManagePage.Master" AutoEventWireup="true"
Codebehind="DownloadSetup.aspx.cs" Inherits="Song.Site.Manage.Content.DownloadSetup"
Title="无标题页" %>
<%@ Register Assembly="WeiSha.WebControl" Namespace="WeiSha.WebControl" TagPrefix="cc1" %>
<asp:Content ID="Content1" C... | {
"pile_set_name": "Github"
} |
/* Copyright 2020 Google 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
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
di... | {
"pile_set_name": "Github"
} |
// +build integration all
package github
import (
"bytes"
"errors"
"io/ioutil"
"net/http"
"net/url"
"testing"
"github.com/short-d/app/fw/assert"
"github.com/short-d/app/fw/webreq"
)
func TestIdentityProvider_GetAuthorizationURL(t *testing.T) {
t.Parallel()
httpRequest := webreq.NewHTTPFake(
func(req *ht... | {
"pile_set_name": "Github"
} |
package stripe
import (
"net/url"
"strconv"
)
// Customer encapsulates details about a Customer registered in Stripe.
//
// see https://stripe.com/docs/api#customer_object
type Customer struct {
Id string `json:"id"`
Desc String `json:"description,omitempty"`
Email String ... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using System.Runtime.Serialization;
namespace BuildXL.Ide.JsonRpc
{
/// <summary>
/// Represents the workspace loading state the language server application is currently in.
/// </summary>
/// <remarks>
/// This ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!-- generated on Tue Oct 23 15:08:38 2018 by Eclipse SUMO duarouter Version v1_0_1+0370-a7f1300
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/duarouterConfiguration.xsd">
<input>
<net-file ... | {
"pile_set_name": "Github"
} |
var utils = require('./utils')
var webpack = require('webpack')
var config = require('../config')
var merge = require('webpack-merge')
var baseWebpackConfig = require('./webpack.base.conf')
var HtmlWebpackPlugin = require('html-webpack-plugin')
var FriendlyErrorsPlugin = require('friendly-errors-webpack-plugin')
// ad... | {
"pile_set_name": "Github"
} |
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Image", "Image\Image_vs90.vcproj", "{DA74060D-73AF-3E8F-A804-FBC960DAC393}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Text", "Text\Text_vs90.vcproj", "{0DE18C25-169... | {
"pile_set_name": "Github"
} |
--TEST--
PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', TRUE, TRUE)
--FILE--
<?php
require __DIR__ . '/../../vendor/autoload.php';
$generator = new PHPUnit_Framework_MockObject_Generator;
$mock = $generator->generate(
'NS\Foo',
array(),
'MockFoo',
TRUE,
TRUE
);
print $mock['cod... | {
"pile_set_name": "Github"
} |
{
"symbol": "DBE",
"address": "0x66fFAaCe6abfc6916B105eB79774BCd5402fCbB2",
"overview": {
"en": "It aims to use the blockchain technology to create a global human integrated distributed symbiotic ecosystem, and to provide a trust pipeline for the transmission of demographic dividends, business infor... | {
"pile_set_name": "Github"
} |
# gorilla/mux
[](https://godoc.org/github.com/gorilla/mux)
[](https://travis-ci.org/gorilla/mux)
[](https://sourcegr... | {
"pile_set_name": "Github"
} |
/* Copyright Joyent, Inc. and other Node contributors. All rights reserved.
*
* 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
* righ... | {
"pile_set_name": "Github"
} |
---
description: Handling Access Control
title: Handling Access Control
ms.date: 04/20/2017
ms.localizationpriority: medium
---
# Handling Access Control
WPD drivers must verify that the WPD command payload was sent with the correct I/O Control Code (IOCTL) to ensure that the I/O manager performed the appropriate AC... | {
"pile_set_name": "Github"
} |
/*
Copyright 2009 Erik Engström
This file is part of FlexPaper.
FlexPaper 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, version 3 of the License.
FlexPaper is distributed in the hope that it will be useful,
... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2017 - 2019, Nordic Semiconductor ASA
*
* 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 no... | {
"pile_set_name": "Github"
} |
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import "NSObject.h"
@class NSMutableDictionary;
@interface DTDeveloperPaths : NSObject
{
NSMutableDictionary *_pathCache;
}
+ (id)defaultPaths;
- (id)_developerUsrPath;
-... | {
"pile_set_name": "Github"
} |
package ssh
import (
"errors"
"io"
"net"
)
// streamLocalChannelOpenDirectMsg is a struct used for SSH_MSG_CHANNEL_OPEN message
// with "direct-streamlocal@openssh.com" string.
//
// See openssh-portable/PROTOCOL, section 2.4. connection: Unix domain socket forwarding
// https://github.com/openssh/openssh-portable... | {
"pile_set_name": "Github"
} |
# Makefile.dtc
#
# This is not a complete Makefile of itself. Instead, it is designed to
# be easily embeddable into other systems of Makefiles.
#
DTC_SRCS = \
checks.c \
data.c \
dtc.c \
flattree.c \
fstree.c \
livetree.c \
srcpos.c \
treesource.c \
util.c
DTC_GEN_SRCS = dtc-lexer.lex.c dtc-parser.tab.c
DTC... | {
"pile_set_name": "Github"
} |
/**
* @license
* Copyright 2014 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @fileoverview Load the correct language pack for the current application.
* @author fraser@google.com (Neil Fraser)
*/
'use strict';
// Redirect to new domain.
if (location.host == 'blockly-games.appspot.com') {
locatio... | {
"pile_set_name": "Github"
} |
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using Foundation;
using osu.Framework.iOS;
using osu.Game.Tests;
namespace osu.Game.Rulesets.Catch.Tests.iOS
{
[Register("AppDelegate")]
public class ... | {
"pile_set_name": "Github"
} |
/* user_defined.c: user defined key type
*
* Copyright (C) 2004 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
*
* 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 F... | {
"pile_set_name": "Github"
} |
#format: frame checksums
#version: 2
#hash: MD5
#tb 0: 1001/30000
#media_type 0: video
#codec_id 0: rawvideo
#dimensions 0: 210x208
#sar 0: 1/1
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 65520, 1156d318c00d299cf5bdc7e485966dab
0, 1, 1, 1, 6552... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<document filename="bm_eu-026-str.xml">
<table id="1">
<region col-increment="0" id="1" row-increment="0" page='4'>
<cell id="1" start-col="1" start-row="0">
<bounding-box x1="236" x2="258" y1="708" y2="718"/>
<content>Freq.<... | {
"pile_set_name": "Github"
} |
//================================================================
/**
* @packageDocumentation
* @module std.ranges
*/
//================================================================
import * as base from "../../algorithm/heap";
import { IRandomAccessContainer } from "../container/IRandomAccessContainer";
imp... | {
"pile_set_name": "Github"
} |
package org.junit.tests;
import static org.junit.Assert.*;
import java.lang.annotation.Annotation;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.Description;
import org.junit.runner.Request;
public class An... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Boost.Wave: A Standard compliant C++ preprocessor library
http://www.boost.org/
Copyright (c) 2001 Daniel C. Nuffer.
Copyright (c) 2001-2012 Hartmut Kaiser.
Distributed under the Boost Software License, Version ... | {
"pile_set_name": "Github"
} |
owner = CHI
controller = CHI
add_core = CHI
add_core = CHC
infra = 4
1938.5.9 = {
controller = JAP
}
| {
"pile_set_name": "Github"
} |
package com.netease.hearttouch.candywebcache;
import android.content.Context;
import android.test.InstrumentationTestCase;
import android.webkit.WebView;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Created by netease on 16/6/20.
*/
public class W... | {
"pile_set_name": "Github"
} |
# 前端每周清单第 22 期:ES8 正式发布、React 与 GraphQL 开发指南和性能优化,Vue.js 2.4.0 发布以及使用 TypeScript 开发 Vue.js 应用
`前端` `前端每周清单`
[前端每周清单](http://www.infoq.com/cn/FE-Weekly)专注前端领域内容,分为新闻热点、开发教程、工程实践、深度阅读、开源项目、巅峰人生等栏目。关注【前端之巅】微信公众号(ID:frontshow),及时获取前端每周清单。
## 新闻热点
`国内国外,前端最新动态`
- [ECMAScript 2017(ES8)正式发布](https://parg.co/b10):ECMAScri... | {
"pile_set_name": "Github"
} |
restart nfs-ganesha:
module.run:
- name: service.restart
- m_name: nfs-ganesha
| {
"pile_set_name": "Github"
} |
<annotation>
<folder>widerface</folder>
<filename>18--Concerts_18_Concerts_Concerts_18_395.jpg</filename>
<source>
<database>wider face Database</database>
<annotation>PASCAL VOC2007</annotation>
<image>flickr</image>
<flickrid>-1</flickrid>
</source>
<owner>
<flickrid>yanyu</flickrid>
<name>yanyu</name>
</owner>
<size... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.EventSystems;
using UnityEngine.UI;
public class MainMenu : MonoBehaviour
{
[System.Serializable]
public struct UIBinding
{
public GameObject[] menus;
public TMPro.TextMeshProUGUI buildId;
// Cr... | {
"pile_set_name": "Github"
} |
//
// ____ _ __ _ _____
// / ___\ /_\ /\/\ /\ /\ /__\ /_\ \_ \
// \ \ //_\\ / \ / / \ \ / \// //_\\ / /\/
// /\_\ \ / _ \ / /\/\ \ \ \_/ / / _ \ / _ \ /\/ /_
// \____/ \_/ \_/ \/ \/ \___/ \/ \_/ \_/ \_/ \____/
//
// Copyright S... | {
"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 (1.8.0_181) on Sun Sep 30 15:32:14 WEST 2018 -->
<title>ReplicaContext</title>
<meta name="date" content="2018-09-30">
<link rel="stylesheet" type="te... | {
"pile_set_name": "Github"
} |
/*
* (C) Copyright 2008 Stefan Roese <sr@denx.de>, DENX Software Engineering
*
* Copyright (C) 2006 Micronas GmbH
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef _REG_EBI_PREMIUM_H_
#define _REG_EBI_PREMIUM_H_
#define EBI_BASE 0x00000000
/* Relative offsets of the register adresses */
#define EBI_CPU_IO_A... | {
"pile_set_name": "Github"
} |
*graalpython.lib-python.3.test.test_userlist.UserListTest.test_add_specials
*graalpython.lib-python.3.test.test_userlist.UserListTest.test_addmul
*graalpython.lib-python.3.test.test_userlist.UserListTest.test_append
*graalpython.lib-python.3.test.test_userlist.UserListTest.test_bigrepeat
*graalpython.lib-python.3.test.... | {
"pile_set_name": "Github"
} |
//
// NSArray+Sort.m
// https://github.com/hackiftekhar/IQKeyboardManager
// Copyright (c) 2013-16 Iftekhar Qurashi.
//
// 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... | {
"pile_set_name": "Github"
} |
import axios from 'axios'
export default {
install (Vue) {
Vue.prototype.$http = axios
Vue.http = axios
}
}
| {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Collections.Concurrent;
using System.Linq;
using System.Text;
using i18n;
namespace i18n.Tests
{
/// <summary>
/// Mock implementation of ITextLocalizer with simplest of logic:
/// · Supports single app language: "en"
/// · GetText checks th... | {
"pile_set_name": "Github"
} |
-11.295 5.7949
21.594 0.39295
27.921 -15.502
32.49 3.2829
-5.2061 -40.71
40.17 -10.539
33.147 -27.864
30.715 31.192
-40.465 -23.273
| {
"pile_set_name": "Github"
} |
// Copyright (c) 2018 The MATRIX Authors
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php
package vm
import (
"encoding/json"
"fmt"
"math/big"
"strings"
"testing"
"github.com/MatrixAINetwork/go-matrix/common"
"github.com/M... | {
"pile_set_name": "Github"
} |
import constructError from "../construct-error"
let log
let processExit
beforeEach(() => {
log = jest.spyOn(console, `log`).mockImplementation(() => {})
processExit = ((jest.spyOn(
process,
`exit`
) as unknown) as jest.Mock).mockImplementation(() => {})
log.mockReset()
processExit.mockReset()
})
af... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2007-2012 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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requi... | {
"pile_set_name": "Github"
} |
<component name="CopyrightManager">
<settings default="" />
</component> | {
"pile_set_name": "Github"
} |
#ifndef BOOST_METAPARSE_UTIL_IS_WHITESPACE_C_HPP
#define BOOST_METAPARSE_UTIL_IS_WHITESPACE_C_HPP
// Copyright Abel Sinkovics (abel@sinkovics.hu) 2013.
// 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... | {
"pile_set_name": "Github"
} |
class Chargeback
class Consumption
def initialize(start_time, end_time)
@start_time, @end_time = start_time, end_time
end
def consumed_hours_in_interval
# Why we need this?
# 1) We cannot charge for hours until the resources existed (vm provisioned in the middle of month)
# 2)... | {
"pile_set_name": "Github"
} |
"""Custom test runner for the project."""
from django_coverage.coverage_runner import CoverageRunner
from django_nose import NoseTestSuiteRunner
class NoseCoverageTestRunner(CoverageRunner, NoseTestSuiteRunner):
"""Custom test runner that uses nose and coverage"""
pass
| {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. -->
<title>Canvas test: 2d.type.prototype</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/html/canvas/resources/canvas-tests.js"></script>
<lin... | {
"pile_set_name": "Github"
} |
#include <ESP8266WiFi.h>
#include <ESP8266WebServer.h>
const char* ssid = "Firefly";
const char* password = "-----";
String form =
"<p>"
"<center>"
"<h1>Talk to me :-)</h1>"
"<img src='http://i.imgur.com/qu8lDEu.jpg'>"
"<form action='msg'><p>Wassup? <input type='text' name='msg' size=50 autofocus> <input ty... | {
"pile_set_name": "Github"
} |
/*
* 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
* distr... | {
"pile_set_name": "Github"
} |
# Copyright 2019 Google LLC
#
# 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, s... | {
"pile_set_name": "Github"
} |
# MirroredStrategy
The BytePS MirroredStrategy module is compatible with tensorflow
MultiWorkerMirroredStrategy for the most part. Instead of using the builtin
tensorflow collective communication implementation, it uses BytePS push-pull
for gradients reduction between nodes.
It currently supports the Single-Process S... | {
"pile_set_name": "Github"
} |
The aim of this project is to provide a user friendly DMR data decoder for hobbyists.
It is Java based so should run under Microsoft Windows , Apple and Linux PC's. The
only hardware needed will be a radio scanner with a discriminator audio output.
A binary version of this program which will run without being comp... | {
"pile_set_name": "Github"
} |
18400: Tangut ideográfia L2008-5233
18401: Tangut ideográfia L2008-5216
18402: Tangut ideográfia L2008-5192
18403: Tangut ideográf N1966-236-07G
18404: Tangut ideográfia L2008-5226
18405: Tangut ideográfia L2008-5208
18406: Tangut ideográfia L2008-5404
18407: Tangut ideográfia L2008-5373
18408: Tangut ideográfia L2008-... | {
"pile_set_name": "Github"
} |
package io.crnk.core.boot;
import io.crnk.core.engine.properties.ResourceFieldImmutableWriteBehavior;
import io.crnk.core.resource.annotations.JsonApiRelation;
import io.crnk.core.resource.annotations.LookupIncludeBehavior;
public class CrnkProperties {
private CrnkProperties() {
}
/**
* If set t... | {
"pile_set_name": "Github"
} |
using FastCollections;
using Lockstep;
using System.Collections.Generic;
public class BuildGridManager
{
public int GridLength { get; private set; }
public int BuildSpacing { get; private set; }
public BuildGridManager(int gridLength, int buildSpacing)
{
this.GridLength = gridLength;
this.BuildSpacing = bui... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# pylint: disable=R0902,R0912,R0913
#
# A library that provides a Python interface to the Telegram Bot API
# Copyright (C) 2015-2020
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Les... | {
"pile_set_name": "Github"
} |
/**
* @file
*
* @brief Line Control Functions
* @ingroup Termios
*/
/*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.org/license/LICEN... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008 Guillaume Saupin <guillaume.saupin@cea.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 can ob... | {
"pile_set_name": "Github"
} |
{
"sha": "d922b808068cf95d6f6ab624ce2c7f49d51f5321",
"node_id": "MDY6Q29tbWl0MTU0ODUxNDpkOTIyYjgwODA2OGNmOTVkNmY2YWI2MjRjZTJjN2Y0OWQ1MWY1MzIx",
"commit": {
"author": {
"name": "Jesse Glick",
"email": "jglick@cloudbees.com",
"date": "2019-04-08T14:19:11Z"
},
"committer": {
"name... | {
"pile_set_name": "Github"
} |
--- a/arch/arm/boot/dts/wb45n.dts
+++ b/arch/arm/boot/dts/wb45n.dts
@@ -126,7 +126,7 @@
};
};
- usb0: ohci@00600000 {
+ usb0: ohci@600000 {
status = "okay";
num-ports = <2>;
atmel,vbus-gpio = <
@@ -136,7 +136,7 @@
atmel,oc-gpio = <&pioB 13 GPIO_ACTIVE_LOW>;
};
- usb1: ehci@00700000 {
+ ... | {
"pile_set_name": "Github"
} |
package types
import (
"encoding/json"
)
type RemoteBeforeSuiteState int
const (
RemoteBeforeSuiteStateInvalid RemoteBeforeSuiteState = iota
RemoteBeforeSuiteStatePending
RemoteBeforeSuiteStatePassed
RemoteBeforeSuiteStateFailed
RemoteBeforeSuiteStateDisappeared
)
type RemoteBeforeSuiteData struct {
Data [... | {
"pile_set_name": "Github"
} |
" Copyright (c) 2012, Matthew J. Wozniski
" 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 condit... | {
"pile_set_name": "Github"
} |
/********************************************************************************
* Copyright (c) 2011-2017 Red Hat Inc. and/or its affiliates and others
*
* This program and the accompanying materials are made available under the
* terms of the Apache License, Version 2.0 which is available at
* http://www.apach... | {
"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"
} |
# アニメーション
CSS と JavaScript のアニメーション
| {
"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"
} |
/* Copyright (c) 2019, NVIDIA CORPORATION. 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 condi... | {
"pile_set_name": "Github"
} |
include ../../libr/config.mk
include ../../mk/platform.mk
CFLAGS+=-I.
LIBMPC=libmpc.${EXT_AR}
OFILES=mpc.o
all: ${LIBMPC}
%.o: %.c
$(CC) $(CFLAGS) $(LDFLAGS) -c $< -o $@
${LIBMPC}: $(OFILES)
rm -f $(LIBMPC)
$(AR) q $(LIBMPC) $(OFILES)
$(RANLIB) $(LIBMPC)
clean:
rm -f $(OBJS) ${LIBMPC} $(OFILES)
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2006, 2007 Apple Inc. All rights reserved.
* Copyright (C) 2008 Collabora, 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:
* 1. Redistributions of source code must... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!-- 左上角缩小 -->
<scale xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:anim/accelerate_decelerate_interpolator"
android:fromXScale="1.0"
android:toXScale="0.001"
android:fromYScale="1.0"
... | {
"pile_set_name": "Github"
} |
<?php
/**
* @link https://craftcms.com/
* @copyright Copyright (c) Pixel & Tonic, Inc.
* @license https://craftcms.github.io/license/
*/
namespace craft\records;
use craft\db\ActiveRecord;
use craft\db\SoftDeleteTrait;
use craft\db\Table;
use yii\db\ActiveQueryInterface;
/**
* Class TagGroup record.
*
* @prop... | {
"pile_set_name": "Github"
} |
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions
name: "Automatic Releases"
on:
milestone:
types:
- "closed"
jobs:
release:
name: "GIT tag, release & create merge-up PR"
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: "actions/checko... | {
"pile_set_name": "Github"
} |
// This File is for you to modify!
// It won't be overwritten as long as it exists.
// You may include this file into your less files to benefit from
// mixins and variables that bootstrap provides.
@import "custom.bootstrap.mixins.import.less";
// @import "bootstrap/less/variables.less"
//
// Variables
// ---------... | {
"pile_set_name": "Github"
} |
/*
*
* Copyright 2019 PingCAP, 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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | {
"pile_set_name": "Github"
} |
// Copyright 2015 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Flags: --use-osr --turbo-osr
function f(a) {
var sum = 0;
for (var j in a) {
var i = a[j];
var x = i + 2;
var y = x + 5;
var z =... | {
"pile_set_name": "Github"
} |
/*
Scan Tailor - Interactive post-processing tool for scanned pages.
Copyright (C) 2007-2008 Joseph Artsimovich <joseph_a@mail.ru>
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,... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8" ?>
<XnaContent>
<Asset Type="RolePlayingGameData.Armor">
<Name>Iron Shield Plus</Name>
<Description>This iron shield provides additional protection against magical attacks.</Description>
<GoldValue>750</GoldValue>
<IsDroppable>true</IsDroppable>
<Min... | {
"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 (version 1.7.0_80) on Fri Nov 10 23:49:19 GMT 2017 -->
<title>ExtendedSerializer.Wrapper (kafka 0.11.0.2 API)</title>
<meta name="date" content="2017-... | {
"pile_set_name": "Github"
} |
{
"_from": "camel-case@3.0.x",
"_id": "camel-case@3.0.0",
"_inBundle": false,
"_integrity": "sha1-yjw2iKTpzzpM2nd9xNy8cTJJz3M=",
"_location": "/camel-case",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "camel-case@3.0.x",
"name": "camel-case",
"esca... | {
"pile_set_name": "Github"
} |
/**
******************************************************************************
* @file hal_tick.c
* @author MCD Application Team
* @brief Initialization of HAL tick
******************************************************************************
* @attention
*
* <h2><center>© COPYRIGHT 2014... | {
"pile_set_name": "Github"
} |
## Autoformat
Note: autoformat should not work in a code blocks.
1. Type `#` and press the space at the beginning of a block to replace it with a heading.
1. Type `*` or `-` and the press space at the beginning of a block to replace it with a list item.
1. Type `>` and press the space at the beginning of a block to... | {
"pile_set_name": "Github"
} |
(ns shadow.cljs.devtools.graph.env
(:require [com.wsscode.pathom.connect :as pc]))
(def index-ref (atom {}))
(defmulti resolver-fn pc/resolver-dispatch)
(defmulti mutation-fn pc/mutation-dispatch)
(def add-mutation (pc/mutation-factory mutation-fn index-ref))
(def add-resolver (pc/resolver-factory resolver-fn inde... | {
"pile_set_name": "Github"
} |
<?php
class CoverageClassTest extends PHPUnit_Framework_TestCase
{
/**
* @covers CoveredClass
*/
public function testSomething()
{
$o = new CoveredClass;
$o->publicMethod();
}
}
| {
"pile_set_name": "Github"
} |
indent_columns = 3
nl_if_brace = add
pos_enum_comma = trail_force
| {
"pile_set_name": "Github"
} |
# coding=utf-8
# --------------------------------------------------------------------------
# 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 ... | {
"pile_set_name": "Github"
} |
{
"created_at": "2015-02-27T22:29:20.286240",
"description": "Quickly cache drawRect methods to images, to avoid unnecessarily repeating intensive drawings every time.",
"fork": false,
"full_name": "enormego/EGOUICache",
"language": "Objective-C",
"updated_at": "2015-02-27T23:44:24.453320"
} | {
"pile_set_name": "Github"
} |
/*
* Basic libqos generic malloc support
*
* Copyright (c) 2014 Marc Marí
*
* This work is licensed under the terms of the GNU GPL, version 2 or later.
* See the COPYING file in the top-level directory.
*/
#include <glib.h>
#include "libqos/malloc-generic.h"
#include "libqos/malloc.h"
/*
* Mostly for valgrind... | {
"pile_set_name": "Github"
} |
! oscommands.dos --
! OS commands UNIX-style
!
! To be included in the OS utils module for UNIX/Linux/OS X systems
!
character(len=10), parameter :: system_type = "unix"
character(len=1), parameter :: dirseparator = "/"
character(len=20), parameter, private :: copy = "cp"
charact... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.