text stringlengths 2 99.9k | meta dict |
|---|---|
<!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"
} |
--TEST--
mysql_num_fields()
--SKIPIF--
<?php
require_once('skipif.inc');
require_once('skipifconnectfailure.inc');
?>
--FILE--
<?php
include "connect.inc";
$tmp = NULL;
$link = NULL;
if (!is_null($tmp = @mysql_num_fields()))
printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
if (NULL !== ($tmp =... | {
"pile_set_name": "Github"
} |
oopt = ani.options(interval = 0.1, nmax = ifelse(interactive(), 300, 2))
par(mar = rep(0.5, 4))
BM.circle(cex = 2, pch = 19)
saveHTML({
par(mar = rep(0.5, 4), pch=19)
ani.options(interval=0.05,nmax=ifelse(interactive(), 100, 10))
BM.circle(cex = 2, pch = 19)
}, img.name='BM.circle', htmlfile='BM.circle.html', an... | {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | {
"pile_set_name": "Github"
} |
// Copyright 2016 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 go1.10
package bidirule
func (t *Transformer) isFinal() bool {
return t.state == ruleLTRFinal || t.state == ruleRTLFinal || t.state == ruleInitial
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2016+ AzerothCore <www.azerothcore.org>
* Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef DOOADHNDL_H
#define DOOADHNDL_H
#include "ObjectDataHandler.h"
#include "Utils.h"
#include "Chunk.h"
#include "Model... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2011 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.
function setScreenshotUrl(url) {
document.getElementById('target').src = url;
}
| {
"pile_set_name": "Github"
} |
// Copyright 2015 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <QApplication>
#include <QFileInfo>
#include <QFileSystemWatcher>
#include <QHBoxLayout>
#include <QHeaderView>
#include <QJsonArray>
#include <QJsonDocument>
#include <QJsonObject>... | {
"pile_set_name": "Github"
} |
/* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/IMCore.framework/IMCore
*/
@interface IMSMSSpamChatItem : IMTranscriptChatItem {
NSString * _extensionName;
}
@property (nonatomic, readonly) NSString *extensionName;
// Image: /System/Library/PrivateFrameworks/IMCore.framework/IMCore
-... | {
"pile_set_name": "Github"
} |
import { Iface } from './iface';
export function foo(iface: Iface): Iface { return iface; }
| {
"pile_set_name": "Github"
} |
// license:BSD-3-Clause
// copyright-holders:David Haywood
/*
very simple sprite scheme, used by some Capcom games and hardware cloned from them
bionicc.cpp
tigeroad.cpp
supduck.cpp
it is unknown if this is handled by a custom chip, or simple logic.
y positions are inverted in Bionic Commando... | {
"pile_set_name": "Github"
} |
/* iCheck plugin Square skin, black
----------------------------------- */
.icheckbox_square,
.iradio_square {
display: inline-block;
*display: inline;
vertical-align: middle;
margin: 0;
padding: 0;
width: 22px;
height: 22px;
background: url(square.png) no-repeat;
border: none;
c... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2019 Unbounded Systems, LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2008 Cisco Systems, Inc. All rights reserved.
* Copyright 2007 Nuova Systems, Inc. All rights reserved.
*
* This program is free software; you may redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; version 2 of the ... | {
"pile_set_name": "Github"
} |
#include <iostream>
#include <string>
using namespace std;
int main()
{
string stringOne("Hello World");
cout << stringOne.substr(0, 5) << '\n'
<< stringOne.substr(6) << '\n'
<< stringOne.substr() << '\n';
}
| {
"pile_set_name": "Github"
} |
// Copyright 2016 The Draco 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"
} |
SUBROUTINE MATCK (MFILE,PFILE,A,Z)
C
C THIS ROUTINE CHECKS THE UNIQUENESS OF MATERIAL ID'S FOR
C 1. MAT1 (1) 8. MATT1 (MB) 15. MATS1 (MC)
C 2. MAT2 9. MATT2 16. MATPZ1 (MD)
C 3. MAT3 10. MATT3 17. MTTPZ... | {
"pile_set_name": "Github"
} |
This is an important floating point math routine, documented in many places.
Example code utilizing this routine:
- https://github.com/irmen/prog8/blob/master/compiler/res/prog8lib/c64flt.p8
| {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>MageHelper - FAKE - F# Make</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Steffen Forkmann, Mauricio Scheffer, Colin Bull"... | {
"pile_set_name": "Github"
} |
var chai = require('chai');
var assert = chai.assert;
var web3 = require('../../index');
var FakeHttpProvider = require('./FakeHttpProvider');
var methodExists = function (object, method) {
it('should have method ' + method + ' implemented', function() {
web3.setProvider(null);
assert.equal('func... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2012 - 2020 Splice Machine, Inc.
*
* This file is part of Splice Machine.
* Splice Machine is free software: you can redistribute it and/or modify it under the terms of the
* GNU Affero General Public License as published by the Free Software Foundation, either
* version 3, or (at your option) ... | {
"pile_set_name": "Github"
} |
# Hebrew translations for plugins package.
# Copyright (C) 2018 THE plugins'S COPYRIGHT HOLDER
# This file is distributed under the same license as the plugins package.
# Automatically generated, 2018.
#
msgid ""
msgstr ""
"Project-Id-Version: plugins\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-09-14 16:50+0... | {
"pile_set_name": "Github"
} |
# coding=utf-8
import inspect
import logging
import re
from collections import namedtuple
from faker import Faker
from faker.config import AVAILABLE_LOCALES, DEFAULT_LOCALE
from faker.sphinx.validator import SampleCodeValidator
logger = logging.getLogger(__name__)
_fake = Faker(AVAILABLE_LOCALES)
_base_provider_meth... | {
"pile_set_name": "Github"
} |
////////////////////////////////////////////////////////////////////////////////
///
/// Cubic interpolation routine.
///
/// Author : Copyright (c) Olli Parviainen
/// Author e-mail : oparviai 'at' iki.fi
/// SoundTouch WWW: http://www.surina.net/soundtouch
///
/////////////////////////////////////////... | {
"pile_set_name": "Github"
} |
---
title: Metrics Schema
summary: 了解 TiDB `METRICS SCHEMA` 系统数据库。
aliases: ['/docs-cn/dev/system-tables/system-table-metrics-schema/','/docs-cn/dev/reference/system-databases/metrics-schema/','/zh/tidb/dev/system-table-metrics-schema/']
---
# Metrics Schema
`METRICS_SCHEMA` 是基于 Prometheus 中 TiDB 监控指标的一组视图。每个表的 PromQ... | {
"pile_set_name": "Github"
} |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include "bf2any_ex.h"
/*
* Simple constant folding.
*
* This routine takes the stream of tokens from the BF peephole optimisation
* and re-sorts the tokens between loops merging both the standard tokens and
* the tokens derived f... | {
"pile_set_name": "Github"
} |
-----BEGIN CERTIFICATE-----
MIIBpTCCAUmgAwIBAgIBUTAMBggqhkjOPQQDAgUAMDExDzANBgNVBAMTBlJvb3Qg
ODERMA8GA1UEChMIbWJlZCBUTFMxCzAJBgNVBAYTAlVLMB4XDTAxMDEwMTAwMDAw
MFoXDTMwMTIzMTIzNTk1OVowMTEPMA0GA1UEAxMGUm9vdCA4MREwDwYDVQQKEwht
YmVkIFRMUzELMAkGA1UEBhMCVUswWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAAT1
GuTQ9vgf2l3oLM25r78cvIAQqE02GzQG... | {
"pile_set_name": "Github"
} |
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: <%= environment %>
annotations:
kubernetes.io/ingress.class: alb
alb.ingress.kubernetes.io/scheme: internet-facing
alb.ingress.kubernetes.io/listen-ports: '[{"HTTPS": 443}]'
alb.ingress.kubernetes.io/ssl-policy: ELBSecurityPolicy-TLS-1-2-2... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project> | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0700"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env perl
use lib qw(t/lib);
use strict;
use Test::Unit::HarnessUnit;
$| = 1;
my $r = Test::Unit::HarnessUnit->new();
$r->start("ProFTPD::Tests::Commands::SYST");
| {
"pile_set_name": "Github"
} |
/////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2003 <company name>
//
// Module Name:
// RegExt.h
//
// Implementation File:
// RegExt.cpp
//
// Description:
// Definitions of routines for extension registration.
//
// Author:
// <name> (<e-mai... | {
"pile_set_name": "Github"
} |
class KaitaiStructCompiler < Formula
desc "Compiler for generating binary data parsers"
homepage "https://kaitai.io/"
url "https://bintray.com/artifact/download/kaitai-io/universal/0.8/kaitai-struct-compiler-0.8.zip"
sha256 "545fc10e134db2901cad8817be1b440fca6f2bad8b92b2948ebe0647f3ffa2c9"
revision 2
bottl... | {
"pile_set_name": "Github"
} |
/*
* Copyright 1994-2003 Sun Microsystems, Inc. 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 Software Fou... | {
"pile_set_name": "Github"
} |
<?php
/**
*
* Hackademic-CMS/admin/pages/editarticle.php
*
* This page calls the Edit Article Controller
*
* Copyright (c) 2012 OWASP
*
* LICENSE:
*
* This file is part of Hackademic CMS (https://www.owasp.org/index.php/OWASP_Hackademic_Challenges_Project).
*
* Hackademic CMS is free software: ... | {
"pile_set_name": "Github"
} |
#if UNITY_EDITOR
using UnityEngine;
using System.Collections;
using UnityEditor;
namespace RVP
{
[CustomEditor(typeof(Wheel))]
[CanEditMultipleObjects]
public class WheelEditor : Editor
{
bool isPrefab = false;
static bool showButtons = true;
static float radiusMargin = 0;
... | {
"pile_set_name": "Github"
} |
obj-$(CONFIG_RDS) += rds.o
rds-y := af_rds.o bind.o cong.o connection.o info.o message.o \
recv.o send.o stats.o sysctl.o threads.o transport.o \
loop.o page.o rdma.o
obj-$(CONFIG_RDS_RDMA) += rds_rdma.o
rds_rdma-y := rdma_transport.o \
ib.o ib_cm.o ib_recv.o ib_ring.o ib_send.o ib_stats.o \
ib_sysctl.o ... | {
"pile_set_name": "Github"
} |
<?php
/**
* Spiral Framework.
*
* @license MIT
* @author Anton Titov (Wolfy-J)
*/
declare(strict_types=1);
namespace Spiral\Framework;
use Spiral\Boot\AbstractKernel;
use Spiral\Boot\Bootloader\CoreBootloader;
use Spiral\Boot\Exception\BootException;
use Spiral\Bootloader\TokenizerBootloader;
abstract cl... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2014 Robert Stupp, Koeln, Germany, robert-stupp.de
*
* 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"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html><head>
<title>CURLOPT_TIMEVALUE man page</title>
<meta name="generator" content="roffit">
<STYLE type="text/css">
pre {
overflow: auto;
margin: 0;
}
P.level0, pre.level0 {
padding-left: 2em;
}
P.level1, ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2003 the ffmpeg project
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) an... | {
"pile_set_name": "Github"
} |
var allDescriptors=[{"name":"worker_service"},{"dependencies":["worker_service"],"extensions":[{"className":"TempStorage","type":"@Service","name":"TempStorage"}],"name":"utility_shared_worker"}];var applicationDescriptor;var _loadedScripts={};for(var k of[]){}
(function(){var baseUrl=self.location?self.location.origi... | {
"pile_set_name": "Github"
} |
#include "caml/address_class.h"
value caml_is_in_static_data(value v) {
return(Val_bool(Is_in_static_data(v)));
}
| {
"pile_set_name": "Github"
} |
from flask import request
from flask_restplus import Resource
from skf.api.security import security_headers, validate_privilege
from skf.api.checklist.business import update_checklist_question_correlation
from skf.api.checklist.serializers import checklist_correlation, message
from skf.api.kb.parsers import authorizati... | {
"pile_set_name": "Github"
} |
'use strict';
var base64 = require('./base64');
/**
Usage:
zip = new JSZip();
zip.file("hello.txt", "Hello, World!").file("tempfile", "nothing");
zip.folder("images").file("smile.gif", base64Data, {base64: true});
zip.file("Xmas.txt", "Ho ho ho !", {date : new Date("December 25, 2007 00:00:01")});
zip.... | {
"pile_set_name": "Github"
} |
// This is an open source non-commercial project. Dear PVS-Studio, please check it.
// PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com
/***********************************************************************************
**
** SkillsManager.cpp
**
** Copyright (C) Obtober 2017 Hotride
**
******... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) MuleSoft, Inc. All rights reserved. http://www.mulesoft.com
* The software in this package is published under the terms of the CPAL v1.0
* license, a copy of which has been included with this distribution in the
* LICENSE.txt file.
*/
package org.mule.runtime.core.internal.exception;
import s... | {
"pile_set_name": "Github"
} |
package gw.specContrib.classes.inner
class NonstaticGosuInnerClassExtentingNonstaticJavaInnerClass extends JavaClassWithNonstaticInnerClass {
function makeInner() : GosuInner {
return new GosuInner()
}
class GosuInner extends JavaInner {
}
} | {
"pile_set_name": "Github"
} |
'use strict';
module.exports = function(Chart) {
var helpers = Chart.helpers;
Chart.defaults.line = {
showLines: true,
spanGaps: false,
hover: {
mode: 'label'
},
scales: {
xAxes: [{
type: 'category',
id: 'x-axis-0'
}],
yAxes: [{
type: 'linear',
id: 'y-axis-0'
}]
}
};
... | {
"pile_set_name": "Github"
} |
{ stdenv, buildPythonPackage, fetchPypi
, mock, pytest
, six
}:
buildPythonPackage rec {
pname = "PyHamcrest";
version = "1.10.1";
src = fetchPypi {
inherit pname version;
sha256 = "0x08lfcnsak7pkym32xrdn0sn3wcf26n1jff3d11mwbizpfikbpp";
};
checkInputs = [ mock pytest ];
propagatedBuildInputs = [ s... | {
"pile_set_name": "Github"
} |
# Doc and Marty (Back to the Future)
# by r/Sbe16 - https://www.reddit.com/r/PixelArt/comments/a6v48q/oc_the_team_is_now_complete_ready_to_hop_back_to/
# Generated with Charc0al's cowsay file converter http://charc0al.github.io/cowsay-files/converter
$x = "\e[49m "; #reset color
$t = "$thoughts ";
$a = "\e[4... | {
"pile_set_name": "Github"
} |
/*
* JBoss, Home of Professional Open Source.
* Copyright 2019, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | {
"pile_set_name": "Github"
} |
:100000000C94D1080C9415090C9415090C9415093D
:100010000C9415090C9415090C9415090C941509E8
:100020000C9415090C9415090C9496120C946613F3
:100030000C944D0E0C9415090C9415090C9415098B
:100040000C9415090C940F310C9415090C94150996
:100050000C9415090C9435250C9415090C9415096C
:100060000C9415090C9415090C9415090C94150998
:1000... | {
"pile_set_name": "Github"
} |
# Route's cost is empty
route_cost_empty
# Route's cost is not numeric
route_cost_false
# Route's cost is negative
route_cost_negative
# Route's probability is empty
route_prob_empty
# Route's probability is not numeric
route_prob_false
# Route's probability is not given
route_prob_missing
# Route's probability i... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <objc/NSObject.h>
@class NSDate, SGDPowerBudgetThrottlingState, _DASScheduler;
@protocol NSObject, OS_os_log;
@interface SGDP... | {
"pile_set_name": "Github"
} |
import errno
from functools import partial
import select
import sys
try:
from time import monotonic
except ImportError:
from time import time as monotonic
__all__ = ["NoWayToWaitForSocketError", "wait_for_read", "wait_for_write"]
class NoWayToWaitForSocketError(Exception):
pass
# How should we wait on ... | {
"pile_set_name": "Github"
} |
/* MN10300 Optimised string functions
*
* Copyright (C) 2007 Matsushita Electric Industrial Co., Ltd.
* Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
* Modified by David Howells (dhowells@redhat.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="10117" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t... | {
"pile_set_name": "Github"
} |
/*
For general Scribus (>=1.3.2) copyright and licensing information please refer
to the COPYING file provided with the program. Following this notice may exist
a copyright and/or license notice that predates the release of Scribus 1.3.2
for which a new license (GPL+exception) is in place.
*/
#ifndef CXFOBJECT_... | {
"pile_set_name": "Github"
} |
inherited FrameTabGroup: TFrameTabGroup
Width = 616
ExplicitWidth = 616
inherited LabelHeader: TLabel
Width = 616
Caption = ' Tab Group Properties'
end
inherited ImageSample: TImage
Left = 525
Width = 88
Height = 70
Picture.Data = {
0954506E67496D61676589504E470D0A1A... | {
"pile_set_name": "Github"
} |
# This file describes the settings to be used by doxygen for a project
#
# All text after a hash (#) is considered a comment and will be ignored
# The format is:
# TAG = value [value, ...]
# Values that contain spaces should be placed between quotes (" ")
#--------------------------------------------------------... | {
"pile_set_name": "Github"
} |
<?php
/**
* This file is part of the Tmdb PHP API created by Michael Roterman.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @package Tmdb
* @author Michael Roterman <michael@wtfz.net>
* @copyright (c) 2013, Michael Roterman
*... | {
"pile_set_name": "Github"
} |
@font-face {
font-family: 'icomoon';
src: url("../fonts/icomoon/icomoon.eot?srf3rx");
src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/... | {
"pile_set_name": "Github"
} |
# Audio-Technica ATH-M70x
See [usage instructions](https://github.com/jaakkopasanen/AutoEq#usage) for more options and info.
### Parametric EQs
In case of using parametric equalizer, apply preamp of **-4.4dB** and build filters manually
with these parameters. The first 5 filters can be used independently.
When using i... | {
"pile_set_name": "Github"
} |
//
// LLTest4ViewController.swift
// TangramKit
//
// Created by yant on 10/5/16.
// Copyright © 2016年 youngsoft. All rights reserved.
//
import UIKit
/**
*4.LinearLayout - Wrap content
*/
class LLTest4ViewController: UIViewController {
weak var rootLayout :TGLinearLayout!
override func vie... | {
"pile_set_name": "Github"
} |
(* Contribution to the Coq Library V6.3 (July 1999) *)
(****************************************************************************)
(* The Calculus of Inductive Constructions *)
(* *)
(* ... | {
"pile_set_name": "Github"
} |
// -*- C++ -*- compatibility header.
// Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library 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... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--//***************************************************************************
//
// Copyright (c) Microsoft Corporation. All rights reserved.
// This code is licensed under the Visual Studio SDK license terms.
// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
// ... | {
"pile_set_name": "Github"
} |
<!--
SonarLint for IntelliJ IDEA
Copyright (C) 2015-2020 SonarSource
sonarlint@sonarsource.com
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of ... | {
"pile_set_name": "Github"
} |
#
# iso2022_jp_2004.py: Python Unicode Codec for ISO2022_JP_2004
#
# Written by Hye-Shik Chang <perky@FreeBSD.org>
#
import _codecs_iso2022, codecs
import _multibytecodec as mbc
codec = _codecs_iso2022.getcodec('iso2022_jp_2004')
class Codec(codecs.Codec):
encode = codec.encode
decode = codec.de... | {
"pile_set_name": "Github"
} |
#### Notice ####
This directory is for automounted drives. Empty directories here are purged on reboot.
If you wish to configure an /etc/fstab mount for a drive that is attached permanently, you should do so in the /mnt directory
| {
"pile_set_name": "Github"
} |
#import <React/RCTEventEmitter.h>
#import <React/RCTBridgeModule.h>
#import <React/RCTUIManager.h>
@interface RNGestureHandlerModule : RCTEventEmitter <RCTBridgeModule>
@end
| {
"pile_set_name": "Github"
} |
/*
* SPDX-License-Identifier: MIT
*
* Copyright © 2014-2018 Intel Corporation
*/
#ifndef INTEL_GT_BUFFER_POOL_TYPES_H
#define INTEL_GT_BUFFER_POOL_TYPES_H
#include <linux/list.h>
#include <linux/spinlock.h>
#include <linux/workqueue.h>
#include "i915_active_types.h"
struct drm_i915_gem_object;
struct intel_gt_... | {
"pile_set_name": "Github"
} |
/******************************************************************************
*******************************************************************************
**
** Copyright (C) 2005-2008 Red Hat, Inc. All rights reserved.
**
** This copyrighted material is made available to anyone wishing to use,
** modify, copy... | {
"pile_set_name": "Github"
} |
require 'fog/core/model'
module Fog
module Compute
class GoGrid
class Password < Fog::Model
identity :id
attribute :server_id
attribute :applicationtype
attribute :username
attribute :password_id, :aliases => 'id'
attribute :password
attribute :serve... | {
"pile_set_name": "Github"
} |
// Written in the D programming language.
/**
* Converting to/from JSON usage
*/
import std.stdio;
import msgpack;
import std.json;
void main()
{
struct Simple
{
int a = 5;
string b = "hello";
double c = 3.14;
char d = '!';
@nonPacked string e = "world";
bo... | {
"pile_set_name": "Github"
} |
#ifndef DataFormats_Common_RefVectorIterator_h
#define DataFormats_Common_RefVectorIterator_h
/*----------------------------------------------------------------------
RefVectorIterator: An iterator for a RefVector
Note: this is actually a *const_iterator*
----------------------------------------------------------... | {
"pile_set_name": "Github"
} |
{ stdenv, fetchFromGitHub
# nativeBuildInputs
, qmake, pkgconfig
# Qt
, qtbase, qtsvg, qtwebengine
# buildInputs
, r2-for-cutter
, python3
, wrapQtAppsHook }:
stdenv.mkDerivation rec {
pname = "radare2-cutter";
version = "1.12.0";
src = fetchFromGitHub {
owner = "radareorg";
repo = "cutter";
rev = "... | {
"pile_set_name": "Github"
} |
--disable_warnings
let $ENGINE=`select variable_value from performance_schema.global_variables where variable_name='DEFAULT_STORAGE_ENGINE'`;
--enable_warnings
--disable_warnings
DROP TABLE IF EXISTS t1,t2;
--enable_warnings
CREATE TABLE t1(c1 INTEGER NULL);
SHOW TABLES;
--replace_result $ENGINE ENGINE " PAGE_CHECKSU... | {
"pile_set_name": "Github"
} |
<?php
namespace Oro\Component\Duplicator\Tests\Unit\Stub;
use Doctrine\Common\Collections\ArrayCollection;
class Entity1
{
/**
* @var int
*/
protected $id;
/**
* @var string
*/
protected $email;
/**
* @var Entity2
*/
protected $entity;
/**
* @var Arra... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2011 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 NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_BROWSER_PPP_WIDGET_H_
#define NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_BROWSER_PPP_WIDGET_H_
#include "nativ... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!29 &1
SceneSettings:
m_ObjectHideFlags: 0
m_PVSData:
m_QueryMode: 1
m_PVSObjectsArray: []
m_PVSPortalsArray: []
m_OcclusionBakeSettings:
viewCellSize: 1
bakeMode: 2
memoryUsage: 10485760
--- !u!104 &2
RenderSettings:
m_Fog: 0
m_FogColor: {r: .... | {
"pile_set_name": "Github"
} |
package org.bouncycastle.asn1.misc;
import org.bouncycastle.asn1.DERBitString;
/**
* The NetscapeCertType object.
* <pre>
* NetscapeCertType ::= BIT STRING {
* SSLClient (0),
* SSLServer (1),
* S/MIME (2),
* Object Signing ... | {
"pile_set_name": "Github"
} |
/******************************************************************************
*
* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
* published b... | {
"pile_set_name": "Github"
} |
<h1 align="center">
<img src="https://user-images.githubusercontent.com/30767528/57573928-1e78db80-7430-11e9-940c-aecbf3226b7c.png" alt="Logo">
</h1>
<h3 align="center">
Flat, Simple, Hackable Color-Picker.
</h3>
<p align="center">
<img alt="gzip size" src="https://img.badgesize.io/https://raw.githubusercon... | {
"pile_set_name": "Github"
} |
<?php
header("Content-Type: text/event-stream\n\n");
// despite not having the while(true){}
// this seems to repeat pushing messages to the client
echo 'data: ' . json_encode(
array(
0 => array( 'time' => time(),
'message' => 'data stream 1 - some... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2002, 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"
} |
/*
* SL82C105/Winbond 553 IDE driver
*
* Maintainer unknown.
*
* Drive tuning added from Rebel.com's kernel sources
* -- Russell King (15/11/98) linux@arm.linux.org.uk
*
* Merge in Russell's HW workarounds, fix various problems
* with the timing registers setup.
* -- Benjamin Herrenschmidt (01/11/03) benh@... | {
"pile_set_name": "Github"
} |
package mage.sets;
import mage.cards.ExpansionSet;
import mage.constants.Rarity;
import mage.constants.SetType;
/**
* https://scryfall.com/sets/pgrn
*/
public class GuildsOfRavnicaPromos extends ExpansionSet {
private static final GuildsOfRavnicaPromos instance = new GuildsOfRavnicaPromos();
public static... | {
"pile_set_name": "Github"
} |
pre.idle .InheritedClass {
}
pre.idle .TypeName {
color: #21439C;
}
pre.idle .Number {
}
pre.idle .LibraryVariable {
color: #A535AE;
}
pre.idle .Storage {
color: #FF5600;
}
pre.idle .line-numbers {
background-color: #BAD6FD;
color: #000000;
}
pre.idle {
background-color: #FFFFFF;
color: #000000;
}
... | {
"pile_set_name": "Github"
} |
# Test PUBLISH propagation across the cluster.
source "../tests/includes/init-tests.tcl"
test "Create a 5 nodes cluster" {
create_cluster 5 5
}
proc test_cluster_publish {instance instances} {
# Subscribe all the instances but the one we use to send.
for {set j 0} {$j < $instances} {incr j} {
if ... | {
"pile_set_name": "Github"
} |
import styled from 'styled-components';
const Div = styled.div`
margin-top: 0.5rem;
margin-bottom: 0.5rem;
line-height: 1.3rem;
font-size: 1.3rem;
`;
export default Div;
| {
"pile_set_name": "Github"
} |
/* Copyright 2015 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | {
"pile_set_name": "Github"
} |
// Copyright 2016 Amazon.com, Inc. or its affiliates. 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. A copy of the
// License is located at
//
// http://aws.amazon.com/apache2.0/
//
// or in the "license" fil... | {
"pile_set_name": "Github"
} |
/*
* JBoss, Home of Professional Open Source
* Copyright 2009-10, Red Hat and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU ... | {
"pile_set_name": "Github"
} |
adsf
asd
sadf
asf
sf
saf
sf
sdf
asfa
sad
asf
fd
sa
sda
NaNdfs
NaNsadf
sdaf
sdfa
sdfa
sdfa
sdfa
sdfa
sdfa
sdf
fsda
sfda
sdfa
sadf
asdf
safd
asdf
asdf
asdf
asdf
asdf
dfs
sdf
dfsa
afsd
afsd
afsd
afsd
afsd
afsd
afsd
afsd
afsd
afsd
afsd
afsd
afsd
afsd
afsd
afsd
afsd
afsd
afsd
afsd
afsd
afsd
afsd
afsd
afsd
afsd
afsd
afsd
afs... | {
"pile_set_name": "Github"
} |
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
## Description
A clear and concise description of what the bug is.
## Meta
Rust version:
Specs version / commit:
Operating system:
## Reproduction
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '..... | {
"pile_set_name": "Github"
} |
---
external help file: Microsoft.Windows.Appx.PackageManager.Commands.dll-Help.xml
Module Name: Appx
online version:
schema: 2.0.0
title: Remove-AppxPackage
ms.author: v-anbarr
ms.reviewer: brianlic
description:
keywords: powershell, cmdlet
author: andreabarr
manager: jasgro
ms.date: 2017-10-29
ms.topic: reference
m... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Translation\Dumper;
use Symfony\Component\Translation... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2010-present Facebook.
*
* 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"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.