text stringlengths 2 99k | meta dict |
|---|---|
1
301
601
901
1201
1501
1801
2101
2401
2701
3001
3301
3601
3901
4201
| {
"pile_set_name": "Github"
} |
/*
* This file is a part of the open source stm32plus library.
* Copyright (c) 2011,2012,2013,2014 Andy Brown <www.andybrown.me.uk>
* Please see website for licensing terms.
*/
#pragma once
namespace stm32plus {
namespace display {
/**
* @brief Gamma values for the ILI9327
*/
struct ILI9327... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0
/*
* Export the firmware instance and label associated with a PCI device to
* sysfs
*
* Copyright (C) 2010 Dell Inc.
* by Narendra K <Narendra_K@dell.com>,
* Jordan Hargrave <Jordan_Hargrave@dell.com>
*
* PCI Firmware Specification Revision 3.1 section 4.6.7 (DSM for Naming a... | {
"pile_set_name": "Github"
} |
class SignedUpTeam < ActiveRecord::Base
belongs_to :topic, class_name: 'SignUpTopic'
belongs_to :team, class_name: 'Team'
# the below has been added to make is consistent with the database schema
validates :topic_id, :team_id, presence: true
scope :by_team_id, ->(team_id) { where("team_id = ?", team_id) }
... | {
"pile_set_name": "Github"
} |
package com.github.mikephil.charting.charts;
import android.content.Context;
import android.util.AttributeSet;
import com.github.mikephil.charting.data.BubbleData;
import com.github.mikephil.charting.interfaces.dataprovider.BubbleDataProvider;
import com.github.mikephil.charting.renderer.BubbleChartRenderer;
/**
*... | {
"pile_set_name": "Github"
} |
/**
* PANDA 3D SOFTWARE
* Copyright (c) Carnegie Mellon University. All rights reserved.
*
* All use of this software is subject to the terms of the revised BSD
* license. You should have received a copy of this license along
* with this source code in a file named "LICENSE."
*
* @file dxIndexBufferContext9.I... | {
"pile_set_name": "Github"
} |
<?php
namespace App\Http\Controllers;
use App\Models\Location;
use Illuminate\Http\Request;
use LibreNMS\Config;
use LibreNMS\Util\Html;
class LocationController extends Controller
{
public function index()
{
$maps_api = Config::get('geoloc.api_key');
$data = [
'maps_api' => $maps... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<title>Raphael Dev testing html</title>
<!-- HTML to try new developments in Raphael -->
<!-- Global use -->
<!-- To work with full version -->
<script ty... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_optx.xsd">
<SchemaVersion>1.0</SchemaVersion>
<Header>### uVision Project, (C) Keil Software</Header>
<Extensions>
<cExt>*.c</cExt>
<aExt>*.s*... | {
"pile_set_name": "Github"
} |
@file:Suppress("NOTHING_TO_INLINE")
package io.ktor.utils.io.bits
import io.ktor.utils.io.core.*
/**
* Represents a linear range of bytes.
* All operations are guarded by range-checks by default however at some platforms they could be disabled
* in release builds.
*
* Instance of this class has no additional st... | {
"pile_set_name": "Github"
} |
/*
* Licensed to Crate under one or more contributor license agreements.
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership. Crate licenses this file
* to you under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compl... | {
"pile_set_name": "Github"
} |
package network
// Copyright (c) Microsoft and contributors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unl... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2015 the original author or authors.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributor... | {
"pile_set_name": "Github"
} |
//
// ModifyMyProfileViewController.h
// WildFireChat
//
// Created by heavyrain.lee on 2018/5/20.
// Copyright © 2018 WildFireChat. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface WFCUModifyMyProfileViewController : UIViewController
@property(nonatomic, assign)NSInteger modifyType;
@property(nonatomic... | {
"pile_set_name": "Github"
} |
// Copyright (c) Jupyter Development Team.
// Distributed under the terms of the Modified BSD License.
import {
ILabShell,
JupyterFrontEnd,
JupyterFrontEndPlugin
} from '@jupyterlab/application';
import { ICommandPalette, MainAreaWidget } from '@jupyterlab/apputils';
import { ILauncher, LauncherModel, Launcher }... | {
"pile_set_name": "Github"
} |
{
"variants": {
"": {
"model": "tconstruct:block/green_slime_dirt"
}
}
} | {
"pile_set_name": "Github"
} |
import paths = require('npm-paths');
paths(); // $ExpectType string[]
paths('some/directory'); // $ExpectType string[]
paths({ cwd: 'some/directory' }); // $ExpectType string[]
| {
"pile_set_name": "Github"
} |
//
// impl/write_at.hpp
// ~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#ifndef BOOST_ASIO_IMPL_WRITE_AT_... | {
"pile_set_name": "Github"
} |
<?php
/*
+-----------------------------------------------------------------------------+
| ILIAS open source |
+-----------------------------------------------------------------------------+
| Copyright (c) 1998-2001 ILIAS open source, University o... | {
"pile_set_name": "Github"
} |
// MD5.CC - source code for the C++/object oriented translation and
// modification of MD5.
// Translation and modification (c) 1995 by Mordechai T. Abzug
// This translation/ modification is provided "as is," without express or
// implied warranty of any kind.
// The translator/ modifier does not claim ... | {
"pile_set_name": "Github"
} |
/*
* This file is part of SpongeAPI, licensed under the MIT License (MIT).
*
* Copyright (c) SpongePowered <https://www.spongepowered.org>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Soft... | {
"pile_set_name": "Github"
} |
//
// UT.h
// miniUTSDK
//
// Created by 宋军 on 15/5/19.
// Copyright (c) 2015年 ___SONGJUN___. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
@interface UT : NSObject
////=====================================h5&Native接口=====================================
/**
* @brief ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Animation Tree - jQuery EasyUI Demo</title>
<link rel="stylesheet" type="text/css" href="../../themes/default/easyui.css">
<link rel="stylesheet" type="text/css" href="../../themes/icon.css">
<link rel="stylesheet" type="text/css" href="../demo.css... | {
"pile_set_name": "Github"
} |
// REQUIRES: x86-registered-target
// RUN: %clang_cc1 -x c++ %s -triple i386-apple-darwin10 -fasm-blocks -emit-llvm -o - -std=c++11 | FileCheck %s
// rdar://13645930
struct Foo {
static int *ptr;
static int a, b;
int arr[4];
struct Bar {
static int *ptr;
char arr[2];
};
};
void t1() {
Foo::ptr = ... | {
"pile_set_name": "Github"
} |
import {LettershopPaymentBase} from '../database-models/lettershop-payment-base';
import {LettershopPaymentLineItemBase} from '../database-models/lettershop-payment-line-item-base';
import {PaymentLineItemBase} from '../database-models/payment-line-item-base';
//Generated Imports
export class LettershopPayment extends ... | {
"pile_set_name": "Github"
} |
{
"jsonSchemaSemanticVersion": "1.0.0",
"imports": [
{
"corpusPath": "cdm:/foundations.1.2.cdm.json"
},
{
"corpusPath": "/core/operationsCommon/Common.1.0.cdm.json",
"moniker": "base_Common"
},
{
"corpusPath": "/core/operationsCommon/DataEntityView.1.0.cdm.json",
"m... | {
"pile_set_name": "Github"
} |
<?php
namespace PayPal\Test\Functional\Api;
use PayPal\Api\Patch;
use PayPal\Api\PatchRequest;
use PayPal\Api\Webhook;
use PayPal\Api\WebhookEvent;
use PayPal\Api\WebhookEventType;
use PayPal\Api\WebhookEventTypeList;
use PayPal\Api\WebhookList;
use PayPal\Exception\PayPalConnectionException;
use PayPal\Test\Function... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) AXA Group Operations Spain S.A.
*
* 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,... | {
"pile_set_name": "Github"
} |
---
fixes:
- |
Fixes an issue where host configuration tasks (``sysctl``, loading kernel
modules) could be performed during the ``kolla-ansible genconfig`` command.
See `bug 1860161 <https://bugs.launchpad.net/kolla-ansible/+bug/1860161>`__
for details.
| {
"pile_set_name": "Github"
} |
const AjaxChecker = response => {
if (response.status >= 200 && response.status < 300) {
return response.text().then (res => {
let obj = JSON.parse(res);
if (obj.status != 1)
return Promise.reject(new Error(response.status + ": " + obj.msg));
else return obj;
});
} else {
return Promise.reject(new ... | {
"pile_set_name": "Github"
} |
<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>spark-... | {
"pile_set_name": "Github"
} |
/****************************************************************************
**
** Copyright (C) 2017 Klaralvdalens Datakonsult AB (KDAB).
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holdin... | {
"pile_set_name": "Github"
} |
หน้านี้มีไว้อ่านอย่างเดียว คุณสามารถอ่านข้อความต้นฉบับ ไม่สามารถแก้ไขได้ ให้สอบถามผู้ดูแลระบบถ้าคุณคิดว่านี่คือข้อผิดพลาด
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 2c6b1eb08216483ea77d04ccd9c9efd9
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
-----------------------------------
-- Area: Al Zahbi
-- NPC: Famatar
-- Type: Imperial Gate Guard
-- !pos -105.538 0.999 75.456 48
-----------------------------------
require("scripts/globals/besieged")
-----------------------------------
function onTrade(player, npc, trade)
end
function onTrigger(player, npc)
... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
#
# Generated Thu Jun 11 18:43:54 2009 by generateDS.py.
#
import sys
import getopt
from string import lower as str_lower
from xml.dom import minidom
from xml.dom import Node
#
# User methods
#
# Calls to the methods in these classes are generated by generateDS.py.
# You can replace these metho... | {
"pile_set_name": "Github"
} |
/**
* @author MadhavBahlMD
* @date 08/01/2018
* METHOD - We keep thte second argument (num2) positive and add the first arguement num2(second arg) times
*/
function recursiveProd (num1, num2) {
// If num 2 becomes 1, return num1
if (num2 === 1)
return num1;
// If any of the numbers is zero, re... | {
"pile_set_name": "Github"
} |
# Rest Operations: Search
This page describes how to add various FHIR search features to your resource/plain providers.
# Search with No Parameters
The following example shows a search with no parameters. This operation should return all resources of a given type (this obviously doesn't make sense in all contexts, ... | {
"pile_set_name": "Github"
} |
package us.ihmc.tools.inputDevices.mouse3DJoystick;
import static us.ihmc.robotics.Assert.*;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Disabled;
import us.ihmc.graphicsDescription.input.mouse.Mouse3DPollData;
public class Mouse3DJoystickPollDataTest
{
@Test
... | {
"pile_set_name": "Github"
} |
/**
******************************************************************************
* @file stm32l1xx_hal_sram.h
* @author MCD Application Team
* @version V1.0.0
* @date 5-September-2014
* @brief Header file of SRAM HAL module.
**********************************************************************... | {
"pile_set_name": "Github"
} |
/*---------------------------------------------------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\/ M anipulation |
-------------... | {
"pile_set_name": "Github"
} |
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
/********************************************************************
* COPYRIGHT:
* Copyright (c) 1997-2012, International Business Machines Corporation and
* others. All Rights Reserved.
* Copyright (C)... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.dialog.add("sourcedialog",function(a){var b=CKEDITOR.document.getWindow().getViewPaneSize(),e=Math.min(b.width-70,800),b=b.height/1.5,d;return{title:a.lang.sourcedia... | {
"pile_set_name": "Github"
} |
package datadog.trace.core.processor.rule;
import datadog.trace.api.DDTags;
import datadog.trace.core.ExclusiveSpan;
import datadog.trace.core.processor.TraceProcessor;
/** Converts resource name tag to field */
public class ResourceNameRule implements TraceProcessor.Rule {
@Override
public String[] aliases() {
... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0+
/*
* mdt.c - meta data file for NILFS
*
* Copyright (C) 2005-2008 Nippon Telegraph and Telephone Corporation.
*
* Written by Ryusuke Konishi.
*/
#include <linux/buffer_head.h>
#include <linux/mpage.h>
#include <linux/mm.h>
#include <linux/writeback.h>
#include <linux/backing-... | {
"pile_set_name": "Github"
} |
export default {
'engine-version': '引擎版本',
'license': '開源許可',
'about': '關於',
'release': '版本資訊',
'support': '支援'
}
| {
"pile_set_name": "Github"
} |
package barreto.alessandro.feedlist.util;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.v4.app.FragmentActivity;
import com.google.android.gms.auth.api.Auth;
import com.google.android.gms.auth.api.signin.GoogleSignInAccount;
import com.google.android.gms.auth.api.sig... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<simulation>
<project id="vmc_hf_sdj_edens_vor_short" series="0"/>
<include href="LiH_pp-ptcl.xml"/>
<include href="LiH_pp-wfsxml.xml"/>
<hamiltonian name="h0" type="generic" target="e">
<pairpot type="coulomb" name="ElecElec" source="e" target="e"/>
<pairpot type="coulomb" name=... | {
"pile_set_name": "Github"
} |
import React from 'react';
import ReactDOM from 'react-dom';
import App from './App';
ReactDOM.render(<App />, document.getElementById('root'));
| {
"pile_set_name": "Github"
} |
const path = require('path')
const merge = require('webpack-merge')
const common = require('./webpack.common.js')
module.exports = merge(common, {
mode: 'development',
devtool: 'source-map',
resolve: {
alias: {
vue: 'vue/dist/vue.js'
},
symlinks: false
},
devServer: {
contentBase: path.... | {
"pile_set_name": "Github"
} |
/*
Copyright 2015 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.lang['no'] = {
"editor": "Rikteksteditor",
"editorPanel": "Panel for rikteksteditor",
"common": {
"editorHelp": "Trykk ALT 0 for hjelp",
... | {
"pile_set_name": "Github"
} |
#include <ccan/minmax/minmax.h>
static int function(void)
{
#ifdef FAIL
return min(1, 1L);
#if !HAVE_TYPEOF||!HAVE_BUILTIN_CHOOSE_EXPR||!HAVE_BUILTIN_TYPES_COMPATIBLE_P
#error "Unfortunately we don't fail if the typechecks are noops."
#endif
#else
return 0;
#endif
}
int main(int argc, char *argv[])
{
function();
... | {
"pile_set_name": "Github"
} |
---
title: ProgressBar
order: 29
layout: page
---
[[components.progressbar]]
= ProgressBar
ifdef::web[]
[.sampler]
image:{live-demo-image}[alt="Live Demo", link="http://demo.vaadin.com/sampler/#ui/interaction/progress-bar"]
endif::web[]
The [classname]#ProgressBar# component allows visualizing progress of a task.
Th... | {
"pile_set_name": "Github"
} |
using System;
using System.ComponentModel;
using System.Collections;
using System.Diagnostics;
using System.Text;
using System.Windows.Forms;
using System.Drawing;
namespace TestGraphHeatEquation
{
public class PanelOutput : Panel
{
public PanelOutput()
{
InitializeComponent();
}
public ... | {
"pile_set_name": "Github"
} |
// Copyright 2014 The Chromium Authors. All rights reserved.
// Copyright (C) 2016 Apple Inc. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must ret... | {
"pile_set_name": "Github"
} |
/*
===========================================================================
Loom SDK
Copyright 2011, 2012, 2013
The Game Engine Company, 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
h... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python3
import unittest
import numpy as np
import torch
import torch.nn.functional as F
from fairseq import utils
from fairseq.data import language_pair_dataset
from pytorch_translate import char_source_model # noqa
from pytorch_translate import rnn # noqa
from pytorch_translate.research.knowledge_di... | {
"pile_set_name": "Github"
} |
<html>
<head>
<script src="../ejs.js"></script>
</head>
</html> | {
"pile_set_name": "Github"
} |
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for `wst_sys_configs`
-- ----------------------------
DROP TABLE IF EXISTS `wst_sys_configs`;
CREATE TABLE `wst_sys_configs` (
`configId` int(11) NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`parentId` int(11) DEFAULT '0' COMMENT '所属类别ID',
... | {
"pile_set_name": "Github"
} |
<?php
/**
* About This Version administration panel.
*
* @package WordPress
* @subpackage Administration
*/
/** WordPress Administration Bootstrap */
require_once( dirname( __FILE__ ) . '/admin.php' );
$title = __( 'About' );
list( $display_version ) = explode( '-', $wp_version );
// Temporary 3.8 hack: We wan... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2011, Intel Corporation. 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 conditions and the ... | {
"pile_set_name": "Github"
} |
# Makefile for generating minified files
.PHONY: all
# we cheat and process all .js files instead of an exhaustive list
all: $(patsubst %.js,%.min.js,$(filter-out %.min.js,$(wildcard *.js)))
%.min.js: %.js
yui-compressor $< -o $@
| {
"pile_set_name": "Github"
} |
package io.github.plastix.kotlinboilerplate
import android.app.Application
import dagger.Lazy
import timber.log.Timber
import javax.inject.Inject
class KotlinBoilerplateApp : Application() {
@Inject
lateinit var debugTree: Lazy<Timber.DebugTree>
companion object {
lateinit var graph: Application... | {
"pile_set_name": "Github"
} |
GPR0 92DB6DB6DB6DB6DC
GPR1 FFFFFFFF45000000
GPR2 000000000001C020
GPR3 0000000000000000
GPR4 0000000000000000
GPR5 FFFD9A862911CBFB
GPR6 0000000000003BF2
GPR7 FFFFFFFFFFFFFFFB
GPR8 000000000001BA1F
GPR9 0000000000000000
GPR10 0000000000000120
GPR11 00000000EACB8813
GPR12 0265EA5C02645043
GPR13 FFFFFFFFFFFFFFE4
GPR14 FD... | {
"pile_set_name": "Github"
} |
NaCl_8_molten_333.data (written by ASE) + shell Na x=0.5 (1u3) Volume Expanded
432 atoms
216 bonds
0 angles
0 dihedrals
4 atom types
2 bond types
0 angle types
0 dihedral types
0.0 24.09597 xlo xhi
0.0 24.09597 ylo yhi
0.0 24.09597 zlo zhi
Masses
1 20.690784
2 31.90500
3 2.298976
4 3.... | {
"pile_set_name": "Github"
} |
% MHSETS
%
% TIME SERIES DATA SETS FOR HIPEL AND MCLEOD BOOK:
%
% Contents
% INSTALLATION
% REFERENCE
% CONTACTS
% VERSIONS
% OVERVIEW OF THE DATASETS
% FORMAT OF THE DATASETS
% SCOPE OF THE BOOK
% DECISION SUPPORT SYSTEM
% USING THE DATASETS WITH... | {
"pile_set_name": "Github"
} |
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and con... | {
"pile_set_name": "Github"
} |
//
// Grid system
// --------------------------------------------------
// Container widths
//
// Set the container width, and override it for fixed navbars in media queries.
.container {
.container-fixed();
@media (min-width: @screen-sm-min) {
width: @container-sm;
}
@media (min-width: @screen-md-min) ... | {
"pile_set_name": "Github"
} |
#include <assert.h>
#include <new.h>
int main()
{
__delete_array();
assert(0);
return 0;
}
| {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of SwiftMailer.
* (c) 2004-2009 Chris Corbyn
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* Message ID generator.
*/
interface Swift_IdGenerator
{
/**
* Returns a globally unique stri... | {
"pile_set_name": "Github"
} |
/**
* @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md.
*/
/* global process */
import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
// A dictionary of words to help keeping the output size smaller.
const $element = 'e';
const $text = 't';
c... | {
"pile_set_name": "Github"
} |
QA output created by 939
pmRegisterDerived: global metric[0] event.flags = anon(PM_TYPE_U32)
pmRegisterDerived: global metric[1] event.missed = anon(PM_TYPE_U32)
Derived metric initialization from $PCP_DERIVED_CONFIG
pmLoadDerivedConfig("TMP.config")
pmRegisterDerived: global metric[2] a.m1 = 1
pmRegisterDerived: globa... | {
"pile_set_name": "Github"
} |
/**
* This script contains embed functions for common plugins. This scripts are complety free to use for any purpose.
*/
function writeFlash(p) {
writeEmbed(
'D27CDB6E-AE6D-11cf-96B8-444553540000',
'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0',
'application/x-s... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<head>
<title>DeepStack for Leduc Hold'em</title>
<link rel="stylesheet" href="../ldoc.css" type="text/css" />
</head>
<bod... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) Marshall Clow 2011-2012.
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)
For more information, see http://www.boost.org
Try ostream_iterators
*/
#include <boost/config.hpp>
#include <boo... | {
"pile_set_name": "Github"
} |
CONFIG_EXPERIMENTAL=y
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_SYSVIPC=y
CONFIG_LOG_BUF_SHIFT=14
CONFIG_SYSFS_DEPRECATED_V2=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_SLAB=y
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_BLK_DEV_BSG is not set
# CONFIG_IOSCHED_DEADLINE is not set
# CONFIG_IOSCHED_CFQ is not set
CONFIG_ARCH... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2002-2015 SCOOP Software GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... | {
"pile_set_name": "Github"
} |
/*
* Ultra Wide Band
* Dynamic Reservation Protocol handling
*
* Copyright (C) 2005-2006 Intel Corporation
* Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
* Copyright (C) 2008 Cambridge Silicon Radio Ltd.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of t... | {
"pile_set_name": "Github"
} |
/* Miniature re-implementation of the "check" library.
*
* This is intended to support just enough of check to run the Expat
* tests. This interface is based entirely on the portion of the
* check library being used.
*/
#include <stdio.h>
#include <stdlib.h>
#include <setjmp.h>
#include <assert.h>
#include "int... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<script>
function boom()
{
var frame = document.getElementById("f");
var frameDoc = frame.contentDocument;
frameDoc.getElementById("g").style.background = "yellow";
frame.style.cssFloat = "right";
document.documentElement.offsetHeight;
frameDoc.documentElement.style.color = "g... | {
"pile_set_name": "Github"
} |
sanitized_anchor_name
=====================
[](https://travis-ci.org/shurcooL/sanitized_anchor_name) [](https://godoc.org/github.com/shurcooL/sanitized_... | {
"pile_set_name": "Github"
} |
<?php namespace Maclof\Kubernetes\Repositories;
use Maclof\Kubernetes\Collections\IssuerCollection;
use Maclof\Kubernetes\Repositories\Strategy\PatchMergeTrait;
class IssuerRepository extends Repository
{
use PatchMergeTrait;
protected $uri = 'issuers';
protected function createCollection($response)
... | {
"pile_set_name": "Github"
} |
{
"plugin1.test1": "englishJSON"
} | {
"pile_set_name": "Github"
} |
(function() {
var DEFAULT_BRACKETS = "()[]{}''\"\"";
var DEFAULT_EXPLODE_ON_ENTER = "[]{}";
var SPACE_CHAR_REGEX = /\s/;
CodeMirror.defineOption("autoCloseBrackets", false, function(cm, val, old) {
if (old != CodeMirror.Init && old)
cm.removeKeyMap("autoCloseBrackets");
if (!val) return;
var ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>LSD: image_int_s struct Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.4 -->
<div class="qi... | {
"pile_set_name": "Github"
} |
<?php
if (!defined('SERVER_PATH')) exit("No Access");
class HandlerException
{
public static function appError($err_no = '', $err_msg = '', $err_file = '', $err_line = 0) {
$err_str = "[{$err_no}] 文件:{$err_file} 中第 {$err_line} 行:{$err_msg} ";
static::logRecord($err_str);
}
public static f... | {
"pile_set_name": "Github"
} |
# core-util-is
The `util.is*` functions introduced in Node v0.12.
| {
"pile_set_name": "Github"
} |
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"-------------------------------------------------... | {
"pile_set_name": "Github"
} |
cmake_minimum_required(VERSION 2.8.3)
project(swissranger_camera)
set(CMAKE_BUILD_TYPE RelWithDebInfo)
IF(EXISTS "/usr/lib/libmesasr.so")
set(SWISSRANGER_ENABLED 1)
ELSE()
set(SWISSRANGER_ENABLED 0)
ENDIF()
LIST(APPEND CMAKE_CXXFLAGS "-DSWISSRANGER_ENABLED")
find_package(catkin REQUIRED COMPONENTS cmake_modules roscp... | {
"pile_set_name": "Github"
} |
find_package(PkgConfig)
pkg_check_modules(WaylandProtocols QUIET wayland-protocols>=${WaylandProtocols_FIND_VERSION})
execute_process(COMMAND ${PKG_CONFIG_EXECUTABLE} --variable=pkgdatadir wayland-protocols
OUTPUT_VARIABLE WaylandProtocols_PKGDATADIR
RESULT_VARIABLE _pkgconfig_failed)
... | {
"pile_set_name": "Github"
} |
/*
* This file has been commented to support Visual Studio Intellisense.
* You should not use this file at runtime inside the browser--it is only
* intended to be used only for design-time IntelliSense. Please use the
* standard jQuery library for all production use.
*
* Comment version: 1.8
*/
/*
* Note: While Micro... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2012 Russell King
* Rewritten from the dovefb driver, and Armada510 manuals.
*
* 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.
*/
#include <linux/clk.h>
#inc... | {
"pile_set_name": "Github"
} |
@prefix p: <http://a.example/>.
p:\_\~\.\-\!\$\&\'\(\)\*\+\,\;\=\/\?\#\@\%00 <http://a.example/p> <http://a.example/o> .
| {
"pile_set_name": "Github"
} |
//
// CartViewController.h
// ShoppingCartExample
//
// Created by Jose Gustavo Rodriguez Baldera on 6/1/14.
// Copyright (c) 2014 Jose Gustavo Rodriguez Baldera. All rights reserved.
//
#import "PayPalPaymentViewController.h"
@interface CartViewController : UITableViewController<PayPalPaymentDelegate>
- (instanc... | {
"pile_set_name": "Github"
} |
MIIB1AoBAKCCAc0wggHJBgkrBgEFBQcwAQEEggG6MIIBtjCBn6IWBBSuvZh6NLQm
9/rEJlTvA73gJMtUGhgPMjAxMjEwMTAxMzA3NDZaMHQwcjBKMAkGBSsOAwIaBQAE
FHyxZlScq9tE7mImFq30ZXv3etWUBBStvZh6NLQm9/rEJlTvA73gJMtUGgIRAKcN
bJWejX5BTb8DmevkCauAABgPMjAxMjEwMTAxMzA3NDZaoBEYDzIwMTIxMDE0MTMw
NzQ2WjANBgkqhkiG9w0BAQUFAAOCAQEAA70+GYJoFuUBwIN9KHMqmOOtnmoL... | {
"pile_set_name": "Github"
} |
---
title: "Fatal Error C1852"
ms.date: "11/04/2016"
f1_keywords: ["C1852"]
helpviewer_keywords: ["C1852"]
ms.assetid: fa011004-b8d6-46f1-ba80-4785e4ce137f
---
# Fatal Error C1852
'filename' is not a valid precompiled header file
The file is not a precompiled header.
### To fix by checking the following possible cau... | {
"pile_set_name": "Github"
} |
package schema
import (
gsunit "github.com/coreos/go-systemd/unit"
"github.com/coreos/fleet/job"
"github.com/coreos/fleet/machine"
"github.com/coreos/fleet/unit"
)
func MapUnitFileToSchemaUnitOptions(uf *unit.UnitFile) []*UnitOption {
sopts := make([]*UnitOption, len(uf.Options))
for i, opt := range uf.Options... | {
"pile_set_name": "Github"
} |
0
| {
"pile_set_name": "Github"
} |
using ArucoUnity.Cameras.Undistortions;
using System;
using UnityEngine;
namespace ArucoUnity.Cameras.Displays
{
/// <summary>
/// Displays a mono <see cref="ArucoCamera"/>.
/// </summary>
public class MonoArucoCameraDisplay : ArucoCameraDisplayGeneric<ArucoCamera, ArucoCameraUndistortion>
{
... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.