text stringlengths 2 99.9k | meta dict |
|---|---|
/** @file
*
* @par History
* - 2005/06/01 Shinigami: added getmapshapes - to get access to mapshapes
* - added getstatics - to fill a list with statics
* - 2005/06/06 Shinigami: added readmultis derivative - to get a list of statics
*/
#ifndef POL_REALM_H
#define POL_REALM_H
#include <memory>
#include <set>
#i... | {
"pile_set_name": "Github"
} |
<refentry xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="5.0" xml:id="callout.defa... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<cobra document="https://github.com/WhaleShark-Team/cobra">
<name value="file_get_contents导致的SSRF"/>
<language value="php"/>
<match mode="function-param-controllable"><![CDATA[file_get_contents]]></match>
<level value="7"/>
<test>
<case assert="true"><!... | {
"pile_set_name": "Github"
} |
package pipe.gui.widget;
import javax.swing.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
public class GenerateResultsForm {
/**
* Maximum number of threads allowed
*/
private static final int MAX_THREADS = 100;
/**
* Error message if processing threads is inc... | {
"pile_set_name": "Github"
} |
if ('undefined' == typeof window) {
module.exports = require('./lib/debug');
} else {
module.exports = require('./debug');
}
| {
"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"
} |
(function( factory ) {
if ( typeof define === "function" && define.amd ) {
define( ["jquery", "../jquery.validate"], factory );
} else if (typeof module === "object" && module.exports) {
module.exports = factory( require( "jquery" ) );
} else {
factory( jQuery );
}
}(function( $ ) {
/*
* Translated default ... | {
"pile_set_name": "Github"
} |
apiVersion: tekton.dev/v1beta1
kind: TaskRun
metadata:
name: build-and-push
spec:
serviceAccountName: build-sa
taskRef:
name: build-and-push
resources:
inputs:
- name: repo
resourceRef:
name: cnych-tekton-example | {
"pile_set_name": "Github"
} |
/*
* Copyright 2011 The Apache Software Foundation
*
* 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 ... | {
"pile_set_name": "Github"
} |
---
layout: post
title: Announcing Scala.js 0.6.13
category: news
tags: [releases]
permalink: /news/2016/10/17/announcing-scalajs-0.6.13/
---
We are excited to announce the release of Scala.js 0.6.13!
This release contains one particularly anticipated feature: the ability to generate CommonJS modules with Scala.js!
... | {
"pile_set_name": "Github"
} |
#ifndef DIFFICULTY_DISPLAY_H
#define DIFFICULTY_DISPLAY_H
#include "GameConstantsAndTypes.h"
#include "Sprite.h"
#include "ActorFrame.h"
#include "Difficulty.h"
class Song;
class DifficultyDisplay : public ActorFrame
{
public:
DifficultyDisplay();
void SetDifficulties( const Song* pSong, StepsType curType );
void... | {
"pile_set_name": "Github"
} |
'use strict';
var path = require('path');
var amd = require('amd-optimize');
var vueify = require('vueify');
var through = require('through2');
module.exports = function (basePath) {
return amd.loader(function (moduleName) {
return path.join(basePath, moduleName);
}, function () {
var translator = functio... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writ... | {
"pile_set_name": "Github"
} |
/**
* Copyright 2014 the original author or authors.
*
* Licensed under the Baidu company (the "License");
* you may not use this file except in compliance with the License.
*
*/
package com.baidu.bjf.remoting.protobuf.enumeration;
import com.baidu.bjf.remoting.protobuf.FieldType;
import com.baidu.bjf.remoting.p... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"size" : "20x20",
"idiom" : "iphone",
"filename" : "Icon-App-20x20@2x.png",
"scale" : "2x"
},
{
"size" : "20x20",
"idiom" : "iphone",
"filename" : "Icon-App-20x20@3x.png",
"scale"... | {
"pile_set_name": "Github"
} |
import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(
<path d="M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2 12H6v-2h12v2zm0-3H6V9h12v2zm0-3H6V6h12v2z" />
, 'Message');
| {
"pile_set_name": "Github"
} |
#ifndef __L1Analysis_L1AnalysisRecoTrackDataFormat_H__
#define __L1Analysis_L1AnalysisRecoTrackDataFormat_H__
//-------------------------------------------------------------------------------
// Created 15/04/2010 - E. Conte, A.C. Le Bihan
//
//
// Original code : L1Trigger/L1TNtuples/L1TrackVertexRecoTreeProducer - J... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2014. Marshal Chen.
*/
package com.marshalchen.common.demoofui.dragSortListview;
import com.marshalchen.common.demoofui.R;
import com.marshalchen.common.uimodule.dragSortListView.DragSortController;
import android.support.v4.app.DialogFragment;
import android.app.AlertDialog;
import android.app.... | {
"pile_set_name": "Github"
} |
.site-navbar {
background-color: #333;
border: 0px;
.navbar-nav > li > a:hover {
background-color: @brand-primary;
color: #fff;
}
}
| {
"pile_set_name": "Github"
} |
#ifndef __X86_64_FLOAT_H__
#define __X86_64_FLOAT_H__
/*
* values for FLT_EVAL_METHOD
* -1 - indeterminable
* 0 - evaluate just to the range and precision of the type
* 1 - evaluate float and double to the range and precision of double
* evaluate long double to its range and precision
* 2 - evaluate all ... | {
"pile_set_name": "Github"
} |
/* pathtracer.cu - Copyright 2019/2020 Utrecht University
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 l... | {
"pile_set_name": "Github"
} |
import React from 'react'
import 'stylesheets/modules/header'
import 'stylesheets/utilities/clearfix'
const Header = React.createClass({
render () {
return (
<div className='header u-clearfix'>
Header
</div>
)
}
})
export default Header
| {
"pile_set_name": "Github"
} |
// Copyright 2016 Google Inc. All Rights Reserved.
//
// Use of this source code is governed by a BSD-style license
// that can be found in the COPYING file in the root of the source
// tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be... | {
"pile_set_name": "Github"
} |
/* pass 9
*
* - optimize usage of temporary variables
*/
if (ZEND_OPTIMIZER_PASS_9 & OPTIMIZATION_LEVEL) {
optimize_temporary_variables(op_array);
}
| {
"pile_set_name": "Github"
} |
<!doctype html>
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be... | {
"pile_set_name": "Github"
} |
<link rel="stylesheet" href="../dist/neutrine.css">
<link rel="stylesheet" href="../bower_components/siimple/dist/siimple.min.css">
<script type="text/javascript" src="../node_modules/react/umd/react.development.js"></script>
<script type="text/javascript" src="../node_modules/react-dom/umd/react-dom.development.js"></... | {
"pile_set_name": "Github"
} |
package com.twobbble.presenter
import com.twobbble.R
import com.twobbble.application.App
import com.twobbble.biz.api.IDetailsBiz
import com.twobbble.biz.impl.DetailsBiz
import com.twobbble.entity.Comment
import com.twobbble.entity.LikeShotResponse
import com.twobbble.tools.NetObserver
import com.twobbble.tools.log
imp... | {
"pile_set_name": "Github"
} |
WEBVTT
00:00:20.187 --> 00:00:21.021
<c.magenta>早上好</c>
00:00:21.522 --> 00:00:23.757
<c.magenta>欢迎各位出席</c>
<c.magenta>“用ReplayKit直播”</c>
00:00:24.324 --> 00:00:26.026
<c.magenta>在这次演讲中</c>
<c.magenta>我们将告诉你关于</c>
00:00:26.093 --> 00:00:28.529
<c.magenta>我们加入到这个框架中的所有新特性</c>
00:00:28.996 --> 00:00:30.063
<c.magent... | {
"pile_set_name": "Github"
} |
(*---------------------------------------------------------------------------
Copyright 2015 Microsoft
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/lice... | {
"pile_set_name": "Github"
} |
/*
* #%L
* BroadleafCommerce Common Libraries
* %%
* Copyright (C) 2009 - 2016 Broadleaf Commerce
* %%
* Licensed under the Broadleaf Fair Use License Agreement, Version 1.0
* (the "Fair Use License" located at http://license.broadleafcommerce.org/fair_use_license-1.0.txt)
* unless the restrictions on use ther... | {
"pile_set_name": "Github"
} |
# Copyright 2017 Insurance Australia Group Limited
#
# 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 ag... | {
"pile_set_name": "Github"
} |
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it w... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2006-2018 Christopho, Solarus - http://www.solarus-games.org
*
* Solarus is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any late... | {
"pile_set_name": "Github"
} |
<h3><a href="http://reference.wolfram.com/search/?q=DiracGammaMatrix">DiracGammaMatrix</a></h3><p><b>Attributes:</b>Protected,
ReadProtected</p><p><b>Symbol has no options.</b></p> | {
"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.
// Windows system calls.
package windows
import (
errorspkg "errors"
"sync"
"syscall"
"time"
"unicode/utf16"
"unsafe"
)
type Handle uintptr
const (
I... | {
"pile_set_name": "Github"
} |
SET(PROJECT_NAME vikit_ros)
PROJECT(${PROJECT_NAME})
CMAKE_MINIMUM_REQUIRED (VERSION 2.8.3)
SET(CMAKE_BUILD_TYPE Release) # Release, RelWithDebInfo
SET(CMAKE_VERBOSE_MAKEFILE OFF)
# Set build flags
SET(CMAKE_CXX_FLAGS "-Wall -D_LINUX -D_REENTRANT -march=native -Wno-unused-variable -Wno-unused-but-set-variable -Wno-unk... | {
"pile_set_name": "Github"
} |
<?php
namespace Everyman\Neo4j\Cache;
class MemcachedTest extends \PHPUnit_Framework_TestCase
{
protected $memcached = null;
protected $cache = null;
public function setUp()
{
$memcachedVersion = phpversion('memcached');
if (!$memcachedVersion) {
$this->markTestSkipped('Memcached extension not enabled/inst... | {
"pile_set_name": "Github"
} |
/**
* @file tpl_os_multicore_kernel.h
*
* @section descr File description
*
* Trampoline multicore kernel services header.
*
* @section copyright Copyright
*
* Trampoline RTOS
*
* Trampoline is copyright (c) CNRS, University of Nantes, Ecole Centrale de Nantes
* Trampoline is protected by the French intelle... | {
"pile_set_name": "Github"
} |
/***************************************************************************/
/* */
/* ftver.rc */
/* */
/* Fr... | {
"pile_set_name": "Github"
} |
%% -*- coding: utf-8 -*-
{" has set the subject to: "," ตั้งหัวข้อว่า: "}.
{"Access denied by service policy","การเข้าถึงถูกปฏิเสธโดยนโยบายการบริการ"}.
{"Action on user","การดำเนินการกับผู้ใช้"}.
{"Add Jabber ID","เพิ่ม Jabber ID"}.
{"Add New","เพิ่มผู้ใช้ใหม่"}.
{"Add User","เพิ่มผู้ใช้"}.
{"Administration of ","การดู... | {
"pile_set_name": "Github"
} |
/*
Copyright 2016 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"
} |
<?php
/**
* Zend Framework
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.zend.com/license/new-bsd
* If you did not receive a copy of the license an... | {
"pile_set_name": "Github"
} |
require('./angular-locale_teo');
module.exports = 'ngLocale';
| {
"pile_set_name": "Github"
} |
const Parse = require("./Parse").Parse
exports.default = {
"opts.string": [
{
name: "with short options",
argv: ["-a001", "-b001", "-c", ".5", "-d", ".5", "-x-1"],
opts: {
string: ["a", "c", "x"]
},
expected: {
_: [],
a: "001",
b: 1,
c: ".5",
... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
class CreateRoles < ActiveRecord::Migration[5.1]
def change
create_table :roles do |t|
t.string :name, null: false
t.text :permissions
t.string :type, null: false
t.timestamps
end
end
end
| {
"pile_set_name": "Github"
} |
/*
Copyright 2016 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"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.1 -->
<interface domain="sc">
<requires lib="gtk+" version="3.18"/>
<object class="GtkEntry" id="entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hexpand">True</property>
... | {
"pile_set_name": "Github"
} |
scan = (string, pattern, callback) ->
result = ""
while string.length > 0
match = string.match pattern
if match
result += string.slice 0, match.index
result += callback match
string = string.slice(match.index + match[0].length)
else
result += string
string = ""
result
... | {
"pile_set_name": "Github"
} |
#!/bin/sh
export LD_LIBRARY_PATH="$(pwd):${LD_LIBRARY_PATH}"
exec ./shcl "$@"
| {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<doc>
<assembly>
<name>GalaSoft.MvvmLight.Win8</name>
</assembly>
<members>
<member name="T:GalaSoft.MvvmLight.Command.RelayCommand">
<summary>
A command whose sole purpose is to relay its functionality to other
objects by in... | {
"pile_set_name": "Github"
} |
// @flow
import React from 'react';
import noop from 'lodash/noop';
import SuggestedPill from './SuggestedPill';
import type { SuggestedPill as SuggestedPillType, SuggestedPills, SuggestedPillsFilter } from './flowTypes';
import './SuggestedPillsRow.scss';
type Props = {
onSuggestedPillAdd?: SuggestedPillType =>... | {
"pile_set_name": "Github"
} |
#ifndef BT_CLIP_POLYGON_H_INCLUDED
#define BT_CLIP_POLYGON_H_INCLUDED
/*! \file btClipPolygon.h
\author Francisco Leon Najera
*/
/*
This source file is part of GIMPACT Library.
For the latest info, see http://gimpact.sourceforge.net/
Copyright (c) 2007 Francisco Leon Najera. C.C. 80087371.
email: projectileman@yahoo... | {
"pile_set_name": "Github"
} |
:107E000001C0B7C0112484B790E89093610010922C
:107E10006100882361F0982F9A70923041F081FFC1
:107E200002C097EF94BF282E80E0C6D0E9C085E05D
:107E30008093810082E08093C80088E18093C9002C
:107E400087E48093CC0086E08093CA008EE0B4D0B3
:107E5000279A84E02AEB3AEF91E030938500209353
:107E6000840096BBB09BFECF1F9AA8954091C80096
:107E... | {
"pile_set_name": "Github"
} |
package algs.model.interval;
import algs.model.IBinaryTreeNode;
/**
* Interface for constructing nodes in a Segment Tree.
* <p>
* Exposed in this way to enable individual SegmentTrees to have nodes that
* store different pieces of information, yet need to construct nodes as needed.
*
* @author George Heineman
... | {
"pile_set_name": "Github"
} |
// go-libtor - Self-contained Tor from Go
// Copyright (c) 2018 Péter Szilágyi. All rights reserved.
package libtor
/*
#define DSO_NONE
#define OPENSSLDIR "/usr/local/ssl"
#define ENGINESDIR "/usr/local/lib/engines"
#include <../crypto/evp/m_mdc2.c>
*/
import "C"
| {
"pile_set_name": "Github"
} |
[
{
"date": "2022-01-01 00:00:00",
"start": "2022-01-01T03:00:00.000Z",
"end": "2022-01-02T03:00:00.000Z",
"name": "Ano Novo",
"type": "public",
"rule": "01-01",
"_weekday": "Sat"
},
{
"date": "2022-02-26 00:00:00",
"start": "2022-02-26T03:00:00.000Z",
"end": "2022-03-02T17... | {
"pile_set_name": "Github"
} |
#!/bin/bash
echo removing:
find . -path ./node_modules -prune -o \( -name \*~ -type f -print -exec rm {} \; \)
| {
"pile_set_name": "Github"
} |
5 Aug 2013 - This library is no longer supported or maintained. A more recent Clickatell library can be found here https://github.com/xploshioOn/clickatellsend
h1. Clickatell SMS Library
To use this gem, you will need sign up for an account at www.clickatell.com. Once you are registered and logged into your account c... | {
"pile_set_name": "Github"
} |
using System.Collections.Generic;
namespace Cake.Core
{
/// <summary>
/// Acts as a context providing info about the overall build before its started.
/// </summary>
public interface ISetupContext : ICakeContext
{
/// <summary>
/// Gets target (initiating) task.
/// </summa... | {
"pile_set_name": "Github"
} |
±²³SolveSpaceREVa
Group.h.v=00000001
Group.type=5000
Group.name=#references
Group.color=ff000000
Group.skipFirst=0
Group.predef.swapUV=0
Group.predef.negateU=0
Group.predef.negateV=0
Group.visible=1
Group.suppress=0
Group.relaxConstraints=0
Group.allowRedundant=0
Group.allDimsReference=0
Group.scale=1.000000000000000... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
package io.renren.utils.aop;
import com.alibaba.fastjson.JSON;
import io.renren.utils.annotation.SysLog;
import io.renren.entity.SysLogEntity;
import io.renren.service.SysLogService;
import io.renren.utils.HttpContextUtils;
import io.renren.utils.IPUtils;
import io.renren.utils.ShiroUtils;
import org.aspectj.lang.Join... | {
"pile_set_name": "Github"
} |
/* Copyright 2018-present MongoDB Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... | {
"pile_set_name": "Github"
} |
config BR2_PACKAGE_XAVANTE
bool "xavante"
# Runtime dependency only
select BR2_PACKAGE_CGILUA
select BR2_PACKAGE_COPAS
select BR2_PACKAGE_COXPCALL
select BR2_PACKAGE_LUAFILESYSTEM
select BR2_PACKAGE_LUASOCKET
select BR2_PACKAGE_WSAPI
help
Xavante is a Lua HTTP 1.1 Web server that uses a modular
architect... | {
"pile_set_name": "Github"
} |
parameters:
BuildConfiguration: release
BuildPlatform: any cpu
Architecture: x64
jobs:
- job: build_windows_${{ parameters.Architecture }}
displayName: Build Windows - ${{ parameters.Architecture }}
condition: succeeded()
pool:
name: Package ES Standard Build
variables:
BuildConfiguration: ${{ pa... | {
"pile_set_name": "Github"
} |
<div id="automation_domain" class="hg-popup-b" data-role="popup" data-position-to="window" data-overlay-theme="b">
<a href="#" data-rel="back" class="ui-btn ui-corner-all ui-shadow ui-icon-delete ui-btn-icon-notext ui-btn-right">Close</a>
<div data-role="header">
<h1>Wizard (1/5)</h1>
</div>
<di... | {
"pile_set_name": "Github"
} |
# %%
"""
<table class="ee-notebook-buttons" align="left">
<td><a target="_blank" href="https://github.com/giswqs/earthengine-py-notebooks/tree/master/Image/edge_detection.ipynb"><img width=32px src="https://www.tensorflow.org/images/GitHub-Mark-32px.png" /> View source on GitHub</a></td>
<td><a target="_blank"... | {
"pile_set_name": "Github"
} |
/*
* linux/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c
*
* Copyright (C) 2011 Samsung Electronics Co., Ltd.
* http://www.samsung.com/
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundatio... | {
"pile_set_name": "Github"
} |
import UIElement, { EVENT } from "@core/UIElement";
import { LOAD, CLICK, POINTERSTART, MOVE, BIND, CHANGE } from "@core/Event";
import { Length } from "@unit/Length";
import RangeEditor from "./RangeEditor";
import SelectEditor from "./SelectEditor";
import InputRangeEditor from "./InputRangeEditor";
import { Gradien... | {
"pile_set_name": "Github"
} |
{
"name": "gutenberg",
"version": "9.0.0",
"private": true,
"description": "A new WordPress editor experience.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
"WordPress",
"editor"
],
"homepage": "https://github.com/WordPress/gutenberg/",
"repository": "git+https://g... | {
"pile_set_name": "Github"
} |
[
{
"outputFile": "E:\\AndroidStudioProjects\\WoChat\\easeui\\build\\intermediates\\res\\merged\\androidTest\\debug\\values-v11\\values-v11.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset"... | {
"pile_set_name": "Github"
} |
optimal_raid=1
default_actions=1
bfa.worldvein_allies=5
T25_Death_Knight_Blood.simc
T25_Death_Knight_Frost.simc
T25_Death_Knight_Unholy.simc
T25_Demon_Hunter_Havoc.simc
T25_Demon_Hunter_Vengeance.simc
T25_Druid_Balance.simc
T25_Druid_Feral.simc
# T25_Druid_Restoration.simc
T25_Druid_Guardian.simc
T25_Hunter_Beast_M... | {
"pile_set_name": "Github"
} |
/* 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 obtain one at http://mozilla.org/MPL/2.0/. */
import com.adobe.test.Assert;
import com.adobe.test.Utils;
var CODE = 1074; // Illegal write to read-only property ... | {
"pile_set_name": "Github"
} |
#include "alsa.h"
/********************************************************
Audio Tools, a module and set of tools for manipulating audio data
Copyright (C) 2007-2016 Brian Langenberger
further modified by Brian Langenberger for use in Python Audio Tools
This program is free software; you can redistribute it and... | {
"pile_set_name": "Github"
} |
/*
Copyright 2016 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"
} |
color = { 124 212 121 }
graphical_culture = ZuluGC
party = {
name = "ZUL_conservative"
start_date = 1800.1.1
end_date = 2000.1.1
ideology = conservative
economic_policy = state_capitalism
trade_policy = protectionism
religious_policy = moralism
citizenship_policy = residency
war_policy = pro_military
}
par... | {
"pile_set_name": "Github"
} |
//! Tests auto-converted from "sass-spec/spec/libsass-closed-issues/issue_1169/error"
#[allow(unused)]
use super::rsass;
// From "sass-spec/spec/libsass-closed-issues/issue_1169/error/color.hrx"
// Ignoring "color", error tests are not supported yet.
// From "sass-spec/spec/libsass-closed-issues/issue_1169/error/fun... | {
"pile_set_name": "Github"
} |
<?php
/**
* This file is part of PHPWord - A pure PHP library for reading and writing
* word processing documents.
*
* PHPWord is free software distributed under the terms of the GNU Lesser
* General Public License version 3 as published by the Free Software Foundation.
*
* For the full copyright and license inf... | {
"pile_set_name": "Github"
} |
/*
Copyright 2014 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"
} |
# make sure that your dns has a cname set for prometheus and that your prometheus container is not using a base url
server {
listen 443 ssl;
listen [::]:443 ssl;
server_name prometheus.*;
include /config/nginx/ssl.conf;
client_max_body_size 0;
# enable for ldap auth, fill in ldap details in... | {
"pile_set_name": "Github"
} |
---
name: Bug report
about: Create a report to help us improve
---
**What version of protobuf and what language are you using?**
Version: (e.g., `v1.1.0`, `89a0c16f`, etc)
**What did you do?**
If possible, provide a recipe for reproducing the error.
A complete runnable program is good with `.proto` and `.go` source ... | {
"pile_set_name": "Github"
} |
#usda 1.0
class "_class_Sarah"
{
custom color3d displayColor = (1, 1, 1)
}
def "Sarah" (
add references = @test.usda@</Sarah_Defaults>
add variantSets = ["displayColor", "standin"]
add inherits = </_class_Sarah>
variants = {
string displayColor = "red"
string lod = "full"
}
)
{... | {
"pile_set_name": "Github"
} |
using System;
/*
*/
namespace Heijden.DNS
{
public class RecordRRSIG : Record
{
public byte[] RDATA;
public RecordRRSIG(RecordReader rr)
{
// re-read length
ushort RDLENGTH = rr.ReadUInt16(-2);
RDATA = rr.ReadBytes(RDLENGTH);
}
public override string ToString()
{
return string.Format("not... | {
"pile_set_name": "Github"
} |
-------------------------------------------------------------------------------
-- AddOn namespace.
-------------------------------------------------------------------------------
local FOLDER_NAME, private = ...
private.ACHIEVEMENT_ZONE_IDS = {
[104] = { 1312 }; --Shadowmoon valley (BC)
[109] = { 1312 }; --N... | {
"pile_set_name": "Github"
} |
"""The test for the data filter sensor platform."""
from datetime import timedelta
from os import path
import unittest
from homeassistant import config as hass_config
from homeassistant.components.filter.sensor import (
DOMAIN,
LowPassFilter,
OutlierFilter,
RangeFilter,
ThrottleFilter,
TimeSMAF... | {
"pile_set_name": "Github"
} |
/*
* _______ _ _ _____ ____
* |__ __| | | | |/ ____| _ \
* | | ___ ___ _ __ _ _| | | | (___ | |_) |
* | |/ _ \/ _ \ '_ \| | | | | | |\___ \| _ <
* | | __/ __/ | | | |_| | |__| |____) | |_) |
* |_... | {
"pile_set_name": "Github"
} |
29
27
27
27
27
25
25
25
27
23
27
25
27
25
25
27
25
24
25
24
24
23
27
28
25
30
27
29
22
27
27
28
25
25
25
27
24
24
30
25
31
23
24
28
26
25
27
27
23
18
25
25
27
27
25
28
25
27
27
27
25
25
29
18
31
25
26
23
29
18
24
27
31
23
26
27
27
29
27
21
23
27
24
27
25
29
27
31
27
25
25
25
24
24
29
27
27
23
29
19
27
27
25
25
23
25
23... | {
"pile_set_name": "Github"
} |
/**
* Load all we.js features and start node.js console.
* see: https://nodejs.org/api/repl.html
*/
module.exports = function consoleCommand(program) {
const repl = require('repl'),
helpers = require('../helpers');
let we;
program
.command('console')
.alias('c')
.description('Bootstrap we.js and st... | {
"pile_set_name": "Github"
} |
<mods xmlns="http://www.loc.gov/mods/v3" xmlns:exslt="http://exslt.org/common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd" version="3.3" ID="P0b002ee1818f170d">
<name ty... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2020 ConsenSys AG.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... | {
"pile_set_name": "Github"
} |
using BenchmarkDotNet.Configs;
using System;
namespace BenchmarkDotNet.Diagnostics.Windows.Configs
{
[AttributeUsage(AttributeTargets.Class)]
public class TailCallDiagnoserAttribute : Attribute, IConfigSource
{
public IConfig Config { get; }
/// <param name="logFailuresOnly">only the meth... | {
"pile_set_name": "Github"
} |
/*
Copyright (C) 1996-1997 Id Software, Inc.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in th... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" datatype="plaintext" original="file.ext">
<body>
<trans-unit id="1">
<source>An authentication exception occurred.</source>
<target>Uma exceção oco... | {
"pile_set_name": "Github"
} |
#!/usr/bin/python
# Copyright (C) Vladimir Prus 2005.
# 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)
import BoostBuild
t = BoostBuild.Tester(use_test_config=False)
t.write("jamroot.jam", "using some_tool ;")
t.... | {
"pile_set_name": "Github"
} |
/****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:GPL-EXCEPT$
** Commercial License Usage
** Licensees holding valid com... | {
"pile_set_name": "Github"
} |
name=Metzali, Tower of Triumph
image=https://magiccards.info/scans/en/rix/165b.jpg
value=2.500
rarity=R
type=Legendary,Land
ability={T}: Add one mana of any color.;\
{1}{R}, {T}: SN deals 2 damage to each opponent.;\
{2}{W}, {T}: Choose a creature at random that attacked this turn. Destroy that creature... | {
"pile_set_name": "Github"
} |
/**
* The MIT License
* Copyright (c) 2014-2016 Ilkka Seppälä
*
* 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, c... | {
"pile_set_name": "Github"
} |
within DataReconciliationSimpleTests;
model ExtractionSetSTest1_corrected
Real x1(uncertain=Uncertainty.refine);
Real x2(uncertain=Uncertainty.refine);
Real x3(uncertain=Uncertainty.refine);
Real y1;
Real y2;
Real y3 annotation(Diagram(coordinateSystem(extent={{-148.5,-105.0},{... | {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('xorWith', require('../xorWith'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
// 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 obtain one at http://mozilla.org/MPL/2.0/.
package deltablue {
public class BinaryConstraint {
protected var v1;
protected var v2;
protected var d... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.