text stringlengths 2 99.9k | meta dict |
|---|---|
5 Iris-setosa Iris-setosa 0.996 0.996
4.6 Iris-setosa Iris-setosa 0.999 0.999
5.1 Iris-setosa Iris-setosa 0.994 0.994
4.9 Iris-setosa Iris-setosa 0.991 0.991
5.4 Iris-setosa Iris-setosa 0.998 0.998
4.4 Iris-setosa Iris-setosa 0.994 0.994
5.3 Iris-setosa Iris-setosa 0.998 0.998
6.1 Iris-versicolor Iris-versicolor 0.887 ... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2016 - 2017, 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 notice,... | {
"pile_set_name": "Github"
} |
/* net/atm/signaling.h - ATM signaling */
/* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */
#ifndef NET_ATM_SIGNALING_H
#define NET_ATM_SIGNALING_H
#include <linux/atm.h>
#include <linux/atmdev.h>
#include <linux/atmsvc.h>
extern struct atm_vcc *sigd; /* needed in svc_release */
/*
* sigd_enq is a wr... | {
"pile_set_name": "Github"
} |
/*
Copyright 2016 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"
} |
国際観光ホテル整備法施行令
(昭和二十五年六月十日政令第百八十六号)最終改正:平成二〇年七月一八日政令第二三一号
内閣は、国際観光ホテル整備法
(昭和二十四年法律第二百七十九号)を実施するため並びに同法第十四条第三項
及び第二十九条
の規定に基き、この政令を制定する。
(登録実施機関の登録の有効期間)
第一条
国際観光ホテル整備法
(以下「法」という。)第二十一条第一項
の政令で定める期間は、五年とする。
(関係大臣との協議)
第二条
観光庁長官は、法第三十三条第一項
の規定による勧告をしようとする場合において、その勧告が、国立公園の区域内のホテル又は旅館に対して行われるときは環境大臣に、公衆衛生の改善を図る事項... | {
"pile_set_name": "Github"
} |
/*
* AppliedMicro X-Gene SoC GPIO Driver
*
* Copyright (c) 2014, Applied Micro Circuits Corporation
* Author: Feng Kan <fkan@apm.com>.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Fou... | {
"pile_set_name": "Github"
} |
<?php
/**
* Tencent is pleased to support the open source community by making Biny available.
* Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved.
* Licensed under the BSD 3-Clause License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x",
"filename" : "image_8.jpg"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
(function() {
var module = angular.module('manuskript.core.onAltEnter.directive', []);
/**
* focusOn directive gives focus when a scope parameter becomes true.
*/
module.directive('focusOn', function($timeout, $parse) {
return {
link: {
post: function(scope, element, attrs) {
... | {
"pile_set_name": "Github"
} |
<?php
/**
* Class Data Point Literal.
*
* @package Automattic\Jetpack\Global_Styles
*/
namespace Automattic\Jetpack\Global_Styles;
require_once __DIR__ . '/interface-data-point.php';
/**
* Literal Data Point.
*/
class Data_Point_Literal implements Data_Point {
/**
* Holds the literal value.
*
* @var an... | {
"pile_set_name": "Github"
} |
// Copyright Aleksey Gurtovoy 2000-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_/advance_forward.hpp" header
// -- DO NOT modify by hand!
namespace boo... | {
"pile_set_name": "Github"
} |
var SetCache = require('./_SetCache'),
arrayIncludes = require('./_arrayIncludes'),
arrayIncludesWith = require('./_arrayIncludesWith'),
arrayMap = require('./_arrayMap'),
baseUnary = require('./_baseUnary'),
cacheHas = require('./_cacheHas');
/** Used as the size to enable large array optimization... | {
"pile_set_name": "Github"
} |
package gquic
import (
"bytes"
"crypto/tls"
"errors"
"net"
"github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/quic/gquic-go/internal/handshake"
"github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/quic/gquic-go/internal/protocol"
"github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/quic/... | {
"pile_set_name": "Github"
} |
Plugins.Animation.Frames
========================
Класс, который используется для "нарезки" картинок из одной тайловой картинки.
Обычно кадры анимации похожи между собой и имеет смысл множество их собрать в одно изображение подобно технологии css-sprites.
Допустим, у вас ширина кадра анимации 50 пикселей, высота - 40,... | {
"pile_set_name": "Github"
} |
/* QLogic qed NIC Driver
* Copyright (c) 2015-2017 QLogic Corporation
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this ... | {
"pile_set_name": "Github"
} |
# ##### BEGIN GPL LICENSE BLOCK #####
#
# 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.
#
# This program is distrib... | {
"pile_set_name": "Github"
} |
sha256:90264c80d0cf925dc27eecd3be2fb36b333bf231703aa8f834fb39092ec5460c
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
import os
import sys
import warnings
try:
from setuptools import setup
from setuptools.command.test import test as TestCommand
from setuptools.command.build_ext import build_ext
from setuptools.extension import Extension
class PyTest(TestCommand):
def finalize_optio... | {
"pile_set_name": "Github"
} |
package(default_visibility = ["//visibility:public"])
load(
"@io_bazel_rules_go//go:def.bzl",
"go_library",
"go_test",
)
go_test(
name = "go_default_test",
srcs = ["passwordfile_test.go"],
importpath = "k8s.io/apiserver/plugin/pkg/authenticator/password/passwordfile",
library = ":go_defaul... | {
"pile_set_name": "Github"
} |
package com.huawei.camera;
import android.hardware.ICameraService;
import android.media.ImageReader;
import android.os.IBinder;
import android.os.RemoteException;
import android.os.ServiceManager;
import android.os.SystemProperties;
import android.util.Log;
public final class HwCameraUtil {
private static final S... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) Areslabs.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/
import './base.dart';
class Template extends BaseWidget {
Object tempVnode;
String datakey;
Template({Object tempVnode, String datakey})
... | {
"pile_set_name": "Github"
} |
import * as React from 'react';
import { grey400, grey800, grey50, white, black } from '../styles/colors';
import {
NativeModules,
Platform,
StyleProp,
Switch as NativeSwitch,
ViewStyle,
} from 'react-native';
import setColor from 'color';
import { withTheme } from '../core/theming';
const version = NativeMo... | {
"pile_set_name": "Github"
} |
/***************************************************************************/
/* */
/* afdummy.h */
/* */
/* ... | {
"pile_set_name": "Github"
} |
/**
* Copyright 2018 The Feign 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 ... | {
"pile_set_name": "Github"
} |
// Copyright 2020 The VectorSQL Authors.
//
// Code is licensed under Apache License, Version 2.0.
package planners
import (
"encoding/json"
"base/errors"
"parsers/sqlparser"
)
type DropTablePlan struct {
Name string
Ast *sqlparser.DDL
}
func NewDropTablePlan(ast sqlparser.Statement) IPlan {
return &DropTab... | {
"pile_set_name": "Github"
} |
# Odoo Individual Contributor License Agreement
## Odoo ICLA v1.0
Based on the Apache Software Foundation Individual Contributor License Agreement v2.0, with modifications
Thank you for your interest in an Odoo S.A. (the "Project Leads" ) open source project. In order to clarify the intellectual property license gra... | {
"pile_set_name": "Github"
} |
package fr.inria.spirals.repairnator.process.inspectors;
import fr.inria.jtravis.entities.Build;
import fr.inria.spirals.repairnator.BuildToBeInspected;
import fr.inria.spirals.repairnator.config.RepairnatorConfig;
import fr.inria.spirals.repairnator.notifier.AbstractNotifier;
import fr.inria.spirals.repairnator.notif... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<ContentPage
xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="Xamarin.Forms.Controls.GalleryPages.ShapesGalleries.ClipViewsGallery"
Title="ClipViews Gallery">
<ContentPage.Resources>
<Resourc... | {
"pile_set_name": "Github"
} |
/*
* Licensed to Elasticsearch B.V. under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not u... | {
"pile_set_name": "Github"
} |
<?php
declare(strict_types=1);
namespace Knp\DoctrineBehaviors\Tests\Fixtures\Entity;
use Doctrine\ORM\Mapping as ORM;
use Knp\DoctrineBehaviors\Contract\Entity\TimestampableInterface;
use Knp\DoctrineBehaviors\Model\Timestampable\TimestampableTrait;
/**
* @ORM\Entity
*/
class TimestampableEntity implements Times... | {
"pile_set_name": "Github"
} |
<resources>
<!-- Example customization of dimensions originally defined in res/values/dimens.xml
(such as screen margins) for screens with more than 820dp of available width. This
would include 7" and 10" devices in landscape (~960dp and ~1280dp respectively). -->
<dimen name="activity_horizon... | {
"pile_set_name": "Github"
} |
#!/bin/bash
#FUNCTION DECLARATION ###############################################################################
if [ "-bash" = $0 ]; then
BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
else
BASEDIR="$(cd "$(dirname "$0")" && pwd)"
fi
BASEDIR=$(dirname $(dirname $BASEDIR)) ... | {
"pile_set_name": "Github"
} |
fr:
SilverStripe\Admin\LeftAndMain:
VersionUnknown: Inconnu
SilverStripe\AssetAdmin\Forms\UploadField:
Dimensions: Dimensions
EDIT: Éditer
EDITINFO: 'Éditer ce fichier'
REMOVE: Retirer
SilverStripe\Control\ChangePasswordEmail_ss:
CHANGEPASSWORDFOREMAIL: 'Le mot de passe du compte correspon... | {
"pile_set_name": "Github"
} |
function updateMediaAudioSettings(mediaVideo, settings) {
mediaVideo.el.setAttribute("media-video", {
distanceModel: settings.mediaDistanceModel,
rolloffFactor: settings.mediaRolloffFactor,
refDistance: settings.mediaRefDistance,
maxDistance: settings.mediaMaxDistance,
coneInnerAngle: settings.med... | {
"pile_set_name": "Github"
} |
" Vim syntax file
" Language: Symbian meta-makefile definition (MMP)
" Maintainer: Ron Aaron <ron@ronware.org>
" Last Change: 2007/11/07
" URL: http://ronware.org/wiki/vim/mmp
" Filetypes: *.mmp
" For version 5.x: Clear all syntax items
" For version 6.x: Quit when a syntax file was already loaded
if version < 600
s... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_MPL_BEGIN_END_HPP_INCLUDED
#define BOOST_MPL_BEGIN_END_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-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)
//
// See http://www.boos... | {
"pile_set_name": "Github"
} |
import PropTypes from 'prop-types';
import React, { Component } from 'react';
import ArtistPoster from 'Artist/ArtistPoster';
import DeleteArtistModal from 'Artist/Delete/DeleteArtistModal';
import EditArtistModalConnector from 'Artist/Edit/EditArtistModalConnector';
import ArtistIndexProgressBar from 'Artist/Index/Pro... | {
"pile_set_name": "Github"
} |
Contribution Guide for Manhattan Project
========================================
## Git Commit Guidelines
These guidelines have been copied from the [AngularJS](https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#-git-commit-guidelines)
project.
We have very precise rules over how our git commit messa... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2011 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.
#ifndef CONTENT_BROWSER_RENDERER_HOST_GTK_KEY_BINDINGS_HANDLER_H_
#define CONTENT_BROWSER_RENDERER_HOST_GTK_KEY_BINDINGS_HANDLER_H_
#pragma once
#inc... | {
"pile_set_name": "Github"
} |
<?php
| {
"pile_set_name": "Github"
} |
# globals [](https://travis-ci.org/sindresorhus/globals)
> Global identifiers from different JavaScript environments
Extracted from [JSHint](https://github.com/jshint/jshint/blob/3a8efa979dbb157bfb5c10b5826603a55a33b9ad/src/vars.js) and [ESL... | {
"pile_set_name": "Github"
} |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem Gradle startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Window... | {
"pile_set_name": "Github"
} |
// name: GroupImport
// status: correct
loadFile("GroupImport.mo");
list();getErrorString();
instantiateModel(GroupImport);getErrorString();
// Result:
// true
// "package B
// constant Real c = 1, d = 2;
// end B;
//
// class GroupImport
// import B.{c,e = d};
// Real r = c + e;
// end GroupImport;"
// ""
// ... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2010 Google Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditio... | {
"pile_set_name": "Github"
} |
From 35ad0e50bd6683c6699586e3bd5045f0695586d9 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Wed, 13 May 2015 09:10:51 +0200
Subject: [PATCH] ARM: BCM5301X: Add USB LED for Buffalo WZR-1750DHP
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
--... | {
"pile_set_name": "Github"
} |
module linker_test_1 1.0;
require {
class file { read write };
class lnk_file append;
role g_b_role_2;
attribute g_b_attr_3;
attribute g_b_attr_5;
attribute o4_b_attr_1;
type g_b_type_3;
}
type tag_g_m1;
#test for type in module and attr in module, added to in module
attribute g_m1_attr_1;
type g_m1_type_1, ... | {
"pile_set_name": "Github"
} |
import java.util.List;
public class SuperBuilderWithGenerics2 {
@lombok.experimental.SuperBuilder
public static class Parent<A> {
A field1;
@lombok.Singular List<String> items;
}
@lombok.experimental.SuperBuilder(builderMethodName="builder2")
public static class Child<A> extends Parent<String> {
A field3;... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>Passport-TOTP Example</title>
</head>
<body>
<% if (!user) { %>
<p>
<a href="/">Home</a> |
<a href="/login">Log In</a>
</p>
<% } else { %>
<p>
<a href="/">Home</a> |
<a href="/account">Account</a> |
<a href="/logout">Log Out</a>
</p>
<% } %>
... | {
"pile_set_name": "Github"
} |
import React from 'react';
import PropTypes from 'prop-types';
const UilLink = (props) => {
const { color, size, ...otherProps } = props
return React.createElement('svg', {
xmlns: 'http://www.w3.org/2000/svg',
width: size,
height: size,
viewBox: '0 0 24 24',
fill: color,
...otherProps
}, ... | {
"pile_set_name": "Github"
} |
state.rockchipes8316c {
control.1 {
iface CARD
name 'Headphones Jack'
value false
comment {
access read
type BOOLEAN
count 1
}
}
control.2 {
iface MIXER
name 'Headphone Playback Volume'
value.0 0
value.1 0
comment {
access 'read write'
type INTEGER
count 2
range '0 - 3'
db... | {
"pile_set_name": "Github"
} |
/*
This file is part of Ext JS 3.4
Copyright (c) 2011-2013 Sencha Inc
Contact: http://www.sencha.com/contact
GNU General Public License Usage
This file may be used under the terms of the GNU General Public License version 3.0 as
published by the Free Software Foundation and appearing in the file LICENSE included in... | {
"pile_set_name": "Github"
} |
<!-- Based on https://stackoverflow.com/a/25543713/1130282 -->
{% extends "!page.html" %}
{% block footer %}
<script type="text/javascript">
$(document).ready(function() {
$(".toggle > *").hide();
$(".toggle .header").show();
$(".toggle .header").click(function() {
$(this).pare... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MuonInterpreter {
public class InterpreterState {
public Stack<Frame> Frames;
public Frame Current;
public List<LocalVariable> Locals;
public int FirstLocal... | {
"pile_set_name": "Github"
} |
ENTRY(ota_2ndboot_image_entry)
INCLUDE "platform/mcu/rtl8710bn/script/export-rom_symbol_v01.txt"
GROUP (
libc.a
libnosys.a
)
MEMORY
{
ROM (rx) : ORIGIN = 0x00000000, LENGTH = 0x80000 /* ROM: 512k */
ROMBSS_RAM (rw) : ORIGIN = 0x10000000, LENGTH = 0x2000 /* ROM BSS RAM: 8K */
BOOTLOADER_RAM (rwx) : ORI... | {
"pile_set_name": "Github"
} |
:107E000001C0B7C0112484B790E89093610010922C
:107E10006100882361F0982F9A70923041F081FFC1
:107E200002C097EF94BF282E80E0C6D0E9C085E05D
:107E30008093810082E08093C80088E18093C9002C
:107E40008FEE8093CC0086E08093CA008EE0B4D0A1
:107E5000209A84E02BE93BEF91E03093850020935A
:107E6000840096BBB09BFECF189AA8954091C8009D
:107E... | {
"pile_set_name": "Github"
} |
/*
Five-color theme from a single blue hue.
*/
.hljs {
display: block; padding: 0.5em;
background: #EAEEF3; color: #00193A;
}
.hljs-keyword,
.hljs-title,
.hljs-important,
.hljs-request,
.hljs-header,
.hljs-javadoctag {
font-weight: bold;
}
.hljs-comment,
.hljs-chunk,
.hljs-template_comment {
color: #738191;... | {
"pile_set_name": "Github"
} |
var fs = require('graceful-fs')
var path = require('path')
var mkdirp = require('mkdirp')
var mr = require('npm-registry-mock')
var osenv = require('osenv')
var rimraf = require('rimraf')
var test = require('tap').test
var common = require('../common-tap')
var pkg = path.resolve(__dirname, 'ls-depth')
var EXEC_OPTS... | {
"pile_set_name": "Github"
} |
//===--- ThreadsafeFS.h ------------------------------------------*- C++-*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"pile_set_name": "Github"
} |
-----BEGIN CERTIFICATE-----
MIIE0zCCA7ugAwIBAgIQGNrRniZ96LtKIVjNzGs7SjANBgkqhkiG9w0BAQUFADCB
yjELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQL
ExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwNiBWZXJp
U2lnbiwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MUUwQwYDVQQDEzxW
ZXJpU2lnbiBDbGFzcyAzIFB1Ymx... | {
"pile_set_name": "Github"
} |
# created by tools/loadICU.tcl -- do not edit
namespace eval ::tcl::clock {
::msgcat::mcset en_BW DATE_FORMAT "%d %B %Y"
::msgcat::mcset en_BW TIME_FORMAT_12 "%l:%M:%S %P"
::msgcat::mcset en_BW DATE_TIME_FORMAT "%d %B %Y %l:%M:%S %P %z"
}
| {
"pile_set_name": "Github"
} |
const p = require('../patterns.service.js')
const y = require('yup')
module.exports = y.object({
name: y
.string()
.required()
.trim()
.matches(p.isTitle, p.messages.isTitle),
value: y.mixed().required()
})
| {
"pile_set_name": "Github"
} |
<?php
namespace Concrete\Controller\SinglePage\Dashboard;
use Concrete\Core\Page\Controller\DashboardPageController;
class Extend extends DashboardPageController
{
public function view()
{
return $this->buildRedirectToFirstAccessibleChildPage();
}
}
| {
"pile_set_name": "Github"
} |
{ stdenv, fetchurl, fetchpatch, pkgconfig, gtk2, gettext, libxml2, intltool, libart_lgpl
, libgnomecups, bison, flex }:
stdenv.mkDerivation rec {
name = "libgnomeprint-2.18.8";
src = fetchurl {
url = "mirror://gnome/sources/libgnomeprint/2.18/${name}.tar.bz2";
sha256 = "1034ec8651051f84d2424e7a1da61c53042... | {
"pile_set_name": "Github"
} |
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := lvgl_example
#If IOT_SOLUTION_PATH is not defined, use relative path as default value
IOT_SOLUTION_PATH ?= $(abspath $(shell pwd)/../../../)
include $(IOT_SOLUTION_PATH)/Makefile
inclu... | {
"pile_set_name": "Github"
} |
angular.module( 'ripplecharts.manage-currencies', [
'ui.state',
'ui.bootstrap'
])
.config(function config( $stateProvider ) {
$stateProvider.state( 'manage-currency', {
url: '/manage-currency',
views: {
"main": {
controller: 'ManageCurrenciesCtrl',
templateUrl: 'manage-currencies/ma... | {
"pile_set_name": "Github"
} |
import Vue from 'vue'
import todo from './todo.vue'
new Vue({
el: '#app',
render: h => h(todo)
})
| {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
// This file contains style definitions that can be used by CKEditor plugins.
//
// The most common use for it is the "stylescombo" plugin w... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2019 New Vector Ltd
* Copyright 2020 The Matrix.org Foundation C.I.C.
*
* 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"
} |
using Castle.DynamicProxy;
using System;
namespace ChangeTracking
{
internal class ChangeTrackingInterceptorSelector : IInterceptorSelector
{
IInterceptor[] IInterceptorSelector.SelectInterceptors(Type type, System.Reflection.MethodInfo method, IInterceptor[] interceptors) => interceptors;
}
}
| {
"pile_set_name": "Github"
} |
===============
listCollections
===============
.. default-domain:: mongodb
.. contents:: On this page
:local:
:backlinks: none
:depth: 1
:class: singlecol
Definition
----------
.. dbcommand:: listCollections
Retrieve information, i.e. the name and options, about the
collections and :doc:`views <... | {
"pile_set_name": "Github"
} |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="MessageService.cs" company="Catel development team">
// Copyright (c) 2008 - 2015 Catel development team. All rights reserved.
// </copyright>
// -------------------------------... | {
"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"
} |
import Foundation
extension Array where Element == Double {
func average() -> Double {
reduce(0, +) / Double(count)
}
}
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/sodium-battle.iml" filepath="$PROJECT_DIR$/sodium-battle.iml" />
</modules>
</component>
</project> | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2015-2020 Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*
* 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
*
* www.apache.org/licenses/LICEN... | {
"pile_set_name": "Github"
} |
# This Makefile compiles a library containing the C++ runtime for the TensorFlow
# library. It's designed for use on platforms with limited resources where
# running a full Bazel build would be prohibitive, or for cross-compilation onto
# embedded systems. It includes only a bare-bones set of functionality.
#
# The def... | {
"pile_set_name": "Github"
} |
package ct;
public abstract interface n
{
public abstract void b();
}
/* Location:
* Qualified Name: ct.n
* Java Class Version: 6 (50.0)
* JD-Core Version: 0.7.1
*/ | {
"pile_set_name": "Github"
} |
/*
* FreeRTOS WiFi V1.4.7
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. 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... | {
"pile_set_name": "Github"
} |
<A HREF = "http://www.ed.ac.uk/">
<IMG align=right BORDER=0 SRC = "edcrest.gif"></A>
<P Align=left><I>This page is part of the
<A HREF="http://www.cstr.ed.ac.uk/projects/festival.html">
Festival Text to Speech System</A> documentation
<br>
Copyright <A HREF="http://www.ed.ac.uk"> University of Edinburgh</A> 1997
... | {
"pile_set_name": "Github"
} |
#import <TargetConditionals.h>
#if TARGET_OS_IPHONE
#import <UIKit/UIKit.h>
#else
#import <Cocoa/Cocoa.h>
#endif
#define USE_CUSTOM_ASSERTION_HANDLER \
{ \
NSThread *__currentThread = [NSThread currentThread]; \
NSDictionary *__threadDict = (__currentThrea... | {
"pile_set_name": "Github"
} |
CLASS net/minecraft/class_2258 net/minecraft/block/BubbleColumnBlock
FIELD field_10680 DRAG Lnet/minecraft/class_2746;
METHOD method_9656 calculateDrag (Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;)Z
ARG 0 world
ARG 1 pos
METHOD method_9657 update (Lnet/minecraft/class_1936;Lnet/minecraft/class_2338;Z)V
... | {
"pile_set_name": "Github"
} |
package com.crashinvaders.texturepackergui.views.canvas.widgets.preview;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.g2d.Batch;
import com.badlogic.gdx.graphics.g2d.TextureRegion;
import com.badlogic.gdx.math.Rectangle;
import com.badlogic.gdx.math.Vector2;
import com.badlogic.gdx.scenes.s... | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////////
// modifier.hpp
//
// Copyright 2008 Eric Niebler. 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)
#ifndef BOOST_XPRESSIVE_DETAIL_S... | {
"pile_set_name": "Github"
} |
body {
font-family: "Helvetica Neue Light", "Lucida Grande", "Calibri", "Arial", sans-serif;
}
.jasmine_reporter a:visited, .jasmine_reporter a {
color: #303;
}
.jasmine_reporter a:hover, .jasmine_reporter a:active {
color: blue;
}
.run_spec {
float:right;
padding-right: 5px;
font-size: .8em;
text-d... | {
"pile_set_name": "Github"
} |
<template name="announcement">
{{#if announcement}}
{{#with announcement}}
<div class="ui {{type}} message">
<div class="header">
{{header}}
</div>
<p class="date">
{{time}}
</p>
<p>
{{content}}
</p>
<p class="float right">
- {{name}}
... | {
"pile_set_name": "Github"
} |
# Prints tmux session info.
# Assuems that [ -n "$TMUX"].
run_segment() {
tmux display-message -p '#S:#I.#P'
return 0
}
| {
"pile_set_name": "Github"
} |
// +build windows
package lib
import (
"fmt"
"syscall"
. "gopkg.in/check.v1"
)
func (s *OssutilCommandSuite) TestGetOsLang(c *C) {
var mod = syscall.NewLazyDLL("kernel32.dll")
var proc = mod.NewProc("GetUserDefaultUILanguage")
err := proc.Find()
if err != nil {
fmt.Printf("%s", err.Error())
return
}
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2018, NVIDIA CORPORATION.
*
* 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"
} |
// SPDX-License-Identifier: GPL-2.0-only
/*
* EPSON TOYOCOM RTC-7301SF/DG Driver
*
* Copyright (c) 2016 Akinobu Mita <akinobu.mita@gmail.com>
*
* Based on rtc-rp5c01.c
*
* Datasheet: http://www5.epsondevice.com/en/products/parallel/rtc7301sf.html
*/
#include <linux/io.h>
#include <linux/kernel.h>
#include <lin... | {
"pile_set_name": "Github"
} |
//
// Prefix header for all source files of the 'PhoenixUtil' target in the 'PhoenixUtil' project
//
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#endif
#define DEBUG 1
#ifdef DEBUG
# define DLog(fmt, ...) NSLog((@"%s [Line %d] " fmt), __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__)... | {
"pile_set_name": "Github"
} |
/*-
* Copyright (c) 1988, 1993
* The Regents of the University of California. 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 copy... | {
"pile_set_name": "Github"
} |
{
"name": "SlideshowPro Player",
"description": "A customisable media player.",
"url": "http://slideshowpro.net/"
} | {
"pile_set_name": "Github"
} |
defmodule Util.ColorsTest do
@colors_file "css-color-names.json"
use ExUnit.Case, async: true
alias Cog.Util.Colors
test "look up hex code by name" do
assert Colors.name_to_hex("lightblue") == "#add8e6"
end
test "look up name by hex code" do
assert Colors.hex_to_name("#add8e6") == "lightblue"
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>JTable.DropLocation (Java SE 12 & JDK 12 )</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="keywords" content="javax.swing.JTable.DropLocation class">
<meta name="keywords" content="g... | {
"pile_set_name": "Github"
} |
using System.Collections.Generic;
using Shouldly;
using Xunit;
namespace Volo.Abp.Cli.Build
{
public class GitRepository_Tests : AbpCliTestBase
{
[Fact]
public void GetUniqueName_Test()
{
var gitRepository = new GitRepository("repo-1", "dev", "")
{
... | {
"pile_set_name": "Github"
} |
package home.smart.fly.animations.customview;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Color;
import androidx.annotation.Nullable;
import android.util.AttributeSet;
import android.view.MotionEvent;
imp... | {
"pile_set_name": "Github"
} |
# -*- mode: snippet -*-
# key: imp
# name: simple import
# condition: (= (length "imp") (current-column))
# contributor: Luke Hoersten <luke@hoersten.org>
# --
import ${1:Module} ${2:(${3:f})} | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
valgrind --tool=massif ./unit-tests $*
valgrind --leak-check=full --suppressions=./valgrind_suppressions.txt ./unit-tests $*
| {
"pile_set_name": "Github"
} |
Sample and benchmark scripts for pktgen (packet generator)
==========================================================
This directory contains some pktgen sample and benchmark scripts, that
can easily be copied and adjusted for your own use-case.
General doc is located in kernel: Documentation/networking/pktgen.txt
He... | {
"pile_set_name": "Github"
} |
//
// Licensed under the terms in License.txt
//
// Copyright 2010 Allen Ding. All rights reserved.
//
#import "Carrier.h"
#import "Cruiser.h"
#import "Engine.h"
#import "Fighter.h"
#import "JumpCapable.h"
#import "OrbitCapable.h"
#import "SpaceShip.h"
#import "TestReporter.h"
#import "TestSpy.h"
#import "TestVerifier... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.