text stringlengths 2 99.9k | meta dict |
|---|---|
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
import React from 'react';
import PropTypes from 'prop-types';
import {
Alert,
Image,
Linking,
Platform,
StyleSheet,
StatusBar,
} from 'react-native';
import {YouTubeStandaloneAndroid... | {
"pile_set_name": "Github"
} |
//
// _RXObjCRuntime.m
// RxCocoa
//
// Created by Krunoslav Zaher on 7/11/15.
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
//
#import <pthread.h>
#import <Foundation/Foundation.h>
#import <objc/runtime.h>
#import <objc/message.h>
#import <libkern/OSAtomic.h>
#import <stdatomic.h>
#import "include/_R... | {
"pile_set_name": "Github"
} |
Document -
RazorCompiledItemAttribute -
CSharpCode -
IntermediateToken - - CSharp - [assembly:global::Microsoft.AspNetCore.Mvc.Razor.Compilation.RazorViewAttribute(@"/TestFiles/IntegrationTests/CodeGenerationIntegrationTest/InjectWithModel.cshtml", typeof(AspNetCore.TestFiles_IntegrationTests_CodeGe... | {
"pile_set_name": "Github"
} |
1361 1565596291424 httpcache-v1
Method: POST
URL: https://www.notion.so/api/v3/getRecordValues
Body:+110
{
"requests": [
{
"id": "ded10fc3-bae1-4c26-8166-2d92cbfe0f49",
"table": "block"
}
]
}
Response:+1161
{
"results": [
{
"role": "comment_only",
"value": {
"alive": tr... | {
"pile_set_name": "Github"
} |
<?php
return [
'overview' => [
'page_title' => 'Categorias',
'table_head' => [
'title_active' => 'Categorias ativas',
'title_trashed' => 'Categorias removidas',
'hash' => 'Código',
'name' => 'Nome',
'created_at' => 'Criado em',
... | {
"pile_set_name": "Github"
} |
{
"WebObjects Release" = "WebObjects 5.0";
encoding = "UTF-8";
} | {
"pile_set_name": "Github"
} |
/*
* BioJava development code
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. If you do not have a copy,
* see:
*
* http://www.gnu.org/copyleft/lesser.html
*
* Copyright for t... | {
"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 net
const hexDigit = "0123456789abcdef"
// A HardwareAddr represents a physical hardware address.
type HardwareAddr []byte
func (a HardwareAddr) Stri... | {
"pile_set_name": "Github"
} |
// GENERATE
package com.fkorotkov.kubernetes.authorization
import io.fabric8.kubernetes.api.model.authorization.LocalSubjectAccessReview as authorization_LocalSubjectAccessReview
import io.fabric8.kubernetes.api.model.authorization.NonResourceAttributes as authorization_NonResourceAttributes
import io.fabric8.kubernet... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
| {
"pile_set_name": "Github"
} |
#include "stdafx.h"
#include "menu_mnemonics.h"
cfg_int cfg_fullsizemenu(GUID{0xe880f267, 0x73de, 0x7952, {0x5b, 0x79, 0xb5, 0xda, 0x77, 0x28, 0x6d, 0xb6}}, 0);
#define ID_MENU 2001
enum {
MSG_HIDE_MENUACC = WM_USER + 1,
MSG_SHOW_MENUACC = WM_USER + 2,
MSG_CREATE_MENU = WM_USER + 3,
MSG_SIZE_LIMIT_CH... | {
"pile_set_name": "Github"
} |
/*
* GLUS - Modern OpenGL, OpenGL ES and OpenVG Utilities. Copyright (C) since 2010 Norbert Nopper
*
* 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 the Lice... | {
"pile_set_name": "Github"
} |
*syntastic.txt* Syntax checking on the fly has never been so pimp.
*syntastic*
It's a bird! It's a plane! ZOMG It's ... ~
_____ __ __ _ ~
/ ___/__ ______ / /_____ ______/ /_(_)____ ~
\__ \/ / / / __ \/ __/ __... | {
"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")... | {
"pile_set_name": "Github"
} |
# About Kayak
Kayak is an event-driven networking library for .NET. It allows you to easily create TCP clients and servers. Kayak contains an HTTP/1.1 server implementation.
Kayak is Copyright (c) 2007-2011 Benjamin van der Veen. Kayak is licensed under the
MIT License. See LICENSE.txt.
[http://bvanderveen.com](htt... | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////////
// true_matcher.hpp
//
// Copyright 2008 Eric Niebler. 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 BOOST_XPRESSI... | {
"pile_set_name": "Github"
} |
import { injectable } from 'inversify';
import { Resolver, DirectoryService } from '@fimbul/ymir';
import { CachedFileSystem } from '../cached-file-system';
import * as resolve from 'resolve';
@injectable()
export class NodeResolver implements Resolver {
private defaultExtensions: ReadonlyArray<string> = Object.ke... | {
"pile_set_name": "Github"
} |
/*
pybind11/detail/common.h -- Basic macros
Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch>
All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE file.
*/
#pragma once
#if !defined(NAMESPACE_BEGIN)
# define NAMESPACE_BEGIN(name) name... | {
"pile_set_name": "Github"
} |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections;
using System.ComponentModel;
using System.ComponentModel.Design;
using System.Diagnostics... | {
"pile_set_name": "Github"
} |
\ *****************************************************************************
\ * Copyright (c) 2004, 2008 IBM Corporation
\ * All rights reserved.
\ * This program and the accompanying materials
\ * are made available under the terms of the BSD License
\ * which accompanies this distribution, and is available at
\ *... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 5e542d0126a2c7848b66bffc428905fd
timeCreated: 1485107928
licenseType: Pro
TextureImporter:
fileIDToRecycleName: {}
serializedVersion: 4
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 0
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapFadeDistanceStart: ... | {
"pile_set_name": "Github"
} |
<p class="note">
<%= ts("Your challenge doesn't have any match settings defined, so the matching
will be purely random.
(You can adjust the assignments by hand afterwards, though!)
If you want participants matched up on the tags they signed up with,
please update your ") %>
<strong><%= link_to ts("challe... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* tests/data/block_pool_test.cpp
*
* Part of Project Thrill - http://project-thrill.org
*
* Copyright (C) 2015 Tobias Sturm <mail@tobiassturm.de>
*
* All rights reserved. Published under the BSD-2 license in the LICENSE file.
*****... | {
"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 NSMutableDictionary;
@protocol OS_dispatch_queue;
@interface AKConfiguration : NSObject
{
NSMuta... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Web Page" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Access_contents_information_Permission</string> </key>
<value>
<t... | {
"pile_set_name": "Github"
} |
tinymce.addI18n('bg',{
"Cut": "\u0418\u0437\u0440\u044f\u0437\u0432\u0430\u043d\u0435",
"Header 2": "\u0417\u0430\u0433\u043b\u0430\u0432\u0438\u0435 2",
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "\u0412\u0430\u0448\u0438\u044f\u0442 \u0431\u... | {
"pile_set_name": "Github"
} |
STARTFONT 2.1
COMMENT double story a
FONT -lucy-tewi2a-medium-r-normal--11-80-100-100-c-60-ISO10646-1
SIZE 11 100 100
FONTBOUNDINGBOX 6 13 0 -3
STARTPROPERTIES 22
COPYRIGHT "© lucy <ne.tetewi@gmail.com>"
FOUNDRY "lucy"
FAMILY_NAME "tewi2a"
WEIGHT_NAME "medium"
SLANT "r"
SETWIDTH_NAME "normal"
ADD_STYLE_NAME ""
PIXEL_SI... | {
"pile_set_name": "Github"
} |
commandlinefu_id: 9015
translator:
weibo: tgic
hide: false
command: |-
find . -type f -printf '%TY-%Tm-%Td %TT %p\n' | sort
summary: |-
递归列出最新修改的文件
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Dapper" version="1.50.2" targetFramework="net45" />
</packages> | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_202) on Fri Jul 24 11:53:38 GMT 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.eclipse.rdf4j.sail.nati... | {
"pile_set_name": "Github"
} |
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= pipreqs
PORTVERSION= 0.4.10
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Generate requirements.txt file for any project based on imports
LICENSE= APACHE20
LICENSE... | {
"pile_set_name": "Github"
} |
<div class="match-grid__body">
{{#each row in matches.table}}
<div class="match-grid__row">
{{#each node in row}}
{{#if node}}
{{#if node.isDiag}}
<div class="match-grid__cell thumbnail" style="background-image: url('{{node.image.t... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* HellFirePvP / Astral Sorcery 2020
*
* All rights reserved.
* The source code is available on github: https://github.com/HellFirePvP/AstralSorcery
* For further details, see the License file there.
**********************************... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<CodeLite_Workspace Name="wxconfig" Database="./wxconfig.tags" Version="10000">
<Project Name="wx-config" Path="wx-config.project" Active="Yes"/>
<Environment>
<![CDATA[]]>
</Environment>
<BuildMatrix>
<WorkspaceConfiguration Name="Debug" Selected="no">
<Envi... | {
"pile_set_name": "Github"
} |
#ifndef _PLOT_H_
#define _PLOT_H_ 1
#include <qwt_plot.h>
#include <qwt_system_clock.h>
#include "settings.h"
class QwtPlotGrid;
class QwtPlotCurve;
class Plot: public QwtPlot
{
Q_OBJECT
public:
Plot( QWidget* = NULL );
public Q_SLOTS:
void setSettings( const Settings & );
protected:
virtual void ... | {
"pile_set_name": "Github"
} |
.. _tut-informal:
**********************************
An Informal Introduction to Python
**********************************
In the following examples, input and output are distinguished by the presence or
absence of prompts (:term:`>>>` and :term:`...`): to repeat the example, you must type
everything after the prompt... | {
"pile_set_name": "Github"
} |
try
(
-- Get files in the %MaxSourceDirectory% directory
files = getFiles "%MaxSourceDirectory%/*.max"
gc()
-- Sort files
sort files
gc()
-- No file ?
if files.count != 0 then
(
-- For each files
for i = 1 to files.count do
(
inputMaxFile = files[i]
outputNelFile = ("%Outp... | {
"pile_set_name": "Github"
} |
/**
* @file
* @brief [Primality test](https://en.wikipedia.org/wiki/Primality_test)
* implementation.
*
* A simple and efficient implementation of a function to test if a number is
* prime, based on the fact that
* > Every Prime number, except 2 and 3, are of the form \f$6k\pm1\f$ for
* > integer values of k.
... | {
"pile_set_name": "Github"
} |
static const char* clKernelsString = \
"//////////////////////////////////////////////////////////////////////////////////////\n"
"// Private constants\n"
"typedef uint2 KeyValuePair;\n"
"\n"
"\n"
"\n"
"//#pragma OPENCL EXTENSION cl_khr_local_int32_base_atomics : enable\n"
"\n"
"\n"
"// May want to factor BIT... | {
"pile_set_name": "Github"
} |
# Encoding file: cp1255, single-byte
S
003F 0 1
00
0000000100020003000400050006000700080009000A000B000C000D000E000F
0010001100120013001400150016001700180019001A001B001C001D001E001F
0020002100220023002400250026002700280029002A002B002C002D002E002F
0030003100320033003400350036003700380039003A003B003C003D003E003F
004000410... | {
"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\Console\Tests;
use PHPUnit\Framework\TestCase;
use Sy... | {
"pile_set_name": "Github"
} |
//===- Parser.h - Matcher expression parser ---------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 9a422cb89ecb641ba85f3309291a4437
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| {
"pile_set_name": "Github"
} |
<?php
/**
* Validates contents based on NMTOKENS attribute type.
*/
class HTMLPurifier_AttrDef_HTML_Nmtokens extends HTMLPurifier_AttrDef
{
public function validate($string, $config, $context) {
$string = trim($string);
// early abort: '' and '0' (strings that convert to false) are invalid
... | {
"pile_set_name": "Github"
} |
// Copyright © 2016 Estimote Inc. All rights reserved.
import Foundation
import CoreLocation
public enum AssignedBeaconsRequestResult {
case success(deviceIdentifiers: [String])
case failure(error:NSError)
}
public typealias AssignedBeaconsRequestCompletionType = (AssignedBeaconsRequestResult) -> Void
class As... | {
"pile_set_name": "Github"
} |
#!/bin/sh
exec cat - > log.txt
| {
"pile_set_name": "Github"
} |
package org.zstack.network.service.virtualrouter.vyos;
import org.springframework.beans.factory.annotation.Autowire;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Configurable;
import org.zstack.header.core.Completion;
import org.zstack.header.core.w... | {
"pile_set_name": "Github"
} |
import { Component } from '@angular/core';
@Component({
selector: 'tested',
template: `
<dependency-component-selector [someInput]="value" (someOutput)="trigger($event)"></dependency-component-selector>
`,
})
export class TestedComponent {
value = '';
trigger = () => {};
}
| {
"pile_set_name": "Github"
} |
*> \brief \b ZGEQL2 computes the QL factorization of a general rectangular matrix using an unblocked algorithm.
*
* =========== DOCUMENTATION ===========
*
* Online html documentation available at
* http://www.netlib.org/lapack/explore-html/
*
*> \htmlonly
*> Download ZGEQL2 + dependencies
*> <a href="http:... | {
"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"
} |
#!/bin/sh
# install - install a program, script, or datafile
scriptversion=2006-10-14.15
# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the
# following copyright and license.
#
# Copyright (C) 1994 X Consortium
#
# Permission is hereby ... | {
"pile_set_name": "Github"
} |
//
// MPNativeAdData.h
// MoPub
//
// Copyright (c) 2014 MoPub. All rights reserved.
//
#import <Foundation/Foundation.h>
@class MPNativeAd;
@interface MPNativeAdData : NSObject
@property (nonatomic, copy) NSString *adUnitID;
@property (nonatomic, strong) MPNativeAd *ad;
@end
| {
"pile_set_name": "Github"
} |
// go run mkasm_darwin.go amd64
// Code generated by the command above; DO NOT EDIT.
// +build go1.13
#include "textflag.h"
TEXT ·libc_fdopendir_trampoline(SB),NOSPLIT,$0-0
JMP libc_fdopendir(SB)
TEXT ·libc_closedir_trampoline(SB),NOSPLIT,$0-0
JMP libc_closedir(SB)
TEXT ·libc_readdir_r_trampoline(SB),NOSPLIT,$0-0
... | {
"pile_set_name": "Github"
} |
const expect = require('chai').expect;
const InspireTree = require('../../' + (process.env.DIST ? 'dist' : 'build') + '/inspire-tree');
describe('TreeNode.prototype.nextVisibleNode', function() {
let tree;
before(function() {
// Create tree
tree = new InspireTree({
data: [{
... | {
"pile_set_name": "Github"
} |
net: "hdf5_classification/train_val.prototxt"
test_iter: 250
test_interval: 1000
base_lr: 0.01
lr_policy: "step"
gamma: 0.1
stepsize: 5000
display: 1000
max_iter: 10000
momentum: 0.9
weight_decay: 0.0005
snapshot: 10000
snapshot_prefix: "hdf5_classification/data/train"
solver_mode: CPU
| {
"pile_set_name": "Github"
} |
// Copyright 1986-1999, 2001-2013 Xilinx, Inc. All Rights Reserved.
// --------------------------------------------------------------------------------
// Tool Version: Vivado v.2013.4 (lin64) Build 353583 Mon Dec 9 17:26:26 MST 2013
// Date : Tue Dec 13 10:08:35 2016
// Host : wangjs-desktop running 64-... | {
"pile_set_name": "Github"
} |
/***************************************************************************
* __________ __ ___.
* Open \______ \ ____ ____ | | _\_ |__ _______ ___
* Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> ... | {
"pile_set_name": "Github"
} |
define("ace/mode/folding/coffee",["require","exports","module","ace/lib/oop","ace/mode/folding/fold_mode","ace/range"], function(require, exports, module) {
"use strict";
var oop = require("../../lib/oop");
var BaseFoldMode = require("./fold_mode").FoldMode;
var Range = require("../../range").Range;
var FoldMode = ex... | {
"pile_set_name": "Github"
} |
//////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright Pablo Halpern 2009. 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)
//
/////////////////////////////////////////////... | {
"pile_set_name": "Github"
} |
'use strict'
const utils = require('./utils')
const config = require('../config')
const isProduction = process.env.NODE_ENV === 'production'
const sourceMapEnabled = isProduction
? config.build.productionSourceMap
: config.dev.cssSourceMap
module.exports = {
loaders: utils.cssLoaders({
sourceMap: sourceMapEn... | {
"pile_set_name": "Github"
} |
/**
* PANDA 3D SOFTWARE
* Copyright (c) Carnegie Mellon University. All rights reserved.
*
* All use of this software is subject to the terms of the revised BSD
* license. You should have received a copy of this license along
* with this source code in a file named "LICENSE."
*
* @file pgFrameStyle.cxx
* @au... | {
"pile_set_name": "Github"
} |
# The train/test net protocol buffer definition
net: "examples/mnist/lenet_train_test.prototxt"
# test_iter specifies how many forward passes the test should carry out.
# In the case of MNIST, we have test batch size 100 and 100 test iterations,
# covering the full 10,000 testing images.
test_iter: 100
# Carry out test... | {
"pile_set_name": "Github"
} |
*> \brief \b SGETRS
*
* =========== DOCUMENTATION ===========
*
* Online html documentation available at
* http://www.netlib.org/lapack/explore-html/
*
*> \htmlonly
*> Download SGETRS + dependencies
*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/sgetrs.f... | {
"pile_set_name": "Github"
} |
<?php
/**
* Zend Framework
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.zend.com/license/new-bsd
* If you did not receive a copy of the license an... | {
"pile_set_name": "Github"
} |
'use strict';
module.exports = function(Chart) {
var helpers = Chart.helpers,
noop = helpers.noop;
Chart.LinearScaleBase = Chart.Scale.extend({
handleTickRangeOptions: function() {
var me = this;
var opts = me.options;
var tickOpts = opts.ticks;
// If we are forcing it to begin at 0, but 0 will al... | {
"pile_set_name": "Github"
} |
////////////////////////////////////////////////////////////////////////////
//
// Copyright 2014 Realm 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/li... | {
"pile_set_name": "Github"
} |
<?php
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
// See the LICENCE file in the repository root for full licence text.
return [
'beatmapsets' => [
'covers' => [
'regenerate' => '',
'regenerating' => '',
'rem... | {
"pile_set_name": "Github"
} |
/*
BLAKE2 reference source code package - optimized C implementations
Written in 2012 by Samuel Neves <sneves@dei.uc.pt>
To the extent possible under law, the author(s) have dedicated all copyright
and related and neighboring rights to this software to the public domain
worldwide. This software is dist... | {
"pile_set_name": "Github"
} |
defmodule Snitch.Data.Schema.OrderTest do
use ExUnit.Case, async: true
use Snitch.DataCase
import Snitch.Factory
alias Snitch.Data.Model.LineItem
alias Snitch.Data.Schema.Order
@address_params %{
first_name: "Tony",
last_name: "Stark",
address_line_1: "10-8-80 Malibu Point",
zip_code: "90... | {
"pile_set_name": "Github"
} |
package Paws::LexModels::CreateBotVersionResponse;
use Moose;
has AbortStatement => (is => 'ro', isa => 'Paws::LexModels::Statement', traits => ['NameInRequest'], request_name => 'abortStatement');
has Checksum => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'checksum');
has ChildDir... | {
"pile_set_name": "Github"
} |
'use strict';
module.exports = require('./shim');
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2012, Google 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:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditio... | {
"pile_set_name": "Github"
} |
#ifndef __LTVECTOR_H__
#define __LTVECTOR_H__
#ifndef __ILTSTREAM_H__
#include "iltstream.h"
#endif
#ifndef _VECTOR_H_
#include "physics/vector.h"//vectors for math and physics
#endif
#ifndef __LTSYSOPTIM_H__
#include "ltsysoptim.h"
#endif
#ifndef DOXYGEN_SHOULD_SKIP_THIS
/*!
Used for: Obsolete.
*/
//-------... | {
"pile_set_name": "Github"
} |
/*
Global constraint common_interval in Picat.
From Global Constraint Catalog:
http://www.emn.fr/x-info/sdemasse/gccat/Ccommon_interval.html
"""
common_interval (NCOMMON1, NCOMMON2, VARIABLES1, VARIABLES2, SIZE_INTERVAL)
Purpose
NCOMMON1 is the number of variables of the collection of variables
V... | {
"pile_set_name": "Github"
} |
// Copyright 2018, OpenCensus 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"
} |
/*
* Copyright (c) 2010 Apple Inc. All Rights Reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
* Version 2.0 (the 'License'). You may not use this file except in
... | {
"pile_set_name": "Github"
} |
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### 1. What does the word \"embedding\" mean in the context of Machine Learning?"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"##### Ans: What that means is that you convert words into vectors. This... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: ebac0a3bf4e463249a78081c5cc3abcf
DefaultImporter:
userData:
| {
"pile_set_name": "Github"
} |
/*csslint fontfamily: true*/
/**
* Foo
*/
.y-ff-1 {
font-family:"Foo Bar",Helvetica,Arial;
text-rendering: optimizeLegibility;
}
.ua-op .y-ff-1 {
/* Some Comment */
font-family:Helvetica,Arial;
}
/*
Foo
Bar
*/
@font-face {
font-family: "Foo Bar";
src: url("data:font/truetype;base64,gRbIUFAI... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.3) on Sat Aug 29 22:02:40 CEST 2020 -->
<title>org.fluentlenium.adapter.exception (FluentLenium 4.5.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-08-29">
<l... | {
"pile_set_name": "Github"
} |
ArrayList<Quads> quads;
void setup() {
size(960, 960);
generate();
background(10);
}
void draw() {
/*
fill(0, 6);
rect(width/2, height/2, width, height);
*/
background(10);
for (int i = 0; i < quads.size(); i++) {
quads.get(i).update();
}
}
void keyPressed() {
gene... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: f2381a4389d17a3439d7f8f99b8f6bf1
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
#include <stdio.h>
#include "Core/OO.h"
#include "Structure/String.h"
#include "Misc/Tune.h"
int Tune_PitSPN_Test(int L, int R)
{
int Ret = 0;
String o;
String_Ctor(& o);
for(int i = L; i < R; ++i)
{
Tune_PitchToSPN_Int(i, & o);
if(Tune_SPNToPitch_Int(& o) != i)
{
... | {
"pile_set_name": "Github"
} |
interactions:
- request:
body: null
headers:
Accept:
- '*/*'
Accept-Encoding:
- gzip, deflate
Connection:
- keep-alive
Content-Length:
- '0'
User-Agent:
- azsdk-python-storage-dfs/12.0.0b5 Python/3.7.3 (Windows-10-10.0.18362-SP0)
x-ms-client-requ... | {
"pile_set_name": "Github"
} |
/* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2008 Robert Osfield
*
* This library is open source and may be redistributed and/or modified under
* the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or
* (at your option) any later version. The full license is in LICENSE file
* included with this... | {
"pile_set_name": "Github"
} |
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-update... | {
"pile_set_name": "Github"
} |
<?xml version='1.0'?>
<!--
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")... | {
"pile_set_name": "Github"
} |
---
title: "rcm"
layout: formula
---
{{ content }}
| {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
?>
Non-modular file in package/custom_theme
| {
"pile_set_name": "Github"
} |
//----------------------------------------------------------------------------
//
// TSDuck - The MPEG Transport Stream Toolkit
// Copyright (c) 2005-2020, Thierry Lelegard
// 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"
} |
/*=auto=========================================================================
Portions (c) Copyright 2005 Brigham and Women's Hospital (BWH) All Rights Reserved.
See COPYRIGHT.txt
or http://www.slicer.org/copyright/copyright.txt for details.
==================================================================... | {
"pile_set_name": "Github"
} |
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/scale_sunSet.R
\name{sunSet_pal}
\alias{sunSet_pal}
\alias{scale_colour_sunSet}
\alias{scale_color_sunSet}
\alias{scale_fill_sunSet}
\title{Sunset Colour and Fill Scales}
\usage{
scale_colour_sunSet(...)
scale_color_sunSet(...)
scale_fill_s... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -x cl %s -verify -triple spir-unknown-unknown
// expected-no-diagnostics
// Test the forced language options for OpenCL are set correctly.
kernel void test() {
int v0[(sizeof(int) == 4) - 1];
int v1[(__alignof(int)== 4) - 1];
int v2[(sizeof(long) == 8) - 1];
int v3[(__alignof(long)== 8) - 1... | {
"pile_set_name": "Github"
} |
<?php
preg_replace('#' . $config->projects_root . '/projects/.*?/code#is', '', $files);
preg_replace('#' . $config->projects_root . '/projects/.*?/code#ies', '', $files);
preg_replace('#.*projects/.*?/code/#sme', '/', $filename);
preg_replace('#.*projects/.*?/code/#e', '/', $filename);
preg_replace('#.*projects/.*... | {
"pile_set_name": "Github"
} |
<!--
/* 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/. */
-->
<script src="html-prefix.js"></script>
<script src="driver.js"></script>
<script src="try-1.js"></script>... | {
"pile_set_name": "Github"
} |
/**
* Copyright (C) 2016-2019 DSpot Sp. z o.o
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... | {
"pile_set_name": "Github"
} |
/* Copyright (C) 2004-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contribute by Ulrich Drepper <drepper@redhat.com>, 2004.
The GNU C 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... | {
"pile_set_name": "Github"
} |
module github.com/unrolled/render
go 1.12
require github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385
| {
"pile_set_name": "Github"
} |
// Copyright 2013 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/browser/renderer_host/pepper/pepper_network_monitor_host.h"
#include <stddef.h>
#include "base/task_runner_util.h"
#include "base/task... | {
"pile_set_name": "Github"
} |
package com.automatak.render.dnp3.enums
import com.automatak.render.{Base10, EnumModel, EnumValue}
object UserRole {
private val comments = List("Enumerates pre-defined rules in secure authentication")
private val defaultValue = EnumValue("UNDEFINED", 32767)
def apply(): EnumModel = EnumModel("UserRole", comm... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.