text stringlengths 2 99.9k | meta dict |
|---|---|
<?php
$type = 'Core';
$name = 'ZapfDingbats';
$up = -100;
$ut = 50;
$cw = array(
chr(0)=>0,chr(1)=>0,chr(2)=>0,chr(3)=>0,chr(4)=>0,chr(5)=>0,chr(6)=>0,chr(7)=>0,chr(8)=>0,chr(9)=>0,chr(10)=>0,chr(11)=>0,chr(12)=>0,chr(13)=>0,chr(14)=>0,chr(15)=>0,chr(16)=>0,chr(17)=>0,chr(18)=>0,chr(19)=>0,chr(20)=>0,chr(21)=>0,... | {
"pile_set_name": "Github"
} |
static GtUwordPair gt_radixsort_ulongpair_bin_get(
const GtRadixbuffer *rbuf,
GtUword binnum)
{
return rbuf->values.ulongpairptr[
(binnum << rbuf->log_bufsize) +
(GtUword) rbuf->nextidx[binnum]];
... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
export PATH=~/tools/emacswin/bin/:/bin:/usr/bin:"$PATH"
rm TAGS
find . \( '-path' '*/CVS' \
'-o' '-path' '*/.svn' \
'-o' '-path' '*/autom4te.cache' \
'-o' '-path' '*/{arch}' \
'-o' '-path' '*/.hg' \
'-o' '-path' '*/_darcs' \
'-o' '-path' '*/.git' \
'-o' '-path' '*/.bzr'... | {
"pile_set_name": "Github"
} |
/**
* Sinhala translation
* @author CodeLyokoXtEAM <XcodeLyokoTEAM@gmail.com>
* @version 2018-03-26
*/
(function(root, factory) {
if (typeof define === 'function' && define.amd) {
define(['elfinder'], factory);
} else if (typeof exports !== 'undefined') {
module.exports = factory(require('elfinder'));
} else... | {
"pile_set_name": "Github"
} |
/**
* Internal dependencies
*/
import SVGArrow from './images/arrow.svg'
/**
* External dependencies
*/
import { range } from '~stackable/util'
import classnames from 'classnames'
import { i18n } from 'stackable'
/**
* WordPress dependencies
*/
import { __ } from '@wordpress/i18n'
import { applyFilters } from '... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!-- DEPRECATED!!! PLEASE USE "org/springframework/cloud/gcp/logging/logback-appender.xml" -->
<!--
Stackdriver appender logback configuration provided for import.
-->
<included>
<property name="STACKDRIVER_LOG_NAME" value="${STACKDRIVER_LOG_NAME:-spring.log}"/>
<property n... | {
"pile_set_name": "Github"
} |
namespace StrumpyShaderEditor
{
public enum TypeEnum {
Float,
Float2,
Float3,
Float4,
Sampler2D,
SamplerCube,
Matrix
}
public static class TypeExtensions{
public static string ShaderString(this TypeEnum typeEnum)
{
switch (typeEnum)
{
case TypeEnum.Float:
return "float";
case T... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<html>
<head>
<style>
p { float:left; white-space:pre; border:1px solid black; clear:both; }
.space { padding:0 2px; }
table { clear:both; }
</style>
</head>
<body>
<p>
a
</p>
<div style="width:0">
<p>
a
</p>
</div>
<p>
<span class="space">a</span>
</p>
<div style="width:... | {
"pile_set_name": "Github"
} |
/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
* @license MIT
*/
/* eslint-disable no-proto */
'use strict'
var base64 = require('base64-js')
var ieee754 = require('ieee754')
var isArray = require('isarray')
exports.Buffer = Buff... | {
"pile_set_name": "Github"
} |
;link
l 58
I 55 0 230 80 213 100 213
N 68 100 196
k_h 84
_ 25
;not
n 58
A 120 0 221 80 204 100 204
t_h 93
_ 25
;active
{ 98 0 206 80 152 100 152
k_h 84
t_h 93
I 57 0 158 80 152 100 152
v 58
;to
t_h 78
u 200 0 154 80 147 100 147
_ 203
_ 1
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2017 Google
*
* 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 w... | {
"pile_set_name": "Github"
} |
package me.saket.dank.utils;
import android.graphics.Point;
import android.text.Spannable;
import android.text.style.ClickableSpan;
import android.view.MotionEvent;
import android.widget.TextView;
import me.saket.bettermovementmethod.BetterLinkMovementMethod;
import me.saket.dank.utils.markdown.markwon.SpoilerRevealC... | {
"pile_set_name": "Github"
} |
// not "use strict" so we can declare global "Promise"
var asap = require('asap');
if (typeof Promise === 'undefined') {
Promise = require('./lib/core.js')
require('./lib/es6-extensions.js')
}
require('./polyfill-done.js');
| {
"pile_set_name": "Github"
} |
a 1
| {
"pile_set_name": "Github"
} |
<annotation>
<folder>widerface</folder>
<filename>22--Picnic_22_Picnic_Picnic_22_68.jpg</filename>
<source>
<database>wider face Database</database>
<annotation>PASCAL VOC2007</annotation>
<image>flickr</image>
<flickrid>-1</flickrid>
</source>
<owner>
<flickrid>yanyu</flickrid>
<name>yanyu</name>
</owner>
<size>
<widt... | {
"pile_set_name": "Github"
} |
// +build fixtures
package servers
import (
"fmt"
"net/http"
"testing"
th "github.com/rackspace/gophercloud/testhelper"
"github.com/rackspace/gophercloud/testhelper/client"
)
// ServerListBody contains the canned body of a servers.List response.
const ServerListBody = `
{
"servers": [
{
"status": "ACTIVE... | {
"pile_set_name": "Github"
} |
/**
@header
Uniform defines the type and data associated with a custom fragment shader, SKShader.
@copyright 2013 Apple, Inc. All rights reserved.
*/
#import <SpriteKit/SpriteKitBase.h>
#import <SpriteKit/SKTexture.h>
#import <GLKit/GLKMath.h>
typedef NS_ENUM(NSInteger, SKUniformType) {
SKUniformTypeNon... | {
"pile_set_name": "Github"
} |

[](https://travis-ci.org/oblador/react-native-vector-icons) [ 2012 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Li... | {
"pile_set_name": "Github"
} |
ARG ARCH
FROM ${ARCH}ubuntu:bionic
WORKDIR /workdir
RUN sed -i s,http://archive.ubuntu.com/ubuntu/,mirror://mirrors.ubuntu.com/mirrors.txt, /etc/apt/sources.list \
&& apt-get update \
&& apt-get -qyy --no-install-recommends install git gcc-4.8 gcc-5 gcc-6 gcc-7 gcc-8 clang-3.9 clang-4.0 clang-5.0 clang-6.0 clang-7 ... | {
"pile_set_name": "Github"
} |
/* BEGIN_COMMON_COPYRIGHT_HEADER
* (c)LGPL2+
*
* LXQt - a lightweight, Qt based, desktop toolset
* https://lxqt.org
*
* Copyright: 2013 Razor team
* Authors:
* Alexander Sokoloff <sokoloff.a@gmail.com>
*
* This program or library is free software; you can redistribute it
* and/or modify it under the terms ... | {
"pile_set_name": "Github"
} |
try {
Object.assign(global, require('../build.config'));
// tslint:disable-next-line
const modules = require('./modules').default;
(async () => {
await modules.createApp(module);
})();
} catch (e) {
if (typeof ErrorUtils !== 'undefined') {
(ErrorUtils as any).reportFatalError(e);
} else {
con... | {
"pile_set_name": "Github"
} |
ks.type = "sparql"
ks.url = "http://live.dbpedia.org/sparql"
ks.defaultGraphURIs = {"http://dbpedia.org"}
alg.type = "objectproperty range learner"
alg.source = component:ks
alg.propertyToDescribe = "http://dbpedia.org/ontology/leader"
| {
"pile_set_name": "Github"
} |
/* Soot - a Java Optimization Framework
* Copyright (C) 2012 Michael Markert, Frank Hartmann
*
* (c) 2012 University of Luxembourg - Interdisciplinary Centre for
* Security Reliability and Trust (SnT) - All rights reserved
* Alexandre Bartel
*
*
* This library is free software; you can redistribute it and/or
... | {
"pile_set_name": "Github"
} |
from conans.errors import ConanException
from conans.util.config_parser import ConfigParser
class ConanFileTextLoader(object):
"""Parse a conanfile.txt file"""
def __init__(self, input_text):
# Prefer composition over inheritance, the __getattr__ was breaking things
self._config_parser = Conf... | {
"pile_set_name": "Github"
} |
//
// HomeRowReminderTests.swift
// DuckDuckGo
//
// Copyright © 2018 DuckDuckGo. 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/l... | {
"pile_set_name": "Github"
} |
@REM ----------------------------------------------------------------------------
@REM Licensed to the Apache Software Foundation (ASF) under one
@REM or more contributor license agreements. See the NOTICE file
@REM distributed with this work for additional information
@REM regarding copyright ownership. The ASF lice... | {
"pile_set_name": "Github"
} |
package com.earth2me.essentials.storage;
import net.ess3.api.IEssentials;
import org.bukkit.Bukkit;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.PrintWriter;
import java.util.logging.Level;
public abstract class AbstractDelayedYamlFileWriter implements Runnable {
private final trans... | {
"pile_set_name": "Github"
} |
export * from "./cosmos-hub-mainnet.js"
| {
"pile_set_name": "Github"
} |
# Define working variables
$octopusURL = "https://youroctourl"
$octopusAPIKey = "API-YOURAPIKEY"
$header = @{ "X-Octopus-ApiKey" = $octopusAPIKey }
$projectName = "MyProject"
$librarySetName = "MyLibrarySet"
try
{
# Get space
$space = (Invoke-RestMethod -Method Get -Uri "$octopusURL/api/spaces/all" -Headers $h... | {
"pile_set_name": "Github"
} |
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.searchdefinition.processing;
import com.yahoo.document.DataType;
import com.yahoo.document.Field;
import com.yahoo.document.ReferenceDataType;
import com.yahoo.searchdefinition.Docum... | {
"pile_set_name": "Github"
} |
<?php
declare(strict_types=1); // @codeCoverageIgnore
use Evenement\EventEmitterInterface;
use Peridot\Console\Environment;
use Peridot\Reporter\CodeCoverage\AbstractCodeCoverageReporter;
use Peridot\Reporter\CodeCoverageReporters;
use Recoil\Dev\Peridot\Plugin;
use Recoil\ReferenceKernel\ReferenceKernel;
require __... | {
"pile_set_name": "Github"
} |
void test(bool x) {
if (x) {}
// RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:2:7 %s | FileCheck %s
// CHECK: PREFERRED-TYPE: _Bool
while (x) {}
// RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:6:10 %s | FileCheck %s
for (; x;) {}
// RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:9:... | {
"pile_set_name": "Github"
} |
Alex Chapman
Daniel Ehrenberg
| {
"pile_set_name": "Github"
} |
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:Controls="clr-namespace:System.Windows.Controls">
<Style TargetType="{x:Type Controls:EditTextBox}">
<Setter Property="Foreground" Value="{DynamicResource {x:S... | {
"pile_set_name": "Github"
} |
require 'bundler/setup'
require 'bundler/gem_tasks'
require 'rake/testtask'
require 'yard'
require 'llvm/version'
require 'llvm/config'
YARD::Rake::YardocTask.new do |t|
yardlib = File.join(File.dirname(__FILE__), "yardlib/llvm.rb")
t.options = %W[-e #{yardlib} --no-private]
t.files = Dir['lib/**/... | {
"pile_set_name": "Github"
} |
package com.shreyaspatil.MaterialNavigationDrawer.example.ui.home
import android.os.Bundle
import android.view.LayoutInflater
import android.view.View
import android.view.ViewGroup
import android.widget.TextView
import androidx.fragment.app.Fragment
import androidx.lifecycle.Observer
import androidx.lifecycle.ViewMode... | {
"pile_set_name": "Github"
} |
# This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
# For additional information regarding the format and rule options, please see:
# https://github.com/browserslist/browserslist#queries
# You can see what browsers were selected by your queries by running:
# n... | {
"pile_set_name": "Github"
} |
interface I {}
@:cs.using("System")
class Main2 {
public static function main():Void {
trace('ko');
}
}
| {
"pile_set_name": "Github"
} |
#include <unittest/runtime_static_assert.h>
#include <unittest/unittest.h>
#include <thrust/generate.h>
template<typename T>
struct dependent_false
{
enum { value = false };
};
template<typename T>
struct static_assertion
{
__host__ __device__
int operator()() const
{
THRUST_STATIC_ASSERT(depe... | {
"pile_set_name": "Github"
} |
.. TorchSat documentation master file, created by
sphinx-quickstart on Sat Sep 14 10:56:23 2019.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to TorchSat's documentation!
====================================
TorchSat is an open-source... | {
"pile_set_name": "Github"
} |
/*
Copyright (C) 2012 Joost-Wim Boekesteijn <joost-wim@boekesteijn.nl>
Copyright (C) 2011 Ariya Hidayat <ariya.hidayat@gmail.com>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code ... | {
"pile_set_name": "Github"
} |
# The first scenario that fails, we want to save and launch the page in the Browser.
# We don't want to to open subsequent failures, as that can be HIGHLY annoying when running from the command line.
#
# Also, this https://gist.github.com/398643
# has good info on how to save Assets/CSS so we can see the full version o... | {
"pile_set_name": "Github"
} |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: DependencyTestProto.proto
package io.confluent.kafka.serializers.protobuf.test;
public final class DependencyTestProto {
private DependencyTestProto() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite... | {
"pile_set_name": "Github"
} |
well-respected_JJ
difficult_JJ
simple_JJ
powerful_JJ
fearless_JJ
post-traumatic_JJ
now-tired_JJ
underrated_JJ
aware_JJ
voyeuristic_JJ
genuine_JJ
fictitious_JJ
hometown_JJ
fake_JJ
given_JJ
free_JJ
sunny_JJ
long_JJ
lost_JJ
trying_JJ
hard_JJ
seahaven_JJ
intact_JJ
broad_JJ
convincing_JJ
good_JJ
human_JJ
nice_JJ
interactive... | {
"pile_set_name": "Github"
} |
//
// YYSentinel.m
// YYKit <https://github.com/ibireme/YYKit>
//
// Created by ibireme on 15/4/13.
// Copyright (c) 2015 ibireme.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYSentinel.h"
#import <libkern/OSAt... | {
"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 app... | {
"pile_set_name": "Github"
} |
<font face="verdana">
<table border="1" width="100%" bordercolor="#FFFFFF">
<tr>
<td width="61%" bgcolor="#6097C9"><font face="verdana">
<h1 align="left"><font color="#FFFFFF"> Vertexes</font></h1>
<p align="left"><b> Aim</b>: To edit a meshes vertexes in Real-time<br>
<b>Skill level</b>: Intermed... | {
"pile_set_name": "Github"
} |
FROM couchdb:3
COPY local.ini /opt/couchdb/etc/
| {
"pile_set_name": "Github"
} |
//------------------------------------------------------------------------------
// File: TransIP.cpp
//
// Desc: DirectShow base classes - implements class for simple Transform-
// In-Place filters such as audio.
//
// Copyright (c) 1992-2001 Microsoft Corporation. All rights reserved.
//-----------------------... | {
"pile_set_name": "Github"
} |
/*
A fairly versatile primitive capable of representing circles, fans, hoops, and arcs.
Contains a great sin/cos trick learned from Iñigo Quílez's site
http://www.iquilezles.org/www/articles/sincos/sincos.htm
*/
package starling.display.graphics
{
import flash.geom.Matrix;
import flash.geom.Point;
... | {
"pile_set_name": "Github"
} |
/*
Copyright 2017, 2018 Ankyra
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, software
di... | {
"pile_set_name": "Github"
} |
StartChar: delta.sc
Encoding: 1114211 -1 892
Width: 434
Flags: MW
LayerCount: 2
Fore
SplineSet
116 2 m 2
96 2 63 -3 40 -3 c 0
26 -3 17 9 17 17 c 0
17 26 32 49 50 92 c 2
166 360 l 2
180 393 175 407 178 410 c 0
187 419 211 444 217 451 c 0
225 460 230 463 233 463 c 0
237 463 238 460 240 454 c 2
375 107 l 2
386 7... | {
"pile_set_name": "Github"
} |
<html>
<head>
<title>Test</title>
<script src="example_output.js"></script>
<script>
init = function() {
var person = Person.createFrom({
"name": "Ovo Ono",
"nicknames": ["aaa", "bbb"],
"personal_info": {
"hobby": ["1", "2"],
"pet_name": "n... | {
"pile_set_name": "Github"
} |
{
"acno": "D03930",
"acquisitionYear": 1856,
"all_artists": "Joseph Mallord William Turner",
"catalogueGroup": {
"accessionRanges": "D03833-D03973; D40780",
"completeStatus": "COMPLETE",
"finbergNumber": "LXVI",
"groupType": "Turner Sketchbook",
"id": 65716,
"shortTitle": "Egypti... | {
"pile_set_name": "Github"
} |
package jetbrains.mps.lang.plugin.standalone.editor;
/*Generated by MPS */
import jetbrains.mps.editor.runtime.descriptor.AbstractEditorBuilder;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.mps.openapi.model.SNode;
import jetbrains.mps.openapi.editor.EditorContext;
import jetbrains.mps.openapi.edito... | {
"pile_set_name": "Github"
} |
page.title=Draw 9-patch
page.tags="NinePatch"
@jd:body
<p>The Draw 9-patch tool allows you to easily create a
{@link android.graphics.NinePatch} graphic using a WYSIWYG editor.</p>
<p>For an introduction to Nine-patch graphics and how they work, please read
the section about Nine-patch in the
<a href="{@docRoot}... | {
"pile_set_name": "Github"
} |
package de.vogella.rcp.commands.enable;
import org.eclipse.jface.resource.ImageDescriptor;
import org.eclipse.ui.plugin.AbstractUIPlugin;
import org.osgi.framework.BundleContext;
/**
* The activator class controls the plug-in life cycle
*/
public class Activator extends AbstractUIPlugin {
// The plug-i... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: First-letter with the 'right white curly bracket' punctuation character</title>
<link rel="author" title="Microsoft" href=... | {
"pile_set_name": "Github"
} |
#include "main.h"
#include "mainctrl.h"
#include "utility.h"
#include "ircgate.h"
/*
NICK Ago
USER Ago ago irc.secsup.uu.net :Ago
NOTICE AUTH :*** Looking up your hostname...
NOTICE AUTH :*** Checking Ident
NOTICE AUTH :*** Found your hostname
:irc.secsup.org 001 Ago :Welcome to the Internet Relay Network A... | {
"pile_set_name": "Github"
} |
! { dg-do run }
program asyncwait
integer, parameter :: N = 64
real, allocatable :: a(:), b(:), c(:)
integer i
allocate (a(N))
allocate (b(N))
allocate (c(N))
!$acc parallel async (0)
!$acc loop
do i = 1, N
a(i) = 1
end do
!$acc end parallel
!$acc parallel async (1)
!$acc loop
do i =... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ConfigureWeb</class>
<widget class="QWidget" name="ConfigureWeb">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>926</width>
<height>561</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</... | {
"pile_set_name": "Github"
} |
- name: network.interface.name
overwrite: true
type: keyword
default_field: false
description: >
Name of the network interface where the traffic has been observed.
- name: rsa
overwrite: true
type: group
default_field: false
fields:
- name: internal
overwrite: true
type: group
fields:
... | {
"pile_set_name": "Github"
} |
{
"config": {
"abort": {
"already_setup": "\u50c5\u80fd\u8a2d\u5b9a\u4e00\u7d44 Heos \u9023\u7dda\uff0c\u5c07\u652f\u63f4\u7db2\u8def\u4e2d\u6240\u6709\u5c0d\u61c9\u8a2d\u5099\u3002"
},
"error": {
"connection_failure": "\u7121\u6cd5\u9023\u7dda\u81f3\u6307\u5b9a\u4e3b... | {
"pile_set_name": "Github"
} |
/* How to Hook with Logos
Hooks are written with syntax similar to that of an Objective-C @implementation.
You don't need to #include <substrate.h>, it will be done automatically, as will
the generation of a class list and an automatic constructor.
%hook ClassName
// Hooking a class method
+ (id)sharedInstance {
ret... | {
"pile_set_name": "Github"
} |
//
// Copyright 2016 Pixar
//
// Licensed under the Apache License, Version 2.0 (the "Apache License")
// with the following modification; you may not use this file except in
// compliance with the Apache License and the following modification to it:
// Section 6. Trademarks. is deleted and replaced with:
//
// 6. Trad... | {
"pile_set_name": "Github"
} |
;
; ANSI Video handling for the MSX
;
; Handles colors
;
; Scrollup
;
; Stefano Bodrato - Sept. 2017
;
; $Id: f_ansi_scrollup_nobios.asm $
;
SECTION code_clib
PUBLIC ansi_SCROLLUP
PUBLIC __tms9918_scroll_buffer
EXTERN __tms9918_attribute
... | {
"pile_set_name": "Github"
} |
// mkerrors.sh -Wall -Werror -static -I/tmp/include -m64
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build amd64,linux
// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs -- -Wall -Werror -static -I/tmp/include -m64 _const.go
package unix
import "syscall"
const (
AF_ALG ... | {
"pile_set_name": "Github"
} |
// Copyright 2005 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 conditions a... | {
"pile_set_name": "Github"
} |
/**
* +--------------------------------------------------------------------+
* | This HTML_CodeSniffer file is Copyright (c) |
* | Squiz Australia Pty Ltd ABN 53 131 581 247 |
* +--------------------------------------------------------------------+
* | IMPORTANT: Your... | {
"pile_set_name": "Github"
} |
using System;
using System.ComponentModel;
using WinForms = System.Windows.Forms;
namespace StarryEyes.Nightmare.Windows
{
public static class SystemInformation
{
public static string ComputerName
{
get { return WinForms.SystemInformation.ComputerName; }
}
public s... | {
"pile_set_name": "Github"
} |
package command
import (
"flag"
"fmt"
"strings"
"github.com/mitchellh/cli"
)
// RTTCommand is a Command implementation that allows users to query the
// estimated round trip time between nodes using network coordinates.
type RTTCommand struct {
Ui cli.Ui
}
func (c *RTTCommand) Help() string {
helpText := `
Us... | {
"pile_set_name": "Github"
} |
load(
"//lingvo:lingvo.bzl",
"lingvo_py_binary",
)
package(
default_visibility = ["//visibility:public"],
)
licenses(["notice"])
exports_files(["LICENSE"])
config_setting(
name = "cuda",
values = {"define": "using_cuda=true"},
)
py_library(
name = "base_runner",
srcs = ["base_runner.py"... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If ... | {
"pile_set_name": "Github"
} |
package com.jojoldu.blogcode.springbootjpa.querydsl.store;
import com.jojoldu.blogcode.springbootjpa.domain.QStore;
import com.jojoldu.blogcode.springbootjpa.domain.Store;
import com.querydsl.jpa.impl.JPAQueryFactory;
import lombok.RequiredArgsConstructor;
import java.util.List;
import static com.jojoldu.blogcode.sp... | {
"pile_set_name": "Github"
} |
<?php
use Illuminate\Foundation\Inspiring;
use Illuminate\Support\Facades\Artisan;
/*
|--------------------------------------------------------------------------
| Console Routes
|--------------------------------------------------------------------------
|
| This file is where you may define all of your Closure based... | {
"pile_set_name": "Github"
} |
// Copyright 2012 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 bn256
// For details of the algorithms used, see "Multiplication and Squaring on
// Pairing-Friendly Fields, Devegili et al.
// http://eprint.iacr.org/... | {
"pile_set_name": "Github"
} |
##Package: StdCtrls
##Status: Completed (I)
----------------------------------------------------------------------------------------------------
@@JvSystemPopup.pas
Summary
Contains the TJvSystemPopup component.
Author
Sébastien Buysse
------------------------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2014 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... | {
"pile_set_name": "Github"
} |
{
"navigationBarTitleText": "打电话"
}
| {
"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="M11.99,2C6.47,2 2,6.48 2,12s4.47,10 9.99,10C... | {
"pile_set_name": "Github"
} |
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
package Ice;
/**
* Instantiates user exceptions.
*
* @see InputStream#throwException
**/
public interface UserExceptionFactory
{
/**
* Instantiate a user exception with the given Slice type ID (such as <code>::Module::MyException</code>)
* and ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. 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"
} |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2014-2019 Satpy developers
#
# This file is part of satpy.
#
# satpy is free software: you can redistribute it and/or modify it under the
# terms of the GNU General Public License as published by the Free Software
# Foundation, either version 3 of the Licens... | {
"pile_set_name": "Github"
} |
# include "fbcunit.bi"
#if (__FB_BACKEND__ = "gas")
#define DOTEST
#endif
'' for other targets, see va_int_and_ptrs-gcc.bas
#ifdef DOTEST
SUITE( fbc_tests.functions.va_int_and_ptrs )
sub varints cdecl ( byval n as integer, ... )
dim va as any ptr
dim i as integer
va = va_first( )
for i = 1 to n
CU_A... | {
"pile_set_name": "Github"
} |
package peering
// Copyright (c) Microsoft and contributors. 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
//
// Unl... | {
"pile_set_name": "Github"
} |
<?php
class DBProcess extends Unit
{
const DB_HOST='localhost';
const DB_USER='root';
const DB_PASS='root';
const DB_DBNAME='testDB';
public function stimulate(&$hash){
$db = new MYSQL;
$db->connect(self::DB_HOST, self::DB_USER, self::DB_PASS, self::DB_DBNAME);
$db->query("S... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<!DOCTYPE eparcel [
<!-- EVERY REQUEST CONTAIN THE eparcel TAG -->
<!ELEMENT eparcel (ratesAndServicesResponse)>
<!-- ********************************************************* -->
<!-- * Standard response for request for rates and services * -->
<!-- ********************************************... | {
"pile_set_name": "Github"
} |
/*============================================================================
The Medical Imaging Interaction Toolkit (MITK)
Copyright (c) German Cancer Research Center (DKFZ)
All rights reserved.
Use of this source code is governed by a 3-clause BSD license that can be
found in the LICENSE file.
=================... | {
"pile_set_name": "Github"
} |
/*
* This program 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 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will b... | {
"pile_set_name": "Github"
} |
# Locally calculated
sha256 756e291d4f557d88cd50c4fe3b8454ec238362d22cedb3e6173240d90f0a80fa webrtc-audio-processing-0.3.tar.xz
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env python3
import unittest
import random
import sys
sys.path.append('../pybingwallpaper')
import config
from config import ConfigParameter
from config import ConfigDatabase
from config import CommandLineArgumentsLoader
from config import DefaultValueLoader
from config import ConfigFileLoader
from config ... | {
"pile_set_name": "Github"
} |
// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs defs_linux.go
package ipv6
const (
sysIPV6_ADDRFORM = 0x1
sysIPV6_2292PKTINFO = 0x2
sysIPV6_2292HOPOPTS = 0x3
sysIPV6_2292DSTOPTS = 0x4
sysIPV6_2292RTHDR = 0x5
sysIPV6_2292PKTOPTIONS = 0x6
sysIPV6_CHECKSUM = 0x7
sysIPV6_2292HOPLI... | {
"pile_set_name": "Github"
} |
-------- @implements E --------
{
"type": {
"name": "implements-json.E",
"pos": "testdata/src/implements-json/main.go:10:6",
"kind": "interface"
}
}
-------- @implements F --------
{
"type": {
"name": "implements-json.F",
"pos": "testdata/src/implements-json/main.go:12:6",
"kind": "interface"
},
"to": ... | {
"pile_set_name": "Github"
} |
from gunicorn.config import Config
from gunicorn.http.errors import LimitRequestHeaders
request = LimitRequestHeaders
cfg = Config()
cfg.set('limit_request_field_size', 98)
| {
"pile_set_name": "Github"
} |
using System.Web;
using System.Web.Mvc;
namespace Sample.WebApp
{
public class FilterConfig
{
public static void RegisterGlobalFilters(GlobalFilterCollection filters)
{
filters.Add(new HandleErrorAttribute());
}
}
} | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBClasses</key>
<array>
<dict>
<key>CLASS</key>
<string>SUWindowController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
... | {
"pile_set_name": "Github"
} |
/Sequence
fib:{<0;1> {x,<x[-1]+x[-2]>}/ range[x]}
/nth
fibn:{fib[x][x]}
| {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.