text stringlengths 2 99.9k | meta dict |
|---|---|
// -*- mode:C; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab
/*
* Copyright (C) 2018 Red Hat, Inc.
* Contributor : Girjesh Rajoria <grajoria@redhat.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
... | {
"pile_set_name": "Github"
} |
sbt.version=1.1.0
| {
"pile_set_name": "Github"
} |
package com.faceDemo.activity;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.os.Bundle;
import android.view.View;
import android.widget.ImageView;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
import com.faceDemo.R;
import com.faceDemo... | {
"pile_set_name": "Github"
} |
/*++
Copyright (c) 2015 Minoca Corp.
This file is licensed under the terms of the GNU General Public License
version 3. Alternative licensing terms are available. Contact
info@minocacorp.com for details. See the LICENSE file at the root of this
project for complete licensing information.
Module Name:... | {
"pile_set_name": "Github"
} |
// Copyright 2017 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 "components/download/internal/background_service/stats.h"
#include <map>
#include "base/files/file_util.h"
#include "base/metrics/histogram_fun... | {
"pile_set_name": "Github"
} |
"""
Python 'utf-32-be' Codec
"""
import codecs
### Codec APIs
encode = codecs.utf_32_be_encode
def decode(input, errors='strict'):
return codecs.utf_32_be_decode(input, errors, True)
class IncrementalEncoder(codecs.IncrementalEncoder):
def encode(self, input, final=False):
return codecs.utf_32_be_en... | {
"pile_set_name": "Github"
} |
<#list quickStarts?sort_by("order") as quickStartIntro>
<#if (quickStartIntro.status == "published"
&& quickStartIntro.section?contains("quickStart")
&& quickStartIntro.level?contains("intro"))>
include::${quickStartIntro.file}[]
<#list quickStarts?sort_by("order") as quickStart>
<#if (quickStart.status == "p... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.4.2_18) on Thu Jul 31 15:03:55 GMT+01:00 2008 -->
<TITLE>
IBorderAttributes (Apache FOP 0.95 API)
</TITLE>
<META NAME="keywords" CONTENT="org.apache.fop... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Specialized;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.IO;
using System.Net;
using System.... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_MPL_MAP_AUX_KEY_TYPE_IMPL_HPP_INCLUDED
#define BOOST_MPL_MAP_AUX_KEY_TYPE_IMPL_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2003-2004
// Copyright David Abrahams 2003-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.... | {
"pile_set_name": "Github"
} |
/*
* Copyright © 2014 - 2020 Leipzig University (Database Research Group)
*
* 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
*
* Unles... | {
"pile_set_name": "Github"
} |
// Copyright Peter Dimov 2001
// Copyright Aleksey Gurtovoy 2001-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// Preprocessed version of "boost/mpl/aux_/basic_bind.hpp" header
// -- DO NOT modif... | {
"pile_set_name": "Github"
} |
package org.rhq.cassandra.schema;
import static org.testng.Assert.assertFalse;
import java.io.File;
import java.sql.Connection;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Properties;
import java.util.Set;
import java.util.concurrent.Time... | {
"pile_set_name": "Github"
} |
from typing import Any, Dict
from unittest.mock import patch
import requests
from rotkehlchen.tests.utils.api import api_url_for, assert_proper_response
from rotkehlchen.utils.misc import get_system_spec
def test_query_version_when_up_to_date(rotkehlchen_api_server):
"""Test that endpoint to query the rotki ver... | {
"pile_set_name": "Github"
} |
# This template creates one job per channel-target.
parameters:
# The default rust channels to use ('stable', 'beta' and/or 'nightly').
# This can also be overriden for each target.
channels: [stable]
# The target triples to use (e.g 'i686-apple-darwin')
targets: []
jobs:
- ${{ each target in parameters.targ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter class... | {
"pile_set_name": "Github"
} |
const path = require("path");
const { join } = path;
const { copySync, existsSync } = require("fs-extra");
const { logTitle, logItem } = require("./logger");
const {
NEXT_DIST_DIR,
NETLIFY_PUBLISH_PATH,
NETLIFY_FUNCTIONS_PATH,
FUNCTION_TEMPLATE_PATH,
} = require("./config");
const allNextJsPages = require("./al... | {
"pile_set_name": "Github"
} |
/**
* Image style configuration pages.
*/
div.image-style-new,
div.image-style-new div {
display: inline;
}
div.image-style-preview div.preview-image-wrapper {
float: left;
padding-bottom: 2em;
text-align: center;
top: 50%;
width: 48%;
}
div.image-style-preview div.preview-image {
margin: auto;
posit... | {
"pile_set_name": "Github"
} |
<?php
declare(strict_types=1);
/*
* The MIT License (MIT)
*
* Copyright (c) 2014-2019 Spomky-Labs
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
namespace Webauthn;
interface PublicKeyCredentialSourceRepository
{
public functi... | {
"pile_set_name": "Github"
} |
#/***************************************************************************
# * Copyright (c) 2016 Victor Titov (DeepSOIC) <vv.titov@gmail.com> *
# * *
# * This file is part of the FreeCAD CAx development system. *
# * ... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: b7f000750830ddb4bbc80065b9314ce9
timeCreated: 1485107928
licenseType: Store
TextureImporter:
fileIDToRecycleName: {}
serializedVersion: 4
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 0
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapFadeDistanceStart... | {
"pile_set_name": "Github"
} |
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
* and Distribution License("CD... | {
"pile_set_name": "Github"
} |
0a1
> 0
| {
"pile_set_name": "Github"
} |
85b9cc5c8adcec0a5571fc54633e4a7c
| {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2014, Randolph Voorhies, Shane Grant
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 l... | {
"pile_set_name": "Github"
} |
{
"name": "sntp",
"description": "SNTP Client",
"version": "1.0.9",
"author": {
"name": "Eran Hammer",
"email": "eran@hammer.io",
"url": "http://hueniverse.com"
},
"contributors": [],
"repository": {
"type": "git",
"url": "git://github.com/hueniverse/sntp"
},
"main": "index",
"ke... | {
"pile_set_name": "Github"
} |
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Dbup_20190321.aspx.cs"
Inherits="Song.Site.Check.Dbup_20190321" %>
<!DOCTYPE html>
<html>
<head runat="server">
<title>修正课程过期的问题</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="text/javascript" src="/... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: ce836251d8eb61f44a9f3acba691c958
timeCreated: 1494987269
licenseType: Pro
NativeFormatImporter:
mainObjectFileID: 100100000
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
package org.python.util;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.LinkedHashSet;
import java.util.IdentityHashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.concurrent.ConcurrentHashMap;
impo... | {
"pile_set_name": "Github"
} |
(set-info :source |fuzzsmt|)
(set-info :smt-lib-version 2.0)
(set-info :category "random")
(set-info :status unknown)
(set-logic QF_BV)
(declare-fun v0 () (_ BitVec 12))
(declare-fun v1 () (_ BitVec 5))
(declare-fun v2 () (_ BitVec 7))
(declare-fun v3 () (_ BitVec 1))
(declare-fun v4 () (_ BitVec 13))
(assert (let ((e5... | {
"pile_set_name": "Github"
} |
[
{
"BriefDescription": "Transaction count",
"MetricName": "transaction",
"MetricExpr": "TX_C_TEND + TX_NC_TEND + TX_NC_TABORT + TX_C_TABORT_SPECIAL + TX_C_TABORT_NO_SPECIAL"
}
]
| {
"pile_set_name": "Github"
} |
// Copyright 2013 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 collate
import (
"bytes"
"sort"
)
const (
maxSortBuffer = 40960
maxSortEntries = 4096
)
type swapper interface {
Swap(i, j int)
}
type sorter ... | {
"pile_set_name": "Github"
} |
import * as React from 'react';
import {IDocInfo} from 'polar-shared/src/metadata/IDocInfo';
import StatTitle from './StatTitle';
import {ResponsiveCalendar} from '@nivo/calendar';
import {HitMap} from 'polar-shared/src/util/HitMap';
import {Dictionaries} from 'polar-shared/src/util/Dictionaries';
import {ISODateTimeSt... | {
"pile_set_name": "Github"
} |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// Allgemeine Informationen über eine Assembly werden über die folgenden
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
// die einer Assembly zugeordnet sind.
[assembly: Assem... | {
"pile_set_name": "Github"
} |
// Copyright 2011 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 packet
import (
"bytes"
"encoding/base64"
"image/color"
"image/jpeg"
"testing"
)
func TestParseUserAttribute(t *testing.T) {
r := base64.NewDeco... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributin... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifi... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.14.1/lodash.min.js"></script>
<style type="text/css">
/*设置-move*/
.flip-list-move {
transition: transform 1s;
}
</style>
</head... | {
"pile_set_name": "Github"
} |
#!/bin/sh
exec ssh -i "$GIT_PRIVATE_KEY" -o "StrictHostKeyChecking no" "$@"
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
*/
/*
* 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 th... | {
"pile_set_name": "Github"
} |
/*
* Copyright(c) 2013-2015 Intel Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2016 Goldman Sachs.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and Eclipse Distribution License v. 1.0 which accompany this distribution.
* The Eclipse Public License is available at http://www.ecli... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">File-Path</remote-id>
<remote-id t... | {
"pile_set_name": "Github"
} |
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class com_wiyun_engine_astar_AStarMap */
#ifndef _Included_com_wiyun_engine_astar_AStarMap
#define _Included_com_wiyun_engine_astar_AStarMap
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: com_wiyun_engine_astar_AStarMap
* Me... | {
"pile_set_name": "Github"
} |
<%= f.input :name %>
<%= f.input :template, as: :template_editor %> | {
"pile_set_name": "Github"
} |
module github.com/transip/gotransip
require github.com/stretchr/testify v1.3.0
| {
"pile_set_name": "Github"
} |
//========= Copyright (c) 1996-2002, Valve LLC, All rights reserved. ==========
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================
#ifndef QLIMITS_H
#define QLIMITS_H
#if defined( _WIN32 )
#pragma once
#endif
// DATA STRUCTURE INFO
#de... | {
"pile_set_name": "Github"
} |
<testcase>
<info>
<keywords>
IMAP
Clear Text
FETCH
connection re-use
</keywords>
</info>
#
# Server-side
<reply>
<servercmd>
REPLY "LOGIN user.one secret" A002 OK LOGIN completed
REPLY "LOGIN user.two secret" B002 OK LOGIN completed
</servercmd>
<data>
From: me@somewhere
To: fake@nowhere
body
--
yours sincerely
</... | {
"pile_set_name": "Github"
} |
var path = require('path');
var fs = require('fs');
module.exports = function(file) {
// check for existence first
if (!fs.existsSync(file)) {
throw new Error(file + ' doesn\'t exist');
}
var ext = path.extname(file);
// YAML file
if (ext.match(/ya?ml/)) {
var res = fs.readFi... | {
"pile_set_name": "Github"
} |
FactoryBot.define do
factory :post_publishing do
association :group
association :blog_post
end
end
| {
"pile_set_name": "Github"
} |
var b = require('./sub/b');
module.exports = 'A'; | {
"pile_set_name": "Github"
} |
// Copyright 2012 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 ipv4
import (
"encoding/binary"
"errors"
"net"
"unsafe"
)
var (
errMissingAddress = errors.New("missing address")
errMissingHeader ... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2019 The Jaeger Authors.
// Copyright (c) 2017 Uber Technologies, 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
//... | {
"pile_set_name": "Github"
} |
{
"name": "IDOTA2Match_205790",
"methods": [
{
"name": "GetLeagueListing",
"version": 1,
"httpmethod": "GET",
"parameters": []
},
{
"name": "GetLiveLeagueGames",
"version": 1,
"httpmethod": "GET",
... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 9 2015 22:53:21).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2014 by Steve Nygard.
//
#import "MacBuddyViewController.h"
@class MigrationManager;
@interface MigrationMacBuddyViewController : MacBuddyViewController
{
}
... | {
"pile_set_name": "Github"
} |
<?php
namespace Sabberworm\CSS\Value;
class RuleValueList extends ValueList {
public function __construct($sSeparator = ',', $iLineNo = 0) {
parent::__construct(array(), $sSeparator, $iLineNo);
}
} | {
"pile_set_name": "Github"
} |
// +build l476xx
// Peripheral: SDMMC_Periph Secure digital input/output Interface.
// Instances:
// SDMMC1 mmap.SDMMC1_BASE
// Registers:
// 0x00 32 POWER Power control register.
// 0x04 32 CLKCR Clock control register.
// 0x08 32 ARG Argument register.
// 0x0C 32 CMD Command register.
// 0x10... | {
"pile_set_name": "Github"
} |
/* Copyright (C) 2008-2018 Peter Palotas, Jeffrey Jangli, Alexandr Normuradov
*
* 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 t... | {
"pile_set_name": "Github"
} |
# Build Instructions
Follow the guidelines below for building Electron.
## Platform prerequisites
Check the build prerequisites for your platform before proceeding
* [macOS](build-instructions-macos.md#prerequisites)
* [Linux](build-instructions-linux.md#prerequisites)
* [Windows](build-instructions-windows.m... | {
"pile_set_name": "Github"
} |
package scredis
import akka.actor.ActorSystem
import com.typesafe.config.Config
import scredis.commands._
import scredis.io.SubscriberAkkaConnection
import scredis.protocol.AuthConfig
import scala.concurrent.Future
import scala.concurrent.duration._
/**
* Defines a Pub/Sub Redis client capable of subscribing to cha... | {
"pile_set_name": "Github"
} |
# Include in all Prolog packages
#
# This CMAKE file is used to make handling the packages as uniform as
# possible such that we can perform all global package reorganization
# centrally.
# Get cmake files from this package, the package infrastructure and
# SWI-Prolog overall
set(CMAKE_MODULE_PATH
"${CMAKE_C... | {
"pile_set_name": "Github"
} |
/*
Some of this code is credited to Linux USB open source files that are
distributed with Linux.
Copyright: 2007 Metrologic Instruments. All rights reserved.
Copyright: 2011 Azimut Ltd. <http://azimutrzn.ru/>
*/
#include <linux/kernel.h>
#include <linux/tty.h>
#include <linux/module.h>
#include <linux/usb.h>
... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
# nbdkit
# Copyright (C) 2018-2020 Red Hat Inc.
#
# 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 condition... | {
"pile_set_name": "Github"
} |
// Opacity
.opacity(@opacity) {
opacity: @opacity;
// IE8 filter
@opacity-ie: (@opacity * 100);
filter: ~"alpha(opacity=@{opacity-ie})";
}
| {
"pile_set_name": "Github"
} |
export {}
| {
"pile_set_name": "Github"
} |
angular.module('kityminderEditor')
.directive('expandLevel', function() {
return {
restrict: 'E',
templateUrl: 'ui/directive/expandLevel/expandLevel.html',
scope: {
minder: '='
},
replace: true,
link: function($scope) {
... | {
"pile_set_name": "Github"
} |
========================================
C++ Value Category
========================================
History
========================================
* 196x - CPL - Christopher Strachey
lvalue, rvalue
* 1966 - BCPL
* 1978 - (K&R) C - Dennis Ritchie
lvalue, not lvalue
* 1986 - early C++ - Bjarne Stroustru... | {
"pile_set_name": "Github"
} |
{
"type": "bundle",
"id": "bundle--95acacf0-6ee1-4546-9c78-e8d779c4b181",
"spec_version": "2.0",
"objects": [
{
"id": "relationship--a58983e1-45d7-4b45-a578-307659a619dc",
"created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
"description": "The ... | {
"pile_set_name": "Github"
} |
{
"id": "154498061377159",
"question": "What is your favorite programming language?"
} | {
"pile_set_name": "Github"
} |
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<route id="r0" edges="beg"/>
<vehicle id="ego" type="ego" route="r0" depart="0" departSpeed="max"/>
<vehicle id="A" type="slow" route="r0" depart="0" departLane="0" arriv... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2016 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_UNDO_H
#define BITCOIN_UNDO_H
#include "compressor.h"
#include ... | {
"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"
} |
import { compose } from 'redux';
import { withTranslation } from 'react-i18next';
import { withStyles } from '@material-ui/core/styles';
import { fade } from '@material-ui/core/styles/colorManipulator';
import { withPlugins } from '../extend/withPlugins';
import { WindowAuthenticationBar } from '../components/WindowAut... | {
"pile_set_name": "Github"
} |
<?php declare(strict_types=1);
/**
* This file is part of the Yasumi package.
*
* Copyright (c) 2015 - 2020 AzuyaLabs
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
*/
namespace ... | {
"pile_set_name": "Github"
} |
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Diagnostics;
using System.Globalization;
using System.Security.Cryptography;
using Microsoft.AspNetCore.Cryptography.Cng;
usi... | {
"pile_set_name": "Github"
} |
// Go support for Protocol Buffers - Google's data interchange format
//
// Copyright 2010 The Go Authors. All rights reserved.
// https://github.com/golang/protobuf
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met... | {
"pile_set_name": "Github"
} |
#include "Game.h"
#include "HexBoard.h"
#include "Button.h"
#include <QGraphicsTextItem>
Game::Game(QWidget *parent){
// set up the screen
setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
setFixedSize(1024,768);
// set up the scene
scene... | {
"pile_set_name": "Github"
} |
//------------------------------------------------------------------------------
/*
This file is part of rippled: https://github.com/ripple/rippled
Copyright (c) 2012, 2013 Ripple Labs Inc.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby ... | {
"pile_set_name": "Github"
} |
// Copyright 2019 ZTE corporation. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
#ifndef H7EF71BD7_D6CF_492C_971D_43716285BE66
#define H7EF71BD7_D6CF_492C_971D_43716285BE66
#include <string>
#include <vector>
#include "adlik_serving/framework/domain/monitored_notifier.h"
namespace adlik {
namespace se... | {
"pile_set_name": "Github"
} |
#import "EXPMatchers+beKindOf.h"
EXPMatcherImplementationBegin(beKindOf, (Class expected)) {
BOOL actualIsNil = (actual == nil);
BOOL expectedIsNil = (expected == nil);
prerequisite(^BOOL{
return !(actualIsNil || expectedIsNil);
});
match(^BOOL{
return [actual isKindOfClass:expected];
});
fail... | {
"pile_set_name": "Github"
} |
import { Stream } from 'stream';
import { Dialog, View, KnownBlock, Block, MessageAttachment, LinkUnfurls, CallUser } from '@slack/types';
import { WebAPICallOptions, WebAPICallResult, WebClient, WebClientEvent } from './WebClient';
import { EventEmitter } from 'eventemitter3';
// NOTE: could create a named type alias... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2007-2008, Plutext Pty Ltd.
*
* This file is part of docx4j.
docx4j is 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/... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIde... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 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 Softwa... | {
"pile_set_name": "Github"
} |
/**
* @license Map plugin v0.1 for Highcharts
*
* (c) 2011-2013 Torstein Hønsi
*
* License: www.highcharts.com/license
*/
/*
* See www.highcharts.com/studies/world-map.htm for use case.
*
* To do:
* - Optimize long variable names and alias adapter methods and Highcharts namespace variables
* - Zoom and pan... | {
"pile_set_name": "Github"
} |
CMAKE_SYSROOT
-------------
Path to pass to the compiler in the ``--sysroot`` flag.
The ``CMAKE_SYSROOT`` content is passed to the compiler in the ``--sysroot``
flag, if supported. The path is also stripped from the ``RPATH``/``RUNPATH``
if necessary on installation. The ``CMAKE_SYSROOT`` is also used to prefix
pat... | {
"pile_set_name": "Github"
} |
package pods
import (
"github.com/containers/podman/v2/cmd/podman/registry"
"github.com/containers/podman/v2/cmd/podman/validate"
"github.com/containers/podman/v2/pkg/domain/entities"
"github.com/containers/podman/v2/pkg/util"
"github.com/spf13/cobra"
)
var (
// Command: podman _generate_
generateCmd = &cobra.... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8" ?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns="http://my.netscape.com/rdf/simple/0.9/">
<channel>
</channel>
</rdf:RDF>
| {
"pile_set_name": "Github"
} |
.so man3/shmem_short_iget.3
| {
"pile_set_name": "Github"
} |
@startuml
skinparam agent {
roundCorner 8
}
skinparam rectangle {
roundCorner 8
}
rectangle PLATFORM as eMSPP1 {
agent eMSP1
}
rectangle PLATFORM as eMSPP2 {
agent eMSP2
}
rectangle PLATFORM as eMSPP3 {
agent eMSP3
}
rectangle PLATFORM as eMSPP4 {
agent eMSP4
}
rectangle PLATFORM as CPOP1 {
agent CPO... | {
"pile_set_name": "Github"
} |
package typings.dojo.dojox.grid.enhanced.plugins
import typings.dojo.dojox.grid.enhanced.Plugin
import scala.scalajs.js
import scala.scalajs.js.`|`
import scala.scalajs.js.annotation._
/**
* Permalink: http://dojotoolkit.org/api/1.9/dojox/grid/enhanced/plugins/DnD.html
*
* Provide drag and drop for grid columns... | {
"pile_set_name": "Github"
} |
// Copyright 2020 The Marl 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 applicable law or agreed... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Copyright (c) 2017 FUJITSU LIMITED. All rights reserved.
* Author(s): Xiao Yang <yangx.jy@cn.fujitsu.com>
* Jie Fei <feij.fnst@cn.fujitsu.com>
*/
/*
* Description:
* This is a regression test for ksm page migration which is miscalculated.
*
* The ker... | {
"pile_set_name": "Github"
} |
import functools
import torch.nn.functional as F
def reduce_loss(loss, reduction):
"""Reduce loss as specified.
Args:
loss (Tensor): Elementwise loss tensor.
reduction (str): Options are "none", "mean" and "sum".
Return:
Tensor: Reduced loss tensor.
"""
reduction_enum = ... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!21 &2100000
Material:
serializedVersion: 6
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Cloud
m_Shader: {fileID: 10753, guid: 0000000000000000f000000000000000, type: 0}
m_Sha... | {
"pile_set_name": "Github"
} |
site_name: YouTube Analytics v1.0.8+20190703
site_url: http://byron.github.io/google-apis-rs/google-youtubeanalytics2-cli
site_description: A complete library to interact with YouTube Analytics (protocol v2)
repo_url: https://github.com/Byron/google-apis-rs/tree/master/gen/youtubeanalytics2-cli
docs_dir: docs
site_di... | {
"pile_set_name": "Github"
} |
// Copyright 2008 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"
} |
// This is (almost) directly from Node.js utils
// https://github.com/joyent/node/blob/f8c335d0caf47f16d31413f89aa28eda3878e3aa/lib/util.js
var getName = require('get-func-name');
var getProperties = require('./getProperties');
var getEnumerableProperties = require('./getEnumerableProperties');
var config = require('.... | {
"pile_set_name": "Github"
} |
#
# SEEQ device configuration
#
config NET_VENDOR_SEEQ
bool "SEEQ devices"
default y
depends on HAS_IOMEM
---help---
If you have a network (Ethernet) card belonging to this class, say Y
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this ques... | {
"pile_set_name": "Github"
} |
goog.provide('os.ui.capture.SvgRenderer');
goog.require('goog.Promise');
goog.require('os.ui.capture.ElementRenderer');
/**
* Renders an SVG element to a canvas.
*
* @param {Object=} opt_options Options to configure the renderer
* @extends {os.ui.capture.ElementRenderer<Element>}
* @constructor
*/
os.ui.captu... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.