text stringlengths 2 99.9k | meta dict |
|---|---|
// Vendor Prefixes
//
// All vendor mixins are deprecated as of v3.2.0 due to the introduction of
// Autoprefixer in our Gruntfile. They have been removed in v4.
// - Animations
// - Backface visibility
// - Box shadow
// - Box sizing
// - Content columns
// - Hyphens
// - Placeholder text
// - Transformations
// - Tr... | {
"pile_set_name": "Github"
} |
/*
jQuery Colorbox language configuration
language: Danish (da)
translated by: danieljuhl
site: danieljuhl.dk
*/
jQuery.extend(jQuery.colorbox.settings, {
current: "Billede {current} af {total}",
previous: "Forrige",
next: "Næste",
close: "Luk",
xhrError: "Indholdet fejlede i indlæsningen.",
imgError: "Billed... | {
"pile_set_name": "Github"
} |
# Machine Learning for iOS
**Last Update: January 12, 2018.**
Curated list of resources for iOS developers in following topics:
- [Core ML](#coreml)
- [Machine Learning Libraries](#gpmll)
- [Deep Learning Libraries](#dll)
- [Deep Learning: Model Compression](#dlmc)
- [Computer Vision](#cv)
- [Natural Language ... | {
"pile_set_name": "Github"
} |
Foobaz
Foobarbaz
| {
"pile_set_name": "Github"
} |
// dnlib: See LICENSE.txt for more info
namespace dnlib.DotNet {
/// <summary>
/// A resolver that always fails
/// </summary>
public sealed class NullResolver : IAssemblyResolver, IResolver {
/// <summary>
/// The one and only instance of this type
/// </summary>
public static readonly NullResolver Instan... | {
"pile_set_name": "Github"
} |
{
"@context": {
"@vocab": "http://example.org/",
"input": {"@container": "@graph"}
},
"input": [{
"@graph": {
"value": "x"
}
}, {
"@graph": {
"value": "y"
}
}]
} | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="HTML Tidy, see www.w3.org" />
<title>FreeBSD 7.0-RELEASE 发行说明</title>
<m... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2013-2018 consulo.io
*
* 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"
} |
[
{
"EventCode": "0xC2",
"EventName": "PREFETCH_LINEFILL",
"BriefDescription": "Linefill because of prefetch"
},
{
"EventCode": "0xC3",
"EventName": "PREFETCH_LINEFILL_DROP",
"BriefDescription": "Instruction Cache Throttle occurred"
},
{
"EventCode": "0x... | {
"pile_set_name": "Github"
} |
/*-
* #%L
* This file is part of QuPath.
* %%
* Copyright (C) 2018 - 2020 QuPath developers, The University of Edinburgh
* %%
* QuPath is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 o... | {
"pile_set_name": "Github"
} |
[Desktop Entry]
Icon=preferences-system-windows-movement
Type=Service
X-KDE-ServiceTypes=KCModule
Exec=kcmshell5 kwinmoving
X-DocPath=kcontrol/windowbehaviour/index.html#action-moving
Icon=preferences-system-windows-move
X-KDE-Library=kcm_kwinoptions
X-KDE-PluginKeyword=kwinmoving
Name=Window Movement
Name[az]=Pəncər... | {
"pile_set_name": "Github"
} |
package railo.runtime.exp;
import railo.runtime.config.Config;
import railo.runtime.type.Collection;
import railo.runtime.type.KeyImpl;
/**
*
*
* To change the template for this generated type comment go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
public class ExpressionException extends P... | {
"pile_set_name": "Github"
} |
===================
Virtual CPU hotplug
===================
A complete example of vCPU hotplug (and hot-unplug) using QMP
``device_add`` and ``device_del``.
vCPU hotplug
------------
(1) Launch QEMU as follows (note that the "maxcpus" is mandatory to
allow vCPU hotplug)::
$ qemu-system-x86_64 -display non... | {
"pile_set_name": "Github"
} |
[Year, Make, Model, Description, Price]
=======================
1 [1997, Ford, E350, ac, abs, moon, 3000.00]
-----------------------
2 [1999, Chevy, Venture "Extended Edition", null, 4900.00]
-----------------------
3 [1996, Jeep, Grand Cherokee, MUST SELL!
air, moon roof, loaded, 4799.00]
-----------------------
4 [19... | {
"pile_set_name": "Github"
} |
<?php
namespace App\Admin;
use App\Entity\Article;
use Sonata\AdminBundle\Admin\AbstractAdmin;
use Sonata\AdminBundle\Datagrid\DatagridMapper;
use Sonata\AdminBundle\Datagrid\ListMapper;
use Sonata\AdminBundle\Form\FormMapper;
use Sonata\CoreBundle\Form\Type\DatePickerType;
use Sonata\CoreBundle\Model\Metadata;
use S... | {
"pile_set_name": "Github"
} |
import jwt
from flask import Blueprint, jsonify, request
from flask import current_app as app
from backend.utils.response import Response
from backend.utils.errors import ErrorResponse
from backend.schemas.errors import (
PayloadNotFound,
OperationNotFound
)
router = Blueprint('oAuthToken', __name__)
@router.... | {
"pile_set_name": "Github"
} |
/*
* Copyright(c) 2011-2016 Intel Corporation. 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 rights to u... | {
"pile_set_name": "Github"
} |
/*
Simple DirectMedia Layer
Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this ... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Leftover6
{
/// <summary>
/// A guy that knows how to compare itself with other guys
/// </summary>
class EquatableGuy : Guy, IEquatable<Guy>
{
public ... | {
"pile_set_name": "Github"
} |
# Copyright 2016 NEC Corporation. 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 requir... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2006-2011 Erin Catto http://www.box2d.org
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
* Permission is granted to anyone to use this software for any purpos... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2015-2018 the original author or authors.
*
* All rights reserved. This program and the accompanying materials are
* made available under the terms of the Eclipse Public License v2.0 which
* accompanies this distribution and is available at
*
* http://www.eclipse.org/legal/epl-v20.html
*/
packag... | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////////
/// \file default_function_impl.hpp
/// Contains definition of the default_function_impl, the implementation of the
/// _default transform for function-like nodes.
//
// Copyright 2008 Eric Niebler. Distributed... | {
"pile_set_name": "Github"
} |
import sys
import time
import subprocess
import webbrowser
from codelab_adapter.core_extension import Extension
from codelab_adapter.utils import verify_token, open_path_in_system_file_manager
from codelab_adapter.settings import TOKEN
'''
当前插件只允许运行表达式
如果你希望执行任意python代码,请使用: https://github.com/CodeLabClub/codelab_adapt... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0700"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
... | {
"pile_set_name": "Github"
} |
package agent
import (
"errors"
"os"
"reflect"
"runtime"
"testing"
"github.com/buildkite/agent/v3/logger"
"github.com/stretchr/testify/assert"
)
func TestFetchingTags(t *testing.T) {
tags := (&tagFetcher{}).Fetch(logger.Discard, FetchTagsConfig{
Tags: []string{"llamas", "rock"},
})
if !reflect.DeepEqual... | {
"pile_set_name": "Github"
} |
web: R -f /app/app.R
| {
"pile_set_name": "Github"
} |
#ifndef HEADER_CURL_PINGPONG_H
#define HEADER_CURL_PINGPONG_H
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* / __| | | | |_) | |
* ... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
# Copyright 2020 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
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicabl... | {
"pile_set_name": "Github"
} |
/*
** $Id: lmathlib.c,v 1.83.1.1 2013/04/12 18:48:47 roberto Exp $
** Standard mathematical library
** See Copyright Notice in lua.h
*/
#include <stdlib.h>
#include <math.h>
#define lmathlib_c
#define LUA_LIB
#include "lua.h"
#include "lauxlib.h"
#include "lualib.h"
#undef PI
#define PI ((lua_Number)(3.141592653... | {
"pile_set_name": "Github"
} |
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2012.06.11 at... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2020 pig4cloud 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 required... | {
"pile_set_name": "Github"
} |
// Copyright 2001-2019 Crytek GmbH / Crytek Group. All rights reserved.
#include "StdAfx.h"
#include "PerforceConflictsResolver.h"
#include "PerforceVCSAdapter.h"
#include "IPerforceExecutor.h"
#include "IPerforceOutputParser.h"
#include "VersionControl/VersionControlFileStatusUpdate.h"
#include <unordered_map>
void C... | {
"pile_set_name": "Github"
} |
// Copyright 2016 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build darwin dragonfly freebsd netbsd openbsd
package route
import (
"syscall"
"unsafe"
)
var zero uintptr
func sysctl(mib []int32, old *byte, oldlen ... | {
"pile_set_name": "Github"
} |
#include <stdio.h>
extern int protected;
extern int get_protected (void);
extern int* get_protected_p (void);
int
main ()
{
if (protected == get_protected ()
&& &protected == get_protected_p ())
printf ("PASS\n");
return 0;
}
| {
"pile_set_name": "Github"
} |
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Component Examples renders TextField.Masked.Example.tsx correctly 1`] = `
<div
className=
ms-Stack
{
box-sizing: border-box;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
height: auto;
max-widt... | {
"pile_set_name": "Github"
} |
namespace = "comment_";
(function() {
function test(name, mode, run, before, after) {
return testCM(name, function(cm) {
run(cm);
eq(cm.getValue(), after);
}, {value: before, mode: mode});
}
var simpleProg = "function foo() {\n return bar;\n}";
var inlineBlock = "foo(/* bar */ true);";
... | {
"pile_set_name": "Github"
} |
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o {... | {
"pile_set_name": "Github"
} |
no humans were harmed , tested or tasted in the making of this film .
all recipes are fictions .
twentieth century fox does not condone cannibalism .
a psychological thriller that will scare you to the depth of your soul !
director/writer antonia bird shows us that the most terrifying horror is not provided by gian... | {
"pile_set_name": "Github"
} |
# Copyright (c) Facebook, Inc. and its affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
add_library(
mvfst_d6d_probe_raiser INTERFACE
)
target_include_directories(
mvfst_d6d_probe_raiser INTERFACE
$<BUILD_INTERFACE:${QUIC_F... | {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to you under the Apache License, Version 2.0
* (the "License"); you may ... | {
"pile_set_name": "Github"
} |
# Copyright 2016 Intel
#
# 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, softwar... | {
"pile_set_name": "Github"
} |
.class public Ltypes/TestConstInline;
.super Ljava/lang/Object;
.method private static test(Z)Ljava/lang/String;
.registers 4
.param p0, "b" # Z
if-eqz p0, :cond_d
invoke-static {}, Ltypes/TestConstInline;->list()Ljava/util/List;
move-result-object v0
const-string v1, "1"
goto :goto_ret... | {
"pile_set_name": "Github"
} |
/*
Copyright 2017 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"
} |
/*
* interface to the SCLP-read/write driver
*
* S390 version
* Copyright IBM Corp. 1999
* Author(s): Martin Peschke <mpeschke@de.ibm.com>
* Martin Schwidefsky <schwidefsky@de.ibm.com>
*/
#ifndef __SCLP_TTY_H__
#define __SCLP_TTY_H__
#include <linux/tty_driver.h>
extern struct tty_driver *sclp_tty... | {
"pile_set_name": "Github"
} |
.a
color: red
.b
width: 100px
.c
@extend .a, .b
height: 200px
.d
@extend .b,.c
.d[data-prop*='\,']
color: blue
.d-1
width: 100%
$cf
&:before
&:after
content: ' '
clear: both
display: table
font: 0/0 a
visibility: hidden
$ib
display: inline-block
.foo
@extend .d[data-pro... | {
"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 "syscall"
func setControlMessage(s uintptr, opt *rawOpt, cf ControlFlags, on bool) error {
// TODO(mikio): implement this
return syscall... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2005-2016 OCSInventory-NG/OCSInventory-ocsreports contributors.
* See the Contributors file for more details about them.
*
* This file is part of OCSInventory-NG/OCSInventory-ocsreports.
*
* OCSInventory-NG/OCSInventory-ocsreports is free software: you can redistribute
* it and/or modify it ... | {
"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.
//go:generate go run makexml.go -output xml.go
// Package cldr provides a parser for LDML and related XML formats.
// This package is intended to be used by th... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2008, Swedish Institute of Computer Science.
* 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
* n... | {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('before', require('../before'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using NLog;
using NzbDrone.Common.Disk;
using NzbDrone.Common.Extensions;
using NzbDrone.Common.Http;
using NzbDrone.Core.Configuration;
using NzbDrone.Core.Extras.Files;
using NzbDrone.Core.Extras.Metadata.Files;
usi... | {
"pile_set_name": "Github"
} |
defmodule ConduitWeb.ConnCase do
@moduledoc """
This module defines the test case to be used by
tests that require setting up a connection.
Such tests rely on `Phoenix.ConnTest` and also
import other functionality to make it easier
to build common datastructures and query the data layer.
"""
use ExUni... | {
"pile_set_name": "Github"
} |
// cgo -godefs -- -fsigned-char types_freebsd.go | go run mkpost.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build arm,freebsd
package unix
const (
sizeofPtr = 0x4
sizeofShort = 0x2
sizeofInt = 0x4
sizeofLong = 0x4
sizeofLongLong = 0x8
)
type (
_C_short int1... | {
"pile_set_name": "Github"
} |
from .base import *
@dfpipe
def summarize(df, **kwargs):
return pd.DataFrame({k: [v] for k, v in kwargs.items()})
@dfpipe
def summarize_each(df, functions, *args):
columns, values = [], []
for arg in args:
if isinstance(arg, pd.Series):
varname = arg.name
col = arg
... | {
"pile_set_name": "Github"
} |
/* Copyright 2019-2020 Canaan 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 agreed t... | {
"pile_set_name": "Github"
} |
{namespace}
class {class_name} extends \SOAPClient
{
public function __construct($wsdl, array $options)
{
parent::__construct('{wsdl}', $options);
}
{methods}}
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2016 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags.
*
* 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.apac... | {
"pile_set_name": "Github"
} |
/* contrib/pgcrypto/pgcrypto--unpackaged--1.0.sql */
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
\echo Use "CREATE EXTENSION pgcrypto" to load this file. \quit
ALTER EXTENSION pgcrypto ADD function digest(text,text);
ALTER EXTENSION pgcrypto ADD function digest(bytea,text);
ALTER EXTENS... | {
"pile_set_name": "Github"
} |
//===-- Logging.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"
} |
module.exports = async function (owner, repo, old, target, octokit) {
// Via https://github.com/gr2m/octokit-plugin-rename-branch/blob/5d3c37439515db9f49f049e28510dc596982cb02/src/rename-branch.ts#L56-L90
const query = `query($owner: String!, $repo: String!) {
repository(owner:$owner,name:$repo) {
... | {
"pile_set_name": "Github"
} |
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
//
// 1. Set default font family to sans-serif.
// 2. Prevent iOS and IE text size adjust after device orientation change,
// without disabling user zoom.
//
html {
font-family: sans-serif; // 1
-ms-text-size-adjust: 100%; // 2
-web... | {
"pile_set_name": "Github"
} |
<?hh
function f(string $a): string {
<partial>$b</partial> = /* HH_FIXME[4110] */ <partial>$a</partial> + <partial>1</partial>;
return <checked>$b</checked>;
}
function g(string $a): string {
/* HH_FIXME[4110] */
<partial>$b</partial> = <partial>$a</partial> + <partial>1</partial>;
return <checked>$b</check... | {
"pile_set_name": "Github"
} |
#include <WinAPI.au3>
#include <WindowsConstants.au3>
#include <FontConstants.au3>
Global $tRECT, $hFont, $hOldFont, $hDC
HotKeySet("{ESC}", "_Exit")
$tRECT = DllStructCreate($tagRect)
DllStructSetData($tRECT, "Left", 5)
DllStructSetData($tRECT, "Top", 5)
DllStructSetData($tRECT, "Right", 250)
DllStructSetData($tREC... | {
"pile_set_name": "Github"
} |
/*! lightgallery - v1.2.21 - 2016-06-28
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2016 Sachin N; Licensed Apache 2.0 */
(function($, window, document, undefined) {
'use strict';
var defaults = {
scale: 1,
zoom: true,
actualSize: true,
enableZoomAfter: 300
... | {
"pile_set_name": "Github"
} |
# (C) Copyright 2001-2004, Martin Roesch, Brian Caswell, et al.
# All rights reserved.
# $Id: attack-responses.rules 91 2004-07-15 08:13:57Z rwinslow $
# ----------------
# ATTACK RESPONSES
# ----------------
# These signatures are those when they happen, its usually because a machine
# has been compromised. These ... | {
"pile_set_name": "Github"
} |
###### Raising the stakes
# Swiss stocks are collateral damage in a worsening trade row

> print-edition iconPrint edition | Finance and economics | Jul 6th 2019
IT IS A country famed for avoiding conflict. Yet on July 1st, in a serious escalation of a trade spat with the Euro... | {
"pile_set_name": "Github"
} |
var baseLt = require('./_baseLt'),
createRelationalOperation = require('./_createRelationalOperation');
/**
* Checks if `value` is less than `other`.
*
* @static
* @memberOf _
* @since 3.9.0
* @category Lang
* @param {*} value The value to compare.
* @param {*} other The other value to compare.
* @returns... | {
"pile_set_name": "Github"
} |
/*!
{
"name": "Flex Line Wrapping",
"property": "flexwrap",
"tags": ["css", "flexbox"],
"notes": [{
"name": "W3C Flexible Box Layout spec",
"href": "http://dev.w3.org/csswg/css3-flexbox"
}],
"warnings": [
"Does not imply a modern implementation – see documentation."
]
}
!*/
/* DOC
Detects supp... | {
"pile_set_name": "Github"
} |
package com.baeldung.creational.factory;
public class PolygonFactory {
public Polygon getPolygon(int numberOfSides) {
if(numberOfSides == 3) {
return new Triangle();
}
if(numberOfSides == 4) {
return new Square();
}
if(numberOfSides == 5) {
... | {
"pile_set_name": "Github"
} |
/*
* GeoTools - The Open Source Java GIS Toolkit
* http://geotools.org
*
* (C) 2005-2008, Open Source Geospatial Foundation (OSGeo)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free ... | {
"pile_set_name": "Github"
} |
package handlers
import (
"encoding/json"
"net/http"
"github.com/docker/distribution"
"github.com/docker/distribution/registry/api/errcode"
"github.com/docker/distribution/registry/api/v2"
"github.com/gorilla/handlers"
)
// tagsDispatcher constructs the tags handler api endpoint.
func tagsDispatcher(ctx *Conte... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 of the License.
This program is distributed in the hope ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>CMSIS-DSP: arm_cmpl... | {
"pile_set_name": "Github"
} |
/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
/* vim:set et sts=4: */
/* bus - The Input Bus
* Copyright (C) 2008-2010 Peng Huang <shawn.p.huang@gmail.com>
* Copyright (C) 2008-2010 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the... | {
"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"
} |
<?php
declare(strict_types = 1);
namespace BrowscapPHPTest\Command;
use BrowscapPHP\Command\FetchCommand;
/**
* @covers \BrowscapPHP\Command\FetchCommand
*/
final class FetchCommandTest extends \PHPUnit\Framework\TestCase
{
public function testConfigure() : void
{
$object = $this->getMockBuilder(Fe... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# ==============================================================================
# \file show-var-of-model.py
# \author chenghuige
# \date 2017-09-06 07:52:34.258312
# \Description
# ==============================================================================... | {
"pile_set_name": "Github"
} |
/* crypto/ts/ts_req_print.c */
/* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL
* project 2002.
*/
/* ====================================================================
* Copyright (c) 2006 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or w... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <MMCommon/MMObject.h>
@class NSString;
@interface WeChatEmotionSectionInfo : MMObject
{
unsigned long long _sectionType;
... | {
"pile_set_name": "Github"
} |
# Try to find Libintl functionality
# Once done this will define
#
# LIBINTL_FOUND - system has Libintl
# LIBINTL_INCLUDE_DIR - Libintl include directory
# LIBINTL_LIBRARIES - Libraries needed to use Libintl
#
# TODO: This will enable translations only if Gettext functionality is
# present in libc. Must have more ro... | {
"pile_set_name": "Github"
} |
package network
// Copyright (c) Microsoft and contributors. 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
//
// Unl... | {
"pile_set_name": "Github"
} |
# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import *
class RAnalysispageserver(RPackage):
"""A framework for sharing interactive data and plots from ... | {
"pile_set_name": "Github"
} |
<div class="dream">
<% if (theme.dream.showTitle) { %>
<div class="title center-align">
<i class="far fa-lightbulb"></i> <%= theme.dream.title %>
</div>
<% } %>
<div class="row">
<div class="col l8 offset-l2 m10 offset-m1 s10 offset-s1 center-align text">
<%= t... | {
"pile_set_name": "Github"
} |
//
// AVPlayerItem+EZPlayer.swift
// EZPlayer
//
// Created by yangjun zhu on 2016/12/28.
// Copyright © 2016年 yangjun zhu. All rights reserved.
//
import AVFoundation
extension AVPlayerItem {
public var bufferDuration: TimeInterval? {
if let first = self.loadedTimeRanges.first { //获取缓冲进度
... | {
"pile_set_name": "Github"
} |
issuerepo: golang/go
| {
"pile_set_name": "Github"
} |
@import "../../../assets/sass/variables";
:host {
display: block;
&.borderless .form-section {
border: none;
padding: 0 !important;
}
.form-section {
position: relative;
display: block;
margin-bottom: 20px;
.borderless & {
border: none;
... | {
"pile_set_name": "Github"
} |
/*-------------------------------------------------------------------------
*
* timeline.c
* Functions for reading and writing timeline history files.
*
* A timeline history file lists the timeline changes of the timeline, in
* a simple text format. They are archived along with the WAL segments.
*
* The files ... | {
"pile_set_name": "Github"
} |
#ifndef cpia_h
#define cpia_h
/*
* CPiA Parallel Port Video4Linux driver
*
* Supports CPiA based parallel port Video Camera's.
*
* (C) Copyright 1999 Bas Huisman,
* Peter Pregler,
* Scott J. Bertin,
* VLSI Vision Ltd.
*
* This program is free software;... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--© The Office of the High Commisioner for Human Rights-->
<udhr iso639-3="wuu" xml:lang="wuu" key="wuu" n="Chinese, Wu" dir='ltr' iso15924='Hans' xmlns="http://www.unhchr.ch/udhr">
<title>@</title>
<preamble>
<title>世界人权宣言</title>
<para>序言</para>
<par... | {
"pile_set_name": "Github"
} |
@import "../css/test.css";
/* This is a CSS comment */
#identity {
background: white;
color: #222;
border: solid 1px #999;
border-radius: 2px;
font-size: 0.9em;
padding: 1px;
display: inline;
display: inline;
}
.className {
background: papayawhip;
error property: none;
}
.className ... | {
"pile_set_name": "Github"
} |
<?php
/*
* $Id: CreoleSQLExecTask.php 266 2007-10-25 01:32:38Z hans $
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
* A PARTICULAR PURPOSE ARE DISC... | {
"pile_set_name": "Github"
} |
/*
YUI 3.17.0 (build ce55cc9)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-widget-hidden{display:none}.yui3-widget-content{overflow:hidden}.yui3-widget-content-expanded{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:bor... | {
"pile_set_name": "Github"
} |
{
"Entries": [
{
"RequestUri": "/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/providers/Microsoft.Resources?api-version=2016-09-01",
"EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjM0YjIyYTMtMjIwMi00ZmIxLWIwNDAtMTMzMmJkOTI4Yzg0L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE="... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: f240c18ff8d4eb44390f8d949e2f6fbd
folderAsset: yes
DefaultImporter:
userData:
| {
"pile_set_name": "Github"
} |
<?php
declare(strict_types=1);
/**
* @copyright Copyright (c) 2020, Georg Ehrke
*
* @author Georg Ehrke <oc.list@georgehrke.com>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published... | {
"pile_set_name": "Github"
} |
2008
2008
| {
"pile_set_name": "Github"
} |
/*
Copyright 2015 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"
} |
cmake_minimum_required(VERSION 3.13.0)
project(kaldi_binaries)
include(ExternalProject)
include(ProcessorCount)
ProcessorCount(NCPU)
if(NOT NCPU EQUAL 0)
set(MAKE_FLAGS -j${NCPU})
endif()
set(DST ${PROJECT_SOURCE_DIR}/kaldi_active_grammar/exec)
if ("${CMAKE_HOST_SYSTEM_NAME}" STREQUAL "Darwin")
set(DST ${DST}/ma... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="com.renesas.cdt.launch.dsf.gdbremote.launchConfigurationType">
<stringAttribute key="com.renesas.cdt.core.additionalServerArgs" value=""/>
<intAttribute key="com.renesas.cdt.core.admPortNumber" value="61236"/>
<stringAttribute key="co... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.