text stringlengths 2 99.9k | meta dict |
|---|---|
[
{
"CollectPEBSRecord": "2",
"PublicDescription": "Counts requests to the Instruction Cache (ICache) for one or more bytes in an ICache Line and that cache line is not in the ICache (miss). The event strives to count on a cache line basis, so that multiple accesses which miss in a single cache li... | {
"pile_set_name": "Github"
} |
// RUN: rm -rf %t
// RUN: rm -rf %t-saved
// RUN: mkdir -p %t-saved
// Initial module build (-Werror=header-guard)
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -fdisable-module-hash \
// RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-incomplete-umbrella \
// RUN: -Werror=header... | {
"pile_set_name": "Github"
} |
/*
This file is part of Darling.
Copyright (C) 2019 Lubos Dolezel
Darling 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 later version.
Darling i... | {
"pile_set_name": "Github"
} |
module.exports = {
"type": "Program",
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 35
}
},
"range": [
0,
35
],
"body": [
{
"type": "ExpressionStateme... | {
"pile_set_name": "Github"
} |
/***********************************************************************************************************************
* OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC, and other contributors. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without m... | {
"pile_set_name": "Github"
} |
//
// StaticUtils.m
// Rev3
//
// Created by Bryce Redd on 12/1/09.
// Copyright 2009 __MyCompanyName__. All rights reserved.
//
#import "StaticUtils.h"
#import "cocos2d.h"
#import "Battlefield.h"
#import "Piece.h"
#import "Arch.h"
#import "City.h"
class RayCastCallback : public b2RayCastCallback
{
public:
RayCa... | {
"pile_set_name": "Github"
} |
# To change this template, choose Tools | Templates
# and open the template in the editor.
FormFontChooser.title=Choose font
jLabel1.text=Font
jLabel2.text=Style
jLabel3.text=Size
applyFont.Action.text=Apply
applyFont.Action.shortDescription=Applies new font-family and style
cancelFont.Action.text=Cancel
cancelFont.Ac... | {
"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"
} |
package io.dcloud.feature.speech;
import java.util.HashMap;
import io.dcloud.common.DHInterface.AbsMgr;
import io.dcloud.common.DHInterface.IFeature;
import io.dcloud.common.DHInterface.IMgr.MgrEvent;
import io.dcloud.common.DHInterface.IMgr.MgrType;
import io.dcloud.common.DHInterface.IWebview;
import io.dcloud.comm... | {
"pile_set_name": "Github"
} |
/**
******************************************************************************
* @file lcdconf.h
* @author MCD Application Team
* @brief Header for LCDConf file
******************************************************************************
* @attention
*
* <h2><center>© Copyright (c) 2017... | {
"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"
} |
//===-- XCoreSelectionDAGInfo.cpp - XCore SelectionDAG Info ---------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"pile_set_name": "Github"
} |
Test_2.scala:4: error: String is not supported
case t"$x" => println(x)
^
one error found
| {
"pile_set_name": "Github"
} |
/*****************************************************************************
Copyright (c) 2014, Intel Corp.
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 cod... | {
"pile_set_name": "Github"
} |
//
// Timezone_UNIX.cpp
//
// $Id: //poco/1.4/Foundation/src/Timezone_UNIX.cpp#2 $
//
// Library: Foundation
// Package: DateTime
// Module: Timezone
//
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// Permission is hereby granted, free of charge, to any... | {
"pile_set_name": "Github"
} |
#ifndef LINEFILEUTILITIES_H
#define LINEFILEUTILITIES_H
#include <vector>
#include <string>
#include <cstring>
#include <sstream>
#include <cstdlib>
using namespace std;
// templated function to convert objects to strings
template <typename T>
inline
std::string ToString(const T & value) {
std::stringstream ss;
... | {
"pile_set_name": "Github"
} |
<?php
/**
* Tests for the reports reviews totals REST API.
*
* @package WooCommerce\Tests\API
* @since 3.5.0
*/
class WC_Tests_API_Reports_Reviews_Totals extends WC_REST_Unit_Test_Case {
/**
* Setup our test server, endpoints, and user info.
*/
public function setUp() {
parent::setUp();
$this->user = $... | {
"pile_set_name": "Github"
} |
OSASKの半角フォントを流用
char 0x00
........
........
........
........
........
........
........
........
........
........
........
........
........
........
........
........
char 0x01
........
........
..***...
.*...*..
*.....*.
*.*.*.*.
*.*.*.*.
*.....*.
*.....*.
*.*.*.*.
*..*..*.
.*...*.... | {
"pile_set_name": "Github"
} |
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build !amd64,!arm64
package bytealg
func Count(b []byte, c byte) int {
n := 0
for _, x := range b {
if x == c {
n++
}
}
return n
}
func CountS... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html class="client-nojs" lang="en" dir="ltr">
<head>
<meta charset="UTF-8"/>
<title>File:Flag of Liberia.svg - Wikimedia Commons</title>
<script>document.documentElement.className = document.documentElement.className.replace( /(^|\s)client-nojs(\s|$)/, "$1client-js$2" );</script>
<script>(window.RLQ=wi... | {
"pile_set_name": "Github"
} |
package com.mscharhag.oleaster.runner;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Optional;
import java.util.function.Function;
import com.mscharhag.oleaster.runner.suite.Spec;
import com.mscharhag.oleaster.runner.suite.Suite;
import org.junit.Before;
import org.juni... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDisplayName</key>
<string>ValidationCallback</string>
<key>CFBundleIdentifier</key>
<string>com.xamarin.validationcallback</string>... | {
"pile_set_name": "Github"
} |
# Lo-Dash v2.4.2
A utility library delivering consistency, [customization](https://lodash.com/custom-builds), [performance](https://lodash.com/benchmarks), & [extras](https://lodash.com/#features).
## Download
Check out our [wiki]([https://github.com/lodash/lodash/wiki/build-differences]) for details over the differe... | {
"pile_set_name": "Github"
} |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyConfigurat... | {
"pile_set_name": "Github"
} |
<?xml version='1.0' encoding='utf-8'?>
<section xmlns="https://code.dccouncil.us/schemas/dc-library" xmlns:codified="https://code.dccouncil.us/schemas/codified" xmlns:codify="https://code.dccouncil.us/schemas/codify" xmlns:xi="http://www.w3.org/2001/XInclude" containing-doc="D.C. Code">
<num>10-503.25</num>
<headin... | {
"pile_set_name": "Github"
} |
from silenttrinity.core.utils import get_path_in_package
from silenttrinity.core.teamserver.module import Module
class STModule(Module):
def __init__(self):
self.name = 'boo/netsessions'
self.language = 'boo'
self.description = 'Get a list of sessions info from a remote computer.'
... | {
"pile_set_name": "Github"
} |
// This file is provided under The MIT License as part of Steamworks.NET.
// Copyright (c) 2013-2019 Riley Labrecque
// Please see the included LICENSE.txt for additional information.
// This file is automatically generated.
// Changes to this file will be reverted when you update Steamworks.NET
#if UNITY_ANDROID || ... | {
"pile_set_name": "Github"
} |
>>obey TEST_1_1_1_4(tests);
>>
>>------------------------------------------------------------------
>>-- TEST CASE
>>------------------------------------------------------------------
>>-- NOTE: the following statement should NOT fire the trigger (no match)
>>UPDATE tab1A SET b=2;
--- 0 row(s) updated.
>>
>>-- NOTE:... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
| {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2006-2015, JGraph Ltd
* Copyright (c) 2006-2015, Gaudenz Alder
*/
mxCodecRegistry.register(function()
{
/**
* Class: mxModelCodec
*
* Codec for <mxGraphModel>s. This class is created and registered
* dynamically at load time and used implicitely via <mxCodec>
* and the <mxCodecRegistry... | {
"pile_set_name": "Github"
} |
--------------------------------------------------
Name
--------------------------------------------------
Cranberry Sauce Chicken I
--------------------------------------------------
Ingredients
--------------------------------------------------
12
skinless, boneless chicken breast halves
1 1/4 cups
cranberry sauce
1 ... | {
"pile_set_name": "Github"
} |
<!-- Heads up! This is a generated file, do not edit directly. You can find the source at https://github.com/ember-learn/super-rentals-tutorial/blob/master/src/markdown/tutorial/part-1/index.md -->
Welcome to the Ember Tutorial!
In this tutorial, we will use Ember to build an application called Super Rentals. This wi... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright (C) 2019 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
... | {
"pile_set_name": "Github"
} |
//
// PFMoveApplication.h, version 1.10
// LetsMove
//
// Created by Andy Kim at Potion Factory LLC on 9/17/09
//
// The contents of this file are dedicated to the public domain.
#import <Foundation/Foundation.h>
void PFMoveToApplicationsFolderIfNecessary(void);
| {
"pile_set_name": "Github"
} |
; Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
;
; Permission to use, copy, modify, and/or 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"
} |
//
// Copyright Aliaksei Levin (levlam@telegram.org), Arseny Smirnov (arseny30@gmail.com) 2014-2020
//
// 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)
//
#include "td/telegram/SecureStorage.h"
#include "td/utils/bu... | {
"pile_set_name": "Github"
} |
import os
import sys
import unittest
from aiosmtpd.controller import Controller
from aiosmtpd.handlers import AsyncMessage, Debugging, Mailbox, Proxy, Sink
from aiosmtpd.smtp import SMTP as Server
from contextlib import ExitStack
from io import StringIO
from mailbox import Maildir
from operator import itemgetter
from ... | {
"pile_set_name": "Github"
} |
strict digraph "dependency-cruiser output"{
{{#if graphAttrs}}{{{graphAttrs}}}{{/if}}
{{#if nodeAttrs}}node [{{{nodeAttrs}}}]{{/if}}
{{#if edgeAttrs}}edge [{{{edgeAttrs}}}]{{/if}}
{{#modules}}
{{#if folder}}
{{#each path}}subgraph "cluster_{{{aggregateSnippet}}}" {label="{{{snippet}}}" {{#if ../../... | {
"pile_set_name": "Github"
} |
{% extends "layout.html" %}
{% block title %}
<title>Gestion des dons</title>
{% endblock %}
{% block body %}
<div class="well">
<div class="container">
<p class="pull-right">
<a class="btn btn-primary" href="#" data-toggle="modal" data-target="#donation-button-modal">
Obtenir u... | {
"pile_set_name": "Github"
} |
package net.time4j.calendar;
import net.time4j.PlainDate;
import net.time4j.engine.CalendarSystem;
import net.time4j.engine.EpochDays;
import net.time4j.format.expert.Iso8601Format;
import net.time4j.history.ChronoHistory;
import net.time4j.history.HistoricDate;
import net.time4j.history.HistoricEra;
import org.junit.... | {
"pile_set_name": "Github"
} |
<?php
/* vim: set expandtab tabstop=4 shiftwidth=4: */
// +----------------------------------------------------------------------+
// | PHP Version 4 |
// +----------------------------------------------------------------------+
// | Copyright (c) 1997-2002 The PHP ... | {
"pile_set_name": "Github"
} |
/* libunwind - a platform-independent unwind library
This file is part of libunwind.
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 t... | {
"pile_set_name": "Github"
} |
/* Copyright (C) 2003-2006, Advanced Micro Devices, 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.
*/
#if... | {
"pile_set_name": "Github"
} |
/*
Language: Zephir
Author: Oleg Efimov <efimovov@gmail.com>
*/
function(hljs) {
var STRING = {
className: 'string',
contains: [hljs.BACKSLASH_ESCAPE],
variants: [
{
begin: 'b"', end: '"'
},
{
begin: 'b\'', end: '\''
},
hljs.inherit(hljs.APOS_STRING_MODE, ... | {
"pile_set_name": "Github"
} |
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: protoex.fbe
// Version: 1.4.0.0
#if defined(_MSC_VER)
#pragma warning(push)
#pragma warning(disable:4065) // C4065: switch statement contains 'default' but no 'case' labels
#end... | {
"pile_set_name": "Github"
} |
package epic.preprocess
import java.io.FileInputStream
import breeze.config.CommandLineParser
import epic.slab._
import epic.slab.Sentence
/**
*
* @author dlwh
*/
trait SentenceSegmenter extends StringAnalysisFunction[Any, Sentence] with (String => Iterable[String]) with Serializable {
override def toString = g... | {
"pile_set_name": "Github"
} |
##############################################################################
##
## Program to test DetourFindFunction.
##
## Microsoft Research Detours Package
##
## Copyright (c) Microsoft Corporation. All rights reserved.
##
!include ..\common.mak
LIBS=$(LIBS) kernel32.lib
###################################... | {
"pile_set_name": "Github"
} |
//
// Copyright (c) 2020 Related Code - http://relatedcode.com
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIG... | {
"pile_set_name": "Github"
} |
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
// test_no_rtti.cpp
// (C) Copyright 2002 Robert Ramey - http://www.rrsd.com .
// 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://ww... | {
"pile_set_name": "Github"
} |
/*
* test_count_connections.sli
*
* This file is part of NEST.
*
* Copyright (C) 2004 The NEST Initiative
*
* NEST 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... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://ws.apache.org/ns/synapse">
<proxy xmlns="http://ws.apache.org/ns/synapse" name="urlRewriteRemovePortTestProxy" transports="https,http" statistics="disable" trace="disable"
startOnLoad="true">
<target>
<inSequence>
... | {
"pile_set_name": "Github"
} |
<?php
/*
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2003 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#include <sstream>
#include <string>
#include <cstdlib>
#include <ctime>
#include <dlib/queue.h>
#include <dlib/memory_manager_global.h>
#include "tester.h"
// This is called an unnamed-n... | {
"pile_set_name": "Github"
} |
/**
* A method that returns `false`.
*
* @static
* @memberOf _
* @since 4.13.0
* @category Util
* @returns {boolean} Returns `false`.
* @example
*
* _.times(2, _.stubFalse);
* // => [false, false]
*/
function stubFalse() {
return false;
}
module.exports = stubFalse;
| {
"pile_set_name": "Github"
} |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jcuda</groupId>
<artifa... | {
"pile_set_name": "Github"
} |
//
// Copyright 2014 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// Based on Hello_Triangle.c from
// Book: OpenGL(R) ES 2.0 Programming Guide
// Authors: Aaftab Munshi, Dan Ginsburg, Dave S... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2017 Google Inc.
Written by Andrew Allen */
/*
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 conditio... | {
"pile_set_name": "Github"
} |
require_relative "../../setup_test"
require_relative "../../../lib/sonicpi/lang/core"
module SonicPi
class RandomTester < Minitest::Test
include SonicPi::Lang::Core
def test_rand
use_random_stream :white
rand_reset
assert_equal(rand, 0.75006103515625)
assert_equal(rand, 0.73391723632... | {
"pile_set_name": "Github"
} |
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="com.aptana.usage" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appinfo>
<meta.schema plugin="com.aptana.usage" id="analyticsInfo" name="Analytics Information"/>
</appinfo>
<documenta... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
##############################################################################
##
## Gradle start up script for UN*X
##
##############################################################################
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to ... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2016 Couchbase, 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... | {
"pile_set_name": "Github"
} |
//
// MPMoPubNativeCustomEvent.h
//
// Copyright 2018-2020 Twitter, Inc.
// Licensed under the MoPub SDK License Agreement
// http://www.mopub.com/legal/sdk-license-agreement/
//
#import "MPNativeCustomEvent.h"
@interface MPMoPubNativeCustomEvent : MPNativeCustomEvent
@end
| {
"pile_set_name": "Github"
} |
package com.sequenceiq.it.cloudbreak.action.v4.stack;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.sequenceiq.it.cloudbreak.CloudbreakClient;
import com.sequenceiq.it.cloudbreak.action.Action;
import com.sequenceiq.it.cloudbreak.context.TestContext;
import com.sequenceiq.it.cloudbreak.dto.stack... | {
"pile_set_name": "Github"
} |
[](https://clojars.org/com.paren/serene)
# Serene
Generate [clojure.spec](https://clojure.org/about/spec) with [GraphQL](https://graphql.org/) and extend GraphQL with clojure.spec.
* **100% GraphQL schema spec coverage**
* **Works with any Grap... | {
"pile_set_name": "Github"
} |
// Copyright 2009 the Sputnik authors. All rights reserved.
/**
* The "while" Statement is evaluted according to 12.6.2 and returns (normal, V, empty)
*
* @path ch12/12.6/12.6.2/S12.6.2_A7.js
* @description using eval
*/
var __condition=0
__evaluated = eval("while (__condition<5) eval(\"__condition++\");");
//... | {
"pile_set_name": "Github"
} |
#include <linux/types.h>
#include <linux/errno.h>
#include <asm/uaccess.h>
#include <asm/sfp-machine.h>
#include <math-emu/soft-fp.h>
#include <math-emu/double.h>
#include <math-emu/single.h>
int
frsp(void *frD, void *frB)
{
FP_DECL_D(B);
FP_DECL_EX;
#ifdef DEBUG
printk("%s: D %p, B %p\n", __func__, frD, frB);
#e... | {
"pile_set_name": "Github"
} |
/* eslint react/no-multi-comp:0 react/jsx-no-bind:0 */
import React from 'react';
import PropTypes from 'prop-types';
import ReactDOM from 'react-dom';
import { assert } from 'chai';
import { createStore, applyMiddleware, combineReducers } from 'redux';
import { Provider, connect } from 'react-redux';
import TestUtils ... | {
"pile_set_name": "Github"
} |
#include <vector>
#include "caffe/layers/correlation_layer.hpp"
#include "caffe/util/math_functions.hpp"
#include "caffe/util/gpu_util.cuh"
namespace caffe {
template <typename Dtype>
__global__ void CorrelationForward(const int nthreads,
const Dtype* b0_data, const Dtype* b1_data, const int num, const int channe... | {
"pile_set_name": "Github"
} |
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.DependencyInjection.Extensions;
using Orleans.Configuration;
using Orleans.Configuration.Validators;
using Orleans.Runtime.Configuration;
using Orleans.Runtime.ConsistentRing;
using Orleans.Runtime.Counters;
using Orleans.Runtime.GrainDirectory;... | {
"pile_set_name": "Github"
} |
# 다이얼로그를 위해 `dl`을 쓰지 마라
`dl` 요소는 HTML의 연결 목록으로 제한한다.
Bad:
<dl>
<dt>Costello</dt>
<dd>Look, you gotta first baseman?</dd>
<dt>Abbott</dt>
<dd>Certainly.</dd>
<dt>Costello</dt>
<dd>Who’s playing first?</dd>
<dt>Abbott</dt>
<dd>That’s right.</dd>
<dt>Costello be... | {
"pile_set_name": "Github"
} |
(rr-binderhub)=
# BinderHub
## Prerequisites / recommended skill level
| Prerequisite | Importance | Notes |
|---|---|---|
| [Version Control](./version-control) | Very Important | |
| [Reproducible Environments](./reproducible-environments) | Very Important | Particularly read the section on [Binder](./reproducible-... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!84 &8400000
RenderTexture:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: 9001_LOD-Transition_RT
m_ImageContentsHash:
serializedVersion: 2
Hash: 000000000000000000000000000... | {
"pile_set_name": "Github"
} |
---
title: "keyboard-cleaner"
layout: cask
---
{{ content }}
| {
"pile_set_name": "Github"
} |
@PART[LH_Atlas]:FOR[RealismOverhaul]:NEEDS[!RftS,!RealFuels_StockEngines]
{
%RSSROConfig = True
@rescaleFactor = 1.0
@title = Cassini probe
%manufacturer = NASA, ESA, ASI
@description = Probe to be sent in orbit around Saturn. Together with the Huygens-lander.
@mass = 2.0
@crashTolerance = 12
%breakingForce = ... | {
"pile_set_name": "Github"
} |
//===-- LanaiTargetInfo.h - Lanai Target Implementation ---------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2016 Facebook, 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... | {
"pile_set_name": "Github"
} |
Lightline colorschemes
======================
These are the color schemes for the Lightline plugin which sets the status
line. The light and dark one are pretty much the same except the `baseX` and
`base0X` colors are each swapped.
| {
"pile_set_name": "Github"
} |
/*! This file exists only for testing a Minify installation. Its content is not used.
*
* http://example.org/min/f=min/quick-test.js
*/
/* Finds the lowest common multiple of two numbers */
function LCMCalculator(x, y) { // constructor function
var checkInt = function (x) { // inner function
if (x % 1 !... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
android:color="@color/ripple">
<item
android:id="@android:id/mask"
android:drawable="@color/background" />
</ripple> | {
"pile_set_name": "Github"
} |
/* $Id: isdnl3.c,v 2.22.2.3 2004/01/13 14:31:25 keil Exp $
*
* Author Karsten Keil
* based on the teles driver from Jan den Ouden
* Copyright by Karsten Keil <keil@isdn4linux.de>
*
* This software may be used and distributed according to the terms
* of the GNU General Public License, i... | {
"pile_set_name": "Github"
} |
---
name: 🙋 Ask a Question
about: Ask any kind of question
---
**What are you trying to do?**
Please describe first **what you are trying to do** before your actual problem. Some times there is a conceptually simpler way of doing things, but we get stuck into the details of our way. This is known as [the XY ... | {
"pile_set_name": "Github"
} |
#include "common/runtime.h"
#include "modules/graphics/graphics.h"
#include "common/backend/primitives.h"
#include "modules/window/window.h"
using namespace love;
#define WINDOW_MODULE() (Module::GetInstance<Window>(Module::M_WINDOW))
Graphics::Graphics()
{
this->states.reserve(10);
this->states.push_back(Di... | {
"pile_set_name": "Github"
} |
opam-version: "1.2"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/sexplib"
bug-reports: "https://github.com/janestreet/sexplib/issues"
dev-repo: "git+https://github.com/janestreet/sexplib.git"
license: "Apache-2.0"
build:... | {
"pile_set_name": "Github"
} |
import unittest
import json
import os.path
from hsluv import *
from hsluv import (_hsluv_to_rgb, _hpluv_to_rgb) # no normalized output
rgb_range_tolerance = 1e-11
snapshot_tolerance = 1e-11
class TestHusl(unittest.TestCase):
def setUp(self):
# Load snapshot into memory
name = os.path.join(os.p... | {
"pile_set_name": "Github"
} |
sha256:ddaf036cdf66f5c3651c2c8bcb59dee38a026764221cba0c1d4826126d16bc3e
| {
"pile_set_name": "Github"
} |
// ***
// per-control-point invocation of PCF from entry point return value with
// both OutputPatch and InputPatch given to PCF.
// ***
struct hs_in_t
{
float3 val : TEXCOORD0;
};
struct hs_pcf_t
{
float tfactor[3] : SV_TessFactor; // must turn into a size 4 array in SPIR-V
float flInFactor : SV_InsideT... | {
"pile_set_name": "Github"
} |
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 2009 Wind River Systems,
* written by Ralf Baechle <ralf@linux-mips.org>
*/
#ifndef __ASM_COP2_H
#define __ASM_COP2_H
#... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
# Copyright (C) 2008-2013 Team XBMC
#
# 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.
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="app.mosn.zdepthshadowsample" >
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style... | {
"pile_set_name": "Github"
} |
import os
from .utils import is_yesish
BLOCKED_URLS = [
"google-analytics.com",
"api.mixpanel.com",
"stats.g.doubleclick.net",
"mc.yandex.ru",
"use.typekit.net",
"beacon.tapfiliate.com",
"js-agent.newrelic.com",
"api.segment.io",
"woopra.com",
"static.olark.com",
"static.ge... | {
"pile_set_name": "Github"
} |
// @flow strict
import React from 'react';
import { mount } from 'wrappedEnzyme';
import SearchError from 'views/logic/SearchError';
import ErrorWidget from './ErrorWidget';
describe('<ErrorWidget />', () => {
it('should display a list item for every provided error', () => {
const errors = [
new SearchEr... | {
"pile_set_name": "Github"
} |
/****************************************************************************
**
**
** Definition of QIODevice class
**
** Created : 940913
**
** Copyright (C) 1992-2000 Trolltech AS. All rights reserved.
**
** This file is part of the tools module of the Qt GUI Toolkit.
**
** This file may be distributed under the t... | {
"pile_set_name": "Github"
} |
2004-12-31 Dave Beckett <Dave.Beckett@bristol.ac.uk>
* raptor_rss.c (raptor_rss10_serialize_terminate):
Free all namespaces, now they are
not stacked explicitly. Free namespace stack.
(raptor_rss10_build_xml_names): Use raptor_new_namespace and don't
start the rdf namespace.
(raptor_rss10_build_xml_names): U... | {
"pile_set_name": "Github"
} |
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*---------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
#!/bin/bash
prefix=$(date +'%Y-%m-')
lastDay=$(cal| awk 'NR == 7{print $NF}')
firstDay=$prefix"01"
lastDay=$prefix$lastDay
# 当月代码量统计
git log --format='%aN' | sort -u | while read name; do echo -en "$name\t"; git log --author="$name" --since=$firstDay --until=lastDay --pretty=tformat: --numstat | awk '{ add += $1; sub... | {
"pile_set_name": "Github"
} |
var id = 0;
function _classPrivateFieldKey(name) {
return "__private_" + id++ + "_" + name;
}
module.exports = _classPrivateFieldKey; | {
"pile_set_name": "Github"
} |
//
// Copyright (c) 2006-2020 Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
/*
If you ever experience that the "Allow button" of the flash warning is not clickable, it c... | {
"pile_set_name": "Github"
} |
<?php
namespace Concrete\Core\Entity\Summary;
use Doctrine\ORM\Mapping as ORM;
/**
* @ORM\Entity
* @ORM\Table(
* name="SummaryTemplateFields"
* )
*/
class TemplateField
{
/**
* @ORM\Id
* @ORM\Column(type="integer")
* @ORM\GeneratedValue
*/
protected $id;
/**
* @... | {
"pile_set_name": "Github"
} |
# FLAC - Free Lossless Audio Codec
# Copyright (C) 2001-2009 Josh Coalson
# Copyright (C) 2011-2016 Xiph.Org Foundation
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under different licenses. The codec libraries
# are distributed under Xiph.Org's BSD-like licens... | {
"pile_set_name": "Github"
} |
// Go support for Protocol Buffers - Google's data interchange format
//
// Copyright 2010 The Go Authors. All rights reserved.
// https://github.com/golang/protobuf
//
// 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"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.