text stringlengths 2 99k | meta dict |
|---|---|
<!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"/>
<meta name="generator" con... | {
"pile_set_name": "Github"
} |
import { connect } from 'react-redux';
import { mapDispatchToProps } from '../actions';
import { NetworkStatus } from '../../components/NetworkStatus';
import { StateType } from '../reducer';
import { getIntl } from '../selectors/user';
import { hasNetworkDialog } from '../selectors/network';
const mapStateToProps = (... | {
"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"
} |
fileFormatVersion: 2
guid: 977d3ef0ac8d24da3b326eae7a67894c
timeCreated: 1507646114
licenseType: Pro
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, instal... | {
"pile_set_name": "Github"
} |
//
// SPUDownloaderDeprecated.h
// Sparkle
//
// Created by Deadpikle on 12/20/17.
// Copyright © 2017 Sparkle Project. All rights reserved.
//
#import "SPUDownloader.h"
@interface SPUDownloaderDeprecated : SPUDownloader <SPUDownloaderProtocol>
@end
| {
"pile_set_name": "Github"
} |
<?php
namespace Oro\Bundle\VisibilityBundle\Tests\Functional\Entity\VisibilityResolved\Repository;
use Oro\Bundle\CatalogBundle\Entity\Category;
use Oro\Bundle\VisibilityBundle\Entity\Visibility\CategoryVisibility;
use Oro\Bundle\VisibilityBundle\Entity\VisibilityResolved\BaseCategoryVisibilityResolved;
use Oro\Bundl... | {
"pile_set_name": "Github"
} |
# Letters of Credit Network
> This network tracks letters of credit from application through to closure.
## Models within this business network
### Participants
`Customer`, `Bank Employee`
### Assets
`LetterOfCredit`
### Transactions
`InitialApplication`, `Approve`, `Reject`, `SuggestChanges`, `ShipProduct`, `Rece... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Immutable;
using Newtonsoft.Json;
namespace Microsoft.DotNet.Helix.Client.Models
{
public partial class BuildAggregationSource
{
public BuildAggregationSource(IImmutableDictionary<string, AggregatedWorkItemCounts> types)
{
Types = types;
... | {
"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"
} |
/***************************************************************************
Atari Arcade Classics hardware (prototypes)
Note: this video hardware has some similarities to Shuuz & company
The sprite offset registers are stored to 3EFF80
**********************************************************************... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
{% autoescape true %}
<html>
<body>
<p>Videos: </p>
{% for video in videos %}
{{ video }}<br>
{% endfor %}
<p>Channels:</p>
{% for channel in channels %}
{{ channel }} <br>
{% endfor %}
<p>Playlists:</p>
{% for playlist in playlists %}
{{ playli... | {
"pile_set_name": "Github"
} |
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE ViewPatterns #-}
{-# LANGUAGE OverloadedStrings #-}
module Unison.Name
( Name(Name)
, fromString
, isPrefixOf
, joinDot
, makeAbsolute
, parent
, sortNames
, sortNamed
, sortNamed'
, stripNamePrefix
... | {
"pile_set_name": "Github"
} |
{
"_from": "pify@^2.3.0",
"_id": "pify@2.3.0",
"_inBundle": false,
"_integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
"_location": "/update-notifier/configstore/make-dir/pify",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pify@^2.3.0",
"name": "pify",
... | {
"pile_set_name": "Github"
} |
#pragma once
#include "AfxInterfaces.h"
#include "SourceInterfaces.h"
#include <set>
#include <map>
#include <atomic>
#include <mutex>
#include <shared_mutex>
#include <Windows.h>
// CAfxMaterialKey /////////////////////////////////////////////////////////////
class CAfxMaterialKey
{
public:
CAf... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by Elektra API. Total of 9 keys. -->
<keyset xmlns="https://www.libelektra.org"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://www.libelektra.org elektra.xsd"
parent = "user/tests/filesys"
>
<key type="43" basename="0-27042916... | {
"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"
} |
export default {
get (key) {
try {
return JSON.parse(localStorage.getItem(key))
} catch (e) {}
},
set (key, val) {
try {
localStorage.setItem(key, JSON.stringify(val))
} catch (e) {}
},
remove (key) {
try {
localStorage.removeItem(key)
} catch (e) {}
},
clear () {... | {
"pile_set_name": "Github"
} |
#' @include geom-.r
NULL
#' Annotation: Custom grob
#'
#' This is a special geom intended for use as static annotations
#' that are the same in every panel. These annotations will not
#' affect scales (i.e. the x and y axes will not grow to cover the range
#' of the grob, and the grob will not be modified by any ggplo... | {
"pile_set_name": "Github"
} |
# coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may ... | {
"pile_set_name": "Github"
} |
/*
algebra3.cpp, algebra3.h - C++ Vector and Matrix Algebra routines
GLUI User Interface Toolkit (LGPL)
Copyright (c) 1998 Paul Rademacher
WWW: http://sourceforge.net/projects/glui/
Forums: http://sourceforge.net/forum/?group_id=92496
This library is free software; you can redistribute it ... | {
"pile_set_name": "Github"
} |
{
"name": "0-dns",
"version": "1.0.0",
"description": "create certificate for 0-dns test",
"main": "createCert.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "SEE LICENSE IN ../../../LICENSE",
"private": true,
"dependencies": {
"asn1.js": ... | {
"pile_set_name": "Github"
} |
/**
* This code was generated by
* \ / _ _ _| _ _
* | (_)\/(_)(_|\/| |(/_ v1.0.0
* / /
*/
package com.twilio.rest.api.v2010.account;
import com.twilio.base.Fetcher;
import com.twilio.exception.ApiConnectionException;
import com.twilio.exception.ApiException;
import com.twilio.exception.RestE... | {
"pile_set_name": "Github"
} |
package com.google.gwt.maps.client.events.position;
/*
* #%L
* GWT Maps API V3 - Core API
* %%
* Copyright (C) 2011 - 2012 GWT Maps API V3
* %%
* 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 Lic... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2015-2019 Stefan Roese <sr@denx.de>
*/
#include <common.h>
#include <console.h>
#include <i2c.h>
#include <init.h>
#include <pci.h>
#if !defined(CONFIG_SPL_BUILD)
#include <bootcount.h>
#endif
#include <asm/gpio.h>
#include <asm/io.h>
#include <asm/arch/cpu.h>
... | {
"pile_set_name": "Github"
} |
// ***************************************************************************
// *
// * Copyright (C) 2010 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Source File:<path>/common/main/az.xml
// *
// *****************... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of SwiftMailer.
* (c) 2018 Christian Schmidt
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* An IDN email address encoder.
*
* Encodes the domain part of an address using IDN. This is compatib... | {
"pile_set_name": "Github"
} |
<?php
/**
* This file is part of the Propel package.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @license MIT License
*/
/**
* Simple class that serves as a container for any information about a failed validation.
*
* Cu... | {
"pile_set_name": "Github"
} |
/*
* e-mail-send-account-override.c
*
* This program 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.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANT... | {
"pile_set_name": "Github"
} |
{
"created_at": "2015-02-27T22:28:06.644610",
"description": "\u6536\u96c6\u6574\u7406Android\u5f00\u53d1\u6240\u9700\u7684Android SDK\u3001\u5f00\u53d1\u4e2d\u7528\u5230\u7684\u5de5\u5177\u3001Android\u5f00\u53d1\u6559\u7a0b\u3001Android\u8bbe\u8ba1\u89c4\u8303\uff0c\u514d\u8d39\u7684\u8bbe\u8ba1\u7d20\u6750\u7b4... | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////////////////////////////
// OpenGL Mathematics Copyright (c) 2005 - 2014 G-Truc Creation (www.g-truc.net)
///////////////////////////////////////////////////////////////////////////////////////////////////
// Created : 2011-03-05
// Updated : 20... | {
"pile_set_name": "Github"
} |
/*
* XML wrapper for libxml2
* Copyright (c) 2012-2013, Qualcomm Atheros, Inc.
*
* This software may be distributed under the terms of the BSD license.
* See README for more details.
*/
#include "includes.h"
#define LIBXML_VALID_ENABLED
#include <libxml/tree.h>
#include <libxml/xmlschemastypes.h>
#include "comm... | {
"pile_set_name": "Github"
} |
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writi... | {
"pile_set_name": "Github"
} |
// Tencent is pleased to support the open source community by making RapidJSON available.
//
// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
//
// Licensed under the MIT License (the "License"); you may not use this file except
// in compliance with the License. You may obta... | {
"pile_set_name": "Github"
} |
Device Tree Clock bindings for ZTE zx296718
This binding uses the common clock binding[1].
[1] Documentation/devicetree/bindings/clock/clock-bindings.txt
Required properties:
- compatible : shall be one of the following:
"zte,zx296718-topcrm":
zx296718 top clock selection, divider and gating
"zte,zx296718-lsp0c... | {
"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"
} |
package web
import (
"encoding/json"
"net/http"
)
// Respond converts a Go value to JSON and sends it to the client.
func Respond(w http.ResponseWriter, data interface{}, statusCode int) error {
// Convert the response value to JSON.
res, err := json.Marshal(data)
if err != nil {
return err
}
// Respond wi... | {
"pile_set_name": "Github"
} |
'so that default templates can be assigned to the issue.': 'tato defoltně nastavená šablona může být přiřazena k tomuto tématu.'
'Once this is done, the issue can be published': 'Jakmile je to hotovo, může být téma zveřejněno'
'This issue cannot be previewed. Please make sure the publication has a theme assigned.': 'To... | {
"pile_set_name": "Github"
} |
66 1
98 2
128 3
146 2
150 1
213 2
224 2
238 2
255 2
273 3
278 2
311 3
369 3
401 5
406 4 | {
"pile_set_name": "Github"
} |
subject= CN = LibreSSL Test Server 1
issuer= CN = LibreSSL Test Intermediate CA 2
subject= CN = LibreSSL Test Intermediate CA 2
issuer= CN = LibreSSL Test Intermediate CA 1
subject= CN = LibreSSL Test Intermediate CA 2
issuer= CN = LibreSSL Test Root CA 2
subject= CN = LibreSSL Test Intermediate CA 1
issuer= CN = Libre... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2018 Andrea Bresolin
*
* 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 ... | {
"pile_set_name": "Github"
} |
-- This file will be generated at release time. Don't edit it manually.
ndless_revision="0"
| {
"pile_set_name": "Github"
} |
CSharpCodeBlock - [0..10)::10 - [@val?[more]
CSharpImplicitExpression - [0..10)::10
CSharpTransition - [0..1)::1 - Gen<None> - SpanEditHandler;Accepts:None
Transition;[@];
CSharpImplicitExpressionBody - [1..10)::9
CSharpCodeBlock - [1..10)::9
CSharpExpressionL... | {
"pile_set_name": "Github"
} |
<?php
/**
* Test App Comment Model
*
* CakePHP : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files mus... | {
"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 by a... | {
"pile_set_name": "Github"
} |
package models
// TCP_BUFFER_SIZE is the maximum packet size
const TCP_BUFFER_SIZE = 1024 * 64
// DEFAULT_RELAY is the default relay used (can be set using --relay)
const DEFAULT_RELAY = "142.93.177.120:9009"
const DEFAULT_RELAY6 = "[2604:a880:800:c1::14c:1]:9009"
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2016 NXP Semiconductor.
* Author: Wang Dongsheng <dongsheng.wang@freescale.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include <config.h>
#include <linux/linkage.h>
#include <asm/armv7.h>
#include <asm/psci.h>
.pushsection ._secure.text, "ax"
.arch_extension sec
.align 5
.globl psci_syst... | {
"pile_set_name": "Github"
} |
import java.util.LinkedList;
import java.util.List;
import java.util.TreeMap;
class Solution {
private class Freq implements Comparable<Freq> {
// 元素的值和频率
public int e, freq;
public Freq () {}
public Freq (int e, int freq) {
this.e = e;
this.freq = freq;
... | {
"pile_set_name": "Github"
} |
/**************************************************************************
*
* Copyright 2008-2010 VMware, Inc.
* 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 Softwar... | {
"pile_set_name": "Github"
} |
((output
(((f.ml (1 0) (1 25))
(paragraph
(((f.ml (1 0) (1 25))
(reference (field baz (type bar (root Foo unknown))) ())))))))
(warnings ()))
| {
"pile_set_name": "Github"
} |
# -*- coding:utf-8 -*-
from flask import request, render_template, json
import config
import os, requests, re
from app import MysqlDB, MongoDB
from app import decorators
from app.admin import admin
from ..drive import models
from ..drive import logic
from ..task import models as taskModels
from ..menu import models as ... | {
"pile_set_name": "Github"
} |
#ifndef __ACPI_ACPI_THERMAL_H
#define __ACPI_ACPI_THERMAL_H
#include <asm/ioctl.h>
#define ACPI_THERMAL_MAGIC 's'
#define ACPI_THERMAL_GET_TRT_LEN _IOR(ACPI_THERMAL_MAGIC, 1, unsigned long)
#define ACPI_THERMAL_GET_ART_LEN _IOR(ACPI_THERMAL_MAGIC, 2, unsigned long)
#define ACPI_THERMAL_GET_TRT_COUNT _IOR(ACPI_THERMA... | {
"pile_set_name": "Github"
} |
/*!
@file
Defines `boost::hana::cartesian_product`.
@copyright Louis Dionne 2013-2017
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_HANA_CARTESIAN_PRODUCT_HPP
#define BOOST_HANA_CARTESIAN_PRODUCT_HPP
#includ... | {
"pile_set_name": "Github"
} |
/* ioapi.h -- IO base function header for compress/uncompress .zip
part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html )
Modifications for Zip64 support
Copyright (C... | {
"pile_set_name": "Github"
} |
"""
WSGI config for webapp project.
This module contains the WSGI application used by Django's development server
and any production WSGI deployments. It should expose a module-level variable
named ``application``. Django's ``runserver`` and ``runfcgi`` commands discover
this application via the ``WSGI_APPLICATION`` s... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Source Files">
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx... | {
"pile_set_name": "Github"
} |
.set-tag {
display: inline-block;
.edit-name {
width: 276px;
.input {
width: 258px;
}
}
.add-tag {
height: 38px;
line-height: 38px;
font-size: 14px;
display: inline-block;
color: #fff;
background-color: #008EDC;
border: 1px solid #008EDC;
padding: 0 16px;
}
}
... | {
"pile_set_name": "Github"
} |
import Alert from './Alert'
import AlertLink from './AlertLink'
export {
Alert,
AlertLink
} | {
"pile_set_name": "Github"
} |
namespace Machine.Specifications.Sdk
{
public class ActDelegateAttributeFullName : DelegateAttributeFullName
{
static readonly string actDelegateAttributeName = typeof(ActDelegateAttribute).FullName;
public static implicit operator string(ActDelegateAttributeFullName fullName)
{
return actDelega... | {
"pile_set_name": "Github"
} |
// Copyright Daniel Wallin, David Abrahams 2005. Use, modification and
// distribution is subject to the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#ifndef YESNO_050328_HPP
#define YESNO_050328_HPP
#include <boost/mpl/bool.hpp>
n... | {
"pile_set_name": "Github"
} |
# Event 28 - Provider
###### Version: 0
## Description
None
## Data Dictionary
|Standard Name|Field Name|Type|Description|Sample Value|
|---|---|---|---|---|
|TBD|ProviderGuid|GUID|None|`None`|
|TBD|ErrorCode|UInt32|None|`None`|
## Tags
* etw_level_Error
* etw_keywords_ETW_KEYWORD_PROVIDER ETW_KEYWORD_REGISTRATION E... | {
"pile_set_name": "Github"
} |
/*-
* Copyright (c) 2014-2019 MongoDB, Inc.
* Copyright (c) 2008-2014 WiredTiger, Inc.
* All rights reserved.
*
* See the file LICENSE for redistribution information.
*/
#include "util.h"
static int usage(void);
int
util_salvage(WT_SESSION *session, int argc, char *argv[])
{
WT_DECL_RET;
int ch;
ch... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2019 PaddlePaddle 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"
} |
#include <eosio/chain/abi_serializer.hpp>
#include <eosio/testing/tester.hpp>
#include <Runtime/Runtime.h>
#include <fc/variant_object.hpp>
#include <boost/test/unit_test.hpp>
#include <contracts.hpp>
#ifdef NON_VALIDATING_TEST
#define TESTER tester
#else
#define TESTER validating_tester
#endif
using namespace e... | {
"pile_set_name": "Github"
} |
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
* $Id$
* Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation
* All rights reserved.
*
* This file is part of the Gnome Library.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms o... | {
"pile_set_name": "Github"
} |
// Copyright 2019-present Facebook Inc. All rights reserved.
// This source code is licensed under the Apache 2.0 license found
// in the LICENSE file in the root directory of this source tree.
// Code generated by entc, DO NOT EDIT.
package migrate
import (
"context"
"fmt"
"io"
"github.com/facebook/ent/dialect... | {
"pile_set_name": "Github"
} |
# created by tools/tclZIC.tcl - do not edit
if {![info exists TZData(America/Denver)]} {
LoadTimeZoneFile America/Denver
}
set TZData(:Navajo) $TZData(:America/Denver)
| {
"pile_set_name": "Github"
} |
#!/bin/sh
# Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
# This file is public domain and comes with NO WARRANTY of any kind
# MySQL daemon start/stop script.
# Usually this is put in /etc/init.d (at least on machines SYSV R4 based
# systems) and linked to /etc/rc3.d/S99mysql and /etc/rc... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* internal.h: ramfs internal definitions
*
* Copyright (C) 2005 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
*/
extern const struct inode_operations ramfs_file_inode_operations;
| {
"pile_set_name": "Github"
} |
require('../../../modules/es7.array.flat-map');
module.exports = require('../../../modules/_entry-virtual')('Array').flatMap;
| {
"pile_set_name": "Github"
} |
import Parser from './htmlparser2/lib/Parser'
// monkey patching
Parser.prototype.ondeclaration = function(value){
if(this._cbs.ondeclaration){
this._cbs.ondeclaration(value);
} else if(this._cbs.onprocessinginstruction){
var name = this._getInstructionName(value);
this._cbs.onprocessinginstruction("!... | {
"pile_set_name": "Github"
} |
Port from Fedora20
Upstream-Status: Pending
Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com>
diff -up cmpi-bindings-0.9.5/swig/python/CMakeLists.txt.old cmpi-bindings-0.9.5/swig/python/CMakeLists.txt
--- cmpi-bindings-0.9.5/swig/python/CMakeLists.txt.old 2013-08-06 15:57:03.576285764 +0200
+++ cmpi-bindings-0.9.5/... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: de67d260a82e87742b9c3c297379ffb3
timeCreated: 1474948268
licenseType: Pro
PluginImporter:
serializedVersion: 1
iconMap: {}
executionOrder: {}
isPreloaded: 0
platformData:
Any:
enabled: 1
settings: {}
Editor:
enabled: 0
settings:
CPU: AnyCPU
... | {
"pile_set_name": "Github"
} |
local mType = Game.createMonsterType("Orc Cult Minion")
local monster = {}
monster.description = "an orc cult minion"
monster.experience = 850
monster.outfit = {
lookType = 50,
lookHead = 0,
lookBody = 0,
lookLegs = 0,
lookFeet = 0,
lookAddons = 0,
lookMount = 0
}
monster.health = 1000
monster.maxHealth = 1000... | {
"pile_set_name": "Github"
} |
7--Cheering/7_Cheering_Cheering_7_687.jpg
2
569.361022949 81.1764297485 54.0473022461 75.7154769897 0.999118864536
818.185546875 212.29486084 34.9154052734 42.137802124 0.979305565357
| {
"pile_set_name": "Github"
} |
<!doctype html>
<html lang="en-us">
<head>
<title>prepend</title>
<link rel="stylesheet" href="assets/css/screen.css" />
</head>
<body>
<div class="site">
<div class="site-hd" role="banner">
<h2>Goodnight Moon</h2>
<h1>prepend</h1>
</div>
<div class="site-bd" role="main">
<p>Dolor sit amet.</p>
... | {
"pile_set_name": "Github"
} |
<?php declare(strict_types=1);
namespace Shopware\Core\Framework\DataAbstractionLayer\Search\AggregationResult\Metric;
use Shopware\Core\Framework\DataAbstractionLayer\Search\AggregationResult\AggregationResult;
class StatsResult extends AggregationResult
{
/**
* @var mixed|null
*/
protected $min;
... | {
"pile_set_name": "Github"
} |
import pytest
from jupytext.compare import compare
import jupytext
from .utils import skip_if_dict_is_not_ordered
HEADER = {
".py": """# ---
# jupyter:
# jupytext:
# main_language: python
# ---
""",
".R": """# ---
# jupyter:
# jupytext:
# main_language: python
# ---
""",
".md": """---
jupyter... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2013-2016 Dave Collins <dave@davec.name>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" A... | {
"pile_set_name": "Github"
} |
# frama-c -wp -wp-steps 300 [...]
[kernel] Parsing tests/wp_typed/user_init.i (no preprocessing)
[wp] Running WP plugin...
[wp] Loading driver 'share/wp.driver'
[wp] [CFG] Goal init_exits : Valid (Unreachable)
[wp] [CFG] Goal init_t1_exits : Valid (Unreachable)
[wp] [CFG] Goal init_t2_v1_exits : Valid (Unreachable)
[wp... | {
"pile_set_name": "Github"
} |
;; -*- mode:lisp -*-
(defsystem "browser-repl"
:serial t
:components ((:file "main"))
:depends-on ("react-utilities"))
| {
"pile_set_name": "Github"
} |
var invokePath = require('../internal/invokePath'),
restParam = require('../function/restParam');
/**
* Creates a function which invokes the method at `path` on a given object.
*
* @static
* @memberOf _
* @category Utility
* @param {Array|string} path The path of the method to invoke.
* @returns {Function} ... | {
"pile_set_name": "Github"
} |
package it.niedermann.nextcloud.deck.ui.card;
import android.content.Context;
import android.view.Menu;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.View.OnLongClickListener;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.annotation.CallSupe... | {
"pile_set_name": "Github"
} |
################################################################################
# This test is to test if group replication can be started with needed variables
# persisted into mysqld-auto.cnf file.
# Test:
# 1. Persist configuration on server1.
# 2. Restart server1, it must bootstrap the group.
# 3. Persist configur... | {
"pile_set_name": "Github"
} |
package squidpony.squidgrid.gui.gdx;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.math.MathUtils;
import squidpony.IFilter;
import squidpony.squidmath.MathExtras;
import squidpony.squidmath.ThrustAltRNG;
import java.util.ArrayList;
import java.util.Collection;
/**
* Implementations of {@link IFil... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.apache.sysds.hops.codegen.opt (SystemDS 2.0.0-SNAPSHOT API)</title>... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<DelphiIDETheme modified="2013-04-24 20:49:06" author="Delphi IDE Theme Editor" versionapp="1.1.18.1">
<AdditionalSearchMatchHighlight>
<Bold>False</Bold>
<Italic>False</Italic>
<Underline>False</Underline>
<DefaultForeground>True</DefaultForeground>
<... | {
"pile_set_name": "Github"
} |
---
layout: text/textblock
hidden: false
---
Understand the skills involved in creating content.
### [2] Subject matter expert, legal, media advisor, policy author
- subject expertise
- legal risk or considerations
### [2] Communications/marketing writer, web writer, web editor, content lead
- understanding of digi... | {
"pile_set_name": "Github"
} |
<resources>
<string name="app_name">PatchTool</string>
<string name="cancel">取消</string>
<string name="ok">确定</string>
</resources>
| {
"pile_set_name": "Github"
} |
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MessageAnalyzerLibrary", "MessageAnalyzerLibrary.csproj", "{E3B08663-C752-41CC-B2B7-43C69B8C1292}"
EndProj... | {
"pile_set_name": "Github"
} |
/***************************************************************************/
/* */
/* pspic.c */
/* */
/* Th... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
<title>ColVis example - Custom button text</title>
<link rel="stylesheet" type="text/css" href="../../... | {
"pile_set_name": "Github"
} |
// Copyright ©2016 The Gonum 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 !noasm,!appengine,!safe
package c128
// AxpyUnitary is
// for i, v := range x {
// y[i] += alpha * v
// }
func AxpyUnitary(alpha complex128,... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2010 Benoit Jacob <jacob.benoit.1@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 this file, You can ... | {
"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 2013 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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | {
"pile_set_name": "Github"
} |
/**
*
*/
package com.zx.sms.codec.cmpp.msg;
import com.zx.sms.codec.cmpp.packet.CmppPacketType;
import com.zx.sms.common.util.MsgId;
/**
* @author huzorro(huzorro@gmail.com)
* @author Lihuanghe(18852780@qq.com)
*
*/
public class CmppDeliverResponseMessage extends DefaultMessage {
private static final long ser... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2018 Meituan Dianping. 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 a... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This 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 Softwa... | {
"pile_set_name": "Github"
} |
#import "ARCity+GeospatialAdditions.h"
#import "ARCity.h"
@implementation ARCity (GeospatialAdditions)
+ (nullable ARCity *)cityNearLocation:(CLLocation *)location;
{
static const NSInteger CITY_RADIUS_M = 100 * 1000; // 100km
ARCity *closestCity = [[[ARCity cities] sortedArrayUsingComparator:^NSComparisonRe... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.