text stringlengths 2 99.9k | meta dict |
|---|---|
1
28
60
76
146
188
| {
"pile_set_name": "Github"
} |
// +build linux
package fs
import (
"strings"
"testing"
"github.com/opencontainers/runc/libcontainer/configs"
)
var (
prioMap = []*configs.IfPrioMap{
{
Interface: "test",
Priority: 5,
},
}
)
func TestNetPrioSetIfPrio(t *testing.T) {
helper := NewCgroupTestUtil("net_prio", t)
defer helper.cleanup(... | {
"pile_set_name": "Github"
} |
package com.twitter.finagle.mysql
import com.twitter.finagle.{SimpleFilter, Service, ServiceFactory, Stack}
import com.twitter.finagle.mysql.param.{Credentials, Database}
import com.twitter.finagle.tracing.Trace
import com.twitter.util.Future
import scala.collection.mutable
private[finagle] object MysqlTracingFilter ... | {
"pile_set_name": "Github"
} |
// Code generated by protoc-gen-gogo.
// source: request_vote_responses.proto
// DO NOT EDIT!
package protobuf
import proto "github.com/coreos/etcd/third_party/code.google.com/p/gogoprotobuf/proto"
import json "encoding/json"
import math "math"
// discarding unused import gogoproto "code.google.com/p/gogoprotobuf/go... | {
"pile_set_name": "Github"
} |
/**
* Definition for binary tree with next pointer.
* public class TreeLinkNode {
* int val;
* TreeLinkNode left, right, next;
* TreeLinkNode(int x) { val = x; }
* }
*/
public class Solution {
public void connect(TreeLinkNode root) {
TreeLinkNode anchor;
for (; root != null; root ... | {
"pile_set_name": "Github"
} |
/*
*
* Copyright 2017 gRPC 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 agree... | {
"pile_set_name": "Github"
} |
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
slice_sample_gamma_parameters <- function(data, init, hyper, steps = 20, w = 1) {
.Call('_BTYDplus_slice_sample_gamma_parameters', PACKAGE = 'BTYDplus', data, init, hyper, steps, w)
}
slic... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2015 Google Inc.
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and ... | {
"pile_set_name": "Github"
} |
<!doctype html>
<title>CodeMirror: Smarty mixed mode</title>
<meta charset="utf-8"/>
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css">
<script src="../../lib/codemirror.js"></script>
<script src="../../mode/xml/xml.js"></script>
<script src="../../mode/javascript/... | {
"pile_set_name": "Github"
} |
/// <reference path="pm.d.ts" />
/// <reference path="ConversationService.d.ts" />
declare module jCafe {
/**
* Audio component of a conversation.
*
* ::start starts the outgoing audio call.
* ::accept and ::reject handle the incoming call.
* ::stop will terminate the call.
*
... | {
"pile_set_name": "Github"
} |
@page "/beardetails/{Name}"
<ContentView>
<ScrollView>
<StackLayout>
<Label Text="@Bear.Name"></Label>
<Label Text="@Bear.Location"></Label>
<Image Source="@Bear.ImageUrl"></Image>
<Label Text="@Bear.Details"></Label>
</StackLayout>
</ScrollView>... | {
"pile_set_name": "Github"
} |
<?php
declare(strict_types=1);
namespace OpenStack\Identity\v2;
use GuzzleHttp\ClientInterface;
use OpenStack\Common\Auth\IdentityService;
use OpenStack\Common\Service\AbstractService;
use OpenStack\Identity\v2\Models\Catalog;
use OpenStack\Identity\v2\Models\Token;
/**
* Represents the OpenStack Identity v2 servi... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2018-09-03 Ernest Chen the first version
*/
#ifndef __ICM20608_H__
#define __ICM20608_H__
#include <rthw.h>
#include <rtthread.h>
enum icm20608_set_cmd
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<MotionScene xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<Transition
android:id="@+id/startToEnd"
app:constraintSetEnd="@+id/end"
app:constraintSetStart="@+id/start">
<OnSw... | {
"pile_set_name": "Github"
} |
LIBRARY ExocortexAlembic3dsmax1.0.dle
EXPORTS
LibDescription @1 PRIVATE
LibNumberClasses @2 PRIVATE
LibClassDesc @3 PRIVATE
LibVersion @4 PRIVATE
CanAutoDefer @5 PRIVATE
SECTIONS
.data READ WRITE
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2000-2013 JetBrains s.r.o.
*
* 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 agre... | {
"pile_set_name": "Github"
} |
^package
^$
^import
^$
^/\*\*
^ \*([^/]|$)
^ \*/
| {
"pile_set_name": "Github"
} |
import struct
import time
import io
import six
import cherrypy
from cherrypy._cpcompat import text_or_bytes, ntob
from cherrypy.lib import file_generator
from cherrypy.lib import is_closable_iterator
from cherrypy.lib import set_vary_header
def decode(encoding=None, default_encoding='utf-8'):
"""Replace or exte... | {
"pile_set_name": "Github"
} |
(function ($, window, document) {
// 定义构造函数
function Paging(el, options) {
this.el = el;
this.options = {
pageNo: options.initPageNo || 1, // 初始页码
totalPages: options.totalPages || 1, //总页数
totalCount: options.totalCount || '', // 条目总数
slideSpeed: ... | {
"pile_set_name": "Github"
} |
import { GROUP_ACTIONS } from '../constants';
import { Group } from '../class/export';
import { history } from '../utils/export';
export default function (state, action) {
state = state.merge({ sceneHistory: history.historyPush(state.sceneHistory, state.scene) });
switch (action.type) {
case GROUP_ACTIONS.AD... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>
Pasibong Pagsusuri
</title>
</head>
<body bgcolor="#ffffff">
<h1>Ang Pasibong Pagsusuri</h1>
<p>
Ang ZAP sa pamamagitan ng default ng pasibong mga pagsusuri sa lahat ng mga m... | {
"pile_set_name": "Github"
} |
/**
* Created by Liam Huang (Liam0205) on 2018/10/17.
*/
#ifndef SORTS_MERGE_SORT_HPP_
#define SORTS_MERGE_SORT_HPP_
#include <functional>
#include <algorithm>
#include <iterator>
#include <vector>
namespace detail {
template <typename InputIt1, typename InputIt2, typename OutputIt,
typename BinaryPred =... | {
"pile_set_name": "Github"
} |
<?php
/**
* error code 说明.
* <ul>
* <li>-40001: 签名验证错误</li>
* <li>-40002: xml解析失败</li>
* <li>-40003: sha加密生成签名失败</li>
* <li>-40004: encodingAesKey 非法</li>
* <li>-40005: corpid 校验错误</li>
* <li>-40006: aes 加密失败</li>
* <li>-40007: aes 解密失败</li>
* <li>-40008: 解密后得到的buffer非法</l... | {
"pile_set_name": "Github"
} |
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2002-1740",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
... | {
"pile_set_name": "Github"
} |
<?php
namespace wcf\system\acl;
use wcf\data\acl\option\category\ACLOptionCategory;
use wcf\data\acl\option\category\ACLOptionCategoryList;
use wcf\data\acl\option\ACLOption;
use wcf\data\acl\option\ACLOptionList;
use wcf\data\object\type\ObjectTypeCache;
use wcf\data\user\group\UserGroup;
use wcf\data\user\User;
use w... | {
"pile_set_name": "Github"
} |
# night light lesson
change the brightness of the @boardname@.
## Topic
Set Brightness
## Quick Links
* [activity](/lessons/night-light/activity)
* [challenges](/lessons/night-light/challenges)
* [quiz](/lessons/night-light/quiz)
* [quiz answers](/lessons/night-light/quiz-answers)
## Prior learning/place of lesso... | {
"pile_set_name": "Github"
} |
package com.tencent.mm.pluginsdk.ui.chat;
public abstract interface aw$a
{
public abstract void clear();
}
/* Location:
* Qualified Name: com.tencent.mm.pluginsdk.ui.chat.aw.a
* Java Class Version: 6 (50.0)
* JD-Core Version: 0.7.1
*/ | {
"pile_set_name": "Github"
} |
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "techreborn:item/gem/sapphire_gem"
}
} | {
"pile_set_name": "Github"
} |
-- boundary3.test
--
-- db eval {
-- SELECT t2.* FROM t1 JOIN t2 USING(a) WHERE x='0001000000000000'
-- }
SELECT t2.* FROM t1 JOIN t2 USING(a) WHERE x='0001000000000000' | {
"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"
} |
# Developing iOS 10 Apps with Swift 字幕简体中文翻译项目
## iOS 11 已出,请大家移步 [https://github.com/ApolloZhu/Developing-iOS-11-Apps-with-Swift](https://github.com/ApolloZhu/Developing-iOS-11-Apps-with-Swift)
<details>
<summary>
已完成前六集翻译,<a href="https://github.com/ApolloZhu/Developing-iOS-10-Apps-with-Swift/archive/master.zip">点此... | {
"pile_set_name": "Github"
} |
var path = require('path')
var fstream = require('fstream')
var filter = require(path.join('..', '..', 'lib', 'codesurgeon'))
module.exports = {
"Include a single variable expression": function(test, next) {
test.plan(1)
}
};
| {
"pile_set_name": "Github"
} |
# Event 504 - task_0
###### Version: 0
## Description
None
## Data Dictionary
|Standard Name|Field Name|Type|Description|Sample Value|
|---|---|---|---|---|
|TBD|Message|UnicodeString|None|`None`|
## Tags
* etw_level_Critical
* etw_task_task_0 | {
"pile_set_name": "Github"
} |
source: https://www.securityfocus.com/bid/30398/info
Web Wiz Forums is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input.
An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of... | {
"pile_set_name": "Github"
} |
cksum;_start;__libc_start_main;main;cksum 31
cksum;cksum 6
cksum;cksum;__GI___fread_unlocked;_IO_file_xsgetn;_IO_file_read;entry_SYSCALL_64_fastpath;sys_read;vfs_read;__vfs_read;ext4_file_read_iter 1
cksum;main;cksum 19
noploop;[unknown <552f0000552f>] 1
noploop;[unknown <774db3aa23>] 1
noploop;main 274
| {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1,shrink-to-fit=no" />
<title>ImageMagick - MagickCore, C API: Mime Methods</title>
<meta name="application-name" content="ImageMagick" />
<meta name="descript... | {
"pile_set_name": "Github"
} |
import PurgeCSS from "./../src/index";
import { ROOT_TEST_EXAMPLES, findInCSS, notFindInCSS } from "./utils";
describe("safelist string", () => {
let purgedCSS = "";
beforeAll(async () => {
const resultsPurge = await new PurgeCSS().purge({
content: [`${ROOT_TEST_EXAMPLES}safelist/safelist.html`],
... | {
"pile_set_name": "Github"
} |
// +build !windows
package promptui
import "github.com/chzyer/readline"
// These runes are used to identify the commands entered by the user in the command prompt. They map
// to specific actions of promptui in prompt mode and can be remapped if necessary.
var (
// KeyEnter is the default key for submission/selecti... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<!--
The ecal-presh.xml was excluded, because of a current DDD-limitation AND a
G4 bug causing the program ddex.cpp to crash when executing the self-tests ....
-->
<Configuration xmlns="." xmlns:xsi="." xsi:schemaLocation= "." name="CMSConfiguration" version="0">
<Include>
<File n... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_45) on Wed Jun 10 21:06:50 PDT 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Serialized Form (guacamole-e... | {
"pile_set_name": "Github"
} |
import React from 'react';
import { mount } from 'enzyme';
import List from '../src/List';
describe('List', () => {
var data = [
{ first: 'jimmy', last: 'smith', id: 0 },
{ first: 'sally', last: 'smith', id: 1 },
{ first: 'pat', last: 'jones', id: 2 },
{ first: 'jason', last: 'quense',... | {
"pile_set_name": "Github"
} |
{ stdenv
, lib
, buildPythonPackage
, fetchPypi
, fetchurl
, cython
, enum34
, gfortran
, isPy3k
, numpy
, pytest
, python
, scipy
, sundials
}:
buildPythonPackage rec {
pname = "scikits.odes";
version = "2.6.1";
src = fetchPypi {
inherit pname version;
sha256 = "0kbf2n16h9s35x6pavlx6sff0pqr68i0x0609z92... | {
"pile_set_name": "Github"
} |
.. _carriers:
********
Carriers
********
Carriers are used for placing external outgoing calls.
This are the fields that define a carrier:
.. hint:: Some fields described below may not be visible depending on enabled features.
.. glossary::
Name
Used to reference this Carrier.
Description
... | {
"pile_set_name": "Github"
} |
84 ! Special FONT for Russ (Space and "." same size as the numbers)
32, 0, 0.9523810
33, 7, 0.4761905
0, 0.2380952, 1.0000000
1, 0.2380952, 0.3333333
0, 0.2380952, 0.0952381
1, 0.1904762, 0.0476190
1, 0.2380952, 0.0000000
1, 0.2857143, 0.... | {
"pile_set_name": "Github"
} |
// Copyright The OpenTelemetry 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 ag... | {
"pile_set_name": "Github"
} |
name=Savage Alliance
image=https://magiccards.info/scans/en/emn/140.jpg
image_updated=2016-09-05
value=2.500
rarity=U
type=Instant
cost={2}{R}
effect=Escalate {1}~Choose one or more — (1) Creatures target player controls gain trample until end of turn. (2) SN deals 2 damage to target creature. (3) SN deals 1 damage to ... | {
"pile_set_name": "Github"
} |
# crc.pkg
# Compiled by:
# src/lib/compiler/src/library/pickle.lib
api Crc {
Crc;
zero: Crc;
append: (Crc, Char) -> Crc;
bytes_per_crc: Int; # Size, in bytes, of CRC strings
from_string: String -> Crc; # Computes the CRC of a string
to_string: Crc -> S... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright 2017 IBM Corp. 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
... | {
"pile_set_name": "Github"
} |
// Package toml is a TOML parser and manipulation library.
//
// This version supports the specification as described in
// https://github.com/toml-lang/toml/blob/master/versions/en/toml-v0.5.0.md
//
// Marshaling
//
// Go-toml can marshal and unmarshal TOML documents from and to data
// structures.
//
// TOML document... | {
"pile_set_name": "Github"
} |
# encoding: utf-8
require 'active_support/test_case'
class ActiveSupport::TestCase
def assert_named_route(result, name)
assert_equal result, @routes.url_helpers.send(name)
end
def assert_send_file(result)
assert(@response.body.is_a? Proc)
require 'stringio'
output = StringIO.new
output.binm... | {
"pile_set_name": "Github"
} |
libtraceevent(3)
================
NAME
----
tep_print_event - Writes event information into a trace sequence.
SYNOPSIS
--------
[verse]
--
*#include <event-parse.h>*
*#include <trace-seq.h>*
void *tep_print_event*(struct tep_handle pass:[*]_tep_, struct trace_seqpass:[*]_s_, struct tep_record pass:[*]_record_, const... | {
"pile_set_name": "Github"
} |
/***************************************************************************/
/* */
/* ftadvanc.h */
/* */
/* Qu... | {
"pile_set_name": "Github"
} |
#ifndef DIRECTORIES_H
#define DIRECTORIES_H
#define AMBIENTDIR "ambient"
#define ANIMSDIR "anims"
#define BATTLESNDSDIR "battlesnds"
#define BIGITEMSDIR "bigitems"
#define BINARYDATADIR "binarydata"
#define CURSORSDIR "cursors"
#define EDITORDIR "editor"
#define FACESDIR "faces"
#define F... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>NUnit.org</title>
<meta name="description" content="NUnit is the most popular unit test framework for .NET.">
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2013, 2018, 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"
} |
themedir = $(pkgdatadir)/indicator/Ambiance
theme_DATA = \
break-000.svg \
break-005.svg \
break-010.svg \
break-015.svg \
break-020.svg \
break-025.svg \
break-030.svg \
break-035.svg \
break-040.svg \
break-045.svg \
break-050.svg \
break-055.svg \
break-060.svg \
break-065.svg \
break-070.svg \
break... | {
"pile_set_name": "Github"
} |
#region License
// Copyright 2015-2020 John Källén
//
// 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 ... | {
"pile_set_name": "Github"
} |
import sys
if 'have_opt_viewer_modules' not in config.available_features:
config.unsupported = True
# Windows has different multiprocessing behavior than non-Windows, which causes
# all of the tests to fail presently under Windows. Disable this until those
# can be resolved.
if sys.platform == 'win32':
confi... | {
"pile_set_name": "Github"
} |
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef EXTENSIONS_RENDERER_ACTIVITY_LOG_CONVERTER_STRATEGY_H_
#define EXTENSIONS_RENDERER_ACTIVITY_LOG_CONVERTER_STRATEGY_H_
#include "base/compiler_spe... | {
"pile_set_name": "Github"
} |
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in C:\Android\sdk/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the proguardFiles
# directive in build.gradle.
#
# For more details, see
# http://developer.and... | {
"pile_set_name": "Github"
} |
@import "../../../globalStyles/scss/variables.scss";
.side-nav {
$item-height: 3.7rem;
max-width: calc(100vw - 5rem);
width: 30rem;
&__menu-item {
border-bottom: 1px solid $gray-light;
display: grid;
height: $item-height;
&-link,
&-back span {
align-items: center;
color: $base... | {
"pile_set_name": "Github"
} |
//
// 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 following disclaimer.
// * Redistributions in bin... | {
"pile_set_name": "Github"
} |
# Copyright (c) 2018, 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 3 only, as
# published by the Free Software Founda... | {
"pile_set_name": "Github"
} |
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* t... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2000-2004 Niels Provos <provos@citi.umich.edu>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* ... | {
"pile_set_name": "Github"
} |
//
// bind/bind_mf_cc.hpp - support for different calling conventions
//
// Do not include this header directly.
//
// Copyright (c) 2001 Peter Dimov and Multi Media Ltd.
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICE... | {
"pile_set_name": "Github"
} |
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef _IOS_CHROME_BROWSER_UI_SETTINGS_COMPOSE_EMAIL_HANDLER_COLLECTION_VIEW_CONTROLLER_H_
#define _IOS_CHROME_BROWSER_UI_SETTINGS_COMPOSE_EMAIL_HANDLER_... | {
"pile_set_name": "Github"
} |
{
"test1 ld_imm64",
.insns = {
BPF_JMP_IMM(BPF_JEQ, BPF_REG_1, 0, 1),
BPF_LD_IMM64(BPF_REG_0, 0),
BPF_LD_IMM64(BPF_REG_0, 0),
BPF_LD_IMM64(BPF_REG_0, 1),
BPF_LD_IMM64(BPF_REG_0, 1),
BPF_MOV64_IMM(BPF_REG_0, 2),
BPF_EXIT_INSN(),
},
.errstr = "invalid BPF_LD_IMM insn",
.errstr_unpriv = "R1 pointer comparison"... | {
"pile_set_name": "Github"
} |
module.exports = function(api) {
api.add({
namespace: "http://www.w3.org/1999/xhtml"
});
} | {
"pile_set_name": "Github"
} |
Foo *emphasis*.
**Strong** bar.
This is `interpreted text`.
:role:`interpreted text`
`interpreted text`:role:
``inline literals``
This is a regexp: ``[+-]?(\d+(\.\d*)?|\.\d+)``
Usage of |substitution|.
----------------------------------------------------
[
"Foo ",
["inline", [
["punctuation", "*"... | {
"pile_set_name": "Github"
} |
<!--
Copyright 2017 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 writing, ... | {
"pile_set_name": "Github"
} |
/*
Simple DirectMedia Layer
Copyright (C) 1997-2016 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this ... | {
"pile_set_name": "Github"
} |
{
"word": "Abound",
"definitions": [
"Exist in large numbers or amounts.",
"Have in large numbers or amounts."
],
"parts-of-speech": "Verb"
} | {
"pile_set_name": "Github"
} |
# Gopkg.toml example
#
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# ... | {
"pile_set_name": "Github"
} |
cpp_sources = [
'core/src/au_parser.cpp',
'core/src/bit_stream.cpp',
'core/src/cabac_decoder.cpp',
'core/src/deblocking.cpp',
'core/src/decode_mb_aux.cpp',
'core/src/decode_slice.cpp',
'core/src/decoder.cpp',
'core/src/decoder_core.cpp',
'core/src/decoder_data_tables.cpp',
'core/src/error_... | {
"pile_set_name": "Github"
} |
/*
Copyright 2017 Luiz Ribeiro <luizribeiro@gmail.com>,
2019 fcoury <felipe.coury@gmail.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 Foundation, either version 2 of the License, or
(at your opt... | {
"pile_set_name": "Github"
} |
////////////////////////
// Default the Breakpoints variable
////////////////////////
$breakpoints: () !default;
////////////////////////
// Respond-to API Mixin
////////////////////////
@mixin respond-to($context, $no-query: false) {
@if type-of($breakpoints) != 'map' {
// Just in case someone writes gibberish ... | {
"pile_set_name": "Github"
} |
using namespace std;
#include <bits/stdc++.h>
const int inf = 1 << 22;
struct entry{
int p, c, w;
entry() {}
};
int dp[101][10001][2];
int go(vector<entry> &a, int cur, int w, int taken) {
if (cur == a.size())
return 0;
if (w < 0)
return -inf;
if (dp[cur][w][taken] != -1)
return dp[cur][w][tak... | {
"pile_set_name": "Github"
} |
jsdeprecated: Crypto.js
jsdeprecated: Deprecated.js
jsdeprecated: FileAdaptor.js
jsdeprecated: Http.js
jsdeprecated: Strings.js
jsdeprecated: Tiddler.js
jsdeprecated: Numbers.js
jsdeprecated: Utilities.js
jsdeprecated: Wikifier.js
| {
"pile_set_name": "Github"
} |
# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import *
class RMclust(RPackage):
"""mclust: Gaussian Mixture Modelling for Model-Based Clustering,
C... | {
"pile_set_name": "Github"
} |
#begin document (wb/sel/09/sel_0988); part 000
wb/sel/09/sel_0988 -1 0 [WORD] IN (TOP(S(SBAR* - - - - * -
wb/sel/09/sel_0988 -1 1 [WORD] PRP (S(NP*) - - - - * -
wb/sel/09/sel_0988 -1 2 [WORD] VBP (VP* ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2017 The Android Open Source Project
*
* 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 app... | {
"pile_set_name": "Github"
} |
# This source file refers to The gocql Authors for copyright purposes.
Christoph Hack <christoph@tux21b.org>
Jonathan Rudenberg <jonathan@titanous.com>
Thorsten von Eicken <tve@rightscale.com>
Matt Robenolt <mattr@disqus.com>
Phillip Couto <phillip.couto@stemstudios.com>
Niklas Korz <korz.niklask@gmail.com>
Nimi Warib... | {
"pile_set_name": "Github"
} |
# docker-ubuntu-vnc-desktop
[](https://hub.docker.com/r/dorowu/ubuntu-desktop-lxde-vnc/)
[](https://hub.docker.com/r/dorowu/ubuntu-desktop-lxde-v... | {
"pile_set_name": "Github"
} |
import 'should';
import request from 'supertest';
import { odata, conn, host, port } from './support/setup';
describe('odata.functions', () => {
['get', 'post', 'put', 'delete'].map((method) => {
describe(method, function(done) {
let httpServer;
before(() => {
const server = odata(conn);
... | {
"pile_set_name": "Github"
} |
---
id: 5900f3db1000cf542c50feec
challengeType: 5
title: 'Problem 109: Darts'
forumTopicId: 301733
localeTitle: 'Задача 109: Дартс'
---
## Description
<section id='description'>
В игре дартс игрок бросает три дротика на целевую доску, которая разделена на двадцать одинаковых размеров, пронумерованных от одного до двад... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2011-2019 Bolero MURAKAMI
https://github.com/bolero-MURAKAMI/Sprout
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.tx... | {
"pile_set_name": "Github"
} |
package com.smartdevicelink.proxy.rpc;
import com.smartdevicelink.proxy.RPCStruct;
import java.util.Hashtable;
import java.util.List;
/**
* Contain the display related information and all windows related to that display.
* @since 6.0
*/
public class DisplayCapability extends RPCStruct {
public static final St... | {
"pile_set_name": "Github"
} |
/* B90_ZK_4491Test.java
Purpose:
Description:
History:
Wed Mar 18 14:30:20 CST 2020, Created by jameschu
Copyright (C) 2020 Potix Corporation. All Rights Reserved.
*/
package org.zkoss.zktest.zats.test2;
import org.junit.Assert;
import org.junit.Test;
import org.zkoss.zktest.zats.WebDriverTestCase;
impor... | {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('round', require('../round'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding">
<file url="PROJECT" charset="UTF-8" />
</component>
</project> | {
"pile_set_name": "Github"
} |
/*
This file is part of libswirl
*/
#include "license/bsd"
#pragma once
#include "types.h"
/*
tag, as passed on sh4_sched_register
sch_cycles, the cycle duration that the callback requested (sh4_sched_request)
jitter, the number of cycles that the callback was delayed, [0... 448]
*/
typedef int sh4_sched_callba... | {
"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>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>Brightness</string>
<key>CFBundleExecutable</key... | {
"pile_set_name": "Github"
} |
<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="ImageElementExample.CroppedImageExample"
Title="CroppedImage Example"
Loaded="PageLoaded">
<!-- <SnippetCroppedXAML1>-->
<Page.Resources>
<!-- Define some image res... | {
"pile_set_name": "Github"
} |
package model
import "testing"
func TestInterfaces(t *testing.T) {
{
var stmt Index
stmt = &index{}
_ = stmt
}
{
var stmt TableColumn
stmt = &tablecol{}
_ = stmt
}
}
| {
"pile_set_name": "Github"
} |
//
// UILabel+adjustSize.h
// LPDCrowdsource
//
// Created by 沈强 on 16/3/30.
// Copyright © 2016年 elm. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
typedef NS_ENUM(NSInteger,LPDAdjustAlignment) {
LPDAdjustAlignmentLeft,
LPDAdjustAlignmentRight,
LPDAdjustAlignmentBottom,
LPDAdju... | {
"pile_set_name": "Github"
} |
/*****************************************************************************/
/* */
/* (triangle.h) */
/* */
... | {
"pile_set_name": "Github"
} |
using MediatR;
using Microsoft.Extensions.DependencyInjection;
using System;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Xunit;
namespace Fan.Blog.IntegrationTests
{
/// <summary>
/// This test class demos how MediatR works.
/// </summ... | {
"pile_set_name": "Github"
} |
(function () {/**
* @license almond 0.2.9 Copyright (c) 2011-2014, The Dojo Foundation All Rights Reserved.
* Available via the MIT or new BSD license.
* see: http://github.com/jrburke/almond for details
*/
//Going sloppy to avoid 'use strict' string cost, but strict practices should
//be followed.
/*jslint sloppy:... | {
"pile_set_name": "Github"
} |
#include "../hpp/benchmark_evl.hpp"
NOINLINE(void Evl::initialize())
{
// NOOP
}
NOINLINE(void Evl::validate_assert(std::size_t N))
{
return Benchmark<Signal, Evl>::validation_assert(N);
}
NOINLINE(double Evl::construction(std::size_t N, std::size_t limit))
{
return Benchmark<Signal, Evl>::construction... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.