text stringlengths 2 99.9k | meta dict |
|---|---|
:10FC000001C0DDC0112484B790E890936100109288
:10FC10006100882361F0982F9A70923041F081FF43
:10FC200002C097EF94BF282E80E0ECD0E9C185E0B8
:10FC30008093810082E08093C00088E18093C100BE
:10FC400087E18093C40086E08093C2008EE0DAD022
:10FC5000209A84E02EE33EEF91E0309385002093DC
:10FC6000840096BBB09BFECF189AA8954091C00027
:10FC... | {
"pile_set_name": "Github"
} |
<HTML><HEAD></HEAD><BODY><P>
the resolver framework for retrieval of certificates and public keys from elements.
</P></BODY></HTML> | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<root>
<movie>
<title category="SF">STAR WARS</title>
</movie>
<movie>
<title category="Children">tom & jerry</title>
</movie>
</root>
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" ?>
<annotation>
<folder>widerface</folder>
<filename>6--Funeral_6_Funeral_Funeral_6_170.jpg</filename>
<source>
<database>wider face Database</database>
<annotation>PASCAL VOC2007</annotation>
<image>flickr</image>
<flickrid>-1</flickrid>
</source>
<owner>
<flickrid>yanyu</flickrid>
<name>yanyu</nam... | {
"pile_set_name": "Github"
} |
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist/esm",
"module": "esnext",
"target": "es2019",
"moduleResolution": "node"
},
"include": [
"./src"
]
} | {
"pile_set_name": "Github"
} |
import { createSelector } from 'reselect';
function createTagDetailsSelector() {
return createSelector(
(state, { id }) => id,
(state) => state.tags.details.items,
(id, tagDetails) => {
return tagDetails.find((t) => t.id === id);
}
);
}
export default createTagDetailsSelector;
| {
"pile_set_name": "Github"
} |
package com.werb.moretype
import android.graphics.BitmapFactory
import com.werb.library.MoreViewHolder
import com.werb.moretype.multi.ImageSize
import java.io.File
import java.text.SimpleDateFormat
import java.util.*
/**
* Created by wanbo on 2017/7/14.
*/
object Utils {
fun sendTime(ms: Long): String {
... | {
"pile_set_name": "Github"
} |
Chainsaw
========
Build chainable fluent interfaces the easy way in node.js.
With this meta-module you can write modules with chainable interfaces.
Chainsaw takes care of all of the boring details and makes nested flow control
super simple too.
Just call `Chainsaw` with a constructor function like in the examples be... | {
"pile_set_name": "Github"
} |
<?php
/**
* Zend Framework
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.zend.com/license/new-bsd
* If you did not receive a copy of the license an... | {
"pile_set_name": "Github"
} |
#!/usr/bin/perl
##
## Copyright (C) 2002-2008, Marcelo E. Magallon <mmagallo[]debian org>
## Copyright (C) 2002-2008, Milan Ikits <milan ikits[]ieee org>
##
## This program is distributed under the terms and conditions of the GNU
## General Public License Version 2 as published by the Free Software
## Foundation or, at... | {
"pile_set_name": "Github"
} |
// Copyright 2019 The Bazel 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 by appl... | {
"pile_set_name": "Github"
} |
<a href='http://github.com/angular/angular.js/edit/master/src/ng/cacheFactory.js' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this doc</a>
<a href='http://github.com/angular/angular.js/tree/master/src/ng/cacheFactory.js#L102' class='view-source pull-right btn btn-primar... | {
"pile_set_name": "Github"
} |
/*
* Copyright 1999-2007 Sun Microsystems, Inc. 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 Software Fou... | {
"pile_set_name": "Github"
} |
module Admin::IpPoolsHelper
end
| {
"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.
#include <stdint.h>
#include <stdlib.h>
#include "azure_c_shared_utility/threadapi.h"
#include "azure_c_shared_utility/xlogging.h"
DEFINE_ENUM_STRINGS(THREADAPI_RESULT... | {
"pile_set_name": "Github"
} |
package com.tagtraum.perf.gcviewer.imp;
import static org.junit.Assert.assertEquals;
import java.io.InputStream;
import com.tagtraum.perf.gcviewer.UnittestHelper;
import com.tagtraum.perf.gcviewer.UnittestHelper.FOLDER;
import com.tagtraum.perf.gcviewer.model.GCModel;
import com.tagtraum.perf.gcviewer.model.GcResour... | {
"pile_set_name": "Github"
} |
function result = set_concat(varargin)
% Concatenate continuous signals across time.
% Result = set_joinepos(Set1, Set2, ...)
%
% In:
% SetK : The k'th data set to concatenate.
%
% Out:
% Result : A new data set that is the concatenation of all input sets. The following changes are made:
% * .... | {
"pile_set_name": "Github"
} |
"""
``mifs`` is a Parallelized Mutual Information based Feature Selection module.
"""
# Based on NiLearn package
# License: simplified BSD
# PEP0440 compatible formatted version, see:
# https://www.python.org/dev/peps/pep-0440/
#
# Generic release markers:
# X.Y
# X.Y.Z # For bugfix releases
#
# Admissible pre-release... | {
"pile_set_name": "Github"
} |
import os
import sys
from configobj import ConfigObj
from ._base import BaseFinder, BaseLoader, InvalidIniError
class IniFinder(BaseFinder):
def __init__(self, *args, **kwargs):
self.ext_name = ".ini"
super(IniFinder, self).__init__(*args, **kwargs)
def find_module(self, fullname, path=None)... | {
"pile_set_name": "Github"
} |
/*
* Samsung exynos4210 Pulse Width Modulation Timer
*
* Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd.
* All rights reserved.
*
* Evgeny Voevodin <e.voevodin@samsung.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as... | {
"pile_set_name": "Github"
} |
package com.microsoft.cordova;
import org.json.JSONObject;
import java.io.File;
/**
* Model class for the CodePush metadata stored alongside a package deployment.
*/
public class CodePushPackageMetadata {
public String deploymentKey;
public String packageDescription;
public String label;
... | {
"pile_set_name": "Github"
} |
/*
* [The "BSD license"]
* Copyright (c) 2011 Terence Parr
* All rights reserved.
*
* Conversion to C#:
* Copyright (c) 2011 Sam Harwell, Tunnel Vision Laboratories, LLC
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that t... | {
"pile_set_name": "Github"
} |
// Rectangle.h
// 创建人:刘瑶
//
// 矩形(Rectangle)
// 功能说明:定义 BoundingRect 和 SmallestDirRect 里用到的公共结构体。
//
// 修订历史:
// 2013年01月09日(刘瑶)
// 初始版本
// 2013年03月21日(刘瑶)
// 将公共结构体的命名由 BR_XXX 统一为 RECT_XXX
#ifndef __RECTANGLE_H__
#define __RECTANGLE_H__
#include "Image.h"
#include "ErrorCode.h"
// 结构体:Quadrangle(有向矩形)
// 该... | {
"pile_set_name": "Github"
} |
# coding=utf-8
"""Tests for default value parameter."""
from unittest import TestCase
from safe.common.parameters.default_value_parameter import (
DefaultValueParameter)
__copyright__ = "Copyright 2016, The InaSAFE Project"
__license__ = "GPL version 3"
__email__ = "info@inasafe.org"
__revision__ = '$Format:%H$'... | {
"pile_set_name": "Github"
} |
import { plugin } from 'postcss';
import LayerCache from './lib/layerCache';
export default plugin('postcss-zindex', (opts = {}) => {
return (css) => {
const cache = new LayerCache(opts);
const nodes = [];
let abort = false;
// First pass; cache all z indexes
css.walkDecls(/z-index/i, (decl) => ... | {
"pile_set_name": "Github"
} |
#------------------------------------------------------------------------------
VERSION = BWS.01
#------------------------------------------------------------------------------
!ifndef ROOT
ROOT = $(MAKEDIR)\..
!endif
#------------------------------------------------------------------------------
MAKE = $(ROOT)\bin\mak... | {
"pile_set_name": "Github"
} |
/* Public Domain Curses */
/* This file is BSD licensed, Copyright 2011 secunet AG */
#include <libpayload.h>
#include "lppdc.h"
int PDC_curs_set(int visibility)
{
int ret_vis;
PDC_LOG(("PDC_curs_set() - called: visibility=%d\n", visibility));
ret_vis = SP->visibility;
SP->visibility = visibility;
... | {
"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 xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1045 &1
EditorBuildSettings:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Scenes: []
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2016, WSO2 Inc. (http://wso2.com) 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... | {
"pile_set_name": "Github"
} |
水元みほ最新番号
【HET-441】くどきの規律 OL編</a>2008-03-19ホットエンターテイメント$$$芥川54分钟 | {
"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>Author</key>
<string>osy</string>
<key>CodecID</key>
<integer>1792</integer>
<key>CodecName</key>
<string>ALC700</string>
<key>Files</key... | {
"pile_set_name": "Github"
} |
a1cb5f72eafca65d0c5b3d77226f656b5732c2909adc9de669859293a539f0c1 ./openjdk-1.6.0-unofficial-b30-windows-amd64-debug-image.zip
| {
"pile_set_name": "Github"
} |
export function getCursorPosition(event: any) {
let touches = event.touches
let source = event
// jQuery Event normalization does not preserve the 'event.touches'
// try to grab touches from the original event
if (event.touches === undefined && event.originalEvent !== undefined) {
touches = event.origina... | {
"pile_set_name": "Github"
} |
import * as React from 'react';
import { Mutation, MutationResult, compose } from 'react-apollo';
import { Link } from 'react-router-dom';
import withFlashMessage from 'components/flash/withFlashMessage';
// graphql queries
import DELETE_RECIPE from 'graphql/recipes/deleteRecipeMutation.graphql';
import RECIPES from ... | {
"pile_set_name": "Github"
} |
// getter属性
// 理解从state中取值
export const singer = state => state.singer;
export const playing = state => state.playing;
export const fullScreen = state => state.fullScreen;
export const playList = state => state.playList;
export const sequencePlayList = state => state.sequencePlayList;
export const currentIndex = state... | {
"pile_set_name": "Github"
} |
#pragma once
/**\file normal_estimation_omp.h
* \brief Description...
*
* @version 1.0
* @author Carlos Miguel Correia da Costa
*/
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> <includes> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
// st... | {
"pile_set_name": "Github"
} |
/* Copyright (C) 2003 Free Software Foundation.
Test strlen optimizations on conditional expressions.
Written by Jakub Jelinek, June 23, 2003. */
typedef __SIZE_TYPE__ size_t;
extern size_t strlen (const char *);
extern char *strcpy (char *, const char *);
extern int memcmp (const void *, const void *,... | {
"pile_set_name": "Github"
} |
/*
* An rtc/i2c driver for the Dallas DS1672
* Copyright 2005-06 Tower Technologies
*
* Author: Alessandro Zummo <a.zummo@towertech.it>
*
* 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 Fo... | {
"pile_set_name": "Github"
} |
//
// ========================================================================
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
//
// This program and the accompanying materials are made available under
// the terms of the Eclipse Public License 2.0 which is available at
// https://www.eclipse.org/leg... | {
"pile_set_name": "Github"
} |
"""Common test support for all numpy test scripts.
This single module should provide all the common functionality for numpy tests
in a single location, so that test scripts can just import it and work right
away.
"""
from __future__ import division, absolute_import, print_function
from unittest import TestCase
from... | {
"pile_set_name": "Github"
} |
call mtr.add_suppression("192.0.2.4");
flush status;
flush hosts;
flush user_resources;
flush privileges;
select @@global.debug;
@@global.debug
select @@global.max_connect_errors;
@@global.max_connect_errors
100
select @@global.max_user_connections;
@@global.max_user_connections
0
select @@global.max_connections;
@@gl... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
# Copyright 2009 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.
# The plan9 package provides access to the raw system call
# interface of the underlying operating system. Porting Go to
# a new architecture/... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2016 Coral realtime streaming analytics (http://coral-streaming.github.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... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2016 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | {
"pile_set_name": "Github"
} |
//
// DefaultCoreDataAdapterDelegateTests.swift
// SyncKitCoreDataExampleTests
//
// Created by Manuel Entrena on 10/06/2019.
// Copyright © 2019 Manuel Entrena. All rights reserved.
//
import Foundation
import SyncKit
import XCTest
import CoreData
import CloudKit
class DefaultCoreDataAdapterDelegateTests: XCTest... | {
"pile_set_name": "Github"
} |
package epi;
import epi.test_framework.EpiTest;
import epi.test_framework.GenericTest;
import java.util.ArrayList;
import java.util.List;
public class TreeWithParentInorder {
@EpiTest(testDataFile = "tree_with_parent_inorder.tsv")
public static List<Integer> inorderTraversal(BinaryTree<Integer> tree) {
Bin... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2014 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
For terms of use, see http://www.unicode.org/copyright.html
-->
<ldml>
<identity>
... | {
"pile_set_name": "Github"
} |
---
title: "Configuring Riak KV"
description: ""
project: "riak_kv"
project_version: "2.0.9"
menu:
riak_kv-2.0.9:
name: "Configuring"
identifier: "configuring"
weight: 200
pre: icon-cog
toc: true
---
[config basic]: ../configuring/basic
[config backend]: ../configuring/backend
[config manage]: ../con... | {
"pile_set_name": "Github"
} |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/securityhub/SecurityHub_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <utility>
namespace Aws
{
namespace Utils
{
namespace Json
{
class JsonValue;... | {
"pile_set_name": "Github"
} |
// Copyright © 2013, 2014, The Go-LXC Authors. All rights reserved.
// Use of this source code is governed by a LGPLv2.1
// license that can be found in the LICENSE file.
// +build linux,cgo
package main
import (
"flag"
"io"
"log"
"os"
"sync"
"gopkg.in/lxc/go-lxc.v2"
)
var (
lxcpath string
name string
... | {
"pile_set_name": "Github"
} |
{
"_args": [
[
{
"raw": "ansi-regex@^2.0.0",
"scope": null,
"escapedName": "ansi-regex",
"name": "ansi-regex",
"rawSpec": "^2.0.0",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"C:\\Users\\ionutvmi\\AppData\\Roaming\\Sublime Text 3\\Package... | {
"pile_set_name": "Github"
} |
{
"name": "methods",
"version": "0.0.1",
"description": "HTTP methods that node supports",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"http",
"methods"
],
"author": {
"name": "TJ Holowaychuk"
},
"license": "MIT",
"readm... | {
"pile_set_name": "Github"
} |
# /* **************************************************************************
# * *
# * (C) Copyright Edward Diener 2014. *
# * Distributed under the Boost Software License, Version 1.0. (See *
... | {
"pile_set_name": "Github"
} |
// Copyright 2014 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "src/compiler/js-builtin-reducer.h"
#include "src/compilation-dependencies.h"
#include "src/compiler/access-builder.h"
#include "src/compiler/... | {
"pile_set_name": "Github"
} |
#!/bin/sh
# Copyright (C) 2006-2010 OpenWrt.org
# Copyright (C) 2010 Vertical Communications
do_mount_no_jffs2() {
check_skip || {
mount_no_jffs2 && pi_mount_skip_next=true
}
}
boot_hook_add preinit_mount_root do_mount_no_jffs2
| {
"pile_set_name": "Github"
} |
#
# test/unit/bio/appl/paml/codeml/test_report_single.rb - Unit test for Bio::PAML::Codeml::Report
#
# Copyright:: Copyright (C) 2008 Michael D. Barton <mail@michaelbarton.me.uk>
# License:: The Ruby License
#
# loading helper routine for testing bioruby
require 'pathname'
load Pathname.new(File.join(File.dirname(... | {
"pile_set_name": "Github"
} |
import React, { memo } from 'react'
import { Emoji } from './Emoji'
import { CountryCode } from './types'
import { useContext } from './CountryContext'
import { useAsync } from 'react-async-hook'
import {
Image,
StyleSheet,
PixelRatio,
Text,
View,
ActivityIndicator,
} from 'react-native'
const styles = Sty... | {
"pile_set_name": "Github"
} |
//
// File: BeamPixelDipServer.java (W.Badgett, G.Y.Jeng)
//
package cms.dip.tracker.beamspot;
import cern.dip.*;
import java.lang.Thread;
import java.io.*;
import java.text.*;
import java.util.Date;
import java.util.BitSet;
public class BeamPixelDipServer
extends Thread
implements Runnable,DipPublicationErrorHan... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1998, 2001, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
<texture>
<address coord="u" mode="border" />
<address coord="v" mode="border" />
<border color="0 0 0 0" />
<mipmap enable="false" />
<quality low="0" />
</texture> | {
"pile_set_name": "Github"
} |
namespace ClassLib017
{
public class Class022
{
public static string Property => "ClassLib017";
}
}
| {
"pile_set_name": "Github"
} |
// RUN: %check_clang_tidy -std=c++14-or-later %s modernize-make-unique %t -- -- -I %S/Inputs/modernize-smart-ptr
#include "unique_ptr.h"
#include "initializer_list.h"
// CHECK-FIXES: #include <memory>
struct Base {
Base();
Base(int, int);
};
struct Derived : public Base {
Derived();
Derived(int, int);
};
st... | {
"pile_set_name": "Github"
} |
#
# Copyright (C) 2014 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... | {
"pile_set_name": "Github"
} |
// This file is part of libigl, a simple c++ geometry processing library.
//
// Copyright (C) 2014 Daniele Panozzo <daniele.panozzo@gmail.com>, Olga Diamanti <olga.diam@gmail.com>
//
// This Source Code Form is subject to the terms of the Mozilla Public License
// v. 2.0. If a copy of the MPL was not distributed with t... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2017 Daniel Cooke
// Use of this source code is governed by the MIT license that can be found in the LICENSE file.
#include <boost/test/unit_test.hpp>
namespace octopus { namespace test {
BOOST_AUTO_TEST_SUITE(core)
BOOST_AUTO_TEST_SUITE(reassembler)
BOOST_AUTO_TEST_SUITE_END()
BOOST_AUTO_TEST_SU... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<!--
Copyright 2012 The Polymer Authors. All rights reserved.
Use of this source code is governed by a BSD-style
license that can be found in the LICENSE file.
-->
<html>
<head>
<title></title>
<script src="lib/loader.js"></script>
<style>
div, g-A {
display: block;
b... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1997, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include "fitsio.h"
int main(int argc, char *argv[])
{
fitsfile *infptr, *outfptr; /* FITS file pointers defined in fitsio.h */
int status = 0, tstatus, ii = 1, iteration = 0, single = 0, hdupos;
int hdutype, bitpix, bytepix, naxis = 0, nkeys, da... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2006-2010 by OpenLayers Contributors (see authors.txt for
* full list of contributors). Published under the Clear BSD license.
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the
* full text of the license. */
/**
* @requires OpenLayers/Control.js
* @requires OpenLayers/BaseT... | {
"pile_set_name": "Github"
} |
inline val a = ""
extension (x: Int) def combine (y: Int) = x + y
def combine(x: Int, y: Int, z: Int) = x + y + z
def combine = 0
def foo = "foo"
| {
"pile_set_name": "Github"
} |
/*
* $Id: pa_unix_util.c 1232 2007-06-16 14:49:43Z rossb $
* Portable Audio I/O Library
* UNIX platform-specific support functions
*
* Based on the Open Source API proposed by Ross Bencina
* Copyright (c) 1999-2000 Ross Bencina
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy ... | {
"pile_set_name": "Github"
} |
//
// Copyright (c) .NET Foundation and Contributors
// Portions Copyright (c) 2006..2015 Giovanni Di Sirio. All rights reserved.
// See LICENSE file in the project root for full license information.
//
#ifndef MCUCONF_H
#define MCUCONF_H
/*
* STM32F4xx drivers configuration.
* The following settings override the ... | {
"pile_set_name": "Github"
} |
SEGDREAD - read an SEG-D tape
segdread > stdout tape=
Required parameters:
tape= input tape device
tape=- to read from stdin
Optional parameters:
use_stdio=0 for record devices (9-track reel tape drive)
=1 for pipe, disk and fixed-block 8mm drives
verbose=0 sil... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2008-2020, Hazelcast, Inc. 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"
} |
AC3Db
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 64 trans 0
MATERIAL "glass" rgb 0.1 0.1 0.1 amb 0.5 0.5 0.5 emis 0 0 0 spec 1 1 1 shi 32 trans 0.601077
OBJECT world
kids 1
OBJECT poly
name "noshadow.screenglass"
data 8
Cube.008
crease 30.000000
numvert 8
1.28824 1.725076 -0.02227
... | {
"pile_set_name": "Github"
} |
/*
* This program is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License, version 2.1 as published by the Free Software
* Foundation.
*
* You should have received a copy of the GNU Lesser General Public License along with this
* program; if not, you c... | {
"pile_set_name": "Github"
} |
using System;
namespace Tests.Diagnostics
{
public sealed class SealedDisposable : IDisposable
{
public void Dispose() { }
}
public class SimpleDisposable : IDisposable // Noncompliant {{Fix this implementation of 'IDisposable' to conform to the dispose pattern.}}
{
public void Di... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>niubi-job-framework</artifactId>
<g... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -fsyntax-only -verify %s
template<typename T>
class X0 {
public:
void f(T t);
struct Inner {
void g(T t);
};
};
template<typename T>
void X0<T>::f(T t) {
t = 17; // expected-error{{incompatible}}
}
extern template class X0<int>;
extern template class X0<int*>;
... | {
"pile_set_name": "Github"
} |
/*
Copyright 2016 Goldman Sachs.
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"
} |
<?php
/*
* This file is part of the Monolog package.
*
* (c) Jordi Boggiano <j.boggiano@seld.be>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Monolog\Handler;
use Monolog\Formatter\NormalizerFormatter;
use Monolog\Lo... | {
"pile_set_name": "Github"
} |
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2016 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
*/
/**
* The Physics Body is typically linked to a single Sprite and defines properties that determine how the physics body i... | {
"pile_set_name": "Github"
} |
package timex
import "time"
// Max returns the maximum duration
func Max(values ...time.Duration) time.Duration {
var (
max time.Duration
)
for _, v := range values {
if v > max {
max = v
}
}
return max
}
| {
"pile_set_name": "Github"
} |
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="keywords" conent="c c++ objective-c programming optimization">
<meta name="description" content="ParsedStrUtil.h">
<link rel="stylesheet" href="../stylesheet.css" type="text/css">
<link rel="stylesheet" title="Default" href="../styles/i... | {
"pile_set_name": "Github"
} |
/*
*
* Copyright (C) 1997-2018, OFFIS e.V.
* All rights reserved. See COPYRIGHT file for details.
*
* This software and supporting documentation were developed by
*
* OFFIS e.V.
* R&D Division Health
* Escherweg 2
* D-26121 Oldenburg, Germany
*
*
* Module: dcmjpeg
*
* Author: Marco Ei... | {
"pile_set_name": "Github"
} |
#
# Solution to Project Euler problem 118
# Copyright (c) Project Nayuki. All rights reserved.
#
# https://www.nayuki.io/page/project-euler-solutions
# https://github.com/nayuki/Project-Euler-solutions
#
import eulerlib
def compute():
isprime = eulerlib.list_primality(10000) # Cache for small numbers
digits = ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2008 Jakub Jermar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* - Redistributions of source code must retain the above copyright
* notice, this list of condit... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2016 Intel Corporation, Inc. All rights reserved.
*
* 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 s... | {
"pile_set_name": "Github"
} |
/*
* Copyright Andrey Semashev 2007 - 2015.
* 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)
*/
/*!
* \file timestamp.hpp
* \author Andrey Semashev
* \date 31.07.2011
*
* \brief Th... | {
"pile_set_name": "Github"
} |
# 设备
> 设备标准
## 设备标准
### 设备标准
一整套关于估量、分辨率以及更多跨设备的全面资源[https://design.google.com/tool/devices/](https://design.google.com/tool/devices/)
| {
"pile_set_name": "Github"
} |
{
"notes": "Firefox OS is reported to have partial support for this property as `x-inputmode`.\r\n\r\nBlink-based browsers appear to recognize the `inputMode` property on `input` & `textarea` fields though it is unclear what effect it currently has as the feature is still in development.",
"support": {
"Android Br... | {
"pile_set_name": "Github"
} |
/*!
* Bootstrap Responsive v2.3.1
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: t... | {
"pile_set_name": "Github"
} |
#sidebar {
width: 280px;
} | {
"pile_set_name": "Github"
} |
#
# DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source
# file to this component. This file merely indirects to the real make file
# that is shared by all the components of NT
#
!INCLUDE $(NTMAKEENV)\makefile.def
| {
"pile_set_name": "Github"
} |
package com.in28minutes.soap.webservices.soapcoursemanagement.soap;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.ws.server.endpoint.annotation.Endpoint;
import org.springframework.ws.server.endpoint.annotation.PayloadRoot;
import org.springframework.... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2007 Mockito contributors
* This program is made available under the terms of the MIT License.
*/
package org.mockito.internal.stubbing.answers;
import static org.assertj.core.api.Assertions.assertThat;
import static org.junit.Assert.fail;
import org.assertj.core.api.Assertions;
import org.junit... | {
"pile_set_name": "Github"
} |
<!-- BEGIN MUNGE: UNVERSIONED_WARNING -->
<!-- BEGIN STRIP_FOR_RELEASE -->
<img src="http://kubernetes.io/kubernetes/img/warning.png" alt="WARNING"
width="25" height="25">
<img src="http://kubernetes.io/kubernetes/img/warning.png" alt="WARNING"
width="25" height="25">
<img src="http://kubernetes.io/kubernet... | {
"pile_set_name": "Github"
} |
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/go-openapi/swag v0.17.0 h1:7wu+dZ5k83kvUWeAb+WUkFiUhDzwGqzTR/NhWzeo1JU=
github.com/go-openapi/swag v0.17.0/go.mod h1:DXUve3Dpr1UfpPtxFw+EF... | {
"pile_set_name": "Github"
} |
//Copyright (c) 2020 Ultimaker B.V.
//CuraEngine is released under the terms of the AGPLv3 or higher.
#include "FMatrix4x3.h" //The definitions we're implementing.
#include "floatpoint.h" //This matrix gets applied to floating point coordinates.
#include "IntPoint.h" //Conversion directly into integer-based coordinat... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.