text stringlengths 2 99k | meta dict |
|---|---|
/*
* /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Main.js
*
* Copyright (c) 2009-2018 The MathJax Consortium
*
* 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:... | {
"pile_set_name": "Github"
} |
namespace Wexflow.Server.Contracts
{
public class Auth
{
public string Username { get; set; }
public string Password { get; set; }
}
}
| {
"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"
} |
Additional IP Rights Grant (Patents)
"This implementation" means the copyrightable works distributed by
Google as part of the Go project.
Google hereby grants to You a perpetual, worldwide, non-exclusive,
no-charge, royalty-free, irrevocable (except as stated in this section)
patent license to make, have made, use, o... | {
"pile_set_name": "Github"
} |
inputs = {
name = "World"
}
terraform {
source = "../hello-world"
}
| {
"pile_set_name": "Github"
} |
//
// CustodyWithdrawalSetupInteractor.swift
// Blockchain
//
// Created by AlexM on 2/13/20.
// Copyright © 2020 Blockchain Luxembourg S.A. All rights reserved.
//
import PlatformKit
import PlatformUIKit
import RxRelay
import RxSwift
final class CustodyWithdrawalSetupInteractor {
typealias InteractionSt... | {
"pile_set_name": "Github"
} |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% This file is part of Logtalk <https://logtalk.org/>
% Copyright 1998-2020 Paulo Moura <pmoura@logtalk.org>
%
% Licensed under the Apache License, Version 2.0 (the "License");
% you may not use this file except in compliance with the Lic... | {
"pile_set_name": "Github"
} |
// Copyright 2011 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.
package ssh
import (
"bytes"
"errors"
"fmt"
"io"
"net"
"strings"
)
// The Permissions type holds fine-grained permissions that are
// specific to a user... | {
"pile_set_name": "Github"
} |
package jetbrains.mps.lang.editor.menus.substitute.testExtendingLanguage.constraints;
/*Generated by MPS */
import jetbrains.mps.smodel.runtime.BaseConstraintsAspectDescriptor;
import jetbrains.mps.smodel.runtime.ConstraintsDescriptor;
import org.jetbrains.mps.openapi.language.SAbstractConcept;
import jetbrains.mps.s... | {
"pile_set_name": "Github"
} |
table ncRna
"non-protein-coding genes"
(
shorT bin; "bin for browser speed up"
string chrom; "Reference sequence chromosome or scaffold"
uint chromStart; "genomic start position"
uint chromEnd; "gnomic end position"
string name; "Name of gene"
int score; "... | {
"pile_set_name": "Github"
} |
angular.module('app').run([
'keypressService',
'navUtils',
function(keypressService, navUtils) {
keypressService.registerCommandHandler('connection-manager:new-connection', function() {
navUtils.showConnections();
});
}
]);
| {
"pile_set_name": "Github"
} |
#import "GPUImageEmbossFilter.h"
@implementation GPUImageEmbossFilter
@synthesize intensity = _intensity;
- (id)init;
{
if (!(self = [super init]))
{
return nil;
}
self.intensity = 1.0;
return self;
}
#pragma mark -
#pragma mark Accessors
- (void)setIntensity:(CGFloat)newValue;
{
/... | {
"pile_set_name": "Github"
} |
<?php
/**
* Magento
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE_AFL.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive ... | {
"pile_set_name": "Github"
} |
#include "FuseTruncateTest.h"
void FuseTruncateTest::TruncateFile(const char *filename, fspp::num_bytes_t size) {
int error = TruncateFileReturnError(filename, size);
EXPECT_EQ(0, error);
}
int FuseTruncateTest::TruncateFileReturnError(const char *filename, fspp::num_bytes_t size) {
auto fs = TestFS();
auto ... | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2002, Industrial Light & Magic, a division of Lucas
// Digital Ltd. LLC
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the f... | {
"pile_set_name": "Github"
} |
/** Used for built-in method references. */
var funcProto = Function.prototype;
/** Used to resolve the decompiled source of functions. */
var funcToString = funcProto.toString;
/**
* Converts `func` to its source code.
*
* @private
* @param {Function} func The function to convert.
* @returns {string} Returns th... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="ISO-8859-1"?>
<dialog>
<label rect='40,150' text="Player Controls" color="#3377FF"/>
<label rect='163,170' text="Player 1" color="#AACCFF"/>
<label rect='268,170' text="Player 2" color="#AACCFF"/>
<label rect="380,150" text='General Controls' color="#3377FF"/>
<label rect='40,190' text=... | {
"pile_set_name": "Github"
} |
// Boost.Bimap
//
// Copyright (c) 2006-2007 Matias Capeletto
//
// 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)
/// \file container_adaptor/detail/non_unique_container_helper.hpp
/// \brief Details for... | {
"pile_set_name": "Github"
} |
//
// Comment.cs
//
// Author:
// Matej Miklečić <matej.miklecic@gmail.com>
//
// Copyright (c) 2013 Matej Miklečić (matej.miklecic@gmail.com)
//
namespace Comments
{
/// <summary>
/// This is a test file for all types of comments.
/// </summary>
class Comments
{
/// <summary>
/// Comment metho... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2013-2018 Apple Inc. 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 conditi... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
... | {
"pile_set_name": "Github"
} |
Feature: BoxPacker
In order to make logistics easier
As a developer
I need to be able to find out how a set of items can fit into a set of boxes
Scenario: Fitting small items into a small box only
Given there is a box "Small", which has external dimensions 300mm w × 300mm l × 10mm d × 10g and internal dime... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2014 Readium Foundation and/or its licensees. 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, ... | {
"pile_set_name": "Github"
} |
<?php
/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return array_replace_recursive(require __DIR__.'/en.php', [
'weekdays' => ['lahadi',... | {
"pile_set_name": "Github"
} |
/* cache .c - a LRU cache
*
* Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
*
* This file is part of pysqlite.
*
* 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.
*
* P... | {
"pile_set_name": "Github"
} |
vc.project.guid = BBDBC9A3-15CD-495B-9B16-D03CFBFB8D2D
vc.project.name = SevenZip
vc.project.target = Poco${vc.project.name}
vc.project.type = library
vc.project.pocobase = ..
vc.project.outdir = ${vc.project.pocobase}
vc.project.platforms = Win32
vc.project.configurations = debug_shared, release_shared, debug_static_m... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | {
"pile_set_name": "Github"
} |
/**********************************************************************
* File: tessbox.cpp (Formerly tessbox.c)
* Description: Black boxed Tess for developing a resaljet.
* Author: Ray Smith
* Created: Thu Apr 23 11:03:36 BST 1992
*
* (C) Copyright 1992, Hewlett-Packard Ltd.
** Licensed under th... | {
"pile_set_name": "Github"
} |
package com.linbit;
public class ValueOutOfRangeException extends Exception
{
public enum ViolationType
{
GENERIC,
TOO_LOW,
TOO_HIGH
}
private final ViolationType violation;
public ValueOutOfRangeException(ViolationType violationSpec)
{
violation = violationSpe... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
{% block head %}
<title>{{title}}</title>
<link rel="stylesheet" type="text/css" href="/static/admin/css/H-ui.min.css" />
<link rel="stylesheet" type="text/css" href="/static/admin/css/H-ui.admin.css" />
<link rel="stylesheet" type="text/css" href="/s... | {
"pile_set_name": "Github"
} |
{
"Commands:": "Choose yer command:",
"Options:": "Options for me hearties!",
"Examples:": "Ex. marks the spot:",
"required": "requi-yar-ed",
"Missing required argument: %s": {
"one": "Ye be havin' to set the followin' argument land lubber: %s",
"other": "Ye be havin' to set the followin' arguments la... | {
"pile_set_name": "Github"
} |
// Package v1p20 provides specific API types for the API version 1, patch 20.
package v1p20
import (
"github.com/docker/engine-api/types"
"github.com/docker/engine-api/types/container"
"github.com/docker/go-connections/nat"
)
// ContainerJSON is a backcompatibility struct for the API 1.20
type ContainerJSON struct... | {
"pile_set_name": "Github"
} |
/// Copyright (c) 2012 Ecma International. All rights reserved.
/// Ecma International makes this code available under the terms and conditions set
/// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// "Use Terms"). Any redistribution of this code must retain the above
/// copyright an... | {
"pile_set_name": "Github"
} |
# deprecated
| {
"pile_set_name": "Github"
} |
// -*- C++ -*-
//=============================================================================
/**
* @file os_assert.h
*
* verify program assertion
*
* $Id: os_assert.h 80826 2008-03-04 14:51:23Z wotte $
*
* @author Don Hinton <dhinton@dresystems.com>
* @author This code was originally in various place... | {
"pile_set_name": "Github"
} |
<?php
namespace oasis\names\specification\ubl\schema\xsd\CommonBasicComponents_2;
/**
* @xmlNamespace urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2
* @xmlType MinimumOrderQuantityType
* @xmlName MinimumOrderQuantity
* @var oasis\names\specification\ubl\schema\xsd\CommonBasicComponents_2\Mini... | {
"pile_set_name": "Github"
} |
/*
Copyright 2017 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | {
"pile_set_name": "Github"
} |
<http://www.w3.org/2013/TurtleTests/a1> <http://www.w3.org/2013/TurtleTests/b1> <http://www.w3.org/2013/TurtleTests/c1> .
<http://example.org/ns/a2> <http://example.org/ns/b2> <http://example.org/ns/c2> .
<http://example.org/ns/foo/a3> <http://example.org/ns/foo/b3> <http://example.org/ns/foo/c3> .
<http://example.org/... | {
"pile_set_name": "Github"
} |
Prism.languages.aspnet = Prism.languages.extend('markup', {
'page-directive': {
pattern: /<%\s*@.*%>/i,
alias: 'tag',
inside: {
'page-directive': {
pattern: /<%\s*@\s*(?:Assembly|Control|Implements|Import|Master(?:Type)?|OutputCache|Page|PreviousPageType|Reference|Register)?|%>/i,
alias: 'tag'
},
... | {
"pile_set_name": "Github"
} |
################################################################################
# BSD LICENSE
#
# Copyright(c) 2020 Intel Corporation. All rights reserved.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
... | {
"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 applic... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 %s -triple=renderscript32-none-linux-gnueabi -emit-llvm -o - -Werror | FileCheck %s -check-prefix=CHECK-RS32
// RUN: %clang_cc1 %s -triple=renderscript64-none-linux-android -emit-llvm -o - -Werror | FileCheck %s -check-prefix=CHECK-RS64
// RUN: %clang_cc1 %s -triple=armv7-none-linux-gnueabi -emit-llv... | {
"pile_set_name": "Github"
} |
## 1.6.0 (2013-03-27)
* Update to `hogan.js` as of this [commit](https://github.com/twitter/hogan.js/commit/9a9eb1ab8fbbfedc9de73aeac4f9c1798d190a21)
## 1.5.1 (2013-2-26)
* hamstache\_extensions and slimstache\_extensions options - @AlexRiedler
* pass scope and locals to `haml` and `slim` - @AlexRiedler
## 1.5.0 (2... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2012 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.
#include "content/common/swapped_out_messages.h"
#include "content/common/accessibility_messages.h"
#include "content/common/frame_messages.h"
#inclu... | {
"pile_set_name": "Github"
} |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>plugins</groupId>
<artifactId>plugin-parent</artif... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2014 Bruno Medeiros and other Contributors.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distrib... | {
"pile_set_name": "Github"
} |
{% extends 'LadbCoreBundle:Knowledge:_form-fieldset-value.part.html.twig' %}
{% block dataFormGroup %}
{{ form_errors(form.data) }}
{{ form_widget(form.data, { 'attr':{ 'class':'form-control input-lg ladb-autosize', 'rows':5, 'placeholder':fieldLabel } }) }}
{% endblock %}
| {
"pile_set_name": "Github"
} |
# --------------------------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
package org.docear.plugin.core.actions;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import org.docear.plugin.core.ui.NotificationBar;
import org.freeplane.core.ui.AFreeplaneAction;
public class DocearShowNotificationBar extends AFreeplaneAction {
/**
*
*/
private static final lo... | {
"pile_set_name": "Github"
} |
From d68db9f2cee975aad5e07b44485615f3d842ab45 Mon Sep 17 00:00:00 2001
From: Darik Horn <dajhorn@vanadac.com>
Date: Fri, 11 Jul 2014 16:17:18 -0400
Subject: [PATCH] Change GetExeDir to GetStateDir in Cedar and Mayaqua.
Resolve this AppArmor error by ensuring that certificate files files are
written into /var/lib/softe... | {
"pile_set_name": "Github"
} |
from __future__ import absolute_import
import datetime
import flask
from apscheduler.job import Job
from .utils import job_to_dict
import json # noqa
loads = json.loads
def dumps(obj, indent=None):
return json.dumps(obj, indent=indent, cls=JSONEncoder)
def jsonify(data, status=None):
indent = None
... | {
"pile_set_name": "Github"
} |
PROVIDE ( Cache_Read_Disable = 0x400047f0 );
PROVIDE ( Cache_Read_Enable = 0x40004678 );
PROVIDE ( FilePacketSendReqMsgProc = 0x400035a0 );
PROVIDE ( FlashDwnLdParamCfgMsgProc = 0x4000368c );
PROVIDE ( FlashDwnLdStartMsgProc = 0x40003538 );
PROVIDE ( FlashDwnLdStopReqMsgProc = 0x40003658 );
PROVIDE ( GetUartDevice = 0x... | {
"pile_set_name": "Github"
} |
import React, { Component } from 'react';
import { Chart, Tooltip, Geom, Coord } from 'bizcharts';
import { DataView } from '@antv/data-set';
import { Divider } from 'antd';
import classNames from 'classnames';
import ReactFitText from 'react-fittext';
import Debounce from 'lodash-decorators/debounce';
import Bind from... | {
"pile_set_name": "Github"
} |
## version: 1.34
## method: get
## path: /info
## code: 200
registry_config <- list(
allow_nondistributable_artifacts_cidrs = c("::1/128", "127.0.0.0/8"),
allow_nondistributable_artifacts_hostnames = c(
"registry.internal.corp.example.com:3000", "[2001:db8:a0b:12f0::1]:443"),
insecure_registry_cidrs = c("::1/... | {
"pile_set_name": "Github"
} |
# Copyright David Abrahams 2004. 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)
'''
>>> from data_members_ext import *
---- Test static data members ---
>>> v = Var('slim shady')
>>> Var.ro2a.x
0
>>> Var.r... | {
"pile_set_name": "Github"
} |
"""
Template tags for easy WTForms access in Django templates.
"""
from __future__ import unicode_literals
import re
from django import template
from django.conf import settings
from django.template import Variable
from ....compat import iteritems
register = template.Library()
class FormFieldNode(template.Node):
... | {
"pile_set_name": "Github"
} |
/// @ref core
/// @file glm/detail/func_integer_simd.inl
#include "../simd/integer.h"
#if GLM_ARCH & GLM_ARCH_SSE2_BIT
namespace glm{
namespace detail
{
template<glm::precision P>
struct compute_bitfieldReverseStep<4, uint32, P, vec, true, true>
{
GLM_FUNC_QUALIFIER static vec<4, uint32, P> call(vec<4, uint32, ... | {
"pile_set_name": "Github"
} |
package mikera.vectorz;
import mikera.transformz.ATransform;
/**
* Interface for a scalar operator that transforms a double value to another double value
*
* @author Mike
*
*/
public interface IOperator {
/**
* Applies this operator to a single value, returning the result
* @param x
* @return
*/
publi... | {
"pile_set_name": "Github"
} |
# Automatically generated, do not edit.
# cython: cdivision=True, language_level=3
# distutils: language=c++
<%def name="indent(text, level=0)" buffered="True">
% for l in text.splitlines():
${' '*4*level}${l}
% endfor
</%def>
<%def name="do_group(helper, group, level=0)" buffered="True">
#############################... | {
"pile_set_name": "Github"
} |
-- Patch to add abuse_filter_history table (Postgres version)
BEGIN;
CREATE SEQUENCE abuse_filter_history_afh_id_seq;
CREATE TABLE abuse_filter_history (
afh_id INTEGER NOT NULL PRIMARY KEY DEFAULT nextval('abuse_filter_history_afh_id_seq'),
afh_filter INTEGER NOT NULL,
... | {
"pile_set_name": "Github"
} |
package com.xiaochao.lcrapiddeveloplibrary.animation;
import android.animation.Animator;
import android.animation.ObjectAnimator;
import android.view.View;
/**
* https://github.com/CymChad/BaseRecyclerViewAdapterHelper
*/
public class ScaleInAnimation implements BaseAnimation {
private static final float DEFAUL... | {
"pile_set_name": "Github"
} |
/*
Copyright 2008 Intel Corporation
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).
*/
#ifndef BOOST_POLYGON_ITERATOR_GEOMETRY_TO_SET_HPP
#define BOOST_POLYGON_ITERATOR_GE... | {
"pile_set_name": "Github"
} |
#ifndef MPLAYER_REGISTRY_H
#define MPLAYER_REGISTRY_H
/********************************************************
*
* Declaration of registry access functions
* Copyright 2000 Eugene Kuznetsov (divx@euro.ru)
*
********************************************************/
/*
* Modified for use with MPlaye... | {
"pile_set_name": "Github"
} |
"Filed out from Dolphin Smalltalk 7"!
MessageSequenceAbstract subclass: #EventMessageSequence
instanceVariableNames: 'receivers messages tally'
classVariableNames: ''
poolDictionaries: ''
classInstanceVariableNames: ''!
EventMessageSequence guid: (GUID fromString: '{87b4c664-026e-11d3-9fd7-00a0cc3e4a32}')!... | {
"pile_set_name": "Github"
} |
---
title: Getting Started with Scala and sbt on the Command Line
redirect_to:
- https://docs.scala-lang.org/getting-started-sbt-track/getting-started-with-scala-and-sbt-on-the-command-line.html
---
| {
"pile_set_name": "Github"
} |
// -*- C++ -*-
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===------------... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2019 LinkedIn Corp.
*
* 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 i... | {
"pile_set_name": "Github"
} |
/* minigzip.c -- simulate gzip using the zlib compression library
* Copyright (C) 1995-2002 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/*
* minigzip is a minimal implementation of the gzip utility. This is
* only an example of using zlib and isn't meant to replac... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2009-2016, Jack Poulson
All rights reserved.
This file is part of Elemental and is under the BSD 2-Clause License,
which can be found in the LICENSE file in the root directory, or at
http://opensource.org/licenses/BSD-2-Clause
*/
#include <El.hpp>
using namespace El;
template<typename ... | {
"pile_set_name": "Github"
} |
<html>
<head>
<title>NVIDIA(R) PhysX(R) SDK 3.4 API Reference: Member List</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<LINK HREF="NVIDIA.css" REL="stylesheet" TYPE="text/css">
</head>
<body bgcolor="#FFFFFF">
<div id="header">
<hr class="first">
<img alt="" src="i... | {
"pile_set_name": "Github"
} |
(;CA[UTF-8]AP[YuanYu]GM[1]FF[4]
SZ[19]
GN[]
DT[2018-05-18]
PB[金毛测试]BR[9段]
PW[tiger]WR[9段]
KM[750]HA[0]RU[Japanese]RE[B+R]TM[1200]TC[7]TT[30]
;B[pd];W[dp];B[pq];W[dd];B[pn];W[fq];B[fc];W[cf];B[nc];W[hc];B[gp]
;W[kp];B[mq];W[kc];B[gq];W[fp];B[go];W[kn];B[hl];W[kl];B[dc];W[cc]
;B[cb];W[ec];B[db];W[ed];B[cd];W[bc];B[bd];W[... | {
"pile_set_name": "Github"
} |
# This file is part of the myhdl library, a Python package for using
# Python as a Hardware Description Language.
#
# Copyright (C) 2003-2008 Jan Decaluwe
#
# The myhdl library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public License as
# published by t... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"filename" : "costom_setting.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
// Common/MyGuidDef.h
#ifndef GUID_DEFINED
#define GUID_DEFINED
#include "MyTypes.h"
typedef struct {
UInt32 Data1;
UInt16 Data2;
UInt16 Data3;
unsigned char Data4[8];
} GUID;
#ifdef __cplusplus
#define REFGUID const GUID &
#else
#define REFGUID const GUID *
#endif
#define REFCLSID REFG... | {
"pile_set_name": "Github"
} |
/****************************************************************************
Copyright (c) 2010-2012 cocos2d-x.org
Copyright (c) 2008 Apple Inc. All Rights Reserved.
http://www.cocos2d-x.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentatio... | {
"pile_set_name": "Github"
} |
"*":
"atom-ternjs":
useSnippets: true
"autocomplete-modules":
vendors: [
"node_modules"
"src"
]
build:
saveOnBuild: true
core:
disabledPackages: [
"linter-flow-plus"
"autocomplete-flow"
"linter-flow"
"atom-ternjs"
"linter-checkstyle"
]
packag... | {
"pile_set_name": "Github"
} |
// check-pass
trait Mirror {
type It;
}
impl<T> Mirror for T {
type It = Self;
}
fn main() {
let c: <u32 as Mirror>::It = 5;
const CCCC: <u32 as Mirror>::It = 5;
}
| {
"pile_set_name": "Github"
} |
/*
Copyright 2006 by Sean Luke and George Mason University
Licensed under the Academic Free License version 3.0
See the file "LICENSE" for more information
*/
package sim.util.media.chart;
import sim.util.IntBag;
/**
*
* This is meant to accomodate an on-line algorithm for keeping a constant number of data ... | {
"pile_set_name": "Github"
} |
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
var gTestfile = 'regress-365869.js... | {
"pile_set_name": "Github"
} |
/*
* eXist-db Open Source Native XML Database
* Copyright (C) 2001 The eXist-db Authors
*
* info@exist-db.org
* http://www.exist-db.org
*
* This library 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 Foun... | {
"pile_set_name": "Github"
} |
/****
Base stylesheet used for printing, to which height, with and label parameters had to be added
as CutyCapt does not allow to use @import directive
*******/
/* ------ Hide non printable elements ------ */
body div.scheduling-graphics {
height: 0 !important;
display: none !important;
}
body .perspect... | {
"pile_set_name": "Github"
} |
### Algorithm
1. Create a class variable called `int[] sum`.
1. Let `sum[i]` represent the sum from `num[0]` to `num[i]` inclusive.
1. To calculate `sumRange(int i, int j)`, just return `sum[j] - sum[i - 1]`
- if `i == 0`, treat that as a special case
### Solution
```java
class NumArray {
private int[] sum;
... | {
"pile_set_name": "Github"
} |
/**
* @author zz85 / http://www.lab4games.net/zz85/blog
*
* Two pass Gaussian blur filter (horizontal and vertical blur shaders)
* - described in http://www.gamerendering.com/2008/10/11/gaussian-blur-filter-shader/
* and used in http://www.cake23.de/traveling-wavefronts-lit-up.html
*
* - 9 samples per pass
* ... | {
"pile_set_name": "Github"
} |
$('<%= "##{dom_id(@membership)}_leader_true" %>').toggle(<%= (!@membership.leader?).inspect %>)
$('<%= "##{dom_id(@membership)}_leader_false" %>').toggle(<%= @membership.leader?.inspect %>)
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 75e8d5b58df182c45aea4f16014e1601
ShaderImporter:
externalObjects: {}
defaultTextures: []
nonModifiableTextures: []
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
//===- DynamicCastInfo.h - Runtime cast information -------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="common_google_play_services_notification_ticker" msgid="1852570676146674985">"Google Play Services-ის შეცდომა"</string>
<string name... | {
"pile_set_name": "Github"
} |
/*
xxHash - Fast Hash algorithm
Header File
Copyright (C) 2012-2014, Yann Collet.
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:... | {
"pile_set_name": "Github"
} |
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"
} |
package com.tencent.mm.plugin.gallery.ui;
import android.app.ProgressDialog;
import android.content.ComponentName;
import android.content.Context;
import android.content.DialogInterface;
import android.content.DialogInterface.OnCancelListener;
import android.content.Intent;
import android.content.ServiceConnection;
im... | {
"pile_set_name": "Github"
} |
---
title: "Command - devspace status"
sidebar_label: devspace status
---
Show the current status
## Synopsis
```
#######################################################
################## devspace status ####################
#######################################################
```
## Flags
```
-h, --help ... | {
"pile_set_name": "Github"
} |
source 'https://rubygems.org'
gemspec :path => '../'
| {
"pile_set_name": "Github"
} |
// Copyright 2013 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.
(function(global, utils) {
"use strict";
%CheckIsBootstrapping();
// -------------------------------------------------------------------
// Imports
... | {
"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"
} |
StartChar: uni1FAF
Encoding: 8111 8111 2409
Width: 870
VWidth: 0
Flags: HM
LayerCount: 2
Fore
Refer: 2098 834 N 1 0 0 1 -46 100 2
Refer: 2365 -1 N 1 0 0 1 12 100 2
Refer: 2371 837 N 1 0 0 1 465 -65 2
Refer: 1133 937 N 1 0 0 1 100 0 2
Validated: 5
MultipleSubs2: "CCMP_Precomp subtable" uni03A9 uni0345.cap uni0314.grksta... | {
"pile_set_name": "Github"
} |
module T14373 where
data BigFam = A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P deriving (Enum, Show)
| {
"pile_set_name": "Github"
} |
<div class="songList_item_container_artwork" ng-class="{ active: hover }" ng-mouseover="hover = true" ng-mouseleave="hover = false">
<span class="songList_item_song_button" id="{{ data.id }}" song data-song-url="{{ data.stream_url }}" data-song-thumbnail="{{ data.artwork_url }}"
data-song-title="{{ data.title }}" da... | {
"pile_set_name": "Github"
} |
module.exports = require('./overSome');
| {
"pile_set_name": "Github"
} |
<h1>Besin trafik ışıkları</h1>
<p id="description">Trafik ışıkları sistemi (kırmızı, turuncu, yeşil), bir bakışta gıda ürünlerinde bulunan yağ, doymuş yağlar, şekerler ve tuz miktarını tanımlamayı olanaklı yapar.</p>
<p>Bu trafik ışığı sistemi, Birleşik Krallık Gıda Standartları Ajansı (FSA) tarafından kurulmuştur.
B... | {
"pile_set_name": "Github"
} |
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, instal... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.