text stringlengths 2 99k | meta dict |
|---|---|
// db.h
//
// Create a Rivendell Database
//
// (C) Copyright 2002-2018 Fred Gleason <fredg@paravelsystems.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 Foundation.
//
// Th... | {
"pile_set_name": "Github"
} |
import { IUsageData } from './IUsageData';
import { NoUsageData } from './NoUsageData';
import { UsageData } from './UsageData';
export { IUsageData, NoUsageData, UsageData };
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Fingerprint>
<Header>
<Name>Schleicher</Name>
<Author>Default</Author>
<Description>This fingerprint identifies evidence of Schleicher XCX 300 traffic over 20547. This fingerprint identifies evidence of Invensys Sigma Port traffic.</De... | {
"pile_set_name": "Github"
} |
version: 1
dn: m-oid=2.5.4.19.1,ou=attributeTypes,cn=collective,ou=schema
m-supattributetype: physicalDeliveryOfficeName
creatorsname: uid=admin,ou=system
objectclass: metaAttributeType
objectclass: metaTop
objectclass: top
m-equality: caseIgnoreMatch
m-substr: caseIgnoreSubstringsMatch
m-syntax: 1.3.6.1.4.1.1466.115.1... | {
"pile_set_name": "Github"
} |
#! /usr/bin/env ruby -S rspec
require 'spec_helper'
describe "the swapcase function" do
let(:scope) { PuppetlabsSpec::PuppetInternals.scope }
it "should exist" do
expect(Puppet::Parser::Functions.function("swapcase")).to eq("function_swapcase")
end
it "should raise a ParseError if there is less than 1 ar... | {
"pile_set_name": "Github"
} |
module.exports = Behavior({
lifetimes: {
created () {
this.nextCallback = null
},
detached() {
this.cancelNextCallback()
},
},
methods: {
/**
* safeSetData
* @param {Object} nextData 数据对象
* @param {Function} callback ... | {
"pile_set_name": "Github"
} |
/*
Copyright The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, softw... | {
"pile_set_name": "Github"
} |
{
"Access Pydio configuration data.": {
"other": "Acceder a los datos de configuración de Pydio."
},
"Admin Driver": {
"other": "Controlador de Administración"
}
} | {
"pile_set_name": "Github"
} |
// Protocol Buffers for Go with Gadgets
//
// Copyright (c) 2013, The GoGo Authors. All rights reserved.
// http://github.com/gogo/protobuf
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributio... | {
"pile_set_name": "Github"
} |
import net.runelite.mapping.Export;
import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("js")
@Implements("IgnoreList")
public class IgnoreList extends UserList {
@ObfuscatedN... | {
"pile_set_name": "Github"
} |
<annotation>
<folder>widerface</folder>
<filename>43--Row_Boat_43_Row_Boat_Canoe_43_248.jpg</filename>
<source>
<database>wider face Database</database>
<annotation>PASCAL VOC2007</annotation>
<image>flickr</image>
<flickrid>-1</flickrid>
</source>
<owner>
<flickrid>yanyu</flickrid>
<name>yanyu</name>
</owner>
<size>
<... | {
"pile_set_name": "Github"
} |
using System.Collections.Generic;
using System.Text.Json.Serialization;
namespace Essensoft.AspNetCore.Payment.Alipay.Domain
{
/// <summary>
/// AuditLicenseInfo Data Structure.
/// </summary>
public class AuditLicenseInfo : AlipayObject
{
/// <summary>
/// 营业执照名称,需要与营业执照保持一致
... | {
"pile_set_name": "Github"
} |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace Microsoft.Toolkit.Uwp.UI.Lottie.LottieData
{
#if PUBLIC_LottieData
public
#endif
sealed class Imag... | {
"pile_set_name": "Github"
} |
import { Guid } from '../../common/guid';
import { HistoryPage } from '../pages/history-page';
import { RotkiApp } from '../pages/rotki-app';
import { OTCTrade } from '../support/types';
describe('history', () => {
let username: string;
let app: RotkiApp;
let page: HistoryPage;
let otcData: OTCTrade[];
befo... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2004 - 2010 John Currier
*
* This file is a part of the SchemaSpy project (http://schemaspy.org).
*
* SchemaSpy 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 Software Foundation; either
* versio... | {
"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/html; charset=utf-8" />
<title>Search — Deep Summarization 1.0 documentation... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2015 the original author or authors.
* @https://github.com/scouter-project/scouter
*
* 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... | {
"pile_set_name": "Github"
} |
/* eslint-disable no-implicit-globals */
const SITEINFO = require("./siteinfo");
const fs = require("fs");
// load rules from mydata.json
let mydata = fs.readFileSync("../dist/mydata.json");
// const jsonRule = JSON.parse(mydata);
const jsonRule = [];
const jsRule = [];
const parsedSITEINFO = SITEINFO.map((val, index)... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2019 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
desc: Computed values as accessor property names (string literal 'default')
template: default
info: |
12.2.6.7 Runtime Semantics: Evaluation
[...]
ComputedPropertyName : [ Assignme... | {
"pile_set_name": "Github"
} |
// Decompiled with JetBrains decompiler
// Type: UnityEngine.ForceMode2D
// Assembly: UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: A8FF7A2C-E4EE-4232-AB17-3FCABEC16496
// Assembly location: C:\Users\Blake\sandbox\unity\test-project\Library\UnityAssemblies\UnityEngine.dll
namespace... | {
"pile_set_name": "Github"
} |
/*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under t... | {
"pile_set_name": "Github"
} |
===============
Writing Plugins
===============
nose2 supports plugins for test collection, selection, observation and
reporting -- among other things. There are two basic rules for plugins:
* Plugin classes must subclass :class:`nose2.events.Plugin`.
* Plugins may implement any of the methods described in the
:do... | {
"pile_set_name": "Github"
} |
#### suite/funcs_1/t/myisam_storedproc_07.test
#
SET @@session.sql_mode = 'NO_ENGINE_SUBSTITUTION';
let $engine_type= myisam;
--source suite/funcs_1/storedproc/storedproc_07.inc
| {
"pile_set_name": "Github"
} |
#include "qstringlist.h"
| {
"pile_set_name": "Github"
} |
// Copyright 2018 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 ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2005-2020 Centre National d'Etudes Spatiales (CNES)
*
* This file is part of Orfeo Toolbox
*
* https://www.orfeo-toolbox.org/
*
* 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 ... | {
"pile_set_name": "Github"
} |
{
"loc.friendlyName": "Descargar archivo seguro",
"loc.helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?LinkID=862069)",
"loc.description": "Download a secure file to the agent machine",
"loc.instanceNameFormat": "Descargar archivo seguro",
"loc.input.label.secureFile": "Archivo s... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2014 The WebRTC Project Authors. All rights reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing ... | {
"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/apply_wrap.hpp" header
// -- DO NOT modify by hand!
namespace boost { names... | {
"pile_set_name": "Github"
} |
//
// MainViewController.h
// SlideViewTemplate
//
// Created by Shahzin KS on 18/07/13.
// Copyright (c) 2013 sksarts. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "SKSlideViewController.h"
@interface MainViewController : UIViewController<SKSlideViewDelegate>{
}
- (IBAction)didTappedRevealLeft:(i... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="SonarQube - Warewolf-ESB Sonar way" ToolsVersion="15.0">
<Include Path="..\sonarqube\warewolf-esbcsharp.ruleset" Action="Default" />
</RuleSet> | {
"pile_set_name": "Github"
} |
import React from 'react';
import { Switch as Switcher } from 'react-native';
import PropTypes from 'prop-types';
import GalioTheme, { withGalio } from './theme';
function Switch({
initialValue,
onChange,
color,
disabled,
trackColor,
ios_backgroundColor,
...rest
}) {
const [switchValue, setSwitchValue]... | {
"pile_set_name": "Github"
} |
#pragma once
// 包括 SDKDDKVer.h 将定义最高版本的可用 Windows 平台。
// 如果要为以前的 Windows 平台生成应用程序,请包括 WinSDKVer.h,并将
// WIN32_WINNT 宏设置为要支持的平台,然后再包括 SDKDDKVer.h。
#include <SDKDDKVer.h>
| {
"pile_set_name": "Github"
} |
/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM e:/builds/moz2_slave/mozilla-1.9.1-win32-xulrunner/build/editor/txtsvc/public/nsITextServicesFilter.idl
*/
#ifndef __gen_nsITextServicesFilter_h__
#define __gen_nsITextServicesFilter_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
/* For... | {
"pile_set_name": "Github"
} |
/*
File: EditableTableViewCell.h
Abstract: Abstract base class for editable table cells.
Also declares the protocol for delegates.
Version: 1.7
Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Inc.
("Apple") in consideration of your agreement to the following terms, and your
use, installation,... | {
"pile_set_name": "Github"
} |
# $NetBSD: Makefile,v 1.5 2020/01/18 21:48:02 jperkin Exp $
DISTNAME= asio-1.10.8
PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=asio/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://think-async.com/
COMMENT= Library for asynchronous programming
LICENSE= boost-l... | {
"pile_set_name": "Github"
} |
optimist
========
Optimist is a node.js library for option parsing for people who hate option
parsing. More specifically, this module is for people who like all the --bells
and -whistlz of program usage but think optstrings are a waste of time.
With optimist, option parsing doesn't have to suck (as much).
[![build s... | {
"pile_set_name": "Github"
} |
// Targeted by JavaCPP version 1.5.4: DO NOT EDIT THIS FILE
package org.bytedeco.llvm.LLVM;
import java.nio.*;
import org.bytedeco.javacpp.*;
import org.bytedeco.javacpp.annotation.*;
import static org.bytedeco.javacpp.presets.javacpp.*;
import static org.bytedeco.llvm.global.LLVM.*;
// #endif
/**
* An opaque re... | {
"pile_set_name": "Github"
} |
step="install-helm-modules"
echo "START: ${step}"
set +x
. /etc/sysconfig/heat-params
set -ex
if [ ! -z "$HTTP_PROXY" ]; then
export HTTP_PROXY
fi
if [ ! -z "$HTTPS_PROXY" ]; then
export HTTPS_PROXY
fi
if [ ! -z "$NO_PROXY" ]; then
export NO_PROXY
fi
ssh_cmd="ssh -F /srv/magnum/.ssh/config root@localho... | {
"pile_set_name": "Github"
} |
package fr.tvbarthel.games.chasewhisply;
import android.app.Activity;
import android.content.Context;
import android.content.SharedPreferences;
import android.hardware.Camera;
import android.hardware.Sensor;
import android.hardware.SensorEvent;
import android.hardware.SensorEventListener;
import android.hardware.Senso... | {
"pile_set_name": "Github"
} |
import React from 'react';
import PropTypes from 'prop-types';
import HighchartsWrapper from '../components/HighchartsWrapper';
// Component for all charts in the dashboard page.
export default class DashboardBarChart extends React.Component{
render() {
return (
<div id={this.props.id} className="Dashboar... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_TC_PED_H
#define __LINUX_TC_PED_H
#include <linux/types.h>
#include <linux/pkt_cls.h>
enum {
TCA_PEDIT_UNSPEC,
TCA_PEDIT_TM,
TCA_PEDIT_PARMS,
TCA_PEDIT_PAD,
TCA_PEDIT_PARMS_EX,
TCA_PEDIT_KEYS_EX,
TCA_PEDIT_KEY_EX,
__TCA_PEDIT_MAX
}... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright © 2012-2015 eBay Software Foundation
* This program is dual licensed under the MIT and Apache 2.0 licenses.
* Please see LICENSE for more information.
*****************************************************************... | {
"pile_set_name": "Github"
} |
'use strict';
var dbm;
var type;
var seed;
/**
* We receive the dbmigrate dependency from dbmigrate initially.
* This enables us to not have to rely on NODE_PATH.
*/
exports.setup = function (options, seedLink) {
dbm = options.dbmigrate;
type = dbm.dataType;
seed = seedLink;
};
exports.up = function (db,... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2015 RAMBLER&Co
//
// 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 use, copy, modify, merge, publish, di... | {
"pile_set_name": "Github"
} |
<div class="deck-container">
<div class="slide slide1"></div>
<div class="slide slide2" id="custom-id"></div>
<div class="slide slide3"></div>
<div class="slide slide4"></div>
<div class="slide slide5"></div>
<div aria-role="navigation">
<a href="#" class="deck-prev-link">Previous</a>
<a href="... | {
"pile_set_name": "Github"
} |
gcr.io/google_containers/kube-apiserver-ppc64le:v1.10.7
| {
"pile_set_name": "Github"
} |
// IMatchFinder.cs
using System;
namespace SevenZip.Compression.LZ
{
interface IInWindowStream
{
void SetStream(System.IO.Stream inStream);
void Init();
void ReleaseStream();
Byte GetIndexByte(Int32 index);
UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit);
UInt32 GetNumAvailab... | {
"pile_set_name": "Github"
} |
/**
* This module implements the unit tests for MRC API.
*
* Copyright (C) Sierra Wireless Inc.
*
*/
#include "interfaces.h"
#include "log.h"
#include "pa_simu.h"
#include "pa_sim_simu.h"
#include "pa_mrc_simu.h"
#include "le_sim_local.h"
#include "le_mrc_local.h"
#define PIN_CODE "0000"
#define IMSI "208011700... | {
"pile_set_name": "Github"
} |
var baseDifference = require('./_baseDifference'),
baseFlatten = require('./_baseFlatten'),
baseRest = require('./_baseRest'),
isArrayLikeObject = require('./isArrayLikeObject');
/**
* Creates an array of `array` values not included in the other given arrays
* using [`SameValueZero`](http://ecma-internat... | {
"pile_set_name": "Github"
} |
#!/bin/sh
. ../.function
start_msg IR_WEB
DOC_ROOT=IR/WEB
mkdir -p ../db
rm -f IR_WEB.log* tmp/usp_compile.sh.err \
../db/session.ssl* /tmp/ssl_session.txt /tmp/byterange* /tmp/*.memusage.* \
web_server*.log* uploads/* /var/log/httpd/access_log out/userver_tcp.out err/userver_tcp.err web_server.err \
trac... | {
"pile_set_name": "Github"
} |
// RUN: %check_clang_tidy %s performance-unnecessary-value-param %t -- -fix-errors
// Ensure that incomplete types result in an error from the frontend and not a
// clang-tidy diagnostic about IncompleteType being expensive to copy.
struct IncompleteType;
void NegativeForIncompleteType(IncompleteType I) {
// CHECK-M... | {
"pile_set_name": "Github"
} |
cmake_minimum_required (VERSION 3.0)
# Emulate HunterGate:
# * https://github.com/hunter-packages/gate
include("../common.cmake")
project(download-Avahi)
hunter_add_package(Avahi)
find_package(Avahi REQUIRED)
add_executable(main main.cpp)
target_link_libraries(main
Avahi::common
Avahi::client
Avahi::compat_l... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2010 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/activity_normal_common_adapter"
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.v7.widget.RecyclerView
android:id="@+id/r... | {
"pile_set_name": "Github"
} |
{-# MISSING HASH #-}
| {
"pile_set_name": "Github"
} |
/* Copyright 2015 The TensorFlow 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 applicable law or a... | {
"pile_set_name": "Github"
} |
{
"name": "TP-LINK Wireless WR843ND",
"author": "fofa",
"version": "0.1.0",
"matches": [
{
"search": "headers",
"text": "TP-LINK Wireless WR843ND"
}
]
} | {
"pile_set_name": "Github"
} |
/**
* @author qiao / https://github.com/qiao
* @author mrdoob / http://mrdoob.com
* @author alteredq / http://alteredqualia.com/
* @author WestLangley / http://github.com/WestLangley
* @author erich666 / http://erichaines.com
*/
// This set of controls performs orbiting, dollying (zooming), and panning.
// Unlik... | {
"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><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="search... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_SMART_PTR_DETAIL_SP_INTERLOCKED_HPP_INCLUDED
#define BOOST_SMART_PTR_DETAIL_SP_INTERLOCKED_HPP_INCLUDED
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#endif
//
// boost/detail/sp_interlocked.hpp
//
// Copyright 2005, 2014 Peter Dimov
//
// ... | {
"pile_set_name": "Github"
} |
package com.horstmann.violet.product.diagram.classes.node;
import java.beans.PropertyDescriptor;
import java.util.List;
import com.horstmann.violet.product.diagram.abstracts.node.AbstractNodeBeanInfo;
import com.horstmann.violet.product.diagram.classes.ClassDiagramConstant;
/**
* The bean info for the PackageNode ... | {
"pile_set_name": "Github"
} |
dnl Check whether limits.h has needed features.
dnl Copyright 2016-2020 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl From Paul Eggert.... | {
"pile_set_name": "Github"
} |
using System.Collections;
using System.Collections.Generic;
using Leap.Unity;
using Leap.Unity.Gestures;
using Leap.Unity.Interaction;
using UnityEngine;
public class HandRaycastLine : MonoBehaviour
{
[SerializeField] private UIEntity sphere;
[SerializeField] private float lineLength = 0.25f;
private ... | {
"pile_set_name": "Github"
} |
/* Demo Note: This demo uses a FileProgress class that handles the UI for displaying the file name and percent complete.
The FileProgress class is not part of SWFUpload.
*/
/* **********************
Event Handlers
These are my custom event handlers to make my
web application behave the way I went when SWFUpload... | {
"pile_set_name": "Github"
} |
# Upgrade Guide
## 3.x
### Laravel 8 required
Laravel `8` or higher is required.
### PHP 7.3 required
PHP `7.3` or higher is now required.
## 2.x
### Laravel 7.5 required
Laravel `7.5` or higher is required for the new native attribute casting.
### PHP 7.2 required
PHP `7.2.5` or higher is now required.
### ... | {
"pile_set_name": "Github"
} |
###########################################################
#
# gtksourceview2
#
###########################################################
# You must replace "gtksourceview2" and "GTKSOURCEVIEW2" with the lower case name and
# upper case name of your new package. Some places below will say
# "Do not change this" - ... | {
"pile_set_name": "Github"
} |
/*****************************************************************
|
| Neptune - System Support: Cocoa Implementation
|
| (c) 2002-2006 Gilles Boccon-Gibod
| Author: Sylvain Rebaud (sylvain@rebaud.com)
|
****************************************************************/
/*-------------------------... | {
"pile_set_name": "Github"
} |
# Copyright (C) 2011-2020 Project SkyFire <http://www.projectskyfire.org/>
# Copyright (C) 2008-2020 TrinityCore <http://www.trinitycore.org/>
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
# modifications, as long as this not... | {
"pile_set_name": "Github"
} |
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:fillColor="#ffffff"
android:pathData="M12,17.27L18.18,21l-1.64,-7.03L22,9.24l-7.19,-... | {
"pile_set_name": "Github"
} |
/*
* Topcliff PCH DMA controller driver
* Copyright (c) 2010 Intel Corporation
* Copyright (C) 2011 LAPIS Semiconductor Co., Ltd.
*
* 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 Foundatio... | {
"pile_set_name": "Github"
} |
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 1997-2013 Oracle and/or its affiliates. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
* and Distribution Licens... | {
"pile_set_name": "Github"
} |
<?php
namespace League\Flysystem;
use League\Flysystem\Util\MimeType;
use LogicException;
class Util
{
/**
* Get normalized pathinfo.
*
* @param string $path
*
* @return array pathinfo
*/
public static function pathinfo($path)
{
$pathinfo = compact('path');
... | {
"pile_set_name": "Github"
} |
[@ 0.000ms] print: 1
[@ 0.000ms] print: 0
[@ 0.000ms] print: 0
[@ 0.000ms] print: 0
[@ 0.000ms] print: 1
[@ 0.000ms] print: 1 | {
"pile_set_name": "Github"
} |
SET(H_FILES
include/mitkPAPropertyCalculator.h
include/mitkPAVector.h
include/mitkPATissueGeneratorParameters.h
include/mitkPAInSilicoTissueVolume.h
include/mitkPATissueGenerator.h
include/mitkPAVesselTree.h
include/mitkPAVessel.h
include/mitkPAVesselMeanderStrategy.h
include/mitkPANoiseGenerator.h
... | {
"pile_set_name": "Github"
} |
/*
* Tegra host1x Register Offsets for Tegra124
*
* Copyright (c) 2010-2013 NVIDIA Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This pro... | {
"pile_set_name": "Github"
} |
/**
* Copyright 2004-2006 DFKI GmbH.
* All Rights Reserved. Use is subject to license terms.
* <p/>
* This file is part of MARY TTS.
* <p/>
* MARY TTS 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 Software Founda... | {
"pile_set_name": "Github"
} |
import csv
import os
import os.path
import json
import re
from elasticsearch import Elasticsearch
from muppet import DurableChannel, RemoteChannel
__name__ = "generation_dispatcher"
class GenerationDispatcher:
def __init__(self, config, trainingDataset, holdOutDataset, processingStartIndex, processingEndIndex):
... | {
"pile_set_name": "Github"
} |
[]
| {
"pile_set_name": "Github"
} |
package Paws::PinpointEmail::KinesisFirehoseDestination;
use Moose;
has DeliveryStreamArn => (is => 'ro', isa => 'Str', required => 1);
has IamRoleArn => (is => 'ro', isa => 'Str', required => 1);
1;
### main pod documentation begin ###
=head1 NAME
Paws::PinpointEmail::KinesisFirehoseDestination
=head1 USAGE
... | {
"pile_set_name": "Github"
} |
#!/bin/sh
# -----------------------------------------------------------------------
# gentramp.sh - Copyright (c) 2010, Plausible Labs Cooperative, Inc.
#
# ARM Trampoline Page Generator
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentati... | {
"pile_set_name": "Github"
} |
clear all
global maxTrials
maxTrials = 50;
evaluate_kitti;
maxTrials = 100;
evaluate_kitti;
maxTrials = 250;
evaluate_kitti;
maxTrials = 500;
evaluate_kitti;
maxTrials = 1000;
evaluate_kitti;
maxTrials = 2500;
evaluate_kitti;
maxTrials = 5000;
evaluate_kitti;
maxTrials = 10000;
evaluate_kitti; | {
"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"
} |
/* longlong.h -- definitions for mixed size 32/64 bit arithmetic.
Copyright 1991, 1992, 1993, 1994, 1996, 1997, 1999, 2000, 2001, 2002, 2003,
2004, 2005 Free Software Foundation, Inc.
This file is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as publi... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'preview', 'bs', {
preview: 'Prikaži'
} );
| {
"pile_set_name": "Github"
} |
# This file is covered by the LICENSE file in the root of this project.
import torch.optim.lr_scheduler as toptim
class OneShot_LR(toptim._LRScheduler):
""" One shot learning rate scheduler.
Initially, increases the learning rate from 0 to the final value, in a
certain number of steps. After this numbe... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2002-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | {
"pile_set_name": "Github"
} |
// @declaration: true
function f(x: "foo"): number;
function f(x: "foo"): number {
return 0;
}
function g(x: "bar"): number;
function g(x: "bar"): number {
return 0;
}
let a = f;
let b = g;
a = b;
b = a; | {
"pile_set_name": "Github"
} |
// Copyright (c) 2012 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 JINGLE_NOTIFIER_LISTENER_NOTIFICATION_DEFINES_H_
#define JINGLE_NOTIFIER_LISTENER_NOTIFICATION_DEFINES_H_
#include <string>
#include <vector>... | {
"pile_set_name": "Github"
} |
DESCRIPTION = "This package allows OE to work with an external toolchain generated \
by meta-toolchain instead of building its own. It expects that toolchain \
to be located in SDK_PATH/prefix."
PROVIDES = "\
linux-libc-headers \
virtual/${TARGET_PREFIX}gcc \
virtual/${TARGET_... | {
"pile_set_name": "Github"
} |
/*
menu - list
*/
import $ from '../../util/dom-core.js'
import DropList from '../droplist.js'
// 构造函数
function List(editor) {
this.editor = editor
this.$elem = $('<div class="w-e-menu"><i class="w-e-icon-list2"><i/></div>')
this.type = 'droplist'
// 当前是否 active 状态
this._active = false
//... | {
"pile_set_name": "Github"
} |
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// ... | {
"pile_set_name": "Github"
} |
/***
This file is part of PulseAudio.
Copyright 2004-2008 Lennart Poettering
PulseAudio 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 Software Foundation; either version 2.1 of the License,
or (at your option) a... | {
"pile_set_name": "Github"
} |
package task
/*
Package task contains all available tasks of the KUDO plan execution engine.
To create a new task, the following steps need to be performed:
1. Create the task Go file and tests, implementing the Tasker interface. New task has to implement the Run() method. Keep in mind that it supposed to be idempo... | {
"pile_set_name": "Github"
} |
#include "ttkgrabitemwidget.h"
#include <qmath.h>
#include <QPainter>
#include <QMouseEvent>
#define PADDING 6
TTKGrabItemWidget::TTKGrabItemWidget(QWidget *parent)
: QWidget(parent)
{
m_direction = Direction_No;
m_isPressed = false;
m_crossStretch = true;
setMouseTracking(true);
}
QSi... | {
"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>UIDeviceFamily</key>
<array>
<integer>1</integer>
<integer>2</integer>
</array>
<key>UISupportedInterfaceOrientat... | {
"pile_set_name": "Github"
} |
import { expectThatTyping, expectThatPasting } from './helpers/expectations';
import { buildField } from './helpers/builders';
import FieldKit from '../../src';
import {expect} from 'chai';
function LeadingDelimiterFormatter() {
FieldKit.DelimitedTextFormatter.apply(this, arguments);
}
LeadingDelimiterFormatter.prot... | {
"pile_set_name": "Github"
} |
// 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.
// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
package unix
func itoa(val int) string { // do it here rather than with fmt to avoid depen... | {
"pile_set_name": "Github"
} |
module ActiveSupport
Inflector.inflections do |inflect|
inflect.plural(/$/, 's')
inflect.plural(/s$/i, 's')
inflect.plural(/(ax|test)is$/i, '\1es')
inflect.plural(/(octop|vir)us$/i, '\1i')
inflect.plural(/(octop|vir)i$/i, '\1i')
inflect.plural(/(alias|status)$/i, '\1es')
inflect.plural(/(b... | {
"pile_set_name": "Github"
} |
-----BEGIN CERTIFICATE-----
MIIDNzCCAh+gAwIBAgIJAJT2U0V//QjNMA0GCSqGSIb3DQEBBQUAMHAxCzAJBgNV
BAYTAlVTMQswCQYDVQQIDAJDQTEQMA4GA1UECgwHU3luYWRpYTEQMA4GA1UECwwH
bmF0cy5pbzESMBAGA1UEAwwJbG9jYWxob3N0MRwwGgYJKoZIhvcNAQkBFg1kZXJl
a0BuYXRzLmlvMB4XDTE5MTAxNzE0MzA0MVoXDTI5MTAxNDE0MzA0MVowDTELMAkG
A1UEBhMCVVMwggEiMA0GCSqGSIb3DQEB... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.