text stringlengths 2 99k | meta dict |
|---|---|
/*
===========================================================================
Doom 3 BFG Edition GPL Source Code
Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company.
This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code").
Doom 3 BFG Edition Source Code is free... | {
"pile_set_name": "Github"
} |
google-youtube
=====================
See https://elements.polymer-project.org/elements/google-youtube
| {
"pile_set_name": "Github"
} |
package com.stuffwithstuff.magpie.ast;
import java.util.*;
import com.stuffwithstuff.magpie.parser.Position;
import com.stuffwithstuff.magpie.util.Pair;
public class RecordExpr extends Expr {
RecordExpr(Position position, List<Pair<String, Expr>> fields) {
super(position);
mFields = fields;
}
/... | {
"pile_set_name": "Github"
} |
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: test.fbe
// Version: 1.4.0.0
package com.chronoxor.test.fbe;
// Fast Binary Encoding optional WChar field model
public final class FieldModelOptionalWChar extends com.chronoxor... | {
"pile_set_name": "Github"
} |
package sockaddr
import (
"fmt"
"net"
)
// IfAddr is a union of a SockAddr and a net.Interface.
type IfAddr struct {
SockAddr
net.Interface
}
// Attr returns the named attribute as a string
func (ifAddr IfAddr) Attr(attrName AttrName) (string, error) {
val := IfAddrAttr(ifAddr, attrName)
if val != "" {
retur... | {
"pile_set_name": "Github"
} |
declare namespace cpFile {
interface Options {
/**
Overwrite existing file.
@default true
*/
readonly overwrite?: boolean;
}
interface ProgressData {
/**
Absolute path to source.
*/
src: string;
/**
Absolute path to destination.
*/
dest: string;
/**
File size in bytes.
*/
size: ... | {
"pile_set_name": "Github"
} |
/*
* ebt_log
*
* Authors:
* Bart De Schuymer <bdschuym@pandora.be>
* Harald Welte <laforge@netfilter.org>
*
* April, 2002
*
*/
#include <linux/module.h>
#include <linux/ip.h>
#include <linux/in.h>
#include <linux/if_arp.h>
#include <linux/spinlock.h>
#include <net/netfilter/nf_log.h>
#include <linux/ipv6.h>
... | {
"pile_set_name": "Github"
} |
{
"name": "Zero",
"description": "An eraser.",
"url": "https://www.amazon.com/Value-Tombow-Mono-Erasers-refills/dp/B00JNVWEUQ/"
} | {
"pile_set_name": "Github"
} |
/**
* Copyright 2005-2020 Talend
*
* The contents of this file are subject to the terms of one of the following
* open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can
* select the license that you prefer but you may not use this file except in
* compliance with one of these Licenses.
*
* Y... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
</Project> | {
"pile_set_name": "Github"
} |
"use strict";
module.exports = require("./shim");
| {
"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>MutateStatementHandler (scalardb API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<s... | {
"pile_set_name": "Github"
} |
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
675 Mass Ave, Cambridge, MA 02139, USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Pream... | {
"pile_set_name": "Github"
} |
# Generating PowerShell Completions For Your Own cobra.Command
Cobra can generate PowerShell completion scripts. Users need PowerShell version 5.0 or above, which comes with Windows 10 and can be downloaded separately for Windows 7 or 8.1. They can then write the completions to a file and source this file from their P... | {
"pile_set_name": "Github"
} |
-----BEGIN PRIVATE KEY-----
MIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQDcg5h5TVO1gECK
yNCXbpJduNqJvhE6hyVb9q0WRR8zKHE7DnOog9JqOcrz4mv3TmszDZ2511mGxo/v
j2dAYakU7HxEuSqKX1CsjbDP3xa7IvVCaKQbcMImq7dzmenXkCdPivuglZmooZen
c18QZ6YkrunDeh/OcP8WAA+9yYXp82lmKPzKNkJETfGVXff0loXWR5SSjGXYvjqm
XK6IXqPcuNriUTmylLx2149O6RWJPaZ2... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
<title>FixedColumns example - Basic initialisation</title>
<link rel="stylesheet" type="text/css" href=... | {
"pile_set_name": "Github"
} |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.pepsoft.worldpainter.vo;
import java.io.Serializable;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import java.util.Map.Entry;
import static java.util.stream.Collectors.toMap;
/**... | {
"pile_set_name": "Github"
} |
// +build js
package runewidth
func IsEastAsian() bool {
// TODO: Implement this for the web. Detect east asian in a compatible way, and return true.
return false
}
| {
"pile_set_name": "Github"
} |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/iotanalytics/IoTAnalyticsEndpoint.h>
#include <aws/core/utils/memory/stl/AWSStringStream.h>
#include <aws/core/utils/HashingUtils.h>
using namespace Aws;
using namespace Aws::IoTAnalyti... | {
"pile_set_name": "Github"
} |
using Project1.UI.Controls;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using S... | {
"pile_set_name": "Github"
} |
[
{
"user": "6232d723-4ba8-4fc9-93c5-5d3270e0d74a",
"id": 681,
"probeGroup": "3040afe0-8e68-4468-b1b3-2b59230ccf47",
"closed": false,
"suppressed": false,
"timeOpened": 1363053864198,
"timeClosed": null,
"timeLastEvent": 1363105882278,
"faults": [
{
"type": "probe",
... | {
"pile_set_name": "Github"
} |
# Copyright 2020 Lynn Root
"""Unit tests for interrogate/badge_gen.py module"""
import os
import sys
import pytest
from interrogate import badge_gen
HERE = os.path.abspath(os.path.join(os.path.abspath(__file__), os.path.pardir))
FIXTURES = os.path.join(HERE, "fixtures")
IS_WINDOWS = sys.platform in ("cygwin", "win... | {
"pile_set_name": "Github"
} |
/***************************************************************************
* include/stxxl/bits/common/mutex.h
*
* Part of the STXXL. See http://stxxl.sourceforge.net
*
* Copyright (C) 2002 Roman Dementiev <dementiev@mpi-sb.mpg.de>
* Copyright (C) 2008 Andreas Beckmann <beckmann@cs.uni-frankfurt.de>
* Cop... | {
"pile_set_name": "Github"
} |
# [SPARK](https://www.adacore.com/sparkpro)
## About SPARK
SPARK is both the name of a programming language and the tool which allows the
programmer to prove properties of SPARK programs.
SPARK the language is a subset of the Ada language. Ada is a general purpose
programming language, but it is mostly used in embed... | {
"pile_set_name": "Github"
} |
---
layout: base
title: vslot20x80
---
<div class="page-title-bar">
<div class="inner-content">
<h2>{{ page.title }}</h2>
</div>
</div>
<div id="content">
<div class="inner-content">
<table>
<tr><th><strong>Author:</strong></th><td><a href='mailto:jreinhardt@ist-dein-freund.de'>Johannes Reinha... | {
"pile_set_name": "Github"
} |
@prefix : <#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rs: <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
[] rdf:type rs:ResultSet ;
rs:boolean "true"^^xsd:boolean .
| {
"pile_set_name": "Github"
} |
/*!
* Date picker for pickadate.js v3.5.4
* http://amsul.github.io/pickadate.js/date.htm
*/
(function ( factory ) {
// AMD.
if ( typeof define == 'function' && define.amd )
define( ['picker','jquery'], factory )
// Node.js/browserify.
else if ( typeof exports == 'object' )
module.... | {
"pile_set_name": "Github"
} |
/***** includes *****/
#include "libshared_memory_internal.h"
/***** private prototypes *****/
static void alloc_and_init_memory_element( struct libshared_memory_element **me, void *memory, lfds710_pal_uint_t memory_size_in_bytes );
/****************************************************************************/
voi... | {
"pile_set_name": "Github"
} |
# vim:set ft= ts=4 sw=4 et fdm=marker:
use Test::Nginx::Socket::Lua;
#worker_connections(1014);
#master_process_enabled(1);
log_level('warn');
repeat_each(2);
plan tests => repeat_each() * (blocks() * 2);
#no_diff();
#no_long_string();
run_tests();
__DATA__
=== TEST 1: use ngx.today in content_by_lua
--- config
... | {
"pile_set_name": "Github"
} |
"""Test that user ops can be used as expected."""
from __future__ import print_function
import tensorflow.python.platform
import tensorflow as tf
class FactTest(tf.test.TestCase):
def test(self):
with self.test_session():
print(tf.user_ops.my_fact().eval())
if __name__ == '__main__':
... | {
"pile_set_name": "Github"
} |
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:fillColor="#FF000000"
android:pathData="M21,3L3,3c-1.1,0 -2,0.9 -2,2v14c0,1.1 0.9,2 ... | {
"pile_set_name": "Github"
} |
overload_simple
# unless explicitly casted via {{u}int{8,16,32,64},double,single},
# octave will take numeric literals as doubles.
if (!strcmp(foo(3),"foo:int"))
error("foo(int)")
endif
if (!strcmp(foo(3.1),"foo:double"))
error("foo(double)")
endif
if (!strcmp(foo("hello"),"foo:char *"))
error("foo(char... | {
"pile_set_name": "Github"
} |
/*
* [The "BSD licence"]
* Copyright (c) 2010 Ben Gruver (JesusFreke)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
... | {
"pile_set_name": "Github"
} |
using Ship;
using System;
using System.Collections.Generic;
using UnityEngine;
using Upgrade;
namespace Abilities
{
public abstract class CombinedAbility : TemplateAbility
{
public abstract List<Type> CombinedAbilities { get; }
private List<GenericAbility> StoredAbilities { get; } = new List<G... | {
"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"
} |
int = 42
neg = -123
notint = 42 a
toolarge = 10000000000000000000000
double = 3.14
expnot = 3.7e14
nan = 3 .14
danglingdot = 1.
-----
HOCON_FILE
HObjectEntries(OBJECT_ENTRIES)
HObjectField(OBJECT_FIELD)
HValuedField(VALUED_FIELD)
HKey(KEY)
HKeyPart(KEY_PART)
HUnquotedString(UNQ... | {
"pile_set_name": "Github"
} |
require_relative '../../spec_helper'
require_relative 'fixtures/classes'
describe "Module#prepend_features" do
it "is a private method" do
Module.should have_private_instance_method(:prepend_features, true)
end
it "gets called when self is included in another module/class" do
ScratchPad.record []
m... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug Unicode|Win32">
<Configuration>Debug Unicode</Configuration>
<Plat... | {
"pile_set_name": "Github"
} |
A function which calls the two provided functions and returns the `&&`
of the results.
It returns the result of the first function if it is false-y and the result
of the second function otherwise. Note that this is short-circuited,
meaning that the second function will not be invoked if the first returns a
false-y valu... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017 Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is availabl... | {
"pile_set_name": "Github"
} |
#!/bin/sh
#
# Script to create an m2 POM from a library and its related artifacts
#
# USAGE
# mkpom.sh file.jar [file-sources.jar] [file-javadoc.jar]
#
# The target repository path
DEPENDENCIES="."
# Maven expects hexadecimal letters as lowercase so you might have to add -l here
MD5="md5sum"
if [ $# = 1 ]
then
... | {
"pile_set_name": "Github"
} |
# Copyright 2020 QuantumBlack Visual Analytics Limited
#
# 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
#
# THE SOFTWARE IS PROVIDED "AS IS",... | {
"pile_set_name": "Github"
} |
require_relative './helper'
class VerboseFormatterTest < Test::Unit::TestCase
def setup
require_relative File.join(DidYouMean::TestHelper.root, 'verbose')
DidYouMean.formatter = DidYouMean::VerboseFormatter.new
end
def teardown
DidYouMean.formatter = DidYouMean::PlainFormatter.new
end
def test... | {
"pile_set_name": "Github"
} |
var util = require('../util');
var arrow = util.arrow;
module.exports = {
key: 'queen',
title: 'theQueen',
subtitle: 'queenCombinesRookAndBishop',
image: util.assetUrl + 'images/learn/pieces/Q.svg',
intro: 'queenIntro',
illustration: util.pieceImg('queen'),
levels: [{
goal: 'grabAllTheStars',
fen... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2010-2011 Canonical Ltd <jeremy.kerr@canonical.com>
* Copyright (C) 2011-2012 Linaro Ltd <mturquette@linaro.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundati... | {
"pile_set_name": "Github"
} |
Slide with Picture With Caption layout.
| {
"pile_set_name": "Github"
} |
// Copyright 2018 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 errors implements functions to manipulate errors.
package errors
import (
"errors"
"fmt"
"google.golang.org/protobuf/internal/detrand"
)
// Err... | {
"pile_set_name": "Github"
} |
{
"keys": [
{"kid":"21d9eefe-34b6-42b3-b643-2b30e0ab59e0","use":"sig","kty":"EC","crv":"P-256","alg":"ES256","x":"kiqIyeqJSFUSVpXkqFFzs1ZjmNv0zcRVFVwBAxt_g9U","y":"0bpeB75l6lJQs6t5tUkQcaa1yNd8W2o50zYWd-xjeFU"},
{"kid":"76a19c1b-5dbe-46cb-b3f3-a8c38c8bb8eb","use":"sig","kty":"EC","crv":"P-256","alg":"ES256","x... | {
"pile_set_name": "Github"
} |
package Paws::ServiceCatalog::AccessLevelFilter;
use Moose;
has Key => (is => 'ro', isa => 'Str');
has Value => (is => 'ro', isa => 'Str');
1;
### main pod documentation begin ###
=head1 NAME
Paws::ServiceCatalog::AccessLevelFilter
=head1 USAGE
This class represents one of two things:
=head3 Arguments in a ... | {
"pile_set_name": "Github"
} |
; RUN: opt < %s -instcombine -S | grep and
; PR1907
define i1 @test(i32 %c84.17) {
%tmp2696 = icmp ne i32 %c84.17, 34 ; <i1> [#uses=2]
%tmp2699 = icmp sgt i32 %c84.17, -1 ; <i1> [#uses=1]
%tmp2703 = and i1 %tmp2696, %tmp2699 ; <i1> [#uses=1]
ret i1 %tmp2703
}
| {
"pile_set_name": "Github"
} |
{ stdenv, fetchgit, postgresql }:
stdenv.mkDerivation rec {
pname = "smlar-unstable";
version = "2020-04-08";
src = fetchgit {
url = "git://sigaev.ru/smlar.git";
rev = "0c345af71969d9863bb76efa833391d00705669e";
sha256 = "1pr3pbnjc9n209l52sgsn4xqzp92qk6wci55hcqjjrwf2gdxy0yr";
};
buildInputs = [... | {
"pile_set_name": "Github"
} |
{
"desc": "Novatel E371",
"type": "qmi"
}
| {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
"""
Download Sub-Application
"""
from sage_bootstrap.download.transfer import Download
from sage_bootstrap.download.mirror_list import MirrorList
| {
"pile_set_name": "Github"
} |
<?php
$type = 'Core';
$name = 'Times-BoldItalic';
$up = -100;
$ut = 50;
$cw = array(
chr(0)=>250,chr(1)=>250,chr(2)=>250,chr(3)=>250,chr(4)=>250,chr(5)=>250,chr(6)=>250,chr(7)=>250,chr(8)=>250,chr(9)=>250,chr(10)=>250,chr(11)=>250,chr(12)=>250,chr(13)=>250,chr(14)=>250,chr(15)=>250,chr(16)=>250,chr(17)=>250,chr(... | {
"pile_set_name": "Github"
} |
{% autoescape off %}{% block content %}
{% endblock %}
GovTrack.us
----
{% block below_signature_content %}
{% endblock %}
GovTrack.us is a project of {accountcompany} (https://civicimpulse.com), {accountaddress1}, {accountcity} {accountstate}
{accountzip} {accountcountry}. You can reach us at hello@govtrack.us. T... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2009 Joubin Houshyar
*
* 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 applica... | {
"pile_set_name": "Github"
} |
use strict;
use warnings;
use PostgresNode;
use TestLib;
use Test::More tests => 11;
program_help_ok('dropdb');
program_version_ok('dropdb');
program_options_handling_ok('dropdb');
my $node = get_new_node('main');
$node->init;
$node->start;
$node->safe_psql('postgres', 'CREATE DATABASE foobar1');
$node->issues_sql_... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 9d1de2691495b... | {
"pile_set_name": "Github"
} |
const makeEmail = require('../../lib/email.js');
const TestUtils = require('../utils');
describe('lib/email.js', async function () {
const utils = new TestUtils();
if (utils.config.smtpConfigured() && process.env.SQLPAD_TEST_EMAIL) {
const email = makeEmail(utils.config);
it('should send invites', functi... | {
"pile_set_name": "Github"
} |
{
"RawExtCodeSizeGas_d0g0v0_Istanbul" : {
"_info" : {
"comment" : "",
"filling-rpc-server" : "Geth-1.9.6-unstable-63b18027-20190920",
"filling-tool-version" : "retesteth-0.0.1+commit.0ae18aef.Linux.g++",
"lllcversion" : "Version: 0.5.12-develop.2019.9.13+commi... | {
"pile_set_name": "Github"
} |
<?php
namespace nspl\a\lazy;
use nspl\a;
class LazyChainableSequence extends a\ChainableSequence
{
/**
* Applies function of one argument to each sequence item
*
* @param callable $function
* @return $this
*/
public function map(callable $function)
{
return new self(map($... | {
"pile_set_name": "Github"
} |
# Copyright (C) 2002 - 2015 Tristan Gingold
#
# GHDL is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version 2, or (at your option) any later
# version.
#
# GHDL is distributed in the hope that it... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* (C) Copyright 2000-2006
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*/
#ifndef __VERSION_H__
#define __VERSION_H__
#include <timestamp.h>
#ifndef DO_DEPS_ONLY
#include "generated/version_autogenerated.h"
#endif
#define U_BOOT_VERSION_STRING U_BOOT_VERSION ... | {
"pile_set_name": "Github"
} |
/*
* This file is part of the SDWebImage package.
* (c) Olivier Poitrey <rs@dailymotion.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
#import "UIView+WebCache.h"
#import "objc/runtime.h"
#import "UIView+WebCacheOperation.h"
... | {
"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.
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using Xunit;
namespace System.IO.Tests
{
public class FileInfo_GetSetTimes : InfoGetSetTimes<FileInf... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:startColor="#ff000000"
android:endColor="#ff272d33"
android:angle="270" />
</shape> | {
"pile_set_name": "Github"
} |
#! gmake
#
# 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/.
#######################################################################
# (1) Include initial platform-indepe... | {
"pile_set_name": "Github"
} |
require('../modules/es6.function.name');
require('../modules/es6.function.has-instance');
module.exports = require('../modules/$.core').Function; | {
"pile_set_name": "Github"
} |
/*
* Noekeon
* (C) 1999-2008 Jack Lloyd
*
* Distributed under the terms of the Botan license
*/
#include <botan/noekeon.h>
#include <botan/loadstor.h>
#include <botan/rotate.h>
namespace Botan {
namespace {
/*
* Noekeon's Theta Operation
*/
inline void theta(u32bit& A0, u32bit& A1,
u32bit& A2, u32... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Mesa Release Notes</title>
<link rel="stylesheet" type="text/css" href="../mesa.css">
</head>
<body>
<div class... | {
"pile_set_name": "Github"
} |
defmodule Slack.FakeSlack.Websocket do
@behaviour :cowboy_websocket_handler
def init(_, _req, _opts) do
{:upgrade, :protocol, :cowboy_websocket}
end
@activity_timeout 5000
def websocket_init(_type, req, _opts) do
state = %{}
pid = Application.get_env(:slack, :test_pid)
send(pid, {:websocke... | {
"pile_set_name": "Github"
} |
# Finnish SFS 5966 layout by gitdrik 2020.
| {
"pile_set_name": "Github"
} |
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: CivilHub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-13 15:01+0200\n"
"PO-Revision-Date: 2015-06-... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python3
#
# Copyright 2016 The Fontbakery Authors
# Copyright 2017 The Google Font Tools 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/li... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#pragma once
#include "core/providers/dml/DmlExecutionProvider/inc/DmlExecutionProvider.h"
namespace Dml
{
struct Binding
{
// Non-null if required at the stage where it is used, i.e. Initialization
... | {
"pile_set_name": "Github"
} |
/*
A set of validators for common color formats such as
{r, g, b}, {h, s, v}, {h, s, l} and [ r, g, b ]
*/
import { rgbObject, hslObject, rgbArray } from './validators'
import Colr from 'colr'
let withAlpha = (color, a) => a !== undefined ? { a, ...color } : color
let normalizeRGB = c => ({ r: c.r * 255, g: ... | {
"pile_set_name": "Github"
} |
---
title: EndpointIdPattern simpleType
TOCTitle: EndpointIdPattern simpleType
ms:assetid: 20c01d5f-044c-24bf-f9f0-a4600db1b6ce
ms:mtpsurl: https://msdn.microsoft.com/en-us/library/Mt171047(v=office.16)
ms:contentKeyID: 65855621
ms.date: 08/24/2015
mtps_version: v=office.16
dev_langs:
- xml
---
# EndpointIdPattern s... | {
"pile_set_name": "Github"
} |
# Lint as: python3
# Copyright 2019 DeepMind Technologies Limited. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Landon Curt Noll.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followin... | {
"pile_set_name": "Github"
} |
@import "sass/card";
:host {
user-select: auto;
}
#press-content {
background: #F7FCFB;
-webkit-font-smoothing: antialiased;
}
.clearfix {
&:after {
content: '';
display: table;
clear: both;
}
}
.square {
&:before {
content: "";
display: block;
padding-top: 100%;
}
}
.rect {
... | {
"pile_set_name": "Github"
} |
/***************************************************************************/
/* */
/* afdummy.c */
/* */
/* Au... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* (C) Copyright David Gibson <dwg@au1.ibm.com>, IBM Corporation. 2005.
*/
#include "dtc.h"
#include "srcpos.h"
#define FTF_FULLPATH 0x1
#define FTF_VARALIGN 0x2
#define FTF_NAMEPROPS 0x4
#define FTF_BOOTCPUID 0x8
#define FTF_STRTABSIZE 0x10
#define FTF_STRUCTSIZE 0x2... | {
"pile_set_name": "Github"
} |
-----BEGIN CERTIFICATE-----
MIIGLTCCBRWgAwIBAgISBF3d+Vix9rVMUC/wukfLMR8sMA0GCSqGSIb3DQEBCwUA
MEoxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MSMwIQYDVQQD
ExpMZXQncyBFbmNyeXB0IEF1dGhvcml0eSBYMzAeFw0xNzA4MjQwNTI3MDBaFw0x
NzExMjIwNTI3MDBaMBcxFTATBgNVBAMTDG1hdGhkb3duLm5ldDCCAiIwDQYJKoZI
hvcNAQEBBQADggIPADCCAgoCggIBAPHu... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2019 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License")
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | {
"pile_set_name": "Github"
} |
package yaml
import (
"encoding"
"fmt"
"io"
"reflect"
"regexp"
"sort"
"strconv"
"strings"
"time"
"unicode/utf8"
)
// jsonNumber is the interface of the encoding/json.Number datatype.
// Repeating the interface here avoids a dependency on encoding/json, and also
// supports other libraries like jsoniter, whi... | {
"pile_set_name": "Github"
} |
This library is a goodie-bag of Unix shell and environment management tools for
automated tests.
WWW: https://github.com/manahl/pytest-plugins/tree/master/pytest-shutil
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
a... | {
"pile_set_name": "Github"
} |
; ModuleID = ""
target triple = "x86_64-pc-linux-gnu"
target datalayout = ""
define i64 @"SECRET"(i64 %"SymVar_0") nounwind
{
.3:
%".4" = zext i8 5 to i64
%".5" = and i64 %".4", 63
%".6" = lshr i64 %"SymVar_0", %".5"
%".7" = sext i64 %".6" to i128
%".8" = sub i64 %"SymVar_0", 275339905
%".9" = xor i64 %".6... | {
"pile_set_name": "Github"
} |
using System;
using SLua;
using System.Collections.Generic;
[UnityEngine.Scripting.Preserve]
public class Lua_Unity_Jobs_IJob : LuaObject {
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
[UnityEngine.Scripting.Preserve]
static public int Execute(IntPtr l) {
try {
Unity.Jobs.IJob self=(Unity.Jobs.IJob)ch... | {
"pile_set_name": "Github"
} |
// =============================================================================
// === spqr_rmap ===============================================================
// =============================================================================
// R is squeezed, find the mapping that permutes it to trapezoidal form
// ... | {
"pile_set_name": "Github"
} |
define(['knockout'], function (ko) {
var debug = false;
function Period(data) {
var self = this;
data = data || {};
self.StartDate = ko.observable(data.StartDate === 0 ? 0 : data.StartDate || null);
self.EndDate = ko.observable(data.EndDate === 0 ? 0 : data.EndDate || null);
}
Period.prototype.toJSON = f... | {
"pile_set_name": "Github"
} |
/* pngpread.c - read a png file in push mode
*
* Last changed in libpng 1.6.0 [February 14, 2013]
* Copyright (c) 1998-2013 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
*
* This code is released under t... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2014 Tim Walker <tdskywalker@gmail.com>
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at... | {
"pile_set_name": "Github"
} |
#
# Include user definition
#
# TO suppress recursive includes
INCLUDED = 1
ifndef TOPDIR
TOPDIR = .
endif
ifndef NETLIB_LAPACK_DIR
NETLIB_LAPACK_DIR = $(TOPDIR)/lapack-3.4.1
endif
# Default C compiler
CC = gcc
ifndef MAKEFILE_RULE
include $(TOPDIR)/Makefile.rule
else
include $(TOPDIR)/$(MAKEFILE_RULE)
endif
#
# ... | {
"pile_set_name": "Github"
} |
package stdlib
import (
"strings"
"github.com/zclconf/go-cty/cty"
"github.com/zclconf/go-cty/cty/function"
"github.com/zclconf/go-cty/cty/gocty"
"github.com/apparentlymart/go-textseg/textseg"
)
var UpperFunc = function.New(&function.Spec{
Params: []function.Parameter{
{
Name: "str",
Type: ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017 Intel Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | {
"pile_set_name": "Github"
} |
require 'formula'
class ArpackJulia < Formula
homepage 'https://github.com/opencollab/arpack-ng'
url 'https://github.com/opencollab/arpack-ng/archive/3.3.0.tar.gz'
sha256 'ad59811e7d79d50b8ba19fd908f92a3683d883597b2c7759fdcc38f6311fe5b3'
revision 4
bottle do
root_url 'https://juliabottles.s3.amazonaws.c... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
0 | {
"pile_set_name": "Github"
} |
//
// Variables
// --------------------------------------------------
//== Colors
//
//## Gray and brand colors for use across Bootstrap.
@gray-darker: lighten(#000, 13.5%); // #222
@gray-dark: lighten(#000, 20%); // #333
@gray: lighten(#000, 33.5%); // #555
@gray-light: ... | {
"pile_set_name": "Github"
} |
package client // import "github.com/docker/docker/client"
import (
"bytes"
"context"
"encoding/json"
"io/ioutil"
"github.com/docker/docker/api/types"
)
// PluginInspectWithRaw inspects an existing plugin
func (cli *Client) PluginInspectWithRaw(ctx context.Context, name string) (*types.Plugin, []byte, error) {
... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.