text stringlengths 2 99.9k | meta dict |
|---|---|
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | {
"pile_set_name": "Github"
} |
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.ide.bookmarks.actions;
import com.intellij.icons.AllIcons;
import com.intellij.ide.IdeBundle;
import com.intellij.ide.bookmarks.BookmarkManager;
import com.i... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2007-2017, Stefan Eilemann <eile@equalizergraphics.com>
*
* 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 ... | {
"pile_set_name": "Github"
} |
from typing import Any, NamedTuple, Optional
def contextfilter(f): ...
def evalcontextfilter(f): ...
def environmentfilter(f): ...
def make_attrgetter(environment, attribute): ...
def do_forceescape(value): ...
def do_urlencode(value): ...
def do_replace(eval_ctx, s, old, new, count: Optional[Any] = ...): ...
def do_u... | {
"pile_set_name": "Github"
} |
/* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/Celestial.framework/Celestial
*/
@interface BWPearlPortraitSceneMonitor : NSObject <BWPortraitSceneMonitor> {
bool _aeStableAfterStartStreaming;
float _closeDepthDistanceAverage;
bool _depthSensorOccluded;
bool _disablePrev... | {
"pile_set_name": "Github"
} |
use strict;
use warnings;
BEGIN {
use Config;
if (! $Config{'useithreads'}) {
print("1..0 # SKIP Perl not compiled with 'useithreads'\n");
exit(0);
}
}
use ExtUtils::testlib;
sub ok {
my ($id, $ok, $name) = @_;
# You have to do it this way or VMS will get confused.
if ($ok) {... | {
"pile_set_name": "Github"
} |
// Copyright 2013 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 nacl plan9 solaris
package ipv6
// TrafficClass returns the traffic class field value for outgoing
// packets.
func (c *genericOpt) TrafficClass() ... | {
"pile_set_name": "Github"
} |
// License: GPL. For details, see LICENSE file.
package org.openstreetmap.josm.gui.dialogs.relation;
import static org.junit.Assert.assertNotNull;
import org.junit.Rule;
import org.junit.Test;
import org.openstreetmap.josm.data.osm.DataSet;
import org.openstreetmap.josm.data.osm.Relation;
import org.openstreetmap.jos... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Store\Test\Unit\Model\Config\Importer\Processor;
use Magento\Framework\ObjectManagerInterface;
use Magento\Store\Model\Config\Importer\Processor\Create;
use Magento\Store\Model\Config\Importer\Pro... | {
"pile_set_name": "Github"
} |
{
"pages": {
"blockSize": {
"cssExampleSrc": "./live-examples/css-examples/logical-properties/block-size.css",
"exampleCode": "./live-examples/css-examples/logical-properties/block-size.html",
"fileName": "block-size.html",
"title": "CSS Demo: block-size",
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2008 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"
} |
<!DOCTYPE html>
<html>
<head>
<title>Stretchy munderover</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<!-- See bug 687807 -->
<math >
<mrow>
<msup>
<munderover>
<mo stretchy="true">→</mo>
<mtext>... | {
"pile_set_name": "Github"
} |
#############################################################################
## Copyright (c) Microsoft Corporation. All rights reserved.
## Licensed under the MIT license. See LICENSE file in the project root for full license information.
#############################################################################
... | {
"pile_set_name": "Github"
} |
using BeetleX.Buffers;
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
namespace BeetleX
{
public static class StreamHelper
{
public static PipeStream ToPipeStream(this Stream stream)
{
PipeStream result = stream as PipeStream;
if ... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2013-2016 consulo.io
*
* 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"
} |
/* crypto/buffer/buffer.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and no... | {
"pile_set_name": "Github"
} |
/* Base16 Atelier Lakeside Light - Theme */
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/lakeside) */
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
/* Atelier-Lakeside Comment */
.hljs-comment,
.hljs-quote {
color: #5a7b8c;
}
/* ... | {
"pile_set_name": "Github"
} |
Prism.languages.d = Prism.languages.extend('clike', {
'string': [
// r"", x""
/\b[rx]"(?:\\[\s\S]|[^\\"])*"[cwd]?/,
// q"[]", q"()", q"<>", q"{}"
/\bq"(?:\[[\s\S]*?\]|\([\s\S]*?\)|<[\s\S]*?>|\{[\s\S]*?\})"/,
// q"IDENT
// ...
// IDENT"
/\bq"([_a-zA-Z][_a-zA-Z\d]*)(?:\r?\n|\r)[\s\S]*?(?:\r?\n|\r)\1"/,
... | {
"pile_set_name": "Github"
} |
# Definition for a binary tree node.
# class TreeNode(object):
# def __init__(self, x):
# self.val = x
# self.left = None
# self.right = None
class Solution(object):
def __init__(self):
self.result = -2147483647
def maxPathSum(self, root):
"""
:type root: T... | {
"pile_set_name": "Github"
} |
Apache Milagro Crypto Libraries
Copyright 2016 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
| {
"pile_set_name": "Github"
} |
36
5
24
26
0
36
28
32
29
22
19
25
36
7
23
25
49
0
0
0
26
33
4
25
0
2
25
30
34
0
0
0
9
25
28
24
14
6
23
23
38
49
0
3
19
26
32
25
28
21
20
38
63
0
0
2
10
32
25
27
26
17
21
11
2
43
0
0
36
22
7
31
31
28
24
39
26
0
0
23
19
33
25
26
8
4
25
12
44
2
0
4
28
29
25
19
0
11
21
28
48
0
0
13
24
4
42
15
3
40
20
27
32
0
0
7
23
44
23
0... | {
"pile_set_name": "Github"
} |
rule IronTiger_ASPXSpy
{
meta:
author = "Cyber Safety Solutions, Trend Micro"
description = "ASPXSpy detection. It might be used by other fraudsters"
reference = "http://goo.gl/T5fSJC"
strings:
$str2 = "IIS Spy" wide ascii
$str3 = "protected void DGCoW(object sender,EventArgs e)" nocase wide ascii
conditio... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<!--
manifest.json provides metadata us... | {
"pile_set_name": "Github"
} |
package com.threedr3am.bug.paddingoraclecbc;
import com.vip.vjtools.vjkit.security.CryptoUtil;
import com.vip.vjtools.vjkit.text.EncodeUtil;
import java.util.Arrays;
import java.util.function.Predicate;
/**
* padding oracle java实现(多组密文实现)
*
* todo 用于利用padding oracle爆破出原文
*
* @author threedr3am
*/
public class P... | {
"pile_set_name": "Github"
} |
import { LightningElement } from 'lwc';
export default class ErrorChild extends LightningElement {
throwError() {
throw new Error();
}
}
| {
"pile_set_name": "Github"
} |
//-------------------------------------------------
// NGUI: Next-Gen UI kit
// Copyright © 2011-2017 Tasharen Entertainment Inc
//-------------------------------------------------
using UnityEngine;
using System.Collections.Generic;
/// <summary>
/// Very simple sprite animation. Attach to a sprite and sp... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DevAudit.AuditLibrary
{
public class ScriptEnvironment
{
#region Constructors
public ScriptEnvironment(LocalEnvironment host_env)
{
this.HostEnviron... | {
"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 -->
<title>CustomScrollPanel (GWT Javadoc)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<scri... | {
"pile_set_name": "Github"
} |
/**
*
* WARNING! This file was autogenerated by:
* _ _ _ _ __ __
* | | | | | | |\ \ / /
* | | | | |_| | \ V /
* | | | | _ | / \
* | |_| | | | |/ /^\ \
* \___/\_| |_/\/ \/
*
* This file was autogenerated by UnrealHxGenerator using UHT definitions.
* It only includes UPROPERTYs and UFU... | {
"pile_set_name": "Github"
} |
/*-
* Copyright (c) 2003-2007 Tim Kientzle
* 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
* notice, this list of c... | {
"pile_set_name": "Github"
} |
<template name="channelInfo">
<aside class="channel-info channel-info-out">
<span class="title">
Channel info
<i data-action="display-channel-info" class="fa fa-times channel-info-exit"></i>
</span>
<div class="aside-section channel-accordion">
<ul class="scroll">
<li class="chan... | {
"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"
} |
//
// 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 NSMutableArray;
@interface PKRoundedPath : NSObject
{
struct CGPath *_CGPath;
NSMutableArray... | {
"pile_set_name": "Github"
} |
package com.mcxiaoke.next.ui.widget;
import android.graphics.drawable.Drawable;
import android.view.MenuItem;
/**
* User: mcxiaoke
* Date: 13-12-24
* Time: 上午10:32
* <p/>
* 分享目标
*/
public class ShareTarget implements Comparable<ShareTarget> {
public int id; // id reserved
public int weight;// weight fo... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2019 Google 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 agreed to ... | {
"pile_set_name": "Github"
} |
config BR2_PACKAGE_CRACKLIB
bool "cracklib"
help
CrackLib tests passwords to determine whether they match
certain security-oriented characteristics, with the purpose
of stopping users from choosing passwords that are easy to
guess. CrackLib performs several tests on passwords: it
tries to generate word... | {
"pile_set_name": "Github"
} |
/* 7zIn.h */
#ifndef __7Z_IN_H
#define __7Z_IN_H
#include "7zHeader.h"
#include "7zItem.h"
#include "7zAlloc.h"
typedef struct _CInArchiveInfo
{
CFileSize StartPositionAfterHeader;
CFileSize DataStartPosition;
}CInArchiveInfo;
typedef struct _CArchiveDatabaseEx
{
CArchiveDatabase Database;
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2015 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"
} |
(function() {
// don't emit events from inside the previews themselves
if ( window.location.search.match( /receiver/gi ) ) { return; }
var socket = io.connect(window.location.origin);
var socketId = Math.random().toString().slice(2);
console.log('View slide notes at ' + window.location.origin + '/notes/' + sock... | {
"pile_set_name": "Github"
} |
setTranslatedTitle("advancements.stage3.propene.title")
setIcon("forge:bucketfilled", 0, {FluidName: "propene", Amount: 1000})
setTranslatedDescription("advancements.stage3.propene.description")
addParent("triumph:stage3/steam")
setRequiresParents()
setFrameType("Goal")
setUncompletedIconColor(8947848)
setComplete... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 0f04b8b1f145e46299741eec77429560
timeCreated: 1498706735
licenseType: Pro
NativeFormatImporter:
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
# avoid-leaking-state-in-ember-objects
:white_check_mark: The `"extends": "plugin:ember/recommended"` property in a configuration file enables this rule.
Don't use arrays and objects as default properties. More info here: <https://dockyard.com/blog/2015/09/18/ember-best-practices-avoid-leaking-state-into-factories>
... | {
"pile_set_name": "Github"
} |
prototypes ensureNamespace: #relations &delegate: True.
relations define: #Relation &parents: {Cloneable}.
"Relations are objects that map objects to an arbitrary number of other
objects, and include a protocol of relational algebra."
r@(Relation traits) applyTo: x
[overrideThis].
r@(Relation traits) inverseApplyTo:... | {
"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 license... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSObject.h"
@interface SRIOConsumer : NSObject
{
CDUnknownBlockType _scanner;
CDUnknownBlockType _handler;
unsigned long long _bytesNeeded;
_Bool _readToCu... | {
"pile_set_name": "Github"
} |
/*
client.cpp
Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com>
*/
/*
This file is part of Freeminer.
Freeminer 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
... | {
"pile_set_name": "Github"
} |
#
# Copyright (c) 2005, 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 Software Fou... | {
"pile_set_name": "Github"
} |
package reflect2
import (
"reflect"
"unsafe"
)
type UnsafeStructField struct {
reflect.StructField
structType *UnsafeStructType
rtype unsafe.Pointer
ptrRType unsafe.Pointer
}
func newUnsafeStructField(structType *UnsafeStructType, structField reflect.StructField) *UnsafeStructField {
return &UnsafeStru... | {
"pile_set_name": "Github"
} |
// (C) Copyright Gennadiy Rozental 2001.
// (C) Copyright Beman Dawes 1995-2001.
// 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)
// See http://www.boost.org/libs/test for the library home page.
//
/// @fil... | {
"pile_set_name": "Github"
} |
# SPDX-License-Identifier: GPL-2.0
armada-y := armada_crtc.o armada_drv.o armada_fb.o armada_fbdev.o \
armada_gem.o armada_overlay.o armada_trace.o
armada-y += armada_510.o
armada-$(CONFIG_DEBUG_FS) += armada_debugfs.o
obj-$(CONFIG_DRM_ARMADA) := armada.o
| {
"pile_set_name": "Github"
} |
# SPDX-License-Identifier: GPL-2.0
pl111_drm-y += pl111_display.o \
pl111_versatile.o \
pl111_drv.o
pl111_drm-$(CONFIG_ARCH_VEXPRESS) += pl111_vexpress.o
pl111_drm-$(CONFIG_ARCH_NOMADIK) += pl111_nomadik.o
pl111_drm-$(CONFIG_DEBUG_FS) += pl111_debugfs.o
obj-$(CONFIG_DRM_PL111) += pl111_drm.o
| {
"pile_set_name": "Github"
} |
import { FairEventSectionCard } from "../FairEventSectionCard"
describe(FairEventSectionCard, () => {
it.todo("No tests yet, it's just placeholders so far.")
})
| {
"pile_set_name": "Github"
} |
#
# This class help the creation of material icons in the UI.
#
class MaterialIcon
# To use content_tag
include ActionView::Helpers::TagHelper
# Undefined method will ref to the icon.
def method_missing(name)
@icon =
if name == :class_icon
'class' # Set the icon named 'class'
else
... | {
"pile_set_name": "Github"
} |
{
"server" : {
"name" : "new-server-test",
"imageRef" : "%(host)s/openstack/images/%(image_id)s",
"flavorRef" : "%(host)s/openstack/flavors/1",
"metadata" : {
"My Server Name" : "Apache1"
},
"user_data" : "%(user_data)s",
"personality" : [
... | {
"pile_set_name": "Github"
} |
# global
<!-- [![build status][1]][2]
[![browser support][3]][4] -->
Require global variables
## Example
```js
var global = require("global")
var document = require("global/document")
var window = require("global/window")
```
## Installation
`npm install global`
## Contributors
- Raynos
## MIT Licenced
[1... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="8.00">
<data>
<int key="IBDocument.SystemTarget">1296</int>
<string key="IBDocument.SystemVersion">11D50b</string>
<string key="IBDocument.InterfaceBuilderVersion">2182</string>
<string key="IBDocument.Ap... | {
"pile_set_name": "Github"
} |
{
"$schema": "https://developer.microsoft.com/json-schemas/core-build/serve.schema.json",
"port": 4321,
"https": true,
"serveConfigurations": {
"default": {
"pageUrl": "https://yourtenant.sharepoint.com/sites/yoursite",
"customActions": {
"39044f8c-dace-47... | {
"pile_set_name": "Github"
} |
// Copyright 2016 the V8 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.
// Flags: --allow-natives-syntax --harmony-tailcalls
try {
load("mjsunit/es6/tail-call-megatest.js");
} catch(e) {
load("test/mjsunit/es6/tail-call... | {
"pile_set_name": "Github"
} |
// boost/config/user.hpp ---------------------------------------------------//
// (C) Copyright John Maddock 2001.
// Use, modification and distribution are subject to 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)
// Do... | {
"pile_set_name": "Github"
} |
//
// ASICloudFilesContainerXMLParserDelegate.m
//
// Created by Michael Mayo on 1/10/10.
//
#import "ASICloudFilesContainerXMLParserDelegate.h"
#import "ASICloudFilesContainer.h"
@implementation ASICloudFilesContainerXMLParserDelegate
@synthesize containerObjects, currentElement, currentContent, currentObject;
... | {
"pile_set_name": "Github"
} |
using System;
using System.IO;
using Org.BouncyCastle.Utilities;
namespace Org.BouncyCastle.Bcpg
{
/// <remarks>Generic literal data packet.</remarks>
public class LiteralDataPacket
: InputStreamPacket
{
private int format;
private byte[] fileName;
private long modDate;
internal Li... | {
"pile_set_name": "Github"
} |
/**
* > Author: UncP
* > Mail: 770778010@qq.com
* > Github: https://www.github.com/UncP/Giraffe
* > Description:
*
* > Created Time: 2016-08-01 16:25:28
**/
#ifndef _ISECT_HPP_
#define _ISECT_HPP_
#include "../math/constant.hpp"
#include "../math/vertex.hpp"
namespace Giraffe {
class Ob... | {
"pile_set_name": "Github"
} |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/protobuf/struct.proto
#ifndef PROTOBUF_google_2fprotobuf_2fstruct_2eproto__INCLUDED
#define PROTOBUF_google_2fprotobuf_2fstruct_2eproto__INCLUDED
#include <string>
#include <google/protobuf/stubs/common.h>
#if GOOGLE_PROTOBUF_VERSION < 30... | {
"pile_set_name": "Github"
} |
/*
Motion engine
Parent of all motion engines classes
*/
import {Level} from "./level";
import {
MAP
} from "./global";
import { Editor } from "./editor";
import { CarSprite } from "./car";
/**
* Structure used to describe the action space.
* @type: Discrete or continous values
* @size: Number of expe... | {
"pile_set_name": "Github"
} |
package org.requirementsascode.builder;
import static org.requirementsascode.builder.FlowlessStepPart.flowlessStepPart;
import java.util.Objects;
import java.util.function.Supplier;
import org.requirementsascode.Condition;
import org.requirementsascode.Model;
import org.requirementsascode.ModelRunner;
/**
* Part u... | {
"pile_set_name": "Github"
} |
//===-- allocator_interface.h ---------------------------------------------===//
//
// 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"
} |
import {
MqttClient,
IClientOptions,
IClientPublishOptions,
IClientSubscribeOptions,
IPublishPacket,
ISubscriptionGrant,
ISubscriptionMap,
IUnsubackPacket,
PacketCallback,
} from 'mqtt';
export * from 'mqtt/types/lib/client-options';
export * from 'mqtt/types/lib/store';
export {
// mqtt/types/lib... | {
"pile_set_name": "Github"
} |
STARTFONT 2.1
COMMENT This font is a free software.
COMMENT Unlimited permission is granted to use, copy, and distribute it,
COMMENT with or without modification, either commercially and noncommercially.
COMMENT THIS FONT IS PROVIDED "AS IS" WITHOUT WARRANTY.
FONT -mplus-hlv-medium-R-normal--10-100-75-75-P-50-iso8859-1... | {
"pile_set_name": "Github"
} |
package me.hao0.antares.server;
import me.hao0.antares.server.cluster.server.ServerCluster;
import me.hao0.antares.server.cluster.server.ServerRegister;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.Configurabl... | {
"pile_set_name": "Github"
} |
package jetbrains.mps.lang.dataFlow.editor;
/*Generated by MPS */
import jetbrains.mps.nodeEditor.EditorAspectDescriptorBase;
import org.jetbrains.annotations.NotNull;
import java.util.Collection;
import jetbrains.mps.openapi.editor.descriptor.ConceptEditor;
import org.jetbrains.mps.openapi.language.SAbstractConcept;... | {
"pile_set_name": "Github"
} |
# LiteGUI.Tabs
```js
var tabs = new LiteGUI.Tabs({});
var tab1 = tabs.addTab("tab1", { title: "MyTab1" });
tab1.add( inspector );
```
| {
"pile_set_name": "Github"
} |
# Tencent is pleased to support the open source community by making PocketFlow available.
#
# Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
#
# Licensed under the BSD 3-Clause License (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a cop... | {
"pile_set_name": "Github"
} |
// Copyright Monax Industries Limited
// SPDX-License-Identifier: Apache-2.0
package names
import (
"testing"
)
// TODO: tests
func TestNewNameRegCache(t *testing.T) {
}
func TestNameRegCache_GetNameRegEntry(t *testing.T) {
}
func TestNameRegCache_UpdateNameRegEntry(t *testing.T) {
}
func TestNameRegCache_Remove... | {
"pile_set_name": "Github"
} |
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using Newtonsoft.Json;
namespace Microsoft.AspNetCore.WebHooks
{
/// <summary>
/// Provides information about the condition under which the Web... | {
"pile_set_name": "Github"
} |
---
layout: "default"
title: "Operator: &>>="
description: "Swift documentation for the '&>>=' operator."
root: "/v3.1"
---
<code class="language-swift"> operator &>>= {
associativity right
precedence
assignment
}</code>
<h3>Declarations</h3>
<div class="declaration" id="func-ampgtgteq-t-where... | {
"pile_set_name": "Github"
} |
//
// detail/null_static_mutex.hpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2018 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#ifndef ASI... | {
"pile_set_name": "Github"
} |
#
# Copyright 2019 Google 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 agreed to in writing,... | {
"pile_set_name": "Github"
} |
/*
* ----------------------------------------------------------------------------
* nmakehlp.c --
*
* This is used to fix limitations within nmake and the environment.
*
* Copyright (c) 2002 by David Gravereaux.
* Copyright (c) 2006 by Pat Thoyts
*
* See the file "license.terms" for information on usage and re... | {
"pile_set_name": "Github"
} |
// Copyright 2013 The go-github AUTHORS. All rights reserved.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
/*
Package github provides a client for using the GitHub API.
Usage:
import "github.com/google/go-github/github"
Construct a new GitHub client, th... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.IO;
namespace AccessibilityInsights.VersionSwitcher
{
/// <summary>
/// Class to hold the installation options
/// </... | {
"pile_set_name": "Github"
} |
using PKISharp.WACS.Clients.DNS;
using PKISharp.WACS.Context;
using PKISharp.WACS.Plugins.Interfaces;
using PKISharp.WACS.Services;
using System.Threading.Tasks;
namespace PKISharp.WACS.Plugins.ValidationPlugins.Dns
{
internal class Manual : DnsValidation<Manual>
{
private readonly IInputService _inpu... | {
"pile_set_name": "Github"
} |
/* dumpNib - Print a nib file. */
/* Copyright (C) 2011 The Regents of the University of California
* See README in this or parent directory for licensing information. */
#include "common.h"
#include "dnaseq.h"
#include "nib.h"
#include "fa.h"
void dumpNib(char *nibFile, char *outFile)
/* dumpNib - Print a nib fil... | {
"pile_set_name": "Github"
} |
// Copyright 2020 Google LLC
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree.
$assert BATCH_TILE % 4 == 0
$assert BATCH_TILE >= 4
$ABC = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
#include <assert.h>
#include <xmmintrin.h>
#include <xn... | {
"pile_set_name": "Github"
} |
Require Export GeoCoq.Elements.OriginalProofs.proposition_20.
Require Export GeoCoq.Elements.OriginalProofs.lemma_TGsymmetric.
Require Export GeoCoq.Elements.OriginalProofs.lemma_TGflip.
Require Export GeoCoq.Elements.OriginalProofs.proposition_22.
Section Euclid.
Context `{Ax:euclidean_neutral_ruler_compass}.
Lemma... | {
"pile_set_name": "Github"
} |
/// @ref gtx_transform
/// @file glm/gtx/transform.hpp
///
/// @see core (dependence)
/// @see gtc_matrix_transform (dependence)
/// @see gtx_transform
/// @see gtx_transform2
///
/// @defgroup gtx_transform GLM_GTX_transform
/// @ingroup gtx
///
/// Include <glm/gtx/transform.hpp> to use the features of this extension... | {
"pile_set_name": "Github"
} |
//-----------------------------------------------------------------------
// <copyright file="CloudAnchorController.cs" company="Google">
//
// Copyright 2018 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with th... | {
"pile_set_name": "Github"
} |
#
# Copyright (c), 2016-2020, SISSA (International School for Advanced Studies).
# All rights reserved.
# This file is distributed under the terms of the MIT License.
# See the file 'LICENSE' in the root directory of the present
# distribution, or http://opensource.org/licenses/MIT.
#
# @author Davide Brunato <brunato@... | {
"pile_set_name": "Github"
} |
using System;
using Smobiler.Core;
namespace SMOSEC.UI.AssetsManager
{
partial class frmScrapRowsSN : Smobiler.Core.Controls.MobileForm
{
#region "SmobilerForm generated code "
public frmScrapRowsSN()
: base()
{
//This call is required by the SmobilerForm.
... | {
"pile_set_name": "Github"
} |
"Filed out from Dolphin Smalltalk 7"!
Error subclass: #HRESULTError
instanceVariableNames: 'errorInfo osErrorMessage'
classVariableNames: 'FacilityClasses'
poolDictionaries: 'FacilityCodes'
classInstanceVariableNames: ''!
HRESULTError guid: (GUID fromString: '{87b4c55a-026e-11d3-9fd7-00a0cc3e4a32}')!
HRES... | {
"pile_set_name": "Github"
} |
<!doctype html>
<html lang="en">
<head>
<title>jQuery UI Accordion - Default functionality</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3.2.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<s... | {
"pile_set_name": "Github"
} |
<?php
/**
* @file
* This file was auto-generated by generate-includes.php and includes all of
* the core files required by HTML Purifier. This is a convenience stub that
* includes all files using dirname(__FILE__) and require_once. PLEASE DO NOT
* EDIT THIS FILE, changes will be overwritten the next time the scr... | {
"pile_set_name": "Github"
} |
.Version 8.11.12 of ABINIT
.(MPI version, prepared for a x86_64_linux_gnu9.2 computer)
.Copyright (C) 1998-2020 ABINIT group .
ABINIT comes with ABSOLUTELY NO WARRANTY.
It is free software, and you are welcome to redistribute it
under certain conditions (GNU General Public License,
see ~abinit/COPYING or http:... | {
"pile_set_name": "Github"
} |
package com.shekhargulati.ninetynine_problems._01_lists
import org.scalatest.{FunSpec, Matchers}
class P13Test extends FunSpec with Matchers {
describe("P13 Spec") {
it("should perform run-length encoding") {
val encodedList: List[Any] = P13.encode_direct(List("a", "a", "a", "a", "b", "c", "c", "a", "a",... | {
"pile_set_name": "Github"
} |
<@ include "lib/macros.html" -@>
<@ extends "api/api.template.html" @>
<@ block additional @>
<@ if doc.usage @>
## Usage
<$ doc.usage $>
<@ endif @>
<@ if doc.params or doc.returns or doc.this or doc.kind == 'function' -@>
<h2 id="usage">Usage</h2>
<@ if doc.usage @>
<$ doc.usage $>
<@ else @>
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<definitions id="Definition"
targetNamespace="http://www.example.org/MinimalExample"
typeLanguage="http://www.java.com/javaTypes"
expressionLanguage="http://www.mvel.org/2.0"
xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL"
... | {
"pile_set_name": "Github"
} |
// TouchSimulator.js
import alfrid, { EventDispatcher } from 'alfrid';
import Config from '../Config';
var random = function(min, max) { return min + Math.random() * (max - min); }
class TouchSimulator extends EventDispatcher {
constructor(mRadiusMultiplier=1, mResetting=true) {
super();
this._radiusMultiplier... | {
"pile_set_name": "Github"
} |
exports.parse = exports.decode = decode
exports.stringify = exports.encode = encode
exports.safe = safe
exports.unsafe = unsafe
var eol = process.platform === "win32" ? "\r\n" : "\n"
function encode (obj, section) {
var children = []
, out = ""
Object.keys(obj).forEach(function (k, _, __) {
var val = o... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2020 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* SPDX-License-Identifier: GPL-3.0-or-later
*
*/
#include "pydoc_macros.h"
#define D(...) DOC(gr, __VA_ARGS__)
/*
This file contains placeholders for docstrings for the Python bindings.
Do not edit! These were automatical... | {
"pile_set_name": "Github"
} |
package com.github.sommeri.less4j.core.compiler.scopes;
public abstract class AbstractScopesTree implements IScopesTree {
@Override
public boolean hasParent() {
return getParent() != null;
}
@Override
public int getTreeSize() {
int result = 1;
for (IScope kid : getChilds()) {
result = re... | {
"pile_set_name": "Github"
} |
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Popups
{
#if false || false || false || false || false || false || false
[global::Uno.NotImplemented]
#endif
public partial class PopupMenu
{
#if __ANDROID__ || __IOS__ || NET461 || __WASM__... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.